@charset "UTF-8";

::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

html {
  font-family: Proxima Nova W01 Regular, sans-serif;
  font-size: 1rem;
  line-height: 1;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html ::-webkit-scrollbar {
  width: 0; /* no unit */
  background: transparent; /* make scrollbar transparent */
  display: none; /* Safari Opera */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

body {
  overflow-x: hidden;
  line-height: 1.5rem;
  padding: 0 !important;
}

section:not(.ContentForm):not(.ContactForm):not(.PartnerForm):not(.ImageText):not(.Navigation):not(.NewsletterRegistration):not(.SuccessStoryTeaser):not(.Overview) {
  overflow-y: hidden;
}

.font-h1 {
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  font-display: swap;
}

@media (min-width: 1024px) {
  .font-h1 {
    font-family: Proxima Nova W01 Bold, sans-serif;
    font-size: 3rem;
    line-height: 3.5rem;
    font-display: swap;
  }
}

@media (min-width: 1280px) {
  .font-h1 {
    font-family: Proxima Nova W01 Bold, sans-serif;
    font-size: 4.56rem;
    line-height: 5rem;
    font-display: swap;
  }
}

.font-h2 {
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .font-h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (min-width: 1280px) {
  .font-h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.font-h2 {
  font-display: swap;
}

.font-h3 {
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-display: swap;
}

.font-h4 {
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-display: swap;
}

.font-h5 {
  font-family: Proxima Nova W01 Semibold, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  font-display: swap;
}

.font-text {
  font-family: Proxima Nova W01 Regular, sans-serif;
  font-size: 1rem;
  text-transform: none;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-display: swap;
}

.font-text-0 {
  font-family: Proxima Nova W01 Regular, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
}

.font-big {
  font-family: Proxima Nova W01 Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-display: swap;
}

.Homepagehero--subheadline .highlight {
  font-family: Proxima Nova W01 Bold, sans-serif;
}

.highlight {
  font-family: Proxima Nova W01 Bold, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.font-counter-headline {
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1024px) {
  .font-counter-headline {
    font-size: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .font-counter-headline {
    font-size: 3rem;
  }
}

.font-counter-headline {
  font-display: swap;
}

.Button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: rgba(0,0,0,.9);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-family: Proxima Nova W01 Semibold, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.063rem;
  letter-spacing: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}

@media (min-width: 1024px){
  .Button{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.Button:hover {
  background-color: rgba(0,0,0,.8);
}

.Button:hover .Button__icon {
  transform: scale(1.3);
}

.Button--blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.Button--blue-big {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
}

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

.Button--white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.Button--ghost {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.Button--ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.Button__icon--blue {
  top: 0.1875rem;
  margin-right: 0.5rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}

.Button__icon--black {
  top: 0.1875rem;
  margin-right: 0.5rem;
  display: inline-block;
  color: rgba(0,0,0,.9);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}

.Button__icon--white {
  top: 0.1875rem;
  margin-right: 0.5rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}

.Button__icon--white:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.Button--small {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.625rem;
}

.Button--text_black {
  background-color: transparent;
  padding-right: 0.5rem;
  padding-left: 0;
  color: rgba(0,0,0,.9);
}

.Button--text_black:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.Button--text_white {
  background-color: transparent;
  padding-right: 0.5rem;
  padding-left: 0;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.Button--text_white:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.Button:active:not([disabled]) {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.Button[disabled] {
  pointer-events: none;
  opacity: 0.50;
}

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

.grid-width {
  padding-left: 2rem;
  padding-right: 2rem;
}

.grid-width-content {
  padding-left: 2rem;
  padding-right: 2rem;
}

.grid-space {
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.grid-space-content {
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .grid-width {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .grid-width-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .grid-space {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .grid-space-content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1440px) {
  .grid-width {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .grid-width-content {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .grid-space {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .grid-space-content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.grid-space-dark {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .grid-space-dark {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1440px) {
  .grid-space-dark {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.fade-enter, .fade-leave-to{
  opacity: 0;
}

.fade-enter-active, .fade-leave-active{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-enter-active,
.fade-leave-active{
  backface-visibility: hidden;
}

.moveright-enter,
.moveright-leave-to {
  transform: translate(-100%, 0);
}

.moveright-enter-active, .moveright-leave-active{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.moveright-enter-active,
.moveright-leave-active{
  backface-visibility: hidden;
}

.scale-img img {
  transform: translate(1);
  backface-visibility: hidden;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  .scale-img:hover img, .scale-img:focus img {
    transform: scale(1.02);
  }
}

.animate-bounce {
  animation: sk-bounce 2s infinite ease-in-out;
}

.animate-bounce-delay {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.rotating-text {
  display: inline-block;
  overflow: hidden;
  height: 1.1em;
  color: rgb(0, 153, 255);
  font-family: Proxima Nova, sans-serif !important;
  font-weight: 300 !important;
  position: absolute;
  margin-left: 0.3em;
  margin-top: 0.05em;
}

.rotating-text .wrapper {
  display: block;
  transition: transform 0.5s;
  transform: translateY(0);
}

.rotating-text .wrapper > span {
  display: block;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-family: Proxima Nova, sans-serif !important;
  font-weight: 300 !important;
}

.rotating-text .wrapper > span:first-child {
  margin-top: 0;
}

.rotating-text .wrapper > span:last-child {
  margin-bottom: 0;
}

.hero-icons {
  display: inline-flex;
  gap: 16px;
  align-items: flex-end;
  position: relative;
  transform: scale(1.1);
  transform-origin: left;
  /* top: 12px; */
}

.hero-icons > span {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: inline-block;
  opacity: 0.4;
  transition: opacity 0.3s;
  filter: drop-shadow(0 0 3.08659px #09F);
}

.hero-icons > span.opacity-1 {
  opacity: 1;
}

.HomepageHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 38.82%, #000 84.54%);
}

@media screen and (min-width: 640px) {
  .HomepageHero--container-video-cta-new h1 {
    font-size: 50px !important;
  }
}

@media screen and (max-width: 640px) {
  .hero-icons {
    display: none;
  }
}

.full-height {
  height: 100vh;
  height: calc(var(--vh) * 100);
}

.bg-gradient-black {
  background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 96.6%);
}

.bg-gradient-white {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background-size: cover;
}

.after-slash::after {
  content: "/";
  margin-left: 0.25rem;
  display: inline-block;
}

.grid-col-1 {
  grid-column: 1;
}

.grid-row-1 {
  grid-row: 1;
}

.loader {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  border-width: 0.313rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  border-top: 5px solid #3498db; /* Blue */
}

.loader-dark {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  border-width: 0.313rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  border-top: 5px solid #f3f3f3; /* White */
}

label:not(.consent) {
  font-family: Proxima Nova W01 Semibold, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  font-display: swap;
}

.product-hero.product-hero--dark .box-trust label:not(.consent) {
  color: #6b7280;
}

.product-hero.product-hero--dark .box-trust-mobile label:not(.consent) {
  color: #6b7280;
}

input[type=text], input[type=email], input[type=tel]{
  margin-top: 1rem;
  display: block;
  background-color: rgba(0,0,0,.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

input[type=text], input[type=email], input[type=tel]{
  width: 100%;
}

*:focus {
  outline: none;
}

.error {
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(230, 40, 7, var(--tw-text-opacity));
}

.formeo .error {
  color: rgb(0, 153, 255);
  margin-left: 2px;
}

.error-field {
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  border: 1px solid red;
}

textarea {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  background-color: rgba(0,0,0,.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}

select {
  margin-top: 1rem;
  display: block;
  background-color: rgba(0,0,0,.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
}

.form_fields li:not(.multiselect__element) {
  margin-top: 1rem;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner::after,
.multiselect__spinner::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner::before {
  animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner::after {
  animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  touch-action: manipulation;
}

.multiselect:hover{
  cursor: pointer;
}

.multiselect{
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,.1);
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--active {
  z-index: 1;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 0;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  font-size: 1.125rem;
  min-height: 40px;
  display: block;
  padding: 0 40px 0 0;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 6px 0 6px 6px;
  margin-right: 10px;
  line-height: 1;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.multiselect__tag-icon {
  display: none;
}

.multiselect__tag-icon::after {
  display: none;
  content: "×";
}

.multiselect__tag-icon:focus::after,
.multiselect__tag-icon:hover::after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
}

.multiselect__current,
.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  right: 1px;
  top: 10px;
  transition: transform 0.2s ease;
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect__content-wrapper {
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option::after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
}

.multiselect__option--highlight {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  outline: none;
  color: #fff;
}

.multiselect__option--highlight::after {
  content: attr(data-select);
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.multiselect__option--selected {
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.multiselect__option--selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.multiselect__option--selected::after {
  content: attr(data-selected);
}

.multiselect__option--selected.multiselect__option--highlight {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.multiselect__option--selected.multiselect__option--highlight::after {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  content: attr(data-deselect);
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}

.multiselect__option--disabled {
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group-selected.multiselect__option--highlight::after {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  content: attr(data-deselect);
}

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 0 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option::after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes a {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(2turn);
  }
}

.NewsFooter h1 {
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.NewsFooter h2 {
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.NewsFooter h3 {
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.NewsFooter h4 {
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.NewsFooter h5 {
  font-family: Proxima Nova W01 Semibold, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.125rem;
}

.NewsFooter a {
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

@media screen and (max-width: 640px){
  .HomepageHero .mx-auto.NewsFooter h1:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.NewsFooter h2:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.NewsFooter h3:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.NewsFooter h4:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.NewsFooter h5:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.NewsFooter p:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.NewsFooter ol:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.NewsFooter ul:not(:last-child).flex.justify-center {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.NewsFooter h1:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.NewsFooter h2:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.NewsFooter h3:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.NewsFooter h4:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.NewsFooter h5:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.NewsFooter p:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.NewsFooter ol:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.NewsFooter ul:not(:last-child).flex.justify-center a {
    margin-left: 0;
  }
}

.NewsFooter h1:not(:last-child), .NewsFooter h2:not(:last-child), .NewsFooter h3:not(:last-child), .NewsFooter h4:not(:last-child), .NewsFooter h5:not(:last-child), .NewsFooter p:not(:last-child), .NewsFooter ol:not(:last-child), .NewsFooter ul:not(:last-child){
  margin-bottom: 2rem;
}

.NewsFooter p, .NewsFooter ol, .NewsFooter ul{
  font-family: Proxima Nova W01 Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.NewsFooter b, .NewsFooter strong{
  font-weight: 500;
}

.NewsFooter ol {
  margin-left: 1.5rem;
}

.NewsFooter ol li {
  position: relative;
  padding-left: 1.5rem;
  counter-increment: count-me;
}

.NewsFooter ol li::before {
  position: absolute;
  font-family: Proxima Nova W01 Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
  content: counter(count-me) ". ";
  font-weight: bold;
  top: 2px;
  left: -0.25rem;
}

.NewsFooter ol li:first-child::before {
  left: -0.05rem;
}

.NewsFooter ul {
  margin-left: 1.5rem;
}

.NewsFooter ul li {
  position: relative;
  padding-left: 1.5rem;
}

.NewsFooter ul li::before {
  position: absolute;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
  content: "•";
  top: -1px;
  left: -0.25rem;
  font-size: 30px;
}

@font-face {
  font-family: "iconfont-anyline";

  font-style: normal;

  font-weight: normal;

  src: url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.svg") format("svg");

  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";

  src: url("../fonts/ProximaNova-Light.otf") format("opentype");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";

  src: url("../fonts/ProximaNova-Thin.otf") format("opentype");

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova W01 Regular";

  font-weight: 400;

  src: url("../fonts/b38b8bd9-d96f-4bf9-add1-adbd2b08b802.woff2") format("woff2"), url("../fonts/52ed7b2d-8a31-4b18-a1d5-8685608b0889.woff") format("woff");

  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova W01 Semibold";

  font-weight: 600;

  src: url("../fonts/c7dcb253-8dca-459b-aaa9-afef9131ef22.woff2") format("woff2"), url("../fonts/390be235-bf11-42ee-8ba1-2dd10ca6a4ac.woff") format("woff");

  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova W01 Bold";

  font-weight: 700;

  src: url("../fonts/cc85d073-4dcf-4ecd-9804-40c34e631e2b.woff2") format("woff2"), url("../fonts/332136cf-33d0-43fb-97ee-49c7742489ff.woff") format("woff");

  font-display: swap;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont-anyline", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  font-display: swap;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Anyline_Homepage_Icons_1-01::before {
  content: "\e934";
}

.icon-Anyline_Homepage_Icons_1-02::before {
  content: "\e935";
}

.icon-Anyline_Homepage_Icons_1-03::before {
  content: "\e936";
}

.icon-Anyline_Homepage_Icons_1-04::before {
  content: "\e937";
}

.icon-Anyline_Homepage_Icons_1-05::before {
  content: "\e93e";
}

.icon-Anyline_Homepage_Icons_1-06::before {
  content: "\e93f";
}

.icon-Anyline_Homepage_Icons_1-07::before {
  content: "\e940";
}

.icon-Anyline_Homepage_Icons_1-08::before {
  content: "\e941";
}

.icon-Anyline_Homepage_Icons_1-09::before {
  content: "\e950";
}

.icon-Anyline_Homepage_Icons_1-10::before {
  content: "\e951";
}

.icon-Anyline_Homepage_Icons_1-11::before {
  content: "\e952";
}

.icon-Anyline_Homepage_Icons_1-12::before {
  content: "\e953";
}

.icon-Anyline_Homepage_Icons_1-13::before {
  content: "\e954";
}

.icon-Anyline_Homepage_Icons_1-14::before {
  content: "\e955";
}

.icon-add::before {
  content: "\e900";
}

.icon-analysis::before {
  content: "\e901";
}

.icon-brain::before {
  content: "\e902";
}

.icon-burger::before {
  content: "\e903";
}

.icon-chat::before {
  content: "\e904";
}

.icon-close::before {
  content: "\e905";
}

.icon-demo::before {
  content: "\e906";
}

.icon-down::before {
  content: "\e907";
}

.icon-download::before {
  content: "\e908";
}

.icon-external::before {
  content: "\e909";
}

.icon-eye::before {
  content: "\e90a";
}

.icon-facebook::before {
  content: "\e90b";
}

.icon-instagram::before {
  content: "\e90c";
}

.icon-pdf::before {
  content: "\e90d";
}

.icon-person::before {
  content: "\e90e";
}

.icon-play::before {
  content: "\e90f";
}

.icon-right::before {
  content: "\e910";
}

.icon-search::before {
  content: "\e911";
}

.icon-solutions::before {
  content: "\e912";
}

.icon-target::before {
  content: "\e913";
}

.icon-touch::before {
  content: "\e914";
}

.icon-twitter::before {
  content: "\e915";
}

.icon-youtube::before {
  content: "\e916";
}

.icon-whatsapp::before {
  content: "\e917";
}

.icon-linkedin::before {
  content: "\e918";
}

.icon-email::before {
  content: "\e919";
}

.icon-calendar::before {
  content: "\e91a";
}

.icon-time::before {
  content: "\e91b";
}

.icon-location::before {
  content: "\e91c";
}

.icon-left::before {
  content: "\e91d";
}

.icon-arrow-down::before {
  content: "\e91e";
}

.icon-arrow-up::before {
  content: "\e91f";
}

.icon-sound::before {
  content: "\e920";
}

.icon-gauge-dashboard-1-alternate::before {
  content: "\e921";
}

.icon-lock-1::before {
  content: "\e922";
}

.icon-mobile-phone::before {
  content: "\e923";
}

.icon-phone-hand-hold-1::before {
  content: "\e924";
}

.icon-wifi-off::before {
  content: "\e925";
}

.icon-wifi::before {
  content: "\e926";
}

.icon-laptop-heart-1::before {
  content: "\e927";
}

.icon-team-chat::before {
  content: "\e928";
}

.icon-yoga-meditate::before {
  content: "\e929";
}

.icon-fast-food-tacos::before {
  content: "\e92a";
}

.icon-soft-drinks-glass::before {
  content: "\e92b";
}

.icon-read-glasses::before {
  content: "\e92c";
}

.icon-real-estate-action-building-heart::before {
  content: "\e92d";
}

.icon-watch-time::before {
  content: "\e92e";
}

.icon-video-game-controller::before {
  content: "\e92f";
}

.icon-newspaper-fold::before {
  content: "\e930";
}

.icon-android::before {
  content: "\e931";
}

.icon-os-system-apple::before {
  content: "\e932";
}

.icon-icon-social-media-facebook::before {
  content: "\e933";
}

.icon-cart::before {
  content: "\e938";
}

.icon-company::before {
  content: "\e939";
}

.icon-solutions1::before {
  content: "\e93a";
}

.icon-stats::before {
  content: "\e93b";
}

.icon-challenge::before {
  content: "\e93c";
}

.icon-arrow::before {
  content: "\e93d";
}

.icon-tolerated_real_world::before {
  content: "\e942";
}

.icon-barcode::before {
  content: "\e943";
}

.icon-device::before {
  content: "\e944";
}

.icon-improve_data_quality::before {
  content: "\e945";
}

.icon-location_connection::before {
  content: "\e946";
}

.icon-verify::before {
  content: "\e947";
}

.icon-supported_platforms::before {
  content: "\e948";
}

.icon-fast::before {
  content: "\e949";
}

.icon-secure_data::before {
  content: "\e94a";
}

.icon-automotive::before {
  content: "\e94b";
}

.icon-energy_utility::before {
  content: "\e94c";
}

.icon-logistics::before {
  content: "\e94d";
}

.icon-police_and_gov::before {
  content: "\e94e";
}

.icon-retail::before {
  content: "\e94f";
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}

.nice-select:active, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open {
  border-color: #999;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
  max-height: 230px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .extra {
  float: right;
}

.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.hidden-select {
  opacity: 0;
  width: 0;
  padding: 0;
  height: 0;
  font-size: 0;
  min-height: auto;
}

.select-selection-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.select-selection-list .select-selection {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 2px 5px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select-selection-list button.remove-select-selection {
  height: 15px;
  width: 15px;
  line-height: 15px;
  padding: 0px;
  background-color: #bd2919;
  border-radius: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

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

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

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

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  border-color: currentColor;
}

.container{
  width: 100%;
}

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

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

@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: 1440px){
  .container{
    max-width: 1440px;
  }
}

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

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

.debug-screens::before{
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}

@media (min-width: 320px){
  .debug-screens::before{
    content: 'screen: min-width';
  }
}

@media (min-width: 480px){
  .debug-screens::before{
    content: 'screen: xs';
  }
}

@media (min-width: 768px){
  .debug-screens::before{
    content: 'screen: sm';
  }
}

@media (min-width: 1024px){
  .debug-screens::before{
    content: 'screen: md';
  }
}

@media (min-width: 1280px){
  .debug-screens::before{
    content: 'screen: lg';
  }
}

@media (min-width: 1440px){
  .debug-screens::before{
    content: 'screen: xl';
  }
}

@media (min-width: 1680px){
  .debug-screens::before{
    content: 'screen: max-width';
  }
}

@media (min-width: 1920px){
  .debug-screens::before{
    content: 'screen: widescreen';
  }
}

.FactsGrid {
  overflow-y: visible !important;
}

.FactsGrid__headline--centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  text-align: center;
}

.FactsGrid__panel--centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 1296px;
}

.FactsGrid__panel--dark-with-bg {
  background: url("./reason-frame-background-pic.png") center center/cover no-repeat;
  border-radius: 24px;
  margin: 0 auto;
  max-width: 1296px;
  min-height: 540px;
  overflow: hidden;
  padding: 72px 88px;
  position: relative;
}

.FactsGrid__panel--dark-with-bg::after {
  background: radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 34%), radial-gradient(circle at 85% 12%, rgba(17, 145, 255, 0.12) 0%, rgba(17, 145, 255, 0) 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.FactsGrid__panel--dark-with-bg > * {
  position: relative;
  z-index: 1;
}

.FactsGrid__facts--dark-with-bg {
  align-content: center;
  align-items: start;
  column-gap: 10px;
  row-gap: 40px;
}

.FactsGrid__item--dark-with-bg .FactsGrid__item-content {
  max-width: 290px;
}

.FactsGrid__item--dark-with-bg .FactsGrid__icon {
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 0 12px rgba(17, 145, 255, 0.08);
}

.FactsGrid__item--dark-with-bg .FactsGrid__item-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.FactsGrid__item--dark-with-bg .FactsGrid__item-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.45;
}

.FactsGrid__item--dark-with-bg .Button {
  margin-top: 16px;
}

@media (min-width: 1440px) {
  .FactsGrid__phone-container {
    margin-left: -5rem;
  }
}

@media (min-width: 1280px) {
  .FactsGrid__phone-container::after {
    content: "";
    left: 0;
    top: 0.5rem;
    position: absolute;
    width: 100%;
    height: calc(100% - 1rem);
    box-shadow: 1rem 1rem 5rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 8%/20%;
    z-index: -1;
  }
}

.FactsGrid .HasBlueBg .highlight {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media screen and (max-width: 1023px) {
  .FactsGrid__panel--dark-with-bg {
    padding: 40px 28px;
  }

  .FactsGrid__facts--dark-with-bg {
    row-gap: 28px;
  }
}

@media screen and (max-width: 639px) {
  .FactsGrid__headline--centered {
    max-width: 100%;
  }

  .FactsGrid__panel--dark-with-bg {
    padding: 32px 20px;
  }

  .FactsGrid__item--dark-with-bg .FactsGrid__item-title {
    font-size: 17px;
  }
}

.FactsGrid:not(.FactsGrid--collapsible) .Button {
  padding-bottom: 0;
}

.FactsGrid__item details {
  margin-top: 12px;
}

.FactsGrid__item details ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 16px;
}

.FactsGrid__item details ul li::marker {
  color: #09f;
}

.FactsGrid__item summary {
  background-color: #f8f8f8;
  border-radius: 6px;
  width: 100%;
  padding: 8px;
  color: #09f;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.04px;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.FactsGrid__item summary::before {
  content: "\e93d";
  font-family: "iconfont-anyline", sans-serif !important;
  color: #120140 !important;
  transform: rotate(90deg);
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  /* font-size: 20px; */
}

.FactsGrid__item details[open] summary {
  margin-bottom: 12px;
}

.FactsGrid__item details[open] summary::before {
  transform: rotate(0deg);
}

.child-p-inline p {
  display: inline;
}

.partner-grid-item-blue-arrow {
  padding-bottom: 0;
  padding-top: 0;
}

.Accordion * a:not(.Wysiwyg__button) {
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.accordion-item[aria-expanded=true] .accordion-button {
  background-color: rgba(0, 0, 0, 0.1);
}

.accordion-item[aria-expanded=true] .accordion-icon {
  background-color: black;
  color: white;
  transform: rotate(45deg);
}

.accordion-item[aria-expanded=true] .accordion-content {
  max-height: 1500px;
}

.accordion-item[aria-expanded=true] .Accordion {
  opacity: 1;
  pointer-events: auto;
}

.accordion-item .ContentWysiwyg p,
  .accordion-item .ContentWysiwyg li {
  font-size: 1rem !important;
}

@media screen and (max-width: 768px) {
  .accordion-wrapper h2 {
    text-align: center !important;
  }

  .accordion-item > button[role=heading] {
    text-align: left !important;
    gap: 40px;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .accordion-item > button[role=heading] > div {
    text-align: center !important;
  }

  .accordion-content .Accordion.ContentWysiwyg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

.PostGrid__item:nth-child(3) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .PostGrid__item {
    width: calc((100% - 2rem) / 2);
  }

  .PostGrid__item:nth-child(2) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .PostGrid__item {
    width: calc((100% - 4rem) / 3);
  }

  .PostGrid__item:nth-child(2) {
    margin-right: 2rem;
  }

  .PostGrid__item:nth-child(3) {
    margin-right: 0;
  }
}

.iframeAlignment {
  display: flex;
  justify-content: center;
  min-height: 100%;
  height: 100vh;
}

.ContentWysiwyg h1, .mce-content-body h1{
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.ContentWysiwyg h2, .mce-content-body h2{
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.ContentWysiwyg h3, .mce-content-body h3{
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.ContentWysiwyg h4, .mce-content-body h4{
  font-family: Proxima Nova W01 Bold, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.ContentWysiwyg h5, .mce-content-body h5{
  font-family: Proxima Nova W01 Semibold, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.125rem;
}

.ContentWysiwyg a:not(.Wysiwyg__button), .mce-content-body a:not(.Wysiwyg__button){
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.ContentWysiwyg a:not(.Wysiwyg__button),
  .mce-content-body a:not(.Wysiwyg__button){
  cursor: pointer;
}

@media screen and (max-width: 640px){
  .HomepageHero .mx-auto.ContentWysiwyg h1:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.ContentWysiwyg h2:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.ContentWysiwyg h3:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.ContentWysiwyg h4:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.ContentWysiwyg h5:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.ContentWysiwyg p:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.ContentWysiwyg ol:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.ContentWysiwyg ul:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.mce-content-body h1:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.mce-content-body h2:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.mce-content-body h3:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.mce-content-body h4:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.mce-content-body h5:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.mce-content-body p:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.mce-content-body ol:not(:last-child).flex.justify-center, .HomepageHero .mx-auto.mce-content-body ul:not(:last-child).flex.justify-center {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.ContentWysiwyg h1:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.ContentWysiwyg h2:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.ContentWysiwyg h3:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.ContentWysiwyg h4:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.ContentWysiwyg h5:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.ContentWysiwyg p:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.ContentWysiwyg ol:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.ContentWysiwyg ul:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.mce-content-body h1:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.mce-content-body h2:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.mce-content-body h3:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.mce-content-body h4:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.mce-content-body h5:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.mce-content-body p:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.mce-content-body ol:not(:last-child).flex.justify-center a, .HomepageHero .mx-auto.mce-content-body ul:not(:last-child).flex.justify-center a {
    margin-left: 0;
  }
}

.ContentWysiwyg h1:not(:last-child), .ContentWysiwyg h2:not(:last-child), .ContentWysiwyg h3:not(:last-child), .ContentWysiwyg h4:not(:last-child), .ContentWysiwyg h5:not(:last-child), .ContentWysiwyg p:not(:last-child), .ContentWysiwyg ol:not(:last-child), .ContentWysiwyg ul:not(:last-child), .mce-content-body h1:not(:last-child), .mce-content-body h2:not(:last-child), .mce-content-body h3:not(:last-child), .mce-content-body h4:not(:last-child), .mce-content-body h5:not(:last-child), .mce-content-body p:not(:last-child), .mce-content-body ol:not(:last-child), .mce-content-body ul:not(:last-child){
  margin-bottom: 2rem;
}

.ContentWysiwyg p, .ContentWysiwyg ol, .ContentWysiwyg ul, .mce-content-body p, .mce-content-body ol, .mce-content-body ul{
  font-family: Proxima Nova W01 Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.ContentWysiwyg b, .ContentWysiwyg strong, .mce-content-body b, .mce-content-body strong{
  font-weight: 700;
}

.ContentWysiwyg ol, .mce-content-body ol{
  margin-left: 1.5rem;
}

.ContentWysiwyg ol li, .mce-content-body ol li{
  position: relative;
  padding-left: 1.5rem;
}

.ContentWysiwyg ol li,
  .mce-content-body ol li{
  counter-increment: count-me;
}

.ContentWysiwyg ol li::before, .mce-content-body ol li::before{
  position: absolute;
  font-family: Proxima Nova W01 Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.ContentWysiwyg ol li::before,
  .mce-content-body ol li::before{
  content: counter(count-me) ". ";
  font-weight: bold;
  top: 2px;
  left: -0.25rem;
}

.ContentWysiwyg ol li:first-child::before,
  .mce-content-body ol li:first-child::before {
  left: -0.05rem;
}

.ContentWysiwyg ul, .mce-content-body ul{
  margin-left: 1.5rem;
}

.ContentWysiwyg ul li, .mce-content-body ul li{
  position: relative;
  padding-left: 1.5rem;
}

.ContentWysiwyg ul li,
  .mce-content-body ul li{
  margin-top: 12px;
}

.ContentWysiwyg ul li::before, .mce-content-body ul li::before{
  position: absolute;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.ContentWysiwyg ul li::before,
  .mce-content-body ul li::before{
  content: "•";
  top: -1px;
  left: -0.25rem;
  font-size: 30px;
}

.FullwidthTeaser {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px){
  .FullwidthTeaser {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1440px){
  .FullwidthTeaser {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media screen and (max-width: 640px){
  .HomepageHero .mx-auto.mb-32.FullwidthTeaser.justify-center {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.mb-32.FullwidthTeaser.justify-center a {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px){
  .product-hero .content.FullwidthTeaser {
    padding-left: 0;
    padding-right: 0;
  }
}

.product-hero.new-version .FullwidthTeaser {
  padding-left: 6rem;
  padding-right: 6rem;
}

@media screen and (max-width: 1023px){
  .product-hero.new-version .FullwidthTeaser {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.FullwidthTeaser{
  margin: auto;
  display: flex;
  max-width: 120rem;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1280px){
  .FullwidthTeaser{
    flex-direction: row;
  }
}

.FullwidthTeaser p {
  margin-top: auto;
  margin-bottom: auto;
}

.Hero__fullwidth {
  width: 100vw;
  height: 100%;
}

@media (min-width: 1024px) {
  .Hero__fullwidth {
    height: calc(100vh - 10rem);
  }
}

@media (min-width: 1024px) {
  .HomepageHero {
    height: calc(100vh - 10rem);
  }
}

.HomepageHero--container {
  transform: translate(-50%, -50%);
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (min-width: 1024px) {
  .SuccessStoryTeaser__blue-container::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 18.75rem;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  @media (min-width: 1680px){
    .SuccessStoryTeaser__blue-container::after{
      width: 8rem;
      border-top-right-radius: 1rem;
      border-bottom-right-radius: 1rem;
    }
  }

  .SuccessStoryTeaser__blue-container::after{
    transform: translateX(100%);
    content: "";
  }
}

.SuccessStoryTeaser .ContentWysiwyg {
  display: inline;
}

.SuccessStoryTeaser .ContentWysiwyg ul {
  list-style-type: disc;
}

.SuccessStoryTeaser .ContentWysiwyg li {
  padding-left: 0.25rem;
}

.SuccessStoryTeaser--item:nth-child(2n) {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 0.50;
  padding-left: 3rem;
}

.SuccessStoryTeaser--item:nth-child(2n+1) {
  padding-right: 3rem;
}

@media screen and (max-width: 640px){
  .HomepageHero .mx-auto.mb-32.SuccessStoryTeaser--item div.justify-center {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.mb-32.SuccessStoryTeaser--item div.justify-center a {
    margin-left: 0;
  }
}

.SuccessStoryTeaser--item div{
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}

.SuccessStoryTeaser--item div:nth-child(1) {
  margin-bottom: 0.5rem;
}

.SuccessStoryTeaser--item i {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

@media only screen and (min-width: 768px) {
  section.KeyTopics {
    top: -6rem;
    min-width: 18.4375rem;
  }
}

@media (min-width: 1281px) {
  .ApplicationSlider .SliderContainer {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7539390756) 30%, rgb(0, 0, 0) 48%, rgb(0, 0, 0) 100%);
  }
}

@media (max-width: 1280px) {
  .ApplicationSlider .ResponsiveImage {
    position: relative;
    display: block;
  }

  .ApplicationSlider .ResponsiveImage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}

@media screen and (max-width: 640px){
  .HomepageHero .mx-auto.mb-32.ApplicationSlider .swiper-pagination-bullets.justify-center {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.mb-32.ApplicationSlider .swiper-pagination-bullets.justify-center a {
    margin-left: 0;
  }
}

.ApplicationSlider .swiper-pagination-bullets{
  display: flex;
}

@media (min-width: 1280px){
  .ApplicationSlider .swiper-pagination-bullets{
    align-items: center;
  }
}

@media screen and (max-width: 640px){
  .HomepageHero .mx-auto.mb-32.ApplicationSlider .swiper-pagination-bullet.justify-center {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.mb-32.flex.ApplicationSlider .swiper-pagination-bullet {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.mb-32.ApplicationSlider .swiper-pagination-bullet.justify-center a {
    margin-left: 0;
  }

  .HomepageHero .mx-auto.mb-32.flex.ApplicationSlider .swiper-pagination-bullet a {
    margin-left: 0;
  }
}

.ApplicationSlider .swiper-pagination-bullet{
  margin-right: 1rem;
}

.ApplicationSlider .swiper-pagination-bullet:last-child{
  margin-right: 0;
}

.ApplicationSlider .swiper-pagination-bullet{
  display: flex;
  max-width: 2rem;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.ApplicationSlider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.ApplicationSlider .swiper-pagination-bullet::after {
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  content: "";
}

.ApplicationSlider .swiper-pagination-bullet-active {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.ApplicationSlider .swiper-pagination-bullet-active::after {
  height: 0.125rem;
  width: 1.875rem;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.ApplicationSlider .swiper-container {
  position: relative;
  margin-bottom: 3rem;
  min-height: 50%;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px){
  .ApplicationSlider .swiper-container{
    position: absolute;
    top: 50%;
    right: 8.75rem;
    width: 50%;
    --tw-translate-y: -55%;
  }
}

.ApplicationSlider .swiper-slide {
  height: auto;
}

@media screen and (max-width: 640px){
  .HomepageHero .mx-auto.mb-32.ApplicationSlider .swiper-button.justify-center {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.mb-32.flex.ApplicationSlider .swiper-button {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.mb-32.ApplicationSlider .swiper-button.justify-center a {
    margin-left: 0;
  }

  .HomepageHero .mx-auto.mb-32.flex.ApplicationSlider .swiper-button a {
    margin-left: 0;
  }
}

.ApplicationSlider .swiper-button{
  position: absolute;
  bottom: 3.5rem;
  z-index: 50;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .ApplicationSlider .swiper-button{
    top: 45%;
    bottom: 0;
    height: 7rem;
    width: 2rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
  }
}

.ApplicationSlider .swiper-button i {
  display: block;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-y: 2;
  opacity: 0.50;
}

@media (min-width: 1280px){
  .ApplicationSlider .swiper-button i{
    display: none;
  }
}

.ApplicationSlider .swiper-button-prev {
  position: absolute;
  bottom: 2.7rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate: 180deg;
}

@media (min-width: 1280px){
  .ApplicationSlider .swiper-button-prev{
    --tw-rotate: 0deg;
  }
}

.ApplicationSlider .swiper-button-next {
  position: absolute;
  right: 0;
  bottom: 2.7rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px){
  .ApplicationSlider .swiper-button-next{
    --tw-rotate: 180deg;
  }
}

@media screen and (max-width: 640px){
  .HomepageHero .mx-auto.mb-32.ApplicationSlider .swiper-pagination.justify-center {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.mb-32.flex.ApplicationSlider .swiper-pagination {
    width: 100%;
    display: block;
  }

  .HomepageHero .mx-auto.mb-32.ApplicationSlider .swiper-pagination.justify-center a {
    margin-left: 0;
  }

  .HomepageHero .mx-auto.mb-32.flex.ApplicationSlider .swiper-pagination a {
    margin-left: 0;
  }
}

.ApplicationSlider .swiper-pagination{
  display: flex;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: -1rem;
  align-items: center;
  justify-content: center;
  padding-left: 7rem;
  padding-right: 7rem;
}

@media (min-width: 1280px){
  .ApplicationSlider .swiper-pagination{
    justify-content: flex-start;
  }
}

.Circle {
  height: 100vw;
}

.ArticleHero {
  background: #fff;
  padding: 72px 24px 0;
}

.ArticleHero__inner,
  .ArticlePage__container {
  margin: 0 auto;
  max-width: 1240px;
}

.ArticleHero__copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 1240px;
  padding-top: 40px;
}

.ArticleHero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ArticleHero__tag {
  align-items: center;
  background: rgba(10, 10, 10, 0.85);
  border: 0.5px solid #0099ff;
  border-radius: 999px;
  color: #0099ff;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  min-width: 108px;
  padding: 4px 12px;
  text-align: center;
}

.ArticleHero__title {
  color: #1a1a1a;
  font-family: "Proxima Nova W01 Bold", sans-serif;
  font-size: clamp(2.5rem, 3.4vw, 44px);
  letter-spacing: -0.6084px;
  line-height: 1.36;
  margin: 0;
}

.ArticleHero__intro {
  color: #737373;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: clamp(18px, 1.8vw, 20px);
  letter-spacing: -0.4492px;
  line-height: 1.625;
  margin: 0;
  max-width: 1240px;
}

.ArticleHero__media {
  margin: 44px auto 0;
  max-width: 860px;
  width: 100%;
}

.ArticleHero__picture {
  aspect-ratio: 2/1;
  border: 0.5px solid rgba(3, 2, 19, 0.25);
  border-radius: 14px;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ArticleHero__image {
  border-radius: 14px;
  display: block;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  width: 100%;
}

.ArticlePage {
  background: #fff;
  padding: 40px 24px 96px;
}

.ArticlePage__author {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
  margin: 0 auto 96px;
  max-width: 1240px;
}

.ArticlePage__author--no-lead .ArticleShare--horizontal {
  flex: 0 0 100%;
  width: 100%;
}

.ArticlePage__author-main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 28px;
  max-width: 860px;
  min-width: 0;
}

.ArticlePage__author-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
  width: 235px;
}

.ArticlePage__author--no-author {
  justify-content: flex-end;
}

.ArticleAuthor {
  display: flex;
  min-height: 80px;
}

.ArticleAuthor__person {
  align-items: center;
  display: flex;
  min-width: 0;
  width: 377px;
}

.ArticleAuthor__avatar-wrap {
  display: block;
  flex: 0 0 auto;
  margin-right: 12px;
  width: 80px;
}

.ArticleAuthor__avatar {
  border-radius: 999px;
  display: block;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
}

.ArticleAuthor__details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding-top: 0;
}

.ArticleAuthor__linkedin {
  display: inline-flex;
  margin-bottom: 4px;
  width: 27px;
}

.ArticleAuthor__linkedin img {
  display: block;
  height: 28px;
  width: 27px;
}

.ArticleAuthor__identity {
  min-width: 0;
  padding-top: 0;
}

.ArticleAuthor__name,
  .ArticleAuthor__role {
  margin: 0;
}

.ArticleAuthor__name {
  color: #1a1a1a;
  font-family: "Proxima Nova W01 Bold", sans-serif;
  font-size: 18px;
  letter-spacing: -0.4395px;
  line-height: 31.5px;
}

.ArticleAuthor__role {
  color: #717182;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 14px;
  letter-spacing: -0.1504px;
  line-height: 25.2px;
}

.ArticleAuthor__meta {
  color: #737373;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  gap: 8px 20px;
  justify-content: flex-start;
  line-height: 16px;
  padding-top: 10px;
  white-space: normal;
}

.ArticleAuthor__meta-item {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.ArticleAuthor__meta-icon {
  color: #8b8b97;
  font-size: 11px;
  line-height: 1;
}

.ArticlePage__content {
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  max-width: 1240px;
  width: 100%;
}

.ArticlePage__lead {
  margin-left: 0;
  margin-right: auto;
  min-width: 0;
  max-width: 860px;
  width: 100%;
}

.ArticlePage__lead > *:first-child {
  margin-top: 0;
}

.ArticlePage__lead > *:last-child {
  margin-bottom: 0;
}

.ArticlePage__content.ContentWysiwyg h2 {
  color: #1a1a1a;
  font-family: "Proxima Nova W01 Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.09px;
  line-height: 41.6px;
  margin-bottom: 26px;
  padding-bottom: 26px;
  position: relative;
}

.ArticlePage__content.ContentWysiwyg h2::after {
  background: rgba(3, 2, 19, 0.12);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ArticlePage__content.ContentWysiwyg .ArticleCta__title,
  .ArticlePage__content.ContentWysiwyg .ArticleFeaturePromo__title,
  .ArticlePage__content.ContentWysiwyg .ArticleRelatedArticles__title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ArticlePage__content.ContentWysiwyg .ArticleCta__title::after,
  .ArticlePage__content.ContentWysiwyg .ArticleFeaturePromo__title::after,
  .ArticlePage__content.ContentWysiwyg .ArticleRelatedArticles__title::after {
  content: none;
}

.ArticlePage__content > *:first-child {
  margin-top: 0;
}

.ArticlePage__content > *:last-child {
  margin-bottom: 0;
}

.ArticlePage__content--full {
  margin-top: 48px;
  width: 100%;
}

.ArticlePage__content .wp-block {
  margin-bottom: 40px;
  margin-top: 0;
}

.ArticlePage__content .wp-block-image,
  .ArticlePage__content .wp-block-gallery,
  .ArticlePage__content .wp-block-image img,
  .ArticlePage__content .wp-block-cover,
  .ArticlePage__content .wp-block-gallery.has-nested-images figure.wp-block-image img {
  border-radius: 14px;
}

.ArticlePage__content .wp-block-image {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 48px;
  width: 100%;
}

.ArticlePage__content .wp-block-image img {
  display: block;
  height: auto;
  width: 100%;
}

.ArticlePage__content .wp-block-image a {
  display: block;
}

.ArticlePage__content .wp-block-image figcaption,
  .ArticlePage__content .wp-block-image .wp-element-caption {
  color: #717182;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.08px;
  line-height: 18px;
  margin: 0;
  text-align: left;
}

.ArticlePage__content .wp-block-columns {
  gap: 28px;
}

.ArticlePage__content .wp-block-quote {
  border-left: 3px solid rgba(3, 2, 19, 0.18);
  color: rgba(10, 10, 10, 0.8);
  margin-left: 0;
  padding-left: 24px;
}

.ArticlePage__content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ArticlePage__content .wp-block-button__link {
  background: #0a0a0a;
  border: 1px solid #0a0a0a;
  border-radius: 8px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 12px 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.ArticleShare {
  border-top: 1px solid rgba(3, 2, 19, 0.12);
  padding-top: 18px;
  position: static;
}

.ArticleShare__title {
  color: #717182;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 16px;
}

.ArticleShare__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ArticleShare__item + .ArticleShare__item {
  margin-top: 12px;
}

.ArticleShare__link {
  align-items: center;
  color: #0a0a0a;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.ArticleShare__link--button {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.ArticleShare__icon,
  .ArticleShare__copy-text {
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  line-height: 1;
  width: 12px;
}

.ArticleShare__icon--svg {
  align-items: center;
  height: 12px;
}

.ArticleShare__icon--svg svg {
  display: block;
  height: 100%;
  width: 100%;
}

.ArticleShare__copy-text {
  font-size: 10px;
  font-weight: 700;
  transform: rotate(-45deg);
}

.ArticleShare__label {
  color: #0a0a0a;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 14px;
  text-transform: uppercase;
}

.ArticleShare__link:hover,
  .ArticleShare__link:focus-visible {
  color: #0099ff;
}

.ArticleShare__link--button.is-copied {
  color: #0099ff;
}

@media (min-width: 768px) {
  .ArticleShare--horizontal {
    margin-top: 0;
  }

  .ArticleShare--horizontal .ArticleShare__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 36px;
  }

  .ArticleShare--horizontal .ArticleShare__item {
    margin: 0;
  }

  .ArticleShare--horizontal .ArticleShare__item + .ArticleShare__item {
    margin-top: 0;
  }
}

.ArticleBlock {
  margin: 48px 0;
}

@media (max-width: 767px) {
  .ArticleBlock--hide-mobile {
    display: none !important;
  }

  .ArticlePage .ArticleBlock--newsletter-signup {
    display: none !important;
  }
}

.ArticleImage {
  margin: 48px 0;
}

.ArticleImage__figure {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 auto;
  max-width: 692px;
  width: 100%;
}

.ArticleImage__picture,
  .ArticleImage__picture img {
  border-radius: 14px;
  display: block;
  overflow: hidden;
  width: 100%;
}

.ArticleImage__image {
  display: block;
  height: auto;
  width: 100%;
}

.ArticleImage__caption {
  color: #717182;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.08px;
  line-height: 18px;
  margin: 0;
  text-align: left;
}

.ArticleImage__placeholder {
  border: 1px dashed rgba(3, 2, 19, 0.2);
  border-radius: 14px;
  color: #717182;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  max-width: 692px;
  padding: 28px 24px;
  text-align: center;
}

.ArticleGallery {
  margin: 48px 0;
}

.ArticleGallery__slider {
  margin: 0 auto;
  max-width: 1240px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  .ArticleGallery__slider[data-slide-count="1"],
    .ArticleGallery__slider[data-slide-count="2"] {
    max-width: 860px;
  }
}

.ArticleGallery__track {
  align-items: stretch;
}

.ArticleGallery__slide {
  height: auto;
}

.ArticleGallery__figure {
  border: 0.5px solid rgba(3, 2, 19, 0.25);
  border-radius: 14px;
  margin: 0;
  overflow: hidden;
}

.ArticleGallery__picture,
  .ArticleGallery__picture img {
  display: block;
  width: 100%;
}

.ArticleGallery__image {
  display: block;
  height: auto;
  width: 100%;
}

.ArticleGallery__controls {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}

.ArticleGallery__nav {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(3, 2, 19, 0.14);
  border-radius: 999px;
  color: #0a0a0a;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 24px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  width: 40px;
}

.ArticleGallery__nav:hover,
  .ArticleGallery__nav:focus-visible {
  border-color: #0099ff;
  color: #0099ff;
}

.ArticleGallery__nav.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}

.ArticleGallery__pagination {
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  min-width: 80px;
}

.ArticleGallery__pagination .swiper-pagination-bullet {
  background: rgba(10, 10, 10, 0.2);
  border-radius: 999px;
  height: 8px;
  margin: 0 4px;
  opacity: 1;
  transition: background-color 0.2s ease;
  width: 8px;
}

.ArticleGallery__pagination .swiper-pagination-bullet-active {
  background: #0099ff;
}

.ArticleGallery__placeholder {
  border: 1px dashed rgba(3, 2, 19, 0.2);
  border-radius: 14px;
  color: #717182;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  max-width: 860px;
  padding: 28px 24px;
  text-align: center;
}

.ArticleVideo {
  margin: 48px 0;
}

.ArticleVideo__frame {
  aspect-ratio: 16/9;
  background: #020712;
  border: 1px solid rgba(0, 153, 255, 0.5);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 153, 255, 0.12);
  margin: 0 auto;
  max-width: 860px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ArticleVideo__poster,
  .ArticleVideo__poster-picture,
  .ArticleVideo__poster-image {
  display: block;
  height: 100%;
  width: 100%;
}

.ArticleVideo__poster-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.ArticleVideo__poster--fallback {
  align-items: center;
  background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.1), transparent 38%), linear-gradient(135deg, #09111e 0%, #081b34 52%, #04090f 100%);
  display: flex;
  justify-content: center;
}

.ArticleVideo__poster-fallback {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.06) 100%);
  border-radius: 999px;
  height: 220px;
  opacity: 0.28;
  width: 220px;
}

.ArticleVideo__overlay {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: absolute;
  z-index: 3;
}

.ArticleVideo__play-pill {
  display: none;
}

.ArticleVideo__play-button {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.ArticlePage__content.ContentWysiwyg .ArticleVideo__play-button,
  .ArticlePage__content.ContentWysiwyg .ArticleVideo__play-button:hover,
  .ArticlePage__content.ContentWysiwyg .ArticleVideo__play-button:focus-visible {
  color: #fff;
  text-decoration: none;
}

.ArticlePage__content.ContentWysiwyg .ArticleVideo__play-button .Button__icon,
  .ArticlePage__content.ContentWysiwyg .ArticleVideo__play-button:hover .Button__icon,
  .ArticlePage__content.ContentWysiwyg .ArticleVideo__play-button:focus-visible .Button__icon {
  color: #0099ff;
}

.ArticleFeaturePromo {
  margin: 54px auto;
  max-width: 950px;
  width: 100%;
}

.ArticleFeaturePromo__inner {
  align-items: center;
  border-bottom: 1px solid rgba(3, 2, 19, 0.12);
  border-top: 1px solid rgba(3, 2, 19, 0.12);
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 34px 0 32px;
}

.ArticleFeaturePromo__copy {
  max-width: none;
}

.ArticleFeaturePromo__title {
  color: #0a0a0a;
  font-family: "Proxima Nova W01 Bold", sans-serif;
  font-size: clamp(2.14rem, 3.3vw, 3.34rem);
  letter-spacing: -0.05em;
  line-height: 1.04;
  margin: 0;
}

.ArticleFeaturePromo__text {
  color: rgba(10, 10, 10, 0.62);
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 19px;
  line-height: 1.68;
  margin: 28px 0 0;
  max-width: none;
}

.ArticleFeaturePromo__button {
  display: inline-block;
  margin-top: 26px;
}

.ArticlePage__content.ContentWysiwyg .ArticleFeaturePromo__button,
  .ArticlePage__content.ContentWysiwyg .ArticleFeaturePromo__button:hover,
  .ArticlePage__content.ContentWysiwyg .ArticleFeaturePromo__button:focus-visible {
  color: #fff;
  text-decoration: none;
}

.ArticleFeaturePromo__media {
  overflow: hidden;
}

.ArticleFeaturePromo__picture,
  .ArticleFeaturePromo__picture img {
  display: block;
  width: 100%;
}

.ArticleFeaturePromo__image {
  aspect-ratio: 1.23/1;
  border-radius: 28px;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ArticleFeaturePromo__placeholder {
  border: 1px dashed rgba(3, 2, 19, 0.2);
  border-radius: 18px;
  color: rgba(10, 10, 10, 0.58);
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 24px 28px;
  text-align: center;
}

.ArticleVideo__iframe,
  .ArticleVideo__media {
  aspect-ratio: 16/9;
  background: #020712;
  border: 0;
  display: none;
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ArticleVideo__frame.is-playing .ArticleVideo__poster,
  .ArticleVideo__frame.is-playing .ArticleVideo__overlay {
  display: none;
}

.ArticleVideo__frame.is-playing .ArticleVideo__iframe,
  .ArticleVideo__frame.is-playing .ArticleVideo__media {
  display: block;
}

.ArticleVideo__placeholder {
  border: 1px dashed rgba(0, 153, 255, 0.35);
  border-radius: 18px;
  color: #717182;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  max-width: 860px;
  padding: 28px 24px;
  text-align: center;
}

.ArticleKeyTakeaways__card,
  .ArticleQuote,
  .ArticleCta__inner {
  background: rgba(236, 238, 242, 0.3);
  border: 0.5px solid rgba(3, 2, 19, 0.25);
  border-radius: 14px;
}

.ArticleQuote {
  background: rgba(242, 242, 244, 0.5);
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.ArticleKeyTakeaways__card {
  padding: 26px 36px;
}

.ArticleKeyTakeaways .ArticleKeyTakeaways__heading {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.ArticleKeyTakeaways .ArticleKeyTakeaways__heading-icon {
  align-items: center;
  color: #0a0a0a;
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.ArticleKeyTakeaways .ArticleKeyTakeaways__heading-icon svg {
  display: block;
  height: 20px;
  width: 20px;
}

.ArticleKeyTakeaways .ArticleKeyTakeaways__title {
  color: #0a0a0a;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 18px;
  letter-spacing: -0.3125px;
  line-height: 24px;
  margin: 0;
}

.ArticleKeyTakeaways .ArticleKeyTakeaways__list {
  color: rgba(10, 10, 10, 0.9);
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 18px;
  letter-spacing: -0.3125px;
  line-height: 30px;
  list-style: disc outside;
  margin: 0;
  padding-left: 26px;
}

.ArticleKeyTakeaways .ArticleKeyTakeaways__item {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
  padding-left: 0;
  position: static;
}

.ArticleKeyTakeaways .ArticleKeyTakeaways__item::marker {
  color: rgba(10, 10, 10, 0.9);
  font-size: 14px;
}

.ArticleKeyTakeaways .ArticleKeyTakeaways__link {
  color: inherit;
  display: inline;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ArticleKeyTakeaways__link:hover {
  color: #0099ff;
}

.ArticleKeyTakeaways .ArticleKeyTakeaways__text {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ArticleKeyTakeaways .ArticleKeyTakeaways__item::before {
  content: none;
}

.ArticleQuote {
  padding: 24px;
}

.ArticleQuote__icon {
  color: rgba(3, 2, 19, 0.28);
  display: inline-flex;
  height: 32px;
  line-height: 1;
  width: 32px;
}

.ArticleQuote__icon img,
  .ArticleQuote__icon svg {
  display: block;
  height: 32px;
  width: 32px;
}

.ArticleQuote__text {
  border-left: 4px solid #000000;
  color: #717182;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.75;
  margin: 0;
  padding-left: 18px;
}

.ArticleQuote__footer {
  margin: 0;
}

.ArticleQuote__author,
  .ArticleQuote__role {
  margin: 0 !important;
}

.ArticleQuote__author {
  color: #0a0a0a;
  font-size: 1.05rem;
  font-weight: 700;
}

.ArticleQuote__role {
  color: rgba(10, 10, 10, 0.7);
  margin-top: 4px;
}

.ArticleCta__inner {
  box-sizing: border-box;
  padding: 28px 40px 30px;
  text-align: center;
}

.ArticleCta {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 692px;
  width: 100%;
}

.ArticleCta__copy {
  margin: 0 auto;
  max-width: 640px;
}

.ArticleCta__title {
  color: #0a0a0a;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 20px;
  letter-spacing: -0.35px;
  line-height: 30px;
  margin: 0;
}

.ArticleCta__text {
  color: rgba(10, 10, 10, 0.82);
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 16px;
  letter-spacing: -0.18px;
  line-height: 28px;
  margin: 18px 0 0;
}

.ArticleCta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 24px;
}

.ArticleCta__button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.16em;
  line-height: 14px;
  min-height: 30px;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.ArticleCta__button--primary {
  background: #0a0a0a;
  border: 1px solid #0a0a0a;
  color: #fff;
}

.ArticleCta__button--secondary {
  background: transparent;
  border: 1px solid #0a0a0a;
  color: #0a0a0a;
}

.ArticlePage__content.ContentWysiwyg .ArticleCta__button--primary,
  .ArticlePage__content.ContentWysiwyg .ArticleCta__button--primary:hover,
  .ArticlePage__content.ContentWysiwyg .ArticleCta__button--primary:focus-visible {
  color: #fff;
}

.ArticlePage__content.ContentWysiwyg .ArticleCta__button--secondary,
  .ArticlePage__content.ContentWysiwyg .ArticleCta__button--secondary:hover,
  .ArticlePage__content.ContentWysiwyg .ArticleCta__button--secondary:focus-visible {
  color: #0a0a0a;
}

.ArticleNewsletter {
  background: radial-gradient(64% 120% at 100% 0%, rgba(24, 120, 214, 0.95) 0%, rgba(9, 60, 116, 0.72) 38%, rgba(2, 9, 18, 0) 100%), radial-gradient(76% 122% at 0% 100%, rgba(2, 18, 33, 0.88) 0%, rgba(1, 8, 15, 0) 68%), linear-gradient(115deg, #01060b 0%, #04101b 34%, #082746 70%, #0f4d88 100%);
  border-radius: 12px;
  color: #fff;
  margin: 56px auto;
  max-width: 860px;
  min-height: 340px;
  padding: 48px 24px 24px;
  width: 100%;
}

.ArticleNewsletter__inner {
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
}

.ArticleNewsletter__badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.ArticleNewsletter__badge-icon {
  color: #fff;
  display: block;
  height: 22px;
  width: 22px;
}

.ArticleNewsletter__title {
  color: #fff;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 36px;
  margin: 22px 0 0;
  text-align: center;
}

.ArticlePage__content.ContentWysiwyg .ArticleNewsletter__title,
  .ArticlePage__content.ContentWysiwyg .ArticleNewsletter__title:hover,
  .ArticlePage__content.ContentWysiwyg .ArticleNewsletter__title:focus-visible {
  color: #fff;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 36px;
  text-align: center;
}

.ArticleNewsletter__text {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  margin-top: 14px;
}

.ArticleNewsletter__text p:last-child {
  margin-bottom: 0;
}

.ArticleNewsletter__cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.ArticleNewsletter__button {
  align-items: center;
  background: #eceef2;
  border-radius: 8px;
  color: #030213 !important;
  display: inline-flex;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  gap: 16px;
  letter-spacing: -0.15px;
  line-height: 20px;
  min-height: 36px;
  padding: 8px 18px 8px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.ArticlePage__content.ContentWysiwyg .ArticleNewsletter__button,
  .ArticlePage__content.ContentWysiwyg .ArticleNewsletter__button:hover,
  .ArticlePage__content.ContentWysiwyg .ArticleNewsletter__button:focus-visible {
  background: #eceef2;
  color: #030213 !important;
  text-decoration: none;
}

.ArticleNewsletter__button-label {
  display: block;
}

.ArticleNewsletter__button-arrow {
  align-items: center;
  color: #030213 !important;
  display: inline-flex;
  justify-content: center;
  width: 20px;
}

.ArticleNewsletter__button-arrow svg {
  display: block;
  height: 20px;
  width: 20px;
}

.ArticleNewsletter__placeholder {
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  padding: 16px;
}

.ArticleNewsletter__disclaimer {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 14px 0 0;
}

.ArticleRelatedArticles {
  margin: 56px auto 0;
  max-width: 860px;
  padding-top: 0;
  width: 100%;
}

.ArticleRelatedArticles__inner {
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
}

.ArticleRelatedArticles__header {
  margin-bottom: 28px;
}

.ArticleRelatedArticles__title {
  color: #0a0a0a;
  font-family: "Proxima Nova W01 Bold", sans-serif;
  font-size: clamp(2.1rem, 3vw, 3.25rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
}

.ArticleRelatedArticles__text {
  color: rgba(10, 10, 10, 0.76);
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 18px;
  line-height: 31px;
  margin: 16px 0 0;
  max-width: 720px;
}

.ArticleRelatedArticles__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ArticleRelatedArticles__slider {
  overflow: hidden;
}

.ArticleRelatedArticles__card {
  background: #fff;
  border: 1px solid rgba(3, 2, 19, 0.14);
  border-radius: 14px;
  overflow: hidden;
}

.ArticleRelatedArticles__card-link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.ArticleRelatedArticles__media {
  position: relative;
}

.ArticleRelatedArticles__picture,
  .ArticleRelatedArticles__picture img {
  display: block;
  width: 100%;
}

.ArticleRelatedArticles__image {
  aspect-ratio: 1.25/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ArticleRelatedArticles__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px 18px 20px;
}

.ArticleRelatedArticles__card-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.ArticleRelatedArticles__tag {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(3, 2, 19, 0.78);
  border: 1px solid #0099ff;
  border-radius: 999px;
  color: #0099ff;
  display: inline-flex;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 11px;
  left: 14px;
  line-height: 16px;
  letter-spacing: 0.08em;
  max-width: calc(100% - 28px);
  overflow: hidden;
  padding: 6px 10px;
  position: absolute;
  text-overflow: ellipsis;
  text-transform: uppercase;
  top: 14px;
  white-space: nowrap;
  z-index: 2;
}

.ArticleRelatedArticles__meta-item {
  align-items: center;
  color: rgba(10, 10, 10, 0.6);
  display: inline-flex;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 11px;
  gap: 8px;
  line-height: 16px;
}

.ArticleRelatedArticles__meta-icon {
  color: rgba(10, 10, 10, 0.55);
  display: block;
  flex: 0 0 auto;
  height: 14px;
  font-weight: 700;
  width: 14px;
}

.ArticleRelatedArticles__card-title {
  color: #0a0a0a;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.35;
  margin: 0;
}

.ArticleRelatedArticles__excerpt {
  color: rgba(10, 10, 10, 0.76);
  display: -webkit-box;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  margin: 12px 0 0;
  overflow: hidden;
}

.ArticleRelatedArticles__read-more {
  align-items: center;
  color: #0099ff;
  display: inline-flex;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 14px;
  gap: 6px;
  line-height: 20px;
  margin-top: auto;
  padding-top: 14px;
}

.ArticleRelatedArticles__read-more-icon {
  display: block;
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

.ArticleRelatedArticles__footer {
  margin-top: 28px;
  text-align: center;
}

.ArticleRelatedArticles__empty {
  border: 1px dashed rgba(3, 2, 19, 0.2);
  border-radius: 18px;
  color: rgba(10, 10, 10, 0.58);
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 24px 28px;
  text-align: center;
}

.ArticleRelatedArticles__footer-link {
  color: #0099ff;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.ArticleRelatedArticles__pagination {
  display: none;
}

.ArticleRelatedArticles__controls {
  display: none;
}

.ArticleRelatedArticles__nav {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(3, 2, 19, 0.14);
  border-radius: 999px;
  color: #0a0a0a;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 24px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  width: 40px;
}

.ArticleRelatedArticles__nav:hover,
  .ArticleRelatedArticles__nav:focus-visible {
  border-color: #0099ff;
  color: #0099ff;
}

.ArticleRelatedArticles__nav.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}

.editor-styles-wrapper .ArticleBlock {
  margin-bottom: 32px;
  margin-top: 32px;
}

.editor-styles-wrapper .ArticleBlock .ContentWysiwyg {
  max-width: none;
}

@media (max-width: 1100px) {
  .ArticlePage__author {
    gap: 36px;
    justify-content: flex-start;
  }

  .ArticlePage__author-main,
    .ArticlePage__author-side {
    max-width: none;
  }

  .ArticleShare__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .ArticleShare__item + .ArticleShare__item {
    margin-top: 0;
  }

  .ArticleRelatedArticles__grid {
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ArticleFeaturePromo__inner {
    gap: 36px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .ArticleRelatedArticles__grid.swiper-wrapper {
    display: grid !important;
    transform: none !important;
  }

  .ArticleRelatedArticles__card.swiper-slide {
    height: auto;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .ArticleHero {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 56px;
  }

  .ArticleHero__copy {
    gap: 20px;
    padding-top: 0;
  }

  .ArticleHero__tag {
    min-width: 0;
  }

  .ArticleHero__media {
    margin: 36px calc(50% - 50vw) 0;
    max-width: none;
    width: 100vw;
  }

  .ArticleHero__picture {
    aspect-ratio: 16/10;
    border: 0;
    border-radius: 0;
  }

  .ArticleHero__image {
    border-radius: 0;
  }

  .ArticlePage {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
  }

  .ArticlePage__author {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }

  .ArticlePage__author-main {
    gap: 24px;
  }

  .ArticlePage__author-side {
    gap: 20px;
    width: 100%;
  }

  .ArticlePage__author--no-author {
    justify-content: flex-start;
  }

  .ArticleShare__list {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
  }

  .ArticleShare__item {
    display: flex;
    justify-content: center;
  }

  .ArticleShare__item + .ArticleShare__item {
    margin-top: 0;
  }

  .ArticleShare__label {
    display: none;
  }

  .ArticleShare__title {
    margin-bottom: 10px;
  }

  .ArticleShare__link {
    gap: 0;
    justify-content: center;
    width: 100%;
  }

  .ArticleShare__icon,
    .ArticleShare__copy-text {
    font-size: 18px;
    width: 18px;
  }

  .ArticleShare__copy-text {
    font-size: 16px;
  }

  .ArticlePage__content--full {
    margin-top: 36px;
  }

  .ArticleAuthor {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .ArticleAuthor__person {
    width: 100%;
  }

  .ArticleAuthor__meta {
    gap: 16px;
    padding-top: 0;
    white-space: normal;
  }

  .ArticleKeyTakeaways__card,
    .ArticleQuote,
    .ArticleCta__inner,
    .ArticleNewsletter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ArticleGallery__slider {
    max-width: 100%;
  }

  .ArticleGallery__controls {
    margin-top: 16px;
  }

  .ArticleFeaturePromo__inner {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
    padding: 26px 0;
  }

  .ArticleFeaturePromo__copy {
    max-width: none;
  }

  .ArticleFeaturePromo__title {
    font-size: 2.35rem;
  }

  .ArticleFeaturePromo__text {
    font-size: 17px;
    margin-top: 20px;
  }

  .ArticleFeaturePromo__button {
    margin-top: 28px;
  }

  .ArticleRelatedArticles__grid {
    display: flex;
    gap: 0;
    grid-template-columns: none;
  }

  .ArticleRelatedArticles__slider {
    overflow: visible;
  }

  .ArticleRelatedArticles__card {
    height: auto;
  }

  .ArticleRelatedArticles__card-body {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ArticleRelatedArticles__card-title {
    font-size: 22px;
  }

  .ArticleRelatedArticles__excerpt {
    font-size: 16px;
  }

  .ArticleRelatedArticles__pagination {
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    min-width: 80px;
  }

  .ArticleRelatedArticles__pagination .swiper-pagination-bullet {
    background: rgba(3, 2, 19, 0.18);
    height: 8px;
    margin: 0 5px !important;
    opacity: 1;
    width: 8px;
  }

  .ArticleRelatedArticles__pagination .swiper-pagination-bullet-active {
    background: #0099ff;
  }

  .ArticleRelatedArticles__controls {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 20px;
  }

  .ArticleNewsletter__button {
    width: 100%;
  }
}

.BlogHomepageHero {
  background: #fff;
  padding: 0;
}

.BlogHomepageHero__inner {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}

.BlogHomepageHero__hero {
  background: #030303;
  border-radius: 0 0 8px 8px;
  min-height: 668px;
  overflow: hidden;
  padding: 58px 54px 46px;
  position: relative;
}

.BlogHomepageHero__hero::after {
  background-image: var(--blog-homepage-hero-bg);
  background-position: var(--blog-homepage-hero-bg-position, center center);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: 0.72;
  position: absolute;
}

.BlogHomepageHero__backdrop {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.78) 42%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(180deg, rgba(0, 153, 255, 0.16) 0%, rgba(0, 153, 255, 0) 32%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.BlogHomepageHero__content {
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.BlogHomepageHero__eyebrow,
  .BlogHomepageHero__kicker,
  .BlogHomepageHero__title {
  margin: 0;
}

.BlogHomepageHero__eyebrow {
  color: #fff;
  font-family: "Proxima Nova W01 Bold", sans-serif;
  font-size: 34px;
  letter-spacing: -0.4px;
  line-height: 1.15;
}

.BlogHomepageHero__eyebrow span {
  color: #0099ff;
}

.BlogHomepageHero__kicker {
  color: #0099ff;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 22px;
  line-height: 1.35;
  margin-top: 54px;
}

.BlogHomepageHero__title {
  margin-top: 4px;
  max-width: 1080px;
}

.BlogHomepageHero__title a {
  color: #fff;
  font-family: "Proxima Nova W01 Bold", sans-serif;
  display: inline-block;
  font-size: clamp(36px, 3.6vw, 52px);
  letter-spacing: -0.72px;
  line-height: 1.08;
  text-decoration: none;
}

.BlogHomepageHero__meta {
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-wrap: wrap;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  gap: 10px 18px;
  line-height: 16px;
  margin-top: 18px;
}

.BlogHomepageHero__meta-item {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.BlogHomepageHero__meta-icon {
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
}

.BlogHomepageHero__card {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  margin-top: 32px;
  max-width: 860px;
}

.BlogHomepageHero__card-media,
  .BlogHomepageHero__card-media:hover,
  .BlogHomepageHero__card-media:focus-visible {
  display: block;
  text-decoration: none;
}

.BlogHomepageHero__card-picture {
  border-radius: 16px 0 0 16px;
  display: block;
  height: 100%;
  overflow: hidden;
}

.BlogHomepageHero__card-image {
  display: block;
  height: 100%;
  min-height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.BlogHomepageHero__card-content {
  backdrop-filter: blur(14px);
  background: rgba(8, 8, 8, 0.94);
  border-radius: 0 16px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
  padding: 28px 34px;
}

.BlogHomepageHero__tag {
  align-items: center;
  background: rgba(10, 10, 10, 0.85);
  border: 0.5px solid #0099ff;
  border-radius: 999px;
  color: #0099ff;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  max-width: max-content;
  padding: 4px 10px;
}

.BlogHomepageHero__excerpt {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 1.6;
  margin: 0;
  max-width: 390px;
}

.BlogHomepageHero__link,
  .BlogHomepageHero__link:hover,
  .BlogHomepageHero__link:focus-visible {
  align-items: center;
  color: #0099ff;
  display: inline-flex;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 13px;
  gap: 8px;
  line-height: 18px;
  text-decoration: none;
}

.BlogHomepageHero__link svg {
  flex: 0 0 auto;
  height: 15px;
  width: 15px;
}

@media (max-width: 767px) {
  .BlogHomepageHero {
    padding: 0;
  }

  .BlogHomepageHero__hero {
    border-radius: 0;
    min-height: 0;
    padding: 42px 18px 28px;
  }

  .BlogHomepageHero__hero::after {
    background-position: center;
    opacity: 0.58;
  }

  .BlogHomepageHero__backdrop {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.88) 46%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(180deg, rgba(0, 153, 255, 0.16) 0%, rgba(0, 153, 255, 0) 32%);
  }

  .BlogHomepageHero__content {
    max-width: none;
  }

  .BlogHomepageHero__eyebrow {
    font-size: 26px;
  }

  .BlogHomepageHero__kicker {
    font-size: 20px;
    margin-top: 34px;
  }

  .BlogHomepageHero__title a {
    font-size: 26px;
    line-height: 1.2;
  }

  .BlogHomepageHero__meta {
    gap: 8px 16px;
    margin-top: 14px;
  }

  .BlogHomepageHero__card {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 26px;
  }

  .BlogHomepageHero__card-picture {
    border-radius: 16px 16px 0 0;
  }

  .BlogHomepageHero__card-content {
    border-radius: 0 0 16px 16px;
    padding: 20px 18px;
  }

  .BlogHomepageHero__excerpt {
    font-size: 15px;
    max-width: none;
  }
}

.BlogOverview {
  background: #fff;
  padding: 72px 24px 0;
}

.BlogOverview__inner {
  margin: 0 auto;
  max-width: 1240px;
}

.BlogOverview__header {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}

.BlogOverview__title {
  color: #1a1a1a;
  font-family: "Proxima Nova W01 Bold", sans-serif;
  font-size: clamp(34px, 3vw, 48px);
  letter-spacing: -0.56px;
  line-height: 1.1;
  margin: 0;
}

.BlogOverview__subtitle {
  color: #737373;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
  max-width: 620px;
}

.BlogOverview__filters {
  margin-top: 22px;
}

.BlogOverview__filter-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.BlogOverview__filter-item {
  list-style: none;
}

.BlogOverview__filter-button {
  background: transparent;
  color: #8a8a96;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 13px;
  letter-spacing: -0.08px;
  line-height: 18px;
  padding: 0;
  transition: color 0.2s ease;
}

.BlogOverview__filter-item.is-active .BlogOverview__filter-button,
  .BlogOverview__filter-button:hover,
  .BlogOverview__filter-button:focus-visible {
  color: #0099ff;
}

.BlogOverview__filter-select-wrap {
  display: none;
}

.BlogOverview__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.BlogOverview__card {
  min-width: 0;
}

.BlogOverview__card.is-hidden {
  display: none;
}

.BlogOverview__card-link,
  .BlogOverview__card-link:hover,
  .BlogOverview__card-link:focus-visible {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}

.BlogOverview__media {
  overflow: hidden;
  position: relative;
}

.BlogOverview__picture {
  display: block;
  height: 188px;
  overflow: hidden;
  width: 100%;
}

.BlogOverview__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.BlogOverview__tag {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(8, 8, 8, 0.78);
  border: 0.5px solid #0099ff;
  border-radius: 999px;
  color: #0099ff;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  left: 14px;
  line-height: 18px;
  padding: 4px 12px;
  position: absolute;
  top: 14px;
}

.BlogOverview__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  padding: 18px 18px 20px;
}

.BlogOverview__meta {
  color: #8b8b97;
  display: flex;
  flex-wrap: wrap;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  gap: 10px 18px;
  line-height: 16px;
}

.BlogOverview__meta-item {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.BlogOverview__meta-icon {
  color: #8b8b97;
  font-size: 11px;
}

.BlogOverview__card-title {
  color: #1a1a1a;
  font-family: "Proxima Nova W01 Bold", sans-serif;
  font-size: 20px;
  letter-spacing: -0.28px;
  line-height: 1.32;
  margin: 0;
}

.BlogOverview__excerpt {
  color: #737373;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.BlogOverview__read-more {
  align-items: center;
  color: #0099ff;
  display: inline-flex;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 14px;
  gap: 8px;
  line-height: 20px;
  margin-top: auto;
}

.BlogOverview__read-more svg {
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

.BlogOverview__actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.BlogOverview__load-more {
  align-items: center;
  background: transparent;
  border-bottom: 1px solid #0099ff;
  color: #0099ff;
  display: inline-flex;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 2px;
}

.BlogOverview__empty {
  color: #737373;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 28px;
}

@media (max-width: 1023px) {
  .BlogOverview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .BlogOverview {
    padding: 48px 16px 48px;
  }

  .BlogOverview__title {
    font-size: 32px;
  }

  .BlogOverview__filter-list {
    display: none;
  }

  .BlogOverview__filter-select-wrap {
    display: block;
  }

  .BlogOverview__filter-select {
    -webkit-appearance: none;
            appearance: none;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    color: #1a1a1a;
    font-family: "Proxima Nova W01 Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 14px;
    width: 100%;
  }

  .BlogOverview__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .BlogOverview__picture {
    height: 220px;
  }
}

.BlogNewsletterSignup {
  background: #fff;
  padding: 72px 24px 72px;
}

.BlogNewsletterSignup__module.ArticleNewsletter {
  margin: 0 auto;
  max-width: 1040px;
}

@media (max-width: 767px) {
  .BlogNewsletterSignup {
    display: none;
    padding: 48px 0 56px;
  }

  .BlogNewsletterSignup__module.ArticleNewsletter {
    margin: 0;
    max-width: none;
    width: 100%;
  }
}

.HomepageHero--container-video-cta-new {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  height: 95%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.HomepageHero--container-video-cta-new h2 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 100;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 640px) {
  .HomepageHero--container-video-cta-new {
    transform: translateY(-50%);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 5%;
    max-width: 820px;
    height: auto;
    display: block;
  }

  .HomepageHero--container-video-cta-new h1 {
    text-align: left !important;
  }

  .HomepageHero--container-video-cta-new h2 {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .HomepageHero--container-video-cta-new h2 {
    font-size: 2rem;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .HomepageHero {
    background-color: black;
    height: calc(180px + 100vw) !important;
  }

  .HomepageHero .rotating-text {
    text-align: left !important;
    bottom: auto;
    position: absolute;
    margin-left: 0.3em;
    margin-top: 0.05em;
  }

  .HomepageHero h1 {
    font-size: 8vw !important;
    text-align: left !important;
    /* line-height: 3.5vw !important; */
  }

  .HomepageHero h1 br {
    display: none;
  }

  .HomepageHero h2 {
    font-size: 5.5vw !important;
    text-align: left !important;
  }

  .HomepageHero picture {
    display: block !important;
    top: calc(32vw + 12px) !important;
    left: 5%;
    width: 90% !important;
    position: relative !important;
    border-radius: 20px;
    aspect-ratio: 1.5;
    overflow: hidden;
  }

  .HomepageHero video {
    transform: scale(1.4);
    transform-origin: center;
  }

  .HomepageHero .Button {
    width: 100% !important;
  }

  .HomepageHero .mx-auto.mb-32.flex.justify-center {
    width: 100% !important;
    display: block !important;
  }

  .HomepageHero .mx-auto.mb-32.flex.justify-center a {
    margin-left: 0 !important;
  }
}

.hero_2025 .highlight {
  background: linear-gradient(90deg, #09F 4.7%, #DB00FF 35.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero_2025 .event-info {
  border-radius: 100px;
  background-color: white;
  color: black;
  padding: 10px 20px;
}

.hero_2025 .has-right-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero_2025 .right-content {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  min-width: 500px;
  min-height: 565px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .hero_2025 .has-right-content {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
  }

  .hero_2025 .right-content {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 0;
    padding-top: 40px;
  }

  .hero_2025 .hero-2025-image {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }

  .hero_2025 .hero-2025-left-content {
    padding-bottom: 0 !important;
    justify-content: flex-end;
  }

  .hero_2025 .event-info {
    border-radius: 0;
    margin-left: -32px;
    margin-right: -32px;
    position: relative;
  }

  .hero_2025 .event-info .icon-time {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1660px) {
  .hero_2025 .has-right-content .event-info .icon-time {
    margin-left: 0 !important;
  }
}

.text-number-layout {
  background-color: #09f;
  color: #fff;
  padding: 4px;
  font-size: 28px;
  line-height: 1em;
  border-radius: 4px;
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 14px;
}

.image-text-color__headline {
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.ImageText iframe {
  max-width: 100%;
}

@media screen and (min-width: 740px) {
  .ImageText.circle-layout {
    position: relative;
    margin-bottom: 180px;
  }

  .ImageText.circle-layout::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    border: 4px solid #1083ff;
    left: -400px;
    top: -300px;
    z-index: -1;
  }

  .ImageText.circle-layout.media-right::after {
    right: -400px;
    top: -200px;
    left: auto;
  }
}

.imageTextBox {
  border-radius: 30px;
}

.imageTextBox img {
  aspect-ratio: 540/450;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ImageText {
  margin-bottom: 64px;
  margin-top: 64px;
  max-width: 1440px;
}

.imageText-container {
  display: flex;
  padding-left: 80px;
  padding-right: 80px;
  gap: 214px;
}

.imageText-container--right {
  flex-direction: row-reverse;
}

.ImageText h2 {
  font-family: "ProximaNovaBold", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 28px;
}

.ImageText h2 .highlight {
  font-family: "ProximaNovaLight", sans-serif;
  font-weight: 300;
  /* color: #1083ff; */
}

@media screen and (max-width: 1023px) {
  .imageText-container {
    flex-direction: column;
    gap: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .imageText-container {
    align-items: center;
  }

  .imageText-container > * {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  /* .ImageText.grid-space {
      padding-left: 24px !important;
      padding-right: 24px !important;
    } */

  .imageText-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .imageText-container .Button {
    min-width: 260px;
  }
}

.overview-grid {
  column-gap: 3.5rem;
}

@media (min-width: 768px) {
  .TeaserCard__item {
    /* @apply mr-56;

      &:nth-child(2n + 2) {
        @apply mr-0;
      } */
    width: calc((100% - 3.5rem) / 2);
  }
}

@media (min-width: 1024px) {
  .TeaserCard__item {
    /* &:nth-child(2n + 2) {
        @apply mr-56;
      }
      &:nth-child(3n + 3) {
        @apply mr-0;
      } */
    width: calc((100% - 7rem) / 3);
  }
}

.TeaserCard__placeholder {
  /* stylelint-disable-next-line property-no-unknown */
  aspect-ratio: 16/9;
}

.active {
  border-bottom-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.hoverDefault:hover {
  border-bottom-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
}

[data-filter-select] {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 0.6rem;
}

.data-filter-select-wrapper {
  position: relative;
}

.data-filter-select-wrapper::after {
  content: "\e93d";
  font-family: "iconfont-anyline", sans-serif;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  transform: rotate(90deg);
  color: #09f;
  font-size: 18px;
}

.menu-item-featured {
  background-color: black;
}

.menu-item-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(54.21% 71.29% at 95.13% 135.05%, rgba(255, 0, 255, 0.8) 0%, rgba(255, 0, 255, 0) 100%), radial-gradient(46.26% 69.94% at 26.3% 121.96%, #09f 0%, rgba(0, 153, 255, 0) 100%), black;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.menu-item-featured:hover::before {
  opacity: 1;
}

.menu-item-featured .menu-item-featured-label,
  .menu-item-featured-mobile .menu-item-featured-label {
  position: absolute;
  font-weight: 700;
  font-size: 9.75px;
  line-height: 10px;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: -30px;
}

.menu-item-featured-mobile .menu-item-featured-label {
  left: 32px;
}

.menu-item-featured .menu-item-name,
  .menu-item-featured-mobile .menu-item-name {
  background-image: linear-gradient(90deg, #09f 0%, #f700f7 25%, #fff 75%, #fff 100%);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 1;
  transition: background-position 0.3s ease-in-out;
}

.menu-item-featured:hover .menu-item-name {
  background-position: 100% 0;
}

.menu-item-featured i {
  color: #09f;
  margin-right: 4px;
  z-index: 1;
}

.menu-item-featured:hover i {
  color: #09f;
}

.nav-blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 49;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.04);
  cursor: default;
}

.navigation-submenu {
  background-color: #fbfbfb;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.navigation-submenu--standard {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  min-width: 18rem;
  z-index: 1;
}

.navigation-submenu__list {
  padding: 1rem 0;
  list-style: none;
  margin: 0;
}

.navigation-submenu__item {
  display: block;
  padding: 0.5rem 2rem;
  color: #7e7e7e;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-submenu__item:hover {
  color: #000;
  text-shadow: 0 0 0.65px #000, 0 0 0.65px #000;
}

.navigation-submenu--mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.16);
}

.navigation-submenu__mega-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 4.5rem;
  max-width: 90rem;
  margin: 0 auto;
}

.navigation-submenu__column {
  flex: 1;
  min-width: 9rem;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.navigation-submenu__column:first-child {
  padding-left: 0;
}

.navigation-submenu__column-header {
  display: block;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 4.5px 0 8px;
}

.navigation-submenu__column-header:hover {
  text-shadow: 0 0 0.65px #000, 0 0 0.65px #000;
}

.navigation-submenu--mega .navigation-submenu__item {
  padding: 3px 0 5px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
}

.navigation-submenu--mega .navigation-submenu__item:hover {
  color: #000;
  text-shadow: 0 0 0.65px #000, 0 0 0.65px #000;
}

.mobile-mega-column {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.75rem 2rem;
}

.mobile-mega-column:last-child {
  border-bottom: none;
}

.mobile-mega-column__header {
  display: block;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 0.5rem;
  text-decoration: none;
}

.mobile-mega-column__item {
  display: block;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0;
  text-decoration: none;
}

.mobile-mega-column__item:hover {
  color: #000;
}

.product-stakeholders {
  background: radial-gradient(43.86% 52.68% at 61.61% 126.96%, #09F 0%, rgba(0, 153, 255, 0) 100%), radial-gradient(45.64% 46.79% at 30.66% 130.78%, #F600EC 0%, rgba(246, 0, 236, 0) 100%), #000000;
}

.product-stakeholders.product-stakeholders--blue-gradient-bg {
  position: relative;
  background: radial-gradient(92% 88% at 108% 84%, rgba(16, 126, 246, 0.4) 0%, rgba(0, 60, 124, 0.18) 36%, rgba(0, 0, 0, 0) 72%), radial-gradient(52% 92% at 24% 110%, rgba(0, 72, 150, 0.3) 0%, rgba(0, 0, 0, 0) 70%), linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, #000000 42%, #000000 100%);
  isolation: isolate;
}

@media screen and (min-width: 769px) {
  .product-stakeholders.product-stakeholders--blue-gradient-bg {
    margin-top: -120px;
    padding-top: 120px;
  }
}

.product-stakeholders.product-stakeholders--blue-gradient-bg::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: -120px;
  height: 220px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0) 100%);
  filter: blur(12px);
  pointer-events: none;
  z-index: 0;
}

.product-stakeholders.product-stakeholders--blue-gradient-bg::after {
  content: "";
  position: absolute;
  left: 40%;
  right: -20%;
  top: 64%;
  height: 28%;
  background: radial-gradient(64% 40% at 46% 48%, rgba(20, 141, 255, 0.74) 0%, rgba(20, 141, 255, 0.22) 36%, rgba(0, 0, 0, 0) 72%);
  transform: rotate(15deg);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.product-stakeholders.product-stakeholders--blue-gradient-bg .content {
  padding-top: 56px;
  position: relative;
  z-index: 1;
}

.product-stakeholders.product-stakeholders--blue-gradient-bg .box-card {
  border-color: rgba(0, 174, 255, 0.95);
  box-shadow: 0px 0px 28px rgba(0, 153, 255, 0.28);
}

@media screen and (max-width: 768px) {
  .product-stakeholders.product-stakeholders--blue-gradient-bg::before {
    top: -82px;
    height: 150px;
    filter: blur(12px);
  }

  .product-stakeholders.product-stakeholders--blue-gradient-bg {
    margin-top: 0;
    padding-top: 0;
  }

  .product-stakeholders.product-stakeholders--blue-gradient-bg .content {
    padding-top: 46px;
  }
}

.product-stakeholders .highlight {
  background: linear-gradient(90deg, #09F 21.49%, #8CEDFF 66.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.03em;
  font-size: 37.3333px;
  line-height: 45px;
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
}

.product-stakeholders .title {
  font-size: 37.3px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  color: white;
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
}

.product-stakeholders .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 104px;
  padding-bottom: 137px;
  align-items: center;
}

.product-stakeholders .text {
  text-align: center;
  font-size: 17.1px;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  padding-top: 30px;
  color: white;
  display: flex;
  justify-content: center;
  line-height: 130%;
}

.product-stakeholders .text.subtitle p {
  width: 60%;
}

.product-stakeholders .box-btn .first-btn {
  border-radius: 8px;
  text-transform: capitalize;
  font-family: "Proxima Nova W01 Bold", sans-serif !important;
  font-size: 16.8px;
  line-height: 20px;
  padding: 13.5px 32.4px;
  letter-spacing: 0.14px;
}

.product-stakeholders .box-btn .first-btn:hover {
  background: rgb(84, 199, 255);
}

.product-stakeholders .box-btn .second-btn {
  border: 0.9px solid rgb(224, 224, 224);
  padding: 13px 32px;
  border-radius: 8px;
}

.product-stakeholders .box-btn .second-btn div {
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-size: 16.8px;
  line-height: 20px;
  text-transform: math-auto;
  letter-spacing: 0.14px;
}

.product-stakeholders .box-btn .second-btn:hover {
  background: rgb(224, 224, 224);
  color: #000;
}

.product-stakeholders .box-btn {
  display: flex;
  justify-content: center;
  padding-top: 44px;
  gap: 32px;
}

.product-stakeholders .cards-content {
  display: flex;
  justify-content: center;
  padding-top: 78px;
  gap: 38.15px;
}

.product-stakeholders .box-card {
  position: relative;
  border: 1px solid rgb(0, 153, 255);
  border-radius: 31.23px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.product-stakeholders .img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product-stakeholders picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.47%, #000 100%);
}

.product-stakeholders .box-card .title {
  z-index: 1;
  font-size: 28.6px;
  font-family: "Proxima Nova W01 Bold", sans-serif !important;
  color: rgb(255, 255, 255);
  text-align: start;
  padding: 0;
  padding: 0 47px 29px 47px;
  line-height: 29px;
}

.product-stakeholders .swiper-container .text {
  padding: 28px 18px 0 26px;
  font-size: 15.2px;
  line-height: 15px;
  text-align: start;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
}

.product-stakeholders .swiper-container {
  margin: 0;
  padding-top: 78px;
  /* overflow: visible; */
}

.product-stakeholders .swiper-button-prev {
  left: -50px;
}

.product-stakeholders .swiper-button-next {
  right: -50px;
}

.product-stakeholders .less-than-three .swiper-button-prev {
  display: none;
}

.product-stakeholders .less-than-three .swiper-button-next {
  display: none;
}

.product-stakeholders .swiper-pagination {
  display: flex;
  height: auto;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding-top: 36px;
}

.product-stakeholders .less-than-three .swiper-pagination {
  display: none;
}

.product-stakeholders .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(73, 73, 73);
}

.product-stakeholders .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 1023px) {
  .product-stakeholders .box-btn {
    flex-direction: column;
    align-items: center;
  }

  .product-stakeholders .swiper-button-prev {
    display: none;
  }

  .product-stakeholders .swiper-button-next {
    display: none;
  }

  .product-stakeholders .swiper-pagination {
    display: flex !important;
  }

  .product-stakeholders .text.subtitle p {
    width: 100%;
  }

  .product-stakeholders .swiper-container {
    padding-top: 40px;
    overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  .product-stakeholders .Button.first-btn.Button--blue > div {
    font-family: "Proxima Nova W01 Semibold", sans-serif !important;
    text-transform: uppercase;
    font-size: 15.91px;
    letter-spacing: 2.19px;
  }

  .product-stakeholders .content {
    padding-bottom: 67px;
    padding-top: 60px;
  }

  .product-stakeholders .title {
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 0%;
  }

  .product-stakeholders .text {
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .product-stakeholders .box-btn a div {
    font-size: 21.6px;
    line-height: 25.2px;
    letter-spacing: 0.18px;
  }

  .product-stakeholders .box-card .title {
    font-size: 26px;
  }

  .product-stakeholders .swiper-button-prev {
    display: none;
  }

  .product-stakeholders .swiper-button-next {
    display: none;
  }

  .product-stakeholders .swiper-container .text {
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 235px;
    padding: 15px 20px 0 20px;
  }

  .product-stakeholders .box-card {
    width: 260px;
    height: 340px;
  }

  .product-stakeholders .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.plan-comparison {
  --plan-gradient-box-bg: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(96% 74% at 0% 0%, rgba(20, 156, 245, 0.78) 0%, rgba(20, 156, 245, 0) 58%), radial-gradient(80% 86% at 72% 100%, rgba(115, 24, 183, 0.52) 0%, rgba(115, 24, 183, 0) 64%), linear-gradient(108deg, #0f4f82 0%, #061836 47%, #18001f 100%);
  --plan-gradient-btn-bg: linear-gradient(188.99deg, #1A9FEA -24.34%, #0510E5 21.45%, #565EF0 79.85%), #00D5FF;
  --plan-blue-box-bg: linear-gradient(89.36deg, rgba(0, 153, 255, 0.61) 1.3%, rgba(1, 47, 78, 0.61) 98.77%), #000;
  --plan-blue-btn-bg: linear-gradient(90deg, #0099ff 21.49%, #8cedff 66.27%);
  background: linear-gradient(340deg, rgba(0, 153, 255, 0) 40%, rgba(0, 153, 255, 0.5) 110.28%), linear-gradient(20deg, rgba(219, 0, 255, 0) 40%, rgba(219, 0, 255, 0.5) 126.81%);
  padding-top: 99px;
  padding-bottom: 111px;
}

.plan-comparison.plan-comparison--light-blue-gradient-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(124% 92% at 110% 14%, rgba(0, 153, 255, 0.22) 0%, rgba(0, 153, 255, 0) 58%), radial-gradient(78% 86% at -6% 92%, rgba(0, 123, 220, 0.18) 0%, rgba(0, 123, 220, 0) 64%), radial-gradient(68% 36% at 50% 104%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 72%), linear-gradient(180deg, #c6e4fb 0%, #d8ecfb 56%, #eef7ff 82%, #ffffff 100%);
}

.plan-comparison.plan-comparison--light-blue-gradient-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(102deg, rgba(23, 118, 207, 0.09) 0px, rgba(23, 118, 207, 0.09) 1px, transparent 1px, transparent 42px), repeating-linear-gradient(10deg, rgba(23, 118, 207, 0.06) 0px, rgba(23, 118, 207, 0.06) 1px, transparent 1px, transparent 56px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.plan-comparison.plan-comparison--light-blue-gradient-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
  z-index: 0;
}

.plan-comparison.plan-comparison--light-blue-gradient-bg .content {
  position: relative;
  z-index: 1;
}

.plan-comparison .highlight {
  background: linear-gradient(90deg, #0099FF 0.84%, #004D80 48.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.04em;
  font-size: 36px;
  line-height: 34px;
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
}

.plan-comparison .title_mobile {
  display: none;
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
  font-size: 36px;
  line-height: 34px;
  letter-spacing: -0.04em;
}

.plan-comparison .subtitle_mobile {
  display: none;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0%;
}

.plan-comparison .gray {
  color: rgb(110, 110, 110);
}

.plan-comparison .blue {
  color: white;
}

.plan-comparison .gradient {
  color: white;
}

.plan-comparison .blue .text {
  color: white;
}

.plan-comparison .gradient .text {
  color: white;
}

.plan-comparison .black {
  color: rgb(0, 0, 0);
}

.plan-comparison .custom-blue {
  color: #004d80;
}

.plan-comparison .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  gap: 32px;
}

.plan-comparison .selector {
  display: flex;
  justify-content: flex-end;
}

.plan-comparison .selector .box-sel {
  display: flex;
  width: 92px;
  height: 40px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0px 17px;
}

.plan-comparison .selector .box-sel input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

.plan-comparison .selector .box-sel .slider-round {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgb(110, 110, 110);
  transition: 0.4s;
  border-radius: 45.96px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.plan-comparison .selector .box-sel .slider-round:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 50px;
  left: 0;
  bottom: -1;
  color: rgb(0, 153, 255);
  border: 1px solid rgb(0, 153, 255);
  background-color: rgba(0, 153, 255, 0.1);
  border-radius: 45.96px;
  transition: 0.4s;
  transform: translateX(41px);
}

.plan-comparison .selector .box-sel input:checked + .slider-round:before {
  transform: translateX(-1px);
}

.plan-comparison .selector .box-sel div {
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-size: 21.83px;
  line-height: 22px;
  border: none;
  color: rgb(110, 110, 110);
}

.plan-comparison .selector .box-sel div.active {
  color: rgb(0, 153, 255);
}

.plan-comparison .box {
  display: flex;
  gap: 23px;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 42px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
}

.plan-comparison .single-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  padding: 60px 28px 60px 28px;
  width: -webkit-fill-available;
  position: relative;
  top: -24px;
}

.plan-comparison .single-box li {
  display: flex;
  align-items: center;
}

.plan-comparison .single-box li.placeholder-item {
  list-style: none;
}

.plan-comparison .single-box li, .plan-comparison .box-mobile li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.plan-comparison .single-box.white li, .plan-comparison .box-mobile .card.white li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.plan-comparison .single-box.blue li, .plan-comparison .box-mobile .card.blue li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.plan-comparison .single-box-figma-blue li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(122, 191, 224, 0.45);
}

.plan-comparison .single-box.gradient li, .plan-comparison .box-mobile .card.gradient li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.plan-comparison .box-mobile {
  display: none;
}

.plan-comparison .card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: space-between;
  animation-timing-function: ease-out;
  animation-duration: 300ms;
}

.plan-comparison .plan-pre-list {
  display: flex;
  flex-direction: column;
}

.plan-comparison .single-box.blue {
  border: 1px solid rgb(0, 153, 255);
  background: var(--plan-blue-box-bg);
  box-shadow: 8px 24px 34px rgba(0, 153, 255, 0.36);
}

.plan-comparison .single-box.single-box-figma-blue {
  border-radius: 16px;
  padding: 24px 36px 40px;
}

.plan-comparison .single-box.gradient {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--plan-gradient-box-bg);
  box-shadow: 8px 24px 34px rgba(0, 153, 255, 0.36);
  border-radius: 16px;
  padding: 24px 36px 40px;
}

.plan-comparison .single-box.white {
  border: 1px solid rgb(0, 153, 255);
  background: white;
  box-shadow: 8px 24px 34px rgba(0, 153, 255, 0.36);
  border-radius: 16px;
  padding: 24px 36px 40px;
}

.plan-comparison .single-box.gray {
  padding-top: 24px;
  /* border: 1px solid rgba(110, 110, 110, 1); */
}

.plan-comparison .single-box.black {
  border: 1px solid rgb(0, 0, 0);
}

.plan-comparison .single-box.custom-blue {
  border: 1px solid #004d80;
}

.plan-comparison {
  /*  .title.white {
         background: linear-gradient(88.52deg, #0099FF 1.3%, #004D80 98.77%);
         -webkit-background-clip: text;
         -webkit-text-fill-color: transparent;
         background-clip: text;
         text-fill-color: transparent;
     } */
  /* .box .card:hover,
       .box-mobile .card.open {
           background-color: rgba(237, 248, 255, 1);
           animation-timing-function: ease-out;
           animation-duration: 300ms;
       }
    */
}

.plan-comparison .box .card.blue:hover {
  padding: 44px 27px 59px 27px;
  border: 2px solid rgb(0, 153, 255);
}

.plan-comparison .box .single-box-figma-blue .card.card-figma-blue:hover {
  padding: 0;
  border: 0;
}

.plan-comparison .box .single-box-figma-blue .card.card-figma-blue:hover .first-btn {
  background: var(--plan-blue-btn-bg);
  border: 0;
  color: white;
}

.plan-comparison .box .card.gray:hover {
  padding: 44px 27px 59px 27px;
  border: 2px solid rgb(110, 110, 110);
}

.plan-comparison .box .card.black:hover {
  padding: 44px 27px 59px 27px;
  border: 2px solid rgb(0, 0, 0);
}

.plan-comparison .box .card.custom-blue:hover {
  padding: 44px 27px 59px 27px;
  border: 2px solid #004d80;
}

.plan-comparison .box .card.gradient:hover {
  padding: 44px 27px 59px 27px;
  border: 2px solid rgba(83, 190, 255, 0.55);
}

.plan-comparison .box .card.blue:hover .first-btn,
  .plan-comparison .box-mobile .card.blue .first-btn:hover {
  background-color: rgb(0, 153, 255);
  border: 1px solid rgb(0, 153, 255);
  color: white;
}

.plan-comparison .box .card.gray:hover .first-btn,
  .plan-comparison .box-mobile .card.gray .first-btn:hover {
  background-color: rgb(110, 110, 110);
  border: 1px solid rgb(110, 110, 110);
  color: white;
}

.plan-comparison .box .card.black:hover .first-btn,
  .plan-comparison .box-mobile .card.black .first-btn:hover {
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  color: white;
}

.plan-comparison .box .card.custom-blue:hover .first-btn,
  .plan-comparison .box-mobile .card.custom-blue .first-btn:hover {
  background-color: #004d80;
  border: 1px solid #004d80;
  color: white;
}

.plan-comparison .box .card.gradient:hover .first-btn,
  .plan-comparison .box-mobile .card.gradient .first-btn:hover {
  background: var(--plan-gradient-btn-bg);
  border: 1px solid transparent;
  color: white;
}

.plan-comparison .gradient .highlight {
  background: linear-gradient(90deg, #3F2FCD 21.49%, #C6DEF9 81.25%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.plan-comparison .single-box-figma-blue .highlight {
  background: linear-gradient(90deg, #0099ff 21.49%, #8cedff 66.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.plan-comparison .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.64px;
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
}

.plan-comparison .title .plan-title-main,
  .plan-comparison .title .plan-title-accent {
  display: inline-block;
}

.plan-comparison .single-box-figma-blue .title.blue {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.plan-comparison .single-box-figma-blue .title.blue .plan-title-main {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.64px;
}

.plan-comparison .single-box-figma-blue .title.blue .plan-title-accent {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1.64px;
  background: linear-gradient(90deg, #0099ff 21.49%, #8cedff 66.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.plan-comparison .single-box.white .title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.plan-comparison .single-box.white .title .plan-title-accent {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1.64px;
  background: linear-gradient(90deg, #3f2fcd 21.49%, #8585db 81.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.plan-comparison .box-title-image {
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.plan-comparison .box-title-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.plan-comparison {
  /* .single-box-figma-blue .box-title-image.has-image {
        justify-content: center;
        border-radius: 50%;
        background: radial-gradient(120% 120% at 75% 15%, #000 0%, #022d72 60%, #0057d7 100%);
        padding: 16px;
    } */
}

.plan-comparison .box-mobile-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.plan-comparison .box-mobile-heading-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-comparison .box-text .text {
  font-family: "Proxima Nova W01 Bold", sans-serif !important;
  font-size: 14.5px;
  line-height: 18px;
  padding-top: 12px;
  padding-bottom: 28px;
  letter-spacing: -0.04em;
}

.plan-comparison .box-text p,
  .plan-comparison .plan-includes-heading p {
  margin: 0;
}

.plan-comparison .single-box-figma-blue .box-text-blue .text {
  font-family: "Proxima Nova W01 Bold", sans-serif !important;
  font-size: 14.5px;
  line-height: 18px;
  letter-spacing: -0.04em;
  padding-top: 12px;
  padding-bottom: 28px;
}

.plan-comparison .plan-divider {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: rgb(191, 191, 191);
}

.plan-comparison .plan-divider.blue {
  background-color: rgba(0, 204, 255, 0.9);
}

.plan-comparison .plan-divider.gradient {
  background-color: rgba(255, 255, 255, 0.35);
}

.plan-comparison .plan-divider.white {
  background-color: rgba(0, 153, 255, 0.25);
}

.plan-comparison .plan-includes-heading {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
}

.plan-comparison .box-price {
  flex-direction: row;
  gap: 20px;
  display: none;
}

.plan-comparison .box-price.active {
  display: flex;
  border: none;
}

.plan-comparison .price,
  .plan-comparison .discount-price {
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
  font-size: 45.6px;
  line-height: 47px;
}

.plan-comparison .price.discount {
  text-decoration: line-through;
  font-style: italic;
  font-family: "Proxima Nova", sans-serif !important;
  font-weight: 100;
  font-size: 45.6px;
  line-height: 47px;
  letter-spacing: -0.04em;
}

.plan-comparison ul {
  font-size: 12.5px;
  line-height: 22px;
  letter-spacing: -0.02em;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
}

.plan-comparison .box-characteristic ul p {
  margin: 0;
}

.plan-comparison .single-box.white ul li .char::before,
  .plan-comparison .box-mobile .card.white ul li .char::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFZSURBVHgBpZU9TsNAEIXHxk4cfpOSAi4APeIEHACJnoILcAGUAyDRI8QFQg8dLQfgBNBjCCQQsOA9eYzWq10nmzzp067HyfPMyjOOxK0ILINUSTT+DX7AFxj7/mirDXqee6YKMLSNl6wfrYONGcyoGGS6n7gMV5VQtTWBiWnY0czmVUvK8y1iDaxJuHbAkXHdBVGk2XUlTFtgoPs9I57zdcgkXFdqemzFM5acSJhOwS44B3fWvZQlb8rs2gc34Enqpf4rdsR40A/gwIqzxAs1OxSPaFhYsUddr6Usr1JfTVnqs8evYMlss8yRzUDXW83qBFyCM/Hrk4YrUracS301Emk4N0M5O6VQU1f/3uu6LeW5vTWY0ee1MmHJPVlMORhXvcwZx30q8+kdfIjUpw2HJjNuSZhoNKwu7HnIEcSzYKbxFKNf8AJGZrBpkHaUxHgwH1Z9AkZqWtMf4lo7eHnnYBEAAAAASUVORK5CYII=);
  padding-left: 20px;
}

.plan-comparison .single-box.blue ul li .char::before,
  .plan-comparison .box-mobile .card.blue ul li .char::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFgSURBVHgBpZVBTsMwEEXHJRUB0qpdsuAEsEecgAMgwZoFF+ACqAdAYo8QFyh7OAIH4ASwpyqltIIo/J9OKteyozr90peTcf0049hTIx4VRWEw7MJtdaJTv/AfPDfG/PjWGg9sG0PfN+coh79csHFgXQx7EidCJ9VLy4JlDWBUB2s7K0AEdjghzZXpVi0zbAI7hM+t9x4/ptHsehKnA3ioz8dWfMTjkEq8HhR66cRTlpxInK7hI/gWfnHm2ix5X9bXCfwEv8tqqUu1PDFu9Ct86sRZ4p3CziQgAnMn9qbjoyzKqzRQKEv9CPBylsxrlnqyGer4rFldwffwjYQ1I5C3oxv4wUBBIjX7Zqk8NrzcPNi+ZsBsxvCF1OybKmejKCHIkiX3ZTONCCy/Mh5mGKbSXJOqjbnti6VnEqdvwMbVi6/BVp1nq54jBfwJ2NwOBruygunEgvPMln8B8BSwwl33D7N+Z4Ixby9gAAAAAElFTkSuQmCC);
  padding-left: 20px;
}

.plan-comparison .single-box-figma-blue ul p {
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
}

.plan-comparison .single-box-figma-blue ul strong,
  .plan-comparison .single-box-figma-blue ul b {
  font-family: "Proxima Nova W01 Bold", sans-serif !important;
  font-weight: 700;
}

.plan-comparison .single-box.gradient ul li .char::before,
  .plan-comparison .box-mobile .card.gradient ul li .char::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFgSURBVHgBpZVBTsMwEEXHJRUB0qpdsuAEsEecgAMgwZoFF+ACqAdAYo8QFyh7OAIH4ASwpyqltIIo/J9OKteyozr90peTcf0049hTIx4VRWEw7MJtdaJTv/AfPDfG/PjWGg9sG0PfN+coh79csHFgXQx7EidCJ9VLy4JlDWBUB2s7K0AEdjghzZXpVi0zbAI7hM+t9x4/ptHsehKnA3ioz8dWfMTjkEq8HhR66cRTlpxInK7hI/gWfnHm2ix5X9bXCfwEv8tqqUu1PDFu9Ct86sRZ4p3CziQgAnMn9qbjoyzKqzRQKEv9CPBylsxrlnqyGer4rFldwffwjYQ1I5C3oxv4wUBBIjX7Zqk8NrzcPNi+ZsBsxvCF1OybKmejKCHIkiX3ZTONCCy/Mh5mGKbSXJOqjbnti6VnEqdvwMbVi6/BVp1nq54jBfwJ2NwOBruygunEgvPMln8B8BSwwl33D7N+Z4Ixby9gAAAAAElFTkSuQmCC);
  padding-left: 20px;
}

.plan-comparison .first-btn {
  width: 100%;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 60px;
  background-color: transparent;
  color: black;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 60px;
  padding: 12px 2rem;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-weight: 400 !important;
}

.plan-comparison .first-btn div {
  justify-content: center;
  font-size: 14px;
  text-transform: none;
  font-family: inherit !important;
  font-weight: inherit !important;
}

.plan-comparison .single-box.white .first-btn {
  border: 1px solid rgb(0, 153, 255);
  margin-top: 30px;
}

.plan-comparison .single-box.blue .first-btn {
  border: 1px solid rgb(0, 213, 255);
  background-color: rgb(0, 213, 255);
  margin-top: 30px;
}

.plan-comparison .single-box-figma-blue .first-btn {
  margin-top: 30px;
  border: 0;
  background: var(--plan-blue-btn-bg);
}

.plan-comparison .single-box-figma-blue .first-btn div {
  color: white;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-size: 14px;
  text-transform: none;
}

.plan-comparison .single-box.blue .first-btn div,
  .plan-comparison .single-box.white .first-btn div {
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-size: 14px;
  text-transform: none;
}

.plan-comparison .box > .single-box .first-btn,
  .plan-comparison .box > .single-box .first-btn * {
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

.plan-comparison .box > .single-box .first-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
}

.plan-comparison .single-box.gradient .first-btn,
  .plan-comparison .box-mobile .card.gradient .first-btn {
  border: 1px solid transparent;
  background: var(--plan-gradient-btn-bg);
  color: white;
}

.plan-comparison .single-box.gradient .first-btn div,
  .plan-comparison .box-mobile .card.gradient .first-btn div {
  color: white;
}

.plan-comparison .box-characteristic {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: rgb(50, 50, 50);
}

.plan-comparison .box-characteristic .char {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

.plan-comparison .box-characteristic .char .text {
  position: relative;
}

.plan-comparison .box-characteristic .char .text.dashed {
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}

.plan-comparison .box-characteristic .char button {
  text-align: left;
}

.plan-comparison .box-characteristic {
  /* .char .text.dashed p::before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: #000 dashed 1px;
    } */
}

.plan-comparison .single-box-figma-blue .box-characteristic {
  padding-top: 30px;
  color: white;
}

.plan-comparison .single-box-figma-blue .box-characteristic .char {
  align-items: center;
  gap: 15px;
}

.plan-comparison .single-box-figma-blue .box-characteristic .char .text,
  .plan-comparison .single-box-figma-blue .box-characteristic .char button {
  line-height: 22px;
  color: rgba(255, 255, 255, 0.98);
}

.plan-comparison .single-box.gradient .box-characteristic,
  .plan-comparison .box-mobile .card.gradient .box-characteristic {
  color: white;
}

.plan-comparison .annotation {
  text-align: end;
  font-size: 14px;
  line-height: 47px;
  letter-spacing: -0.04em;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
}

.plan-comparison .tippy-box[data-theme~=gray] {
  background-color: rgb(110, 110, 110);
  color: white;
}

.plan-comparison .tippy-box[data-theme~=blue] {
  background-color: rgb(0, 153, 255);
  color: white;
}

.plan-comparison .tippy-box[data-theme~=black] {
  background-color: rgb(0, 0, 0);
  color: white;
}

.plan-comparison .tippy-box[data-theme~=gradient] {
  background: var(--plan-gradient-box-bg);
  color: white;
}

.plan-comparison .tippy-box[data-theme~=gray][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: rgb(110, 110, 110);
}

.plan-comparison .tippy-box[data-theme~=blue][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: rgb(0, 153, 255);
}

.plan-comparison .tippy-box[data-theme~=black][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: rgb(0, 0, 0);
}

.plan-comparison .tippy-box[data-theme~=gradient][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #0c2745;
}

.plan-comparison .box-mobile {
  display: none;
}

.plan-comparison .box-mobile .card {
  padding: 10px 27px;
  cursor: pointer;
}

.plan-comparison .box-mobile .card .text {
  padding-bottom: 0;
}

.plan-comparison .box-mobile .card .box-svg {
  background-color: rgb(229, 229, 229);
  border-radius: 88.12px;
  width: 36.44px;
  height: 36.44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-comparison .box-mobile .card .plus,
  .plan-comparison .box-mobile .card .minus {
  width: 15px;
  height: 15px;
}

.plan-comparison .box-mobile .box-card {
  display: none;
}

.plan-comparison .box-mobile .card.open .minus,
  .plan-comparison .box-mobile .card .plus {
  display: block;
}

.plan-comparison .box-mobile .card.open .plus,
  .plan-comparison .box-mobile .card .minus {
  display: none;
}

.plan-comparison .box-text {
  padding-top: 12px;
  padding-bottom: 28px;
}

.plan-comparison .box-text .text {
  padding: 0;
}

@media screen and (max-width: 1150px) {
  .plan-comparison .single-box {
    width: 35%;
  }
}

@media screen and (max-width: 1024px) {
  .plan-comparison {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .plan-comparison .content {
    gap: 20px;
  }

  .plan-comparison .title_mobile,
    .plan-comparison .subtitle_mobile {
    display: block;
  }

  .plan-comparison .product-price {
    padding-top: 0;
    padding-bottom: 0;
  }

  .plan-comparison .annotation,
    .plan-comparison .box,
    .plan-comparison .description {
    display: none;
  }

  .plan-comparison .box-mobile {
    display: flex;
    flex-direction: column;
    gap: 8.39px;
  }

  .plan-comparison .box-mobile .box-mobile-heading-left {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .plan-comparison .box-mobile .title {
    font-size: 24px;
    line-height: 1.05;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    letter-spacing: -0.02em;
  }

  .plan-comparison .box-mobile .title .plan-title-main {
    font-size: 16px !important;
    line-height: 1.05 !important;
    font-family: "Proxima Nova W01 Semibold", sans-serif !important;
    font-weight: 600 !important;
  }

  .plan-comparison .box-mobile .title .plan-title-accent {
    font-size: 16px !important;
    line-height: 1.05 !important;
    font-family: "Proxima Nova W01 Semibold", sans-serif !important;
    font-weight: 600 !important;
    background: linear-gradient(90deg, #0099ff 21.49%, #8cedff 66.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .plan-comparison .box-mobile .title .highlight {
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    color: currentColor !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    text-fill-color: currentColor !important;
  }

  .plan-comparison .box-mobile .box-mobile-heading-left .title,
    .plan-comparison .box-mobile .box-mobile-heading-left .box-title-image.mobile {
    align-self: center;
  }

  .plan-comparison .box-mobile .box-text {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 10px;
    /*  display: flex;
       flex-direction: row-reverse;
       justify-content: space-between;
       align-items: center; */
  }

  .plan-comparison .box-mobile .box-text .text {
    font-size: 14px;
    line-height: 1.35;
  }

  .plan-comparison .box-mobile .card {
    padding: 16px 16px 14px;
  }

  .plan-comparison .box-mobile .box-title-image.mobile {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .plan-comparison .box-mobile .card.gray {
    display: none;
  }

  .plan-comparison .box-mobile .card.white {
    background-color: rgb(255, 255, 255);
    border: 0.585px solid #0099FF;
    box-shadow: 4.68px 14.04px 19.89px rgba(0, 153, 255, 0.36);
    border-radius: 9.36px;
  }

  .plan-comparison .box-mobile .card.white .box-svg {
    background-color: rgb(0, 153, 255);
  }

  .plan-comparison .box-mobile .card.white .box-svg path {
    fill: white;
  }

  .plan-comparison .box-mobile .card.blue {
    background: var(--plan-blue-box-bg);
    box-shadow: 4.68px 14.04px 19.89px rgba(0, 153, 255, 0.36);
    border-radius: 9.36px;
  }

  .plan-comparison .box-mobile .card.gradient {
    background: var(--plan-gradient-box-bg);
    border: 0.585px solid rgba(255, 255, 255, 0.1);
    box-shadow: 4.68px 14.04px 19.89px rgba(0, 153, 255, 0.36);
    border-radius: 9.36px;
  }

  .plan-comparison .box-mobile .card.blue .box-svg {
    background-color: rgb(0, 213, 255);
  }

  .plan-comparison .box-mobile .card.gradient .box-svg {
    background-color: rgba(0, 213, 255, 0.2);
    border: 1px solid rgba(0, 213, 255, 0.7);
  }

  .plan-comparison .box-mobile .card.gradient .box-svg path {
    fill: white;
  }

  .plan-comparison .box-mobile .card.blue .first-btn {
    background: var(--plan-blue-btn-bg);
    border: 0;
  }

  .plan-comparison .box-mobile .card.blue .first-btn div {
    color: white;
    font-family: "Proxima Nova W01 Regular", sans-serif !important;
  }

  .plan-comparison .box-mobile .first.text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.35;
    color: rgb(110, 110, 110);
  }

  .plan-comparison .box-mobile .card.blue .first.text {
    color: rgb(255, 255, 255);
  }

  .plan-comparison .box-mobile .card.gradient .first.text {
    color: rgb(255, 255, 255);
  }

  .plan-comparison .first-btn {
    margin-top: 14px;
    padding: 9px 16px;
    min-height: 40px;
  }

  .plan-comparison .first-btn div {
    font-size: 12.5px;
    line-height: 1.2;
  }

  .plan-comparison .box-characteristic {
    padding: 21.4px 13.99px 0px 13.99px;
  }
}

@media screen and (max-width: 768px) {
  .plan-comparison .box-title-image.mobile {
    width: 38px;
    height: 38px;
  }

  .plan-comparison .title_mobile {
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -4%;
  }

  .plan-comparison .subtitle_mobile {
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .plan-comparison .title.custom-blue {
    font-size: 26px;
  }

  .plan-comparison .price,
    .plan-comparison .discount-price {
    font-size: 27.7px !important;
  }

  .plan-comparison .price.custom-blue {
    font-size: 20px !important;
  }

  .plan-comparison .box-svg {
    width: 27px !important;
    height: 27px !important;
    flex-shrink: 0;
  }

  .plan-comparison .plus,
    .plan-comparison .minus {
    height: 10px !important;
    width: 10px !important;
  }

  .plan-comparison .box-mobile .second.text {
    font-size: 14px;
    line-height: 1.35;
  }

  .plan-comparison {
    /* .box-mobile .first.text {
          font-size: 7.1px;
          width: 100%;
          text-align: center;
      } */
  }

  .plan-comparison .first-btn div {
    font-size: 14px;
  }

  .plan-comparison ul {
    font-size: 13.25px;
  }
}

.product-price {
  padding-top: 99px;
  padding-bottom: 111px;
}

.product-price .highlight {
  color: rgb(0, 153, 255);
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
}

.product-price .title_mobile {
  font-family: "ProximaNovaLight", sans-serif !important;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
}

.product-price .subtitle_mobile {
  font-family: "ProximaNovaLight", sans-serif !important;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
}

.product-price .gray {
  color: rgb(110, 110, 110);
}

.product-price .blue {
  color: rgb(0, 153, 255);
}

.product-price .black {
  color: rgb(0, 0, 0);
}

.product-price .custom-blue {
  color: #004d80;
}

.product-price .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  gap: 32px;
}

.product-price .selector {
  display: flex;
  justify-content: flex-end;
}

.product-price .selector .box-sel {
  display: flex;
  width: 92px;
  height: 40px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0px 17px;
}

.product-price .selector .box-sel input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

.product-price .selector .box-sel .slider-round {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgb(110, 110, 110);
  transition: 0.4s;
  border-radius: 45.96px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product-price .selector .box-sel .slider-round:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 50px;
  left: 0;
  bottom: -1;
  color: rgb(0, 153, 255);
  border: 1px solid rgb(0, 153, 255);
  background-color: rgba(0, 153, 255, 0.1);
  border-radius: 45.96px;
  transition: 0.4s;
  transform: translateX(41px);
}

.product-price .selector .box-sel input:checked + .slider-round:before {
  transform: translateX(-1px);
}

.product-price .selector .box-sel div {
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-size: 21.83px;
  line-height: 22px;
  border: none;
  color: rgb(110, 110, 110);
}

.product-price .selector .box-sel div.active {
  color: rgb(0, 153, 255);
}

.product-price .box {
  display: flex;
  gap: 23px;
  flex-direction: row;
  justify-content: space-between;
}

.product-price .single-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-price .box-mobile {
  display: none;
}

.product-price .card {
  border-radius: 10px;
  padding: 45px 28px 60px 28px;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: space-between;
  animation-timing-function: ease-out;
  animation-duration: 300ms;
}

.product-price .card.blue {
  border: 1px solid rgb(0, 153, 255);
}

.product-price .card.gray {
  border: 1px solid rgb(110, 110, 110);
}

.product-price .card.black {
  border: 1px solid rgb(0, 0, 0);
}

.product-price .card.custom-blue {
  border: 1px solid #004d80;
}

.product-price .box .card:hover,
  .product-price .box-mobile .card.open {
  background-color: rgb(237, 248, 255);
  animation-timing-function: ease-out;
  animation-duration: 300ms;
}

.product-price .box .card.blue:hover {
  padding: 44px 27px 59px 27px;
  border: 2px solid rgb(0, 153, 255);
}

.product-price .box .card.gray:hover {
  padding: 44px 27px 59px 27px;
  border: 2px solid rgb(110, 110, 110);
}

.product-price .box .card.black:hover {
  padding: 44px 27px 59px 27px;
  border: 2px solid rgb(0, 0, 0);
}

.product-price .box .card.custom-blue:hover {
  padding: 44px 27px 59px 27px;
  border: 2px solid #004d80;
}

.product-price .box .card.blue:hover .first-btn,
  .product-price .box-mobile .card.blue .first-btn:hover {
  background-color: rgb(0, 153, 255);
  border: 1px solid rgb(0, 153, 255);
  color: white;
}

.product-price .box .card.gray:hover .first-btn,
  .product-price .box-mobile .card.gray .first-btn:hover {
  background-color: rgb(110, 110, 110);
  border: 1px solid rgb(110, 110, 110);
  color: white;
}

.product-price .box .card.black:hover .first-btn,
  .product-price .box-mobile .card.black .first-btn:hover {
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  color: white;
}

.product-price .box .card.custom-blue:hover .first-btn,
  .product-price .box-mobile .card.custom-blue .first-btn:hover {
  background-color: #004d80;
  border: 1px solid #004d80;
  color: white;
}

.product-price .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.05em;
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
}

.product-price .box-text .text {
  font-family: "Proxima Nova W01 Bold", sans-serif !important;
  font-size: 14.5px;
  line-height: 18px;
  padding-top: 12px;
  padding-bottom: 28px;
  letter-spacing: -0.04em;
}

.product-price .box-price {
  flex-direction: row;
  gap: 20px;
  display: none;
}

.product-price .box-price.active {
  display: flex;
  border: none;
}

.product-price .price,
  .product-price .discount-price {
  font-family: "Proxima Nova W01 Bold", sans-serif !important;
  font-size: 40px;
  line-height: 38px;
}

.product-price .price.discount {
  text-decoration: line-through;
  font-style: italic;
  font-family: "Proxima Nova", sans-serif !important;
  font-weight: 100;
  font-size: 45.6px;
  line-height: 47px;
  letter-spacing: -0.04em;
}

.product-price ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 12.5px;
  line-height: 22px;
  letter-spacing: -0.02em;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
}

.product-price .first-btn {
  width: 100%;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 60px;
  background-color: transparent;
  color: black;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 60px;
  padding: 12px 2rem;
}

.product-price .first-btn div {
  justify-content: center;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Proxima Nova W01 Bold", sans-serif !important;
}

.product-price .box-characteristic {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: rgb(50, 50, 50);
}

.product-price .box-characteristic .char {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

.product-price .box-characteristic .char .text {
  position: relative;
}

.product-price .box-characteristic .char .text.dashed {
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}

.product-price .box-characteristic .char button {
  text-align: left;
}

.product-price .box-characteristic {
  /* .char .text.dashed p::before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: #000 dashed 1px;
    } */
}

.product-price .annotation {
  text-align: end;
  font-size: 14px;
  line-height: 47px;
  letter-spacing: -0.04em;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
}

.product-price .tippy-box[data-theme~=gray] {
  background-color: rgb(110, 110, 110);
  color: white;
}

.product-price .tippy-box[data-theme~=blue] {
  background-color: rgb(0, 153, 255);
  color: white;
}

.product-price .tippy-box[data-theme~=black] {
  background-color: rgb(0, 0, 0);
  color: white;
}

.product-price .tippy-box[data-theme~=gray][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: rgb(110, 110, 110);
}

.product-price .tippy-box[data-theme~=blue][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: rgb(0, 153, 255);
}

.product-price .tippy-box[data-theme~=black][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: rgb(0, 0, 0);
}

.product-price .box-mobile {
  display: none;
}

.product-price .box-mobile .card {
  padding: 10px 27px;
  cursor: pointer;
}

.product-price .box-mobile .card .text {
  padding-bottom: 0;
}

.product-price .box-mobile .card .box-svg {
  background-color: rgb(229, 229, 229);
  border-radius: 88.12px;
  width: 36.44px;
  height: 36.44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-price .box-mobile .card .plus,
  .product-price .box-mobile .card .minus {
  width: 15px;
  height: 15px;
}

.product-price .box-mobile .box-card {
  display: none;
}

.product-price .box-mobile .card.open .minus,
  .product-price .box-mobile .card .plus {
  display: block;
}

.product-price .box-mobile .card.open .plus,
  .product-price .box-mobile .card .minus {
  display: none;
}

.product-price .box-text {
  padding-top: 12px;
  padding-bottom: 28px;
}

.product-price .box-text .text {
  padding: 0;
}

@media screen and (max-width: 1150px) {
  .product-price .single-box {
    width: 35%;
  }
}

@media screen and (max-width: 1024px) {
  .product-price {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .product-price .content {
    gap: 20px;
  }

  .product-price .title_mobile {
    font-family: "Proxima Nova W01 Semibold", sans-serif !important;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -0.04em;
    text-align: left;
  }

  .product-price .subtitle_mobile {
    font-family: "Proxima Nova W01 Regular", sans-serif !important;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
  }

  .product-price .product-price {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-price .annotation,
    .product-price .box,
    .product-price .description {
    display: none;
  }

  .product-price .box-mobile {
    display: flex;
    flex-direction: column;
    gap: 8.39px;
  }

  .product-price .box-mobile .box-text {
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .product-price .box-mobile .card {
    padding: 24.42px 21.88px;
  }

  .product-price .box-mobile .first.text {
    font-weight: 500;
    font-size: 14px;
    color: rgb(110, 110, 110);
  }

  .product-price .first-btn {
    margin-top: 24.66px;
  }

  .product-price .box-characteristic {
    padding: 21.4px 13.99px 0px 13.99px;
  }
}

@media screen and (max-width: 768px) {
  .product-price .title_mobile {
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -4%;
  }

  .product-price .subtitle_mobile {
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .product-price .title {
    font-size: 31.89px;
  }

  .product-price .title.custom-blue {
    font-size: 26px;
  }

  .product-price .price,
    .product-price .discount-price {
    font-size: 27.7px !important;
  }

  .product-price .price.custom-blue {
    font-size: 20px !important;
  }

  .product-price .box-svg {
    width: 27px !important;
    height: 27px !important;
    flex-shrink: 0;
  }

  .product-price .plus,
    .product-price .minus {
    height: 10px !important;
    width: 10px !important;
  }

  .product-price .box-mobile .second.text {
    font-size: 11.29px;
  }

  .product-price .box-mobile .first.text {
    font-size: 7.1px;
    width: 100%;
    text-align: center;
  }

  .product-price .first-btn div {
    font-size: 14.4px;
  }

  .product-price ul {
    font-size: 13.25px;
  }
}

.product-hero .highlight {
  background: linear-gradient(90deg, #0099FF 0.84%, #004D80 48.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Proxima Nova W01 Bold", sans-serif !important;
  letter-spacing: -0.02em;
  font-size: 61.92px;
  line-height: 37px;
}

.product-hero .content {
  padding-top: 110px;
  padding-bottom: 13px;
  display: flex;
  gap: 57px;
}

.product-hero .col-1 {
  width: 45%;
}

.product-hero .col-1 .title {
  font-family: "Proxima Nova W01 Bold", sans-serif !important;
  font-size: 44px;
  letter-spacing: -0.02em;
  line-height: 48px;
}

.product-hero .col-1 .subtitle {
  font-weight: 300;
  font-size: 31px;
  line-height: 37px;
  font-family: "Proxima Nova";
}

.product-hero .col-1 .paragraph {
  font-size: 18px;
  line-height: 24px;
  padding-top: 15px;
  /* padding-bottom: 30px; */
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  line-height: 126%;
}

.product-hero .col-1 .paragraph a {
  text-decoration: underline;
  color: rgb(0, 153, 255);
}

.product-hero .col-1 .box-btn {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 32px;
}

.product-hero .btn-primary div {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-hero .btn-secondary div {
  font-size: 14px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.product-hero .btn-primary {
  border-radius: 10px;
  padding: 15px 20px;
}

.product-hero .btn-secondary {
  border-radius: 10px;
  padding: 15px 20px;
  border: 1px solid rgb(0, 0, 0);
  background-color: transparent;
}

.product-hero .btn-secondary:hover {
  background-color: rgb(0, 0, 0);
}

.product-hero .btn-secondary:hover div {
  color: white;
}

.product-hero .col-2 {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 30.53px;
  position: relative;
}

.product-hero .col-2 .box-img {
  border-radius: 26.2px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.product-hero .col-2 .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product-hero .col-2 .box-btn.mobile {
  display: none;
}

.product-hero .box-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 0;
  /* padding-top: 90px; */
}

.product-hero .box-trust .trust {
  display: grid;
  gap: 10px;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  width: auto;
}

.product-hero .box-trust .product-hero-trust-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.product-hero .box-trust .product-hero-trust-carousel__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 1rem;
}

.product-hero .box-trust .product-hero-trust-carousel__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  max-width: 200px;
}

.product-hero .box-trust .product-hero-trust-carousel__item .logo-img {
  max-width: 110px;
  width: 100%;
  height: auto;
}

.product-hero .trust .logo-img {
  max-width: 110px;
  filter: grayscale(1);
}

.product-hero .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-hero .box-trust-mobile {
  display: none;
}

.product-hero .box-about {
  display: flex;
  gap: 32px;
  font-size: 16px;
  background-color: rgb(250, 250, 247);
  border-radius: 60px;
  padding: 11px 27px;
  align-items: center;
}

.product-hero .link {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  font-weight: 600;
  gap: 9px;
}

.product-hero .link a {
  padding: 15px 24px;
  border-radius: 46.97px;
  background-color: rgb(232, 232, 232);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.product-hero .row {
  gap: 57px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.product-hero .scroller {
  overflow: hidden;
  position: relative;
}

.product-hero .scroller a {
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  overflow: hidden;
}

.product-hero .scroller .logo-img {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product-hero .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  width: 100%;
}

.product-hero .scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.product-hero .scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.product-hero .scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.product-hero .scroller[data-speed=slow] {
  --_animation-duration: 18s;
}

.product-hero #vId {
  padding-top: 0;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 1023px) {
  .product-hero .col-1 .box-btn {
    display: none;
  }

  .product-hero .col-2 .box-btn.mobile {
    display: flex;
    flex-direction: column;
    gap: 11.54px;
  }

  .product-hero .content {
    flex-direction: column;
    padding-top: 20px;
    gap: 15px;
  }

  .product-hero .col-1,
    .product-hero .col-2 {
    width: 100%;
  }

  .product-hero .box-trust {
    width: 100%;
    padding-top: 15px;
  }

  .product-hero .box-about,
    .product-hero .box-trust.desktop {
    display: none;
  }

  .product-hero .box-trust-mobile {
    display: flex;
    flex-direction: column;
    /*  gap: 20px; */
    /* padding-top: 20px; */
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .product-hero #vId {
    border-radius: 0 !important;
    border: none !important;
  }

  .product-hero .box-img {
    border-radius: 0 !important;
    border: none !important;
  }

  .product-hero .content.grid-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-hero .highlight {
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -0.04em;
  }

  .product-hero .box-btn.mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-hero .col-1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-hero .col-1 .title {
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -0.04em;
    text-align: center;
  }

  .product-hero .col-1 .subtitle {
    display: none;
  }

  .product-hero .col-1 .paragraph {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .product-hero .col-2 .box-btn.mobile a div {
    font-size: 15.18px;
  }
}

@media screen and (max-width: 440px) {
  .product-hero .box-trust .trust {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-hero.new-version .grid-width {
  padding-left: 6rem;
  padding-right: 6rem;
}

.product-hero.new-version .col-2 {
  width: 74%;
}

@media screen and (max-width: 1023px) {
  .product-hero.new-version .grid-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-hero.new-version .col-2 {
    width: 100%;
  }
}

.product-hero.product-hero--partners {
  position: relative;
  overflow: hidden;
  color: #fff;
  max-width: none;
}

.product-hero.product-hero--partners .product-hero__bg-picture--mobile {
  display: none;
}

.product-hero.product-hero--partners .product-hero__bg-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-hero.product-hero--partners .product-hero__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 76% center;
     object-position: 76% center;
}

.product-hero.product-hero--partners .product-hero__bg-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #040b14 0%, rgba(4, 11, 20, 0.92) 34%, rgba(4, 11, 20, 0.35) 56%, rgba(4, 11, 20, 0.84) 100%), radial-gradient(120% 80% at 26% 58%, rgba(0, 153, 255, 0.28) 0%, rgba(0, 153, 255, 0) 52%), repeating-linear-gradient(90deg, rgba(0, 153, 255, 0.08) 0 2px, rgba(0, 153, 255, 0) 2px 120px);
}

.product-hero.product-hero--partners .content {
  position: relative;
  z-index: 1;
  min-height: 620px;
  padding-top: 120px;
  padding-bottom: 120px;
  align-items: center;
}

.product-hero.product-hero--partners .col-1 {
  width: 100%;
  max-width: 560px;
}

.product-hero.product-hero--partners .title {
  color: #fff;
  margin: 0;
}

.product-hero.product-hero--partners .title .highlight {
  color: #0099ff;
  background: none;
  -webkit-text-fill-color: #0099ff;
  font-size: inherit;
  line-height: inherit;
}

.product-hero.product-hero--partners .subtitle {
  color: #fff;
  max-width: 490px;
  margin-top: 30px;
}

.product-hero.product-hero--partners .paragraph {
  color: #fff;
  max-width: 540px;
  margin-top: 12px;
}

.product-hero.product-hero--partners .product-hero__partners-cta-mobile-wrap {
  display: none;
}

@media screen and (max-width: 1023px) {
  .product-hero.product-hero--partners {
    color: #111827;
    display: flex;
    flex-direction: column;
  }

  .product-hero.product-hero--partners.product-hero--has-mobile-bg .product-hero__bg-picture {
    display: none;
  }

  .product-hero.product-hero--partners.product-hero--has-mobile-bg .product-hero__bg-picture--mobile {
    display: block;
  }

  .product-hero.product-hero--partners .product-hero__bg-overlay {
    display: none;
  }

  .product-hero.product-hero--partners .content {
    order: 1;
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 0;
    align-items: flex-start;
    gap: 0;
  }

  .product-hero.product-hero--partners .col-1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-hero.product-hero--partners .title {
    color: #111827;
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .product-hero.product-hero--partners .subtitle {
    display: none;
  }

  .product-hero.product-hero--partners .paragraph {
    color: #111827;
    max-width: 100%;
    margin-top: 18px;
    font-size: 21px;
    line-height: 1.35;
    text-align: center;
  }

  .product-hero.product-hero--partners .box-btn {
    display: none;
  }

  .product-hero.product-hero--partners .product-hero__bg-image {
    -o-object-position: center center;
       object-position: center center;
  }

  .product-hero.product-hero--partners .product-hero__bg-picture {
    order: 2;
    position: relative;
    inset: auto;
    width: 100vw;
    height: auto;
    margin-top: 30px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    aspect-ratio: 16/9;
  }

  .product-hero.product-hero--partners .product-hero__partners-cta-mobile-wrap {
    order: 3;
    display: block;
    width: 100%;
    padding: 26px 24px 30px;
  }

  .product-hero.product-hero--partners .product-hero__partners-cta-mobile {
    width: 100%;
    justify-content: center;
  }

  .product-hero.product-hero--partners .product-hero__partners-cta-mobile .Button,
    .product-hero.product-hero--partners .product-hero__partners-cta-mobile.Button,
    .product-hero.product-hero--partners .product-hero__partners-cta-mobile a {
    width: 100%;
  }
}

.product-hero.product-hero--dark {
  position: relative;
  overflow: hidden;
  color: #fff;
  max-width: none;
  background: radial-gradient(58% 76% at 18% 56%, rgba(0, 153, 255, 0.22) 0%, rgba(0, 153, 255, 0) 78%), radial-gradient(80% 110% at 88% 44%, rgba(0, 92, 173, 0.24) 0%, rgba(0, 92, 173, 0) 72%), linear-gradient(180deg, #02070e 0%, #020912 38%, #040d18 100%);
}

.product-hero.product-hero--dark::before, .product-hero.product-hero--dark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.product-hero.product-hero--dark::before {
  background: linear-gradient(90deg, rgba(1, 7, 13, 0.98) 0%, rgba(1, 7, 13, 0.74) 46%, rgba(1, 7, 13, 0.9) 100%), repeating-linear-gradient(90deg, rgba(0, 153, 255, 0.08) 0 1px, rgba(0, 153, 255, 0) 1px 120px);
}

.product-hero.product-hero--dark::after {
  background: radial-gradient(58% 72% at 26% 64%, rgba(0, 153, 255, 0.16) 0%, rgba(0, 153, 255, 0) 75%);
}

.product-hero.product-hero--dark .content {
  position: relative;
  z-index: 1;
  min-height: 620px;
  padding-top: 120px;
  padding-bottom: 96px;
  align-items: center;
}

.product-hero.product-hero--dark .max-w-1440,
  .product-hero.product-hero--dark .box-trust-mobile {
  position: relative;
  z-index: 2;
}

.product-hero.product-hero--dark .max-w-1440 {
  padding-top: 0;
  padding-bottom: 18px;
  background: #fff;
}

.product-hero.product-hero--dark .box-trust .font-h5 {
  color: #6b7280;
}

.product-hero.product-hero--dark .box-trust-mobile {
  background: #fff;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
}

.product-hero.product-hero--dark .box-trust-mobile .font-h5 {
  color: #6b7280;
}

.product-hero.product-hero--dark .col-1 {
  width: 45%;
  max-width: none;
}

.product-hero.product-hero--dark .col-2 {
  width: 55%;
  gap: 22px;
}

.product-hero.product-hero--dark .box-img,
  .product-hero.product-hero--dark #vId {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(0, 153, 255, 0.62);
  background: linear-gradient(180deg, #01040a 0%, #081726 100%);
  box-shadow: 0 0 0 1px rgba(0, 153, 255, 0.14), 0 30px 76px rgba(0, 58, 107, 0.5), 0 0 96px rgba(0, 153, 255, 0.32);
}

.product-hero.product-hero--dark .img,
  .product-hero.product-hero--dark #vId iframe,
  .product-hero.product-hero--dark #vId video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-hero.product-hero--dark #vId {
  aspect-ratio: 16/10;
}

.product-hero.product-hero--dark .box-about {
  background-color: rgba(8, 24, 37, 0.86);
  border: 1px solid rgba(0, 153, 255, 0.3);
}

.product-hero.product-hero--dark .link a {
  background: rgba(7, 35, 55, 0.92);
  color: #c5d9ea;
}

.product-hero.product-hero--dark .title {
  color: #fff;
  margin: 0;
}

.product-hero.product-hero--dark .title .highlight {
  background: linear-gradient(90deg, #0099FF 0.84%, #A8CFE9 48.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -1.238px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 41.8px;
  line-height: 37px;
}

.product-hero.product-hero--dark .subtitle {
  color: #fff;
  max-width: 490px;
  margin-top: 30px;
}

.product-hero.product-hero--dark .paragraph {
  color: rgba(233, 242, 250, 0.92);
  max-width: 100%;
  margin-top: 12px;
}

.product-hero.product-hero--dark .trust .logo-img {
  filter: grayscale(1);
  opacity: 1;
}

.product-hero.product-hero--dark .btn-secondary {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.product-hero.product-hero--dark .btn-secondary div {
  color: #fff;
}

.product-hero.product-hero--dark .btn-secondary:hover {
  background-color: #fff;
}

.product-hero.product-hero--dark .btn-secondary:hover div {
  color: #040b14;
}

@media screen and (min-width: 1024px) {
  .product-hero.product-hero--dark .max-w-1440 {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .product-hero.product-hero--dark .content {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 40px;
    align-items: flex-start;
    gap: 20px;
  }

  .product-hero.product-hero--dark .max-w-1440 {
    display: none;
  }

  .product-hero.product-hero--dark .col-1 {
    width: 100%;
    max-width: 100%;
  }

  .product-hero.product-hero--dark .col-2 {
    width: 100%;
  }

  .product-hero.product-hero--dark .subtitle {
    display: block;
  }

  .product-hero.product-hero--dark .box-trust-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .product-hero.product-hero--dark .box-img,
    .product-hero.product-hero--dark #vId {
    border-radius: 20px;
    box-shadow: 0 0 0 1px rgba(0, 153, 255, 0.24), 0 24px 56px rgba(0, 58, 107, 0.42), 0 0 72px rgba(0, 153, 255, 0.26);
  }
}

@media screen and (max-width: 768px) {
  .product-hero {
    margin-bottom: 0 !important;
  }
}

.product-business .highlight {
  background: linear-gradient(90deg, #09F 0.84%, #004D80 48.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.04em;
  font-size: 37px;
  line-height: 45px;
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
}

.product-business .content {
  border: 1px solid rgb(0, 153, 255);
  border-radius: 24.82px;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  position: relative;
}

.product-business .content .col-sx,
  .product-business .content .col-dx {
  width: 50%;
  height: auto;
}

.product-business .content .col-sx .img,
  .product-business .content .col-sx .img-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product-business .content .img-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.product-business .content .img {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.product-business .content .col-dx {
  padding: 61px 41px 61px 52px;
}

.product-business .content .col-dx .box-list {
  display: flex;
  flex-direction: column;
}

.product-business .box-img {
  height: 100%;
  position: relative;
}

.product-business .headline {
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
  font-size: 37px;
  line-height: 45px;
  letter-spacing: -0.04em;
  padding-bottom: 20px;
}

.product-business .text {
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-size: 19.4px;
  line-height: 20px;
  letter-spacing: 0%;
  padding-bottom: 56px;
}

.product-business .single-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 17px;
  border-radius: 8.49px;
  background-color: transparent;
  color: rgb(31, 31, 31);
  border: 1px solid transparent;
}

.product-business .single-item.clickable {
  cursor: pointer;
}

.product-business .single-item.clickable.open {
  background-color: rgba(0, 153, 255, 0.05);
  border: 1px solid rgb(0, 153, 255);
}

@media (hover: hover) {
  .product-business .single-item:hover {
    background-color: rgba(0, 153, 255, 0.05);
    border: 1px solid rgb(0, 153, 255);
  }
}

.product-business .single-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 153, 255, 0.1);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: rgb(0, 153, 255);
}

.product-business .single-item .t {
  font-weight: 500;
  font-size: 20px;
}

.product-business .single-item .title {
  font-size: 19.5px;
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
}

.product-business .single-item .description {
  display: none;
  padding-left: 69.35px;
  font-weight: 400;
  font-size: 15px;
}

.product-business .headline.mobile,
  .product-business .text.mobile,
  .product-business .title-list,
  .product-business .single-item-img {
  display: none;
}

.product-business .title-list {
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 27px;
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
}

@media screen and (max-width: 1023px) {
  .product-business .content {
    flex-direction: column;
    border: none;
    border-radius: 0;
  }

  .product-business .headline.mobile,
    .product-business .text.mobile,
    .product-business .title-list {
    display: block;
  }

  .product-business .text.mobile {
    padding-bottom: 53px;
  }

  .product-business .col-sx {
    aspect-ratio: 16/9;
    overflow: hidden;
    border: 0.91px solid rgb(0, 153, 255);
    border-radius: 22.86px;
    width: 100% !important;
  }

  .product-business .col-dx {
    padding: 0 !important;
    padding-top: 50px !important;
    width: 100% !important;
  }

  .product-business .col-dx .box-list {
    gap: 5px;
  }

  .product-business .headline.desktop,
    .product-business .text.desktop {
    display: none;
  }

  .product-business .single-item {
    border-radius: 9.23px;
  }
}

@media screen and (max-width: 832px) {
  .product-business .col-sx {
    height: 316px !important;
  }
}

@media screen and (max-width: 768px) {
  .product-business .highlight {
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -0.04em;
  }

  .product-business .headline {
    font-size: 36px !important;
    line-height: 34px;
    letter-spacing: -0.04em;
    padding-bottom: 15px;
  }

  .product-business .text {
    font-size: 15px !important;
    line-height: 120%;
    letter-spacing: 0%;
    padding-bottom: 15px !important;
  }

  .product-business .title-list {
    font-size: 16px !important;
    line-height: 13.01px;
    letter-spacing: 0%;
  }

  .product-business .single-item .icon {
    width: 30px !important;
    height: 30px !important;
  }

  .product-business .single-item .t {
    font-size: 20px !important;
  }

  .product-business .description {
    font-size: 14px !important;
    padding-left: 53.35px !important;
  }

  .product-business .col-dx {
    padding-top: 20px !important;
  }

  .product-business .single-item {
    padding: 11px 9px;
    border-radius: 9.23px;
  }

  .product-business .col-dx .box-list {
    gap: 5px;
  }
}

.product-video {
  background: radial-gradient(62.08% 54.8% at -24.36% 52.13%, #F600EC 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(52.83% 90.42% at 104.97% -10.85%, #0099FF 0%, rgba(0, 0, 0, 0) 100%), #000000;
  padding-top: 70px;
  padding-bottom: 120px;
}

.product-video.product-video--blue-gradient-bg {
  position: relative;
  isolation: isolate;
  background: radial-gradient(34% 90% at -11% 50%, rgba(0, 169, 255, 0.98) 0%, rgba(0, 126, 224, 0.62) 26%, rgba(0, 58, 124, 0.26) 46%, rgba(0, 0, 0, 0) 73%), radial-gradient(58% 26% at 88% 102%, rgba(0, 161, 255, 0.86) 0%, rgba(0, 102, 184, 0.36) 34%, rgba(0, 0, 0, 0) 72%), linear-gradient(180deg, #01060c 0%, #000000 100%);
}

.product-video.product-video--blue-gradient-bg::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -6%;
  top: calc(100% - 130px);
  height: 270px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 68%, #000000 100%), radial-gradient(62% 40% at 74% 46%, rgba(16, 126, 246, 0.22) 0%, rgba(0, 0, 0, 0) 72%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.product-video.product-video--blue-gradient-bg .content {
  position: relative;
  z-index: 1;
}

.product-video.product-video--blue-gradient-bg #video {
  border-color: rgba(0, 174, 255, 0.9);
  box-shadow: 0px 4px 74px rgba(0, 153, 255, 0.55), 0px 0px 28px rgba(0, 153, 255, 0.42);
}

@media screen and (max-width: 768px) {
  .product-video.product-video--blue-gradient-bg #video {
    box-shadow: 0px -2px 37.4px rgba(0, 153, 255, 0.72), 0px 0px 40px rgba(0, 153, 255, 0.4);
  }
}

.product-video .highlight {
  background: linear-gradient(92.4deg, #09F 24.87%, #BAE3FF 60.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.04em;
  font-size: 44.1px;
  line-height: 47px;
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
}

.product-video .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-video h2 {
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
  font-size: 44.1px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 47px;
  letter-spacing: -0.04em;
}

.product-video .text {
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-size: 14px;
  text-align: center;
  padding-top: 22px;
  color: rgb(255, 255, 255);
  line-height: 24px;
}

.product-video #video {
  border: 0.78px solid rgb(0, 153, 255);
  box-shadow: -96.4444px -33.4444px 145.133px rgba(219, 0, 255, 0.3), 0px 3.11111px 97.3px rgba(0, 153, 255, 0.6);
  border-radius: 25.67px;
  aspect-ratio: 16/9;
  padding-top: 0px;
  max-width: 816px;
}

@media screen and (max-width: 1024px) {
  .product-video #video {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .product-video {
    padding-top: 22px;
    padding-bottom: 35px;
  }

  .product-video .highlight {
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -0.04em;
  }

  .product-video h2 {
    font-size: 36px;
    line-height: 32px;
    letter-spacing: -4%;
  }

  .product-video .text {
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0%;
    padding-top: 20px;
  }

  .product-video #video {
    margin-top: 40px;
    box-shadow: -124px -43px 79.6px rgba(219, 0, 255, 0.3), 30px -2px 37.4px rgba(0, 153, 255, 0.8);
  }
}

.product-contact {
  background: radial-gradient(36.98% 46.82% at 67% 53.18%, rgba(0, 153, 255, 0.5) 0%, rgba(185, 227, 255, 0) 88.63%), radial-gradient(49.55% 89.79% at -30.16% 50%, #0099FF 0%, rgba(185, 227, 255, 0) 88.63%), #FFFFFF;
  padding-top: 72px;
  padding-bottom: 72px;
}

.product-contact .highlight {
  background: linear-gradient(92.51deg, #09F 5.58%, #004D80 42.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 44.1px;
  line-height: 47px;
  letter-spacing: -0.04em;
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
}

.product-contact .content {
  display: flex;
  flex-direction: row;
  gap: 80px;
}

.product-contact .col-1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-contact .col-1 .title {
  font-family: "Proxima Nova W01 Semibold", sans-serif !important;
  font-size: 44.1px;
  line-height: 47px;
  letter-spacing: -0.02em;
  padding-bottom: 32px;
}

.product-contact .col-1 .text {
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-size: 21.7778px;
  line-height: 24px;
}

.product-contact .col-1 .box-trust {
  padding-top: 50px;
}

.product-contact .col-1 .title_trust {
  font-family: "Proxima Nova W01 Regular", sans-serif !important;
  font-size: 15.5px;
  line-height: 27px;
}

.product-contact .col-1 .trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: start;
  gap: 18px;
  padding-top: 30px;
  filter: grayscale(1);
}

.product-contact .col-1 .logo-img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product-contact .col-2 {
  width: 60%;
  border: 1px solid rgb(0, 153, 255);
  border-radius: 10px;
  background-color: rgb(251, 251, 251);
}

.product-contact .col-2 button[type=submit] {
  background-color: rgb(0, 153, 255) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.105819px !important;
  min-width: 180px !important;
  font-size: 15px !important;
}

.product-contact .col-2 .formeo_container {
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.product-contact .col-2 .plan-button-group {
  display: flex;
  justify-content: center;
  align-items: space-between;
  gap: 8px;
}

.product-contact .col-2 .plan-button-group button {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
}

.product-contact .col-2 .plan-button-basic {
  border-color: #6E6E6E !important;
  color: #6E6E6E !important;
  background-color: rgba(110, 110, 110, 0.03);
}

.product-contact .col-2 .plan-button-basic:hover, .product-contact .col-2 .plan-button-basic.selected {
  background-color: rgb(110, 110, 110);
  border-color: rgb(110, 110, 110);
  color: white !important;
}

.product-contact .col-2 .plan-button-pro {
  border-color: #09F !important;
  color: #09F !important;
  background-color: rgba(0, 153, 255, 0.03);
}

.product-contact .col-2 .plan-button-pro:hover, .product-contact .col-2 .plan-button-pro.selected {
  background-color: rgb(0, 153, 255);
  border-color: rgb(0, 153, 255);
  color: white !important;
}

.product-contact .col-2 .plan-button-plus {
  border-color: #000 !important;
  color: #000 !important;
  background-color: rgba(0, 0, 0, 0.03);
}

.product-contact .col-2 .plan-button-plus:hover, .product-contact .col-2 .plan-button-plus.selected {
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  color: white !important;
}

.product-contact .title-mobile {
  display: none;
}

.product-contact .box-trust-mobile {
  display: none;
}

.product-contact .scroller a {
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  overflow: hidden;
}

.product-contact .scroller .logo-img {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(1) invert(1);
}

.product-contact .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  width: 100%;
}

.product-contact .scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.product-contact .scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.product-contact .scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.product-contact .scroller[data-speed=slow] {
  --_animation-duration: 12s;
}

@media screen and (max-width: 1023px) {
  .product-contact {
    background: radial-gradient(64.43% 22.84% at 60.2% 79.81%, rgba(0, 153, 255, 0.5) 0%, rgba(185, 227, 255, 0) 88.63%), radial-gradient(74% 23.19% at 36.44% 25.95%, rgba(0, 153, 255, 0.5) 0%, rgba(185, 227, 255, 0) 88.63%), #FFFFFF;
    margin-bottom: 0;
  }

  .product-contact .content {
    flex-direction: column;
    gap: 40px;
  }

  .product-contact .box-trust {
    display: none;
  }

  .product-contact .col-1,
    .product-contact .col-2 {
    width: 100%;
  }

  .product-contact .box-trust-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 33px;
    padding: 39px 0px;
    background: linear-gradient(180deg, #383737 0%, #000000 100%);
    overflow: hidden;
  }

  .product-contact .box-trust-mobile .title_trust {
    padding-left: 56px;
    padding-right: 56px;
    font-size: 19.9384px;
    line-height: 35px;
    color: #FFF;
    text-align: center;
    letter-spacing: -0.02em;
    font-family: "Proxima Nova W01 Regular", sans-serif !important;
  }
}

@media screen and (max-width: 768px) {
  .product-contact .text {
    font-size: 15px;
    line-height: 140%;
    font-family: "Proxima Nova W01 Regular";
    padding-top: 24px;
  }

  .product-contact .title {
    display: none;
  }

  .product-contact .title-mobile {
    display: block;
    font-family: "Proxima Nova W01 Semibold", sans-serif !important;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -0.04em;
  }

  .product-contact .content {
    gap: 18px;
  }

  .product-contact .plan-button-group {
    flex-direction: column;
    gap: 8px;
  }

  .product-contact button[type=submit] {
    width: 100%;
  }
}

.PartnerModule__header {
  margin: 0 auto 48px;
  max-width: 760px;
  text-align: center;
}

.PartnerModule__toggle-wrap {
  display: none;
  justify-content: center;
  margin: 0 0 36px;
}

.PartnerModule__show-all {
  padding: 0;
  border: 0;
  background: transparent;
  color: #0099ff;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.PartnerModule__show-all-plus {
  font-size: 16px;
  line-height: 1;
  color: #98a2b3;
  transform: translateY(0);
}

.PartnerModule__headline {
  margin-bottom: 20px;
  color: #0f172a;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 48px;
  line-height: 1.15;
}

.PartnerModule__intro {
  margin: 0;
  color: #4b5565;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 20px;
  line-height: 1.45;
}

.PartnerModule__slider {
  overflow: hidden;
}

.PartnerModule__grid {
  display: flex;
}

.PartnerModule__item {
  display: flex;
  flex-direction: column;
  height: auto;
}

@media (min-width: 1024px) {
  .PartnerModule__item {
    width: 360px;
  }
}

.PartnerModule__card-clickable {
  display: flex;
  flex: 1;
  text-decoration: none;
  color: inherit;
}

.PartnerModule__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  border: 1px solid #d5d9df;
  border-radius: 16px;
  overflow: hidden;
  background-color: #f9fafb;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, height 0.2s ease;
}

@media (min-width: 1024px) {
  .PartnerModule__card {
    width: 360px;
  }
}

.PartnerModule__logo-wrap {
  min-height: 104px;
  padding: 20px 24px;
  border-bottom: 1px solid #d5d9df;
  display: flex;
  align-items: center;
}

.PartnerModule__logo {
  width: auto;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  opacity: 0.75;
  transition: filter 0.2s ease, opacity 0.2s ease, mix-blend-mode 0.2s ease;
}

.PartnerModule__description {
  flex: 1;
  padding: 24px;
  color: #263142;
  font-family: "Proxima Nova W01 Regular", sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.PartnerModule__description-short, .PartnerModule__description-long {
  display: block;
}

.PartnerModule__description-long {
  display: none;
}

.PartnerModule__badges {
  padding: 16px 24px;
  border-top: 1px solid #d5d9df;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.PartnerModule__badge {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #0099ff;
  color: #0f172a;
  background-color: transparent;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.PartnerModule__badge i {
  font-size: 11px;
  line-height: 1;
}

.PartnerModule__badge--region {
  background-color: #020617;
  color: #fff;
  border-color: #020617;
}

.PartnerModule__link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  color: #0f172a;
  text-decoration: none;
}

.PartnerModule__link-title {
  margin: 0;
  color: #0f172a;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.PartnerModule__link-title--standalone {
  margin-top: 14px;
}

.PartnerModule__link-arrow {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #0099ff;
  color: #0099ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.PartnerModule__link-arrow i {
  font-size: 9px;
  line-height: 1;
}

.PartnerModule__link:hover .PartnerModule__link-arrow {
  background-color: #0099ff;
  color: #fff;
}

.PartnerModule__item:hover .PartnerModule__logo, .PartnerModule__item:focus-within .PartnerModule__logo {
  filter: grayscale(0);
  mix-blend-mode: normal;
  opacity: 1;
}

.PartnerModule__item:hover .PartnerModule__card, .PartnerModule__item:focus-within .PartnerModule__card {
  border-color: #dce2ea;
  background-color: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.PartnerModule__item:hover .PartnerModule__link-arrow, .PartnerModule__item:focus-within .PartnerModule__link-arrow {
  background-color: #0099ff;
  color: #fff;
  border-color: #0099ff;
}

.PartnerModule__controls {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: margin-top 0.2s ease;
}

.PartnerModule__nav {
  display: none;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #98a2b3;
  cursor: pointer;
}

.PartnerModule__nav i {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.PartnerModule__nav--prev i {
  transform: rotate(180deg);
}

.PartnerModule__nav.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.PartnerModule__pagination {
  position: static;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.PartnerModule__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  background-color: #c5cbd3;
  opacity: 1;
  border-radius: 999px;
  transform: scale(1);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.PartnerModule__pagination .swiper-pagination-bullet-active {
  background-color: #0099ff;
  transform: scale(1.35);
}

@media (min-width: 1024px) {
  .PartnerModule.PartnerModule--responsive .PartnerModule__slider {
    overflow: visible;
  }

  .PartnerModule.PartnerModule--responsive .PartnerModule__description {
    min-height: 184px;
  }

  .PartnerModule.PartnerModule--responsive .PartnerModule__description--has-long .PartnerModule__description-short {
    display: none;
  }

  .PartnerModule.PartnerModule--responsive .PartnerModule__description--has-long .PartnerModule__description-long {
    display: block;
  }

  .PartnerModule.PartnerModule--responsive .PartnerModule__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
    transform: none !important;
  }

  .PartnerModule.PartnerModule--responsive .PartnerModule__item.swiper-slide {
    margin-right: 0 !important;
    width: auto !important;
  }

  .PartnerModule.PartnerModule--responsive .PartnerModule__controls {
    display: none;
  }
}

@media (min-width: 1024px) {
  .PartnerModule.PartnerModule--slider .PartnerModule__controls {
    margin-top: 16px;
  }

  .PartnerModule.PartnerModule--slider .PartnerModule__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__badges {
  display: none;
}

@media (min-width: 1024px) {
  .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__toggle-wrap {
    display: flex;
  }

  .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__description {
    min-height: 184px;
  }

  .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__card {
    min-height: 288px;
    height: auto;
  }

  .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__item:hover .PartnerModule__card,
    .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__item:focus-within .PartnerModule__card {
    min-height: 364px;
    height: auto;
  }

  .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__item .PartnerModule__description-short {
    display: block;
  }

  .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__item .PartnerModule__description-long {
    display: none;
  }

  .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__item:hover .PartnerModule__description--has-long .PartnerModule__description-short,
    .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__item:focus-within .PartnerModule__description--has-long .PartnerModule__description-short {
    display: none;
  }

  .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__item:hover .PartnerModule__description--has-long .PartnerModule__description-long,
    .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__item:focus-within .PartnerModule__description--has-long .PartnerModule__description-long {
    display: block;
  }

  .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__description--auto-short .PartnerModule__description-short {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
  }

  .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__slider:hover .PartnerModule__controls,
    .PartnerModule.PartnerModule--slider:not(.PartnerModule--expanded) .PartnerModule__slider:focus-within .PartnerModule__controls {
    margin-top: 26px;
  }
}

.PartnerModule.PartnerModule--expanded .PartnerModule__description--has-long .PartnerModule__description-short {
  display: none;
}

.PartnerModule.PartnerModule--expanded .PartnerModule__description--has-long .PartnerModule__description-long {
  display: block;
}

.PartnerModule.PartnerModule--expanded .PartnerModule__badges {
  display: flex;
}

@media (min-width: 1024px) {
  .PartnerModule.PartnerModule--expanded .PartnerModule__toggle-wrap {
    display: flex;
  }
}

@media (max-width: 1023px) {
  .PartnerModule__headline {
    font-size: 38px;
  }

  .PartnerModule__intro {
    font-size: 18px;
  }

  .PartnerModule__description {
    font-size: 16px;
  }

  .PartnerModule__link-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .PartnerModule .PartnerModule__description--has-long .PartnerModule__description-short {
    display: none;
  }

  .PartnerModule .PartnerModule__description--has-long .PartnerModule__description-long {
    display: block;
  }

  .PartnerModule__headline {
    font-size: 34px;
  }

  .PartnerModule__intro {
    font-size: 16px;
  }

  .PartnerModule__description {
    font-size: 16px;
    line-height: 1.5;
  }

  .PartnerModule__link-title {
    font-size: 24px;
  }
}

.BecomePartner {
  background-color: #f3f4f6;
  padding: 96px 0 88px;
}

.BecomePartner__headline {
  margin: 0;
  text-align: center;
  color: #111827;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.BecomePartner__cta-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.BecomePartner__cta {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 1.8px;
}

.BecomePartner__desktop {
  margin-top: 56px;
  display: block;
}

.BecomePartner__mobile {
  display: none;
  margin-top: 36px;
}

.BecomePartner__slider {
  overflow: hidden;
}

.BecomePartner__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.BecomePartner__mobile-grid {
  display: flex;
  gap: 0;
}

.BecomePartner__item {
  display: flex;
  flex-direction: column;
  height: auto;
}

.BecomePartner__image-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #0b2e59;
  height: 230px;
  max-height: 230px;
}

.BecomePartner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.BecomePartner__title {
  margin: 16px 0 0;
  color: #1f2937;
  font-family: "Proxima Nova W01 Semibold", sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .BecomePartner {
    padding: 64px 0 56px;
  }

  .BecomePartner__headline {
    font-size: 36px;
  }

  .BecomePartner__desktop {
    display: none;
  }

  .BecomePartner__mobile {
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 40px;
  }

  .BecomePartner__slider {
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .BecomePartner__item {
    width: auto;
  }

  .BecomePartner__image-wrap {
    height: auto;
    max-height: none;
    aspect-ratio: 300/240;
  }
}

.TestimonialCarousel {
  font-family: Inter, sans-serif;
  background: transparent;
}

.TestimonialCarousel__container {
  background: transparent;
  margin: 0 auto;
  max-width: 1264px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.TestimonialCarousel__header {
  margin: 0 auto 48px;
  max-width: 900px;
  text-align: center;
}

.TestimonialCarousel__headline {
  color: #10213b;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.TestimonialCarousel__headline + .TestimonialCarousel__intro {
  margin-top: 48px;
}

.TestimonialCarousel__intro {
  margin: 0;
  color: rgba(16, 33, 59, 0.76);
  font-size: 1rem;
  line-height: 1.6;
}

.TestimonialCarousel__slider {
  overflow: hidden;
}

.TestimonialCarousel__track {
  align-items: stretch;
}

.TestimonialCarousel__slide {
  display: flex;
  height: auto;
  width: 100%;
}

.TestimonialCarousel__card {
  display: block;
  height: 100%;
  perspective: 1400px;
  width: 100%;
}

.TestimonialCarousel__card-scene {
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

.TestimonialCarousel__face {
  backface-visibility: hidden;
  background: #f4f4f4;
  border-radius: 24px;
  box-shadow: none;
  border: 1px solid rgba(16, 33, 59, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 540px;
  padding: 28.8px;
  transform-origin: center center;
  transition: opacity 0.4s ease, transform 0.65s ease;
  width: 100%;
}

.TestimonialCarousel__face--front {
  height: 540px;
  min-height: 540px;
  position: relative;
  z-index: 2;
}

.TestimonialCarousel__face--front .TestimonialCarousel__meta {
  margin-top: 0;
}

.TestimonialCarousel__face--front .TestimonialCarousel__visual {
  margin-top: auto;
}

.TestimonialCarousel__face--front-image {
  padding-bottom: 0;
}

.TestimonialCarousel__face--back {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: rotateY(-180deg);
  z-index: 1;
}

.TestimonialCarousel__card.is-flipped .TestimonialCarousel__face--front {
  opacity: 0;
  pointer-events: none;
  transform: rotateY(180deg);
}

.TestimonialCarousel__card.is-flipped .TestimonialCarousel__face--back {
  opacity: 1;
  pointer-events: auto;
  transform: rotateY(0deg);
  z-index: 3;
}

.TestimonialCarousel__quote-wrap {
  color: #10213b;
  display: flex;
  flex-direction: column;
  position: relative;
}

.TestimonialCarousel__quote-wrap--front {
  margin-bottom: 0;
  min-height: 161px;
  overflow: visible;
  padding: 16px 12px 0 34px;
}

.TestimonialCarousel__quote-wrap--back {
  flex: 1 1 auto;
  padding: 16px 10px 0 34px;
}

.TestimonialCarousel__quote {
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.TestimonialCarousel__face--front .TestimonialCarousel__quote {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.TestimonialCarousel__quote p {
  margin: 0;
}

.TestimonialCarousel__quote p + p {
  margin-top: 1rem;
}

.TestimonialCarousel__quote strong, .TestimonialCarousel__quote b {
  font-weight: 600;
}

.TestimonialCarousel__quote--long {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.16;
  max-width: none;
}

.TestimonialCarousel__quote-mark {
  display: inline-flex;
  line-height: 0;
  pointer-events: none;
}

.TestimonialCarousel__quote-mark-image {
  display: block;
  height: auto;
  width: 41px;
}

.TestimonialCarousel__quote-mark--open {
  left: -10px;
  position: absolute;
  top: -6px;
}

.TestimonialCarousel__quote-mark--close {
  align-self: flex-end;
  margin-right: 2px;
  margin-top: 4px;
  position: static;
}

.TestimonialCarousel__quote-mark--close .TestimonialCarousel__quote-mark-image {
  transform: rotate(180deg);
  transform-origin: center center;
}

.TestimonialCarousel__face--back .TestimonialCarousel__quote-mark--close {
  margin-top: 8px;
}

.TestimonialCarousel__face--front-image .TestimonialCarousel__quote-mark--close {
  margin-right: 0;
}

.TestimonialCarousel__quote {
  position: relative;
  z-index: 1;
}

.TestimonialCarousel__face--front-image .TestimonialCarousel__quote-wrap--front {
  padding-right: 18px;
}

.TestimonialCarousel__face--front-logo .TestimonialCarousel__quote-wrap--front, .TestimonialCarousel__face--front-text_link .TestimonialCarousel__quote-wrap--front {
  padding-right: 32px;
}

.TestimonialCarousel__face--back .TestimonialCarousel__quote-wrap--back {
  padding-right: 18px;
}

.TestimonialCarousel__face--back .TestimonialCarousel__quote {
  max-width: 100%;
}

.TestimonialCarousel__meta {
  margin-top: auto;
}

.TestimonialCarousel__author {
  color: #10213b;
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.TestimonialCarousel__role {
  color: rgba(16, 33, 59, 0.68);
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.26;
  margin: 0.35rem 0 0;
}

.TestimonialCarousel__toggle {
  align-self: center;
  background: transparent;
  border: 0;
  color: #1091ff;
  cursor: pointer;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.TestimonialCarousel__toggle span {
  font-weight: inherit;
}

.TestimonialCarousel__toggle:hover, .TestimonialCarousel__toggle:focus-visible {
  color: #0878d7;
  outline: none;
}

.TestimonialCarousel__toggle--back {
  margin-top: 0;
}

.TestimonialCarousel__visual {
  margin-top: 0;
}

.TestimonialCarousel__visual--image {
  align-self: stretch;
  border-radius: 0 0 28.8px 28.8px;
  flex: 0 0 216px;
  height: 216px;
  margin: auto 0 0;
  min-height: 216px;
  min-width: calc(100% + 57.6px);
  overflow: hidden;
  position: relative;
  left: -28.8px;
  width: calc(100% + 57.6px) !important;
  max-width: calc(100% + 57.6px);
}

.TestimonialCarousel__visual-link {
  display: block;
  text-decoration: none;
}

.TestimonialCarousel__visual--image .TestimonialCarousel__visual-link {
  height: 100%;
}

.TestimonialCarousel__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

.TestimonialCarousel__visual--logo, .TestimonialCarousel__visual--text_link {
  padding-top: 18px;
}

.TestimonialCarousel__visual--logo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: auto;
  min-height: 152px;
  padding-top: 0;
}

.TestimonialCarousel__visual-link--logo {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  overflow: visible;
  width: 100%;
}

.TestimonialCarousel__logo {
  display: block;
  height: 88px;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.08);
  transform-origin: center center;
  width: 276px;
}

.TestimonialCarousel__text-link {
  align-items: center;
  color: #1d2b49;
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  gap: 12px;
  line-height: 1.15;
  text-decoration: none;
}

.TestimonialCarousel__text-link:hover, .TestimonialCarousel__text-link:focus-visible {
  color: #1091ff;
  outline: none;
}

.TestimonialCarousel__text-link-icon {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  flex-shrink: 0;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.TestimonialCarousel__text-link-icon i {
  font-size: 11px;
  transform: translateX(1px);
}

.TestimonialCarousel__controls {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 24px;
}

.TestimonialCarousel__nav {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(16, 33, 59, 0.14);
  border-radius: 999px;
  color: #10213b;
  cursor: pointer;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 3rem;
}

.TestimonialCarousel__nav:hover, .TestimonialCarousel__nav:focus-visible {
  background: #1091ff;
  border-color: #1091ff;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.TestimonialCarousel__nav.swiper-button-disabled {
  background: transparent;
  color: rgba(16, 33, 59, 0.32);
  cursor: default;
  transform: none;
}

.TestimonialCarousel__nav--prev i {
  display: block;
  transform: rotate(180deg);
}

.TestimonialCarousel__nav--next i {
  display: block;
  transform: none;
}

.TestimonialCarousel__nav i {
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  .TestimonialCarousel__header {
    margin-bottom: 96px;
  }

  .TestimonialCarousel__headline + .TestimonialCarousel__intro {
    margin-top: 96px;
  }

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

  .TestimonialCarousel__slide {
    flex: 0 0 403.2px;
    max-width: 403.2px;
    width: 403.2px !important;
  }

  .TestimonialCarousel__card {
    max-width: 403.2px;
    width: 403.2px;
  }
}

@media screen and (max-width: 1023px) {
  .TestimonialCarousel__header {
    margin-bottom: 48px;
  }

  .TestimonialCarousel__headline {
    font-size: clamp(1.75rem, 7vw, 2.2rem);
  }

  .TestimonialCarousel__face {
    min-height: 480px;
    padding: 24px;
  }

  .TestimonialCarousel__face--front {
    height: 480px;
    min-height: 480px;
  }

  .TestimonialCarousel__quote-wrap--front {
    min-height: 144px;
    padding-left: 30px;
  }

  .TestimonialCarousel__quote-mark {
    width: 36px;
  }

  .TestimonialCarousel__quote-mark--open {
    left: -8px;
    top: -4px;
  }

  .TestimonialCarousel__quote-mark-image {
    width: 36px;
  }

  .TestimonialCarousel__visual--image {
    min-width: calc(100% + 48px);
    flex-basis: 184px;
    height: 184px;
    min-height: 184px;
    left: -24px;
    width: calc(100% + 48px) !important;
    max-width: calc(100% + 48px);
  }

  .TestimonialCarousel__image {
    height: 100%;
    -o-object-position: center center;
       object-position: center center;
  }

  .TestimonialCarousel__visual--logo {
    min-height: 128px;
  }

  .TestimonialCarousel__logo {
    height: 72px;
    width: 228px;
  }

  .TestimonialCarousel__text-link {
    font-size: 20px;
    gap: 10px;
  }

  .TestimonialCarousel__text-link-icon {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .TestimonialCarousel__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .TestimonialCarousel__headline {
    font-size: clamp(1.85rem, 8vw, 2.75rem);
  }

  .TestimonialCarousel__face {
    min-height: 460px;
    padding: 24px;
  }

  .TestimonialCarousel__face--front {
    height: 320px;
    min-height: 320px;
  }

  .TestimonialCarousel__quote--long {
    font-size: 18px;
    line-height: 1.16;
  }

  .TestimonialCarousel__quote-wrap--front {
    min-height: 0;
    padding-left: 28px;
    padding-top: 12px;
  }

  .TestimonialCarousel__face--front .TestimonialCarousel__quote {
    -webkit-line-clamp: 5;
  }

  .TestimonialCarousel__quote-mark {
    width: 32px;
  }

  .TestimonialCarousel__quote-mark--open {
    left: -6px;
    top: -2px;
  }

  .TestimonialCarousel__quote-mark-image {
    width: 32px;
  }

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

  .TestimonialCarousel__face--front .TestimonialCarousel__visual {
    display: none;
  }

  .TestimonialCarousel__visual--logo {
    min-height: 116px;
  }

  .TestimonialCarousel__logo {
    height: 64px;
    width: 202px;
  }

  .TestimonialCarousel__text-link {
    font-size: 18px;
    gap: 8px;
  }

  .TestimonialCarousel__text-link-icon {
    height: 26px;
    width: 26px;
  }

  .TestimonialCarousel__controls {
    margin-top: 10px;
    justify-content: center;
  }
}

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

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

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

.inset-3{
  top: 0.1875rem;
  right: 0.1875rem;
  bottom: 0.1875rem;
  left: 0.1875rem;
}

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

.inset-5{
  top: 0.312rem;
  right: 0.312rem;
  bottom: 0.312rem;
  left: 0.312rem;
}

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

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

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

.inset-20{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-24{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

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

.inset-40{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.inset-48{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-56{
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

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

.inset-80{
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.inset-96{
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.inset-104{
  top: 6.5rem;
  right: 6.5rem;
  bottom: 6.5rem;
  left: 6.5rem;
}

.inset-112{
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

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

.inset-140{
  top: 8.75rem;
  right: 8.75rem;
  bottom: 8.75rem;
  left: 8.75rem;
}

.inset-160{
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-180{
  top: 11.25rem;
  right: 11.25rem;
  bottom: 11.25rem;
  left: 11.25rem;
}

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

.inset-200{
  top: 12.5rem;
  right: 12.5rem;
  bottom: 12.5rem;
  left: 12.5rem;
}

.inset-224{
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-240{
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.inset-260{
  top: 16.25rem;
  right: 16.25rem;
  bottom: 16.25rem;
  left: 16.25rem;
}

.inset-300{
  top: 18.75rem;
  right: 18.75rem;
  bottom: 18.75rem;
  left: 18.75rem;
}

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

.-inset-78\%{
  top: -78%;
  right: -78%;
  bottom: -78%;
  left: -78%;
}

.-inset-80\%{
  top: -80%;
  right: -80%;
  bottom: -80%;
  left: -80%;
}

.-inset-50\%{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-35\%{
  top: -35%;
  right: -35%;
  bottom: -35%;
  left: -35%;
}

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

.-inset-96{
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

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

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

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

.inset-5\%{
  top: 5%;
  right: 5%;
  bottom: 5%;
  left: 5%;
}

.inset-10\%{
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}

.inset-15\%{
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
}

.inset-20\%{
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.inset-25\%{
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-30\%{
  top: 30%;
  right: 30%;
  bottom: 30%;
  left: 30%;
}

.inset-31\%{
  top: 31%;
  right: 31%;
  bottom: 31%;
  left: 31%;
}

.inset-33\%{
  top: 33.333%;
  right: 33.333%;
  bottom: 33.333%;
  left: 33.333%;
}

.inset-34\%{
  top: 34%;
  right: 34%;
  bottom: 34%;
  left: 34%;
}

.inset-45\%{
  top: 45%;
  right: 45%;
  bottom: 45%;
  left: 45%;
}

.inset-50\%{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-54\%{
  top: 54%;
  right: 54%;
  bottom: 54%;
  left: 54%;
}

.inset-75\%{
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-55\%{
  top: 55%;
  right: 55%;
  bottom: 55%;
  left: 55%;
}

.inset-65\%{
  top: 65%;
  right: 65%;
  bottom: 65%;
  left: 65%;
}

.inset-66\%{
  top: 66%;
  right: 66%;
  bottom: 66%;
  left: 66%;
}

.inset-85\%{
  top: 85%;
  right: 85%;
  bottom: 85%;
  left: 85%;
}

.inset-96\%{
  top: 96%;
  right: 96%;
  bottom: 96%;
  left: 96%;
}

.inset-130\%{
  top: 130%;
  right: 130%;
  bottom: 130%;
  left: 130%;
}

.inset-135\%{
  top: 135%;
  right: 135%;
  bottom: 135%;
  left: 135%;
}

.inset-200\%{
  top: 200%;
  right: 200%;
  bottom: 200%;
  left: 200%;
}

.inset-16\/9{
  top: 56.25%;
  right: 56.25%;
  bottom: 56.25%;
  left: 56.25%;
}

.inset-1\/2{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-full{
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.inset-span{
  top: 8.333%;
  right: 8.333%;
  bottom: 8.333%;
  left: 8.333%;
}

.inset-2span{
  top: 16.666%;
  right: 16.666%;
  bottom: 16.666%;
  left: 16.666%;
}

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

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

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

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

.-inset-20{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.-inset-24{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.-inset-40{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.-inset-48{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.-inset-56{
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.-inset-80{
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.-inset-104{
  top: -6.5rem;
  right: -6.5rem;
  bottom: -6.5rem;
  left: -6.5rem;
}

.-inset-112{
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.-inset-140{
  top: -8.75rem;
  right: -8.75rem;
  bottom: -8.75rem;
  left: -8.75rem;
}

.-inset-160{
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.-inset-180{
  top: -11.25rem;
  right: -11.25rem;
  bottom: -11.25rem;
  left: -11.25rem;
}

.-inset-200{
  top: -12.5rem;
  right: -12.5rem;
  bottom: -12.5rem;
  left: -12.5rem;
}

.-inset-224{
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-240{
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.-inset-260{
  top: -16.25rem;
  right: -16.25rem;
  bottom: -16.25rem;
  left: -16.25rem;
}

.-inset-300{
  top: -18.75rem;
  right: -18.75rem;
  bottom: -18.75rem;
  left: -18.75rem;
}

.-inset--78\%{
  top: 78%;
  right: 78%;
  bottom: 78%;
  left: 78%;
}

.-inset--80\%{
  top: 80%;
  right: 80%;
  bottom: 80%;
  left: 80%;
}

.-inset--50\%{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.-inset--35\%{
  top: 35%;
  right: 35%;
  bottom: 35%;
  left: 35%;
}

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

.-inset--96{
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

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

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

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

.-inset-5\%{
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
}

.-inset-10\%{
  top: -10%;
  right: -10%;
  bottom: -10%;
  left: -10%;
}

.-inset-15\%{
  top: -15%;
  right: -15%;
  bottom: -15%;
  left: -15%;
}

.-inset-20\%{
  top: -20%;
  right: -20%;
  bottom: -20%;
  left: -20%;
}

.-inset-25\%{
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-30\%{
  top: -30%;
  right: -30%;
  bottom: -30%;
  left: -30%;
}

.-inset-31\%{
  top: -31%;
  right: -31%;
  bottom: -31%;
  left: -31%;
}

.-inset-33\%{
  top: -33.333%;
  right: -33.333%;
  bottom: -33.333%;
  left: -33.333%;
}

.-inset-34\%{
  top: -34%;
  right: -34%;
  bottom: -34%;
  left: -34%;
}

.-inset-45\%{
  top: -45%;
  right: -45%;
  bottom: -45%;
  left: -45%;
}

.-inset-54\%{
  top: -54%;
  right: -54%;
  bottom: -54%;
  left: -54%;
}

.-inset-75\%{
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-55\%{
  top: -55%;
  right: -55%;
  bottom: -55%;
  left: -55%;
}

.-inset-65\%{
  top: -65%;
  right: -65%;
  bottom: -65%;
  left: -65%;
}

.-inset-66\%{
  top: -66%;
  right: -66%;
  bottom: -66%;
  left: -66%;
}

.-inset-85\%{
  top: -85%;
  right: -85%;
  bottom: -85%;
  left: -85%;
}

.-inset-96\%{
  top: -96%;
  right: -96%;
  bottom: -96%;
  left: -96%;
}

.-inset-130\%{
  top: -130%;
  right: -130%;
  bottom: -130%;
  left: -130%;
}

.-inset-135\%{
  top: -135%;
  right: -135%;
  bottom: -135%;
  left: -135%;
}

.-inset-200\%{
  top: -200%;
  right: -200%;
  bottom: -200%;
  left: -200%;
}

.-inset-16\/9{
  top: -56.25%;
  right: -56.25%;
  bottom: -56.25%;
  left: -56.25%;
}

.-inset-1\/2{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-full{
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.-inset-span{
  top: -8.333%;
  right: -8.333%;
  bottom: -8.333%;
  left: -8.333%;
}

.-inset-2span{
  top: -16.666%;
  right: -16.666%;
  bottom: -16.666%;
  left: -16.666%;
}

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

.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-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-60{
  top: -3.75rem;
  right: -3.75rem;
  bottom: -3.75rem;
  left: -3.75rem;
}

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

.inset-43\.2{
  top: 2.7rem;
  right: 2.7rem;
  bottom: 2.7rem;
  left: 2.7rem;
}

.-inset-608{
  top: -38rem;
  right: -38rem;
  bottom: -38rem;
  left: -38rem;
}

.-inset-1472{
  top: -92rem;
  right: -92rem;
  bottom: -92rem;
  left: -92rem;
}

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

.inset-x-3{
  left: 0.1875rem;
  right: 0.1875rem;
}

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

.inset-x-5{
  left: 0.312rem;
  right: 0.312rem;
}

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

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

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

.inset-x-20{
  left: 1.25rem;
  right: 1.25rem;
}

.inset-x-24{
  left: 1.5rem;
  right: 1.5rem;
}

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

.inset-x-40{
  left: 2.5rem;
  right: 2.5rem;
}

.inset-x-48{
  left: 3rem;
  right: 3rem;
}

.inset-x-56{
  left: 3.5rem;
  right: 3.5rem;
}

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

.inset-x-80{
  left: 5rem;
  right: 5rem;
}

.inset-x-96{
  left: 6rem;
  right: 6rem;
}

.inset-x-104{
  left: 6.5rem;
  right: 6.5rem;
}

.inset-x-112{
  left: 7rem;
  right: 7rem;
}

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

.inset-x-140{
  left: 8.75rem;
  right: 8.75rem;
}

.inset-x-160{
  left: 10rem;
  right: 10rem;
}

.inset-x-180{
  left: 11.25rem;
  right: 11.25rem;
}

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

.inset-x-200{
  left: 12.5rem;
  right: 12.5rem;
}

.inset-x-224{
  left: 14rem;
  right: 14rem;
}

.inset-x-240{
  left: 15rem;
  right: 15rem;
}

.inset-x-260{
  left: 16.25rem;
  right: 16.25rem;
}

.inset-x-300{
  left: 18.75rem;
  right: 18.75rem;
}

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

.-inset-x-78\%{
  left: -78%;
  right: -78%;
}

.-inset-x-80\%{
  left: -80%;
  right: -80%;
}

.-inset-x-50\%{
  left: -50%;
  right: -50%;
}

.-inset-x-35\%{
  left: -35%;
  right: -35%;
}

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

.-inset-x-96{
  left: -6rem;
  right: -6rem;
}

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

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

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

.inset-x-5\%{
  left: 5%;
  right: 5%;
}

.inset-x-10\%{
  left: 10%;
  right: 10%;
}

.inset-x-15\%{
  left: 15%;
  right: 15%;
}

.inset-x-20\%{
  left: 20%;
  right: 20%;
}

.inset-x-25\%{
  left: 25%;
  right: 25%;
}

.inset-x-30\%{
  left: 30%;
  right: 30%;
}

.inset-x-31\%{
  left: 31%;
  right: 31%;
}

.inset-x-33\%{
  left: 33.333%;
  right: 33.333%;
}

.inset-x-34\%{
  left: 34%;
  right: 34%;
}

.inset-x-45\%{
  left: 45%;
  right: 45%;
}

.inset-x-50\%{
  left: 50%;
  right: 50%;
}

.inset-x-54\%{
  left: 54%;
  right: 54%;
}

.inset-x-75\%{
  left: 75%;
  right: 75%;
}

.inset-x-55\%{
  left: 55%;
  right: 55%;
}

.inset-x-65\%{
  left: 65%;
  right: 65%;
}

.inset-x-66\%{
  left: 66%;
  right: 66%;
}

.inset-x-85\%{
  left: 85%;
  right: 85%;
}

.inset-x-96\%{
  left: 96%;
  right: 96%;
}

.inset-x-130\%{
  left: 130%;
  right: 130%;
}

.inset-x-135\%{
  left: 135%;
  right: 135%;
}

.inset-x-200\%{
  left: 200%;
  right: 200%;
}

.inset-x-16\/9{
  left: 56.25%;
  right: 56.25%;
}

.inset-x-1\/2{
  left: 50%;
  right: 50%;
}

.inset-x-full{
  left: 100%;
  right: 100%;
}

.inset-x-span{
  left: 8.333%;
  right: 8.333%;
}

.inset-x-2span{
  left: 16.666%;
  right: 16.666%;
}

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

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

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

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

.-inset-x-20{
  left: -1.25rem;
  right: -1.25rem;
}

.-inset-x-24{
  left: -1.5rem;
  right: -1.5rem;
}

.-inset-x-40{
  left: -2.5rem;
  right: -2.5rem;
}

.-inset-x-48{
  left: -3rem;
  right: -3rem;
}

.-inset-x-56{
  left: -3.5rem;
  right: -3.5rem;
}

.-inset-x-80{
  left: -5rem;
  right: -5rem;
}

.-inset-x-104{
  left: -6.5rem;
  right: -6.5rem;
}

.-inset-x-112{
  left: -7rem;
  right: -7rem;
}

.-inset-x-140{
  left: -8.75rem;
  right: -8.75rem;
}

.-inset-x-160{
  left: -10rem;
  right: -10rem;
}

.-inset-x-180{
  left: -11.25rem;
  right: -11.25rem;
}

.-inset-x-200{
  left: -12.5rem;
  right: -12.5rem;
}

.-inset-x-224{
  left: -14rem;
  right: -14rem;
}

.-inset-x-240{
  left: -15rem;
  right: -15rem;
}

.-inset-x-260{
  left: -16.25rem;
  right: -16.25rem;
}

.-inset-x-300{
  left: -18.75rem;
  right: -18.75rem;
}

.-inset-x--78\%{
  left: 78%;
  right: 78%;
}

.-inset-x--80\%{
  left: 80%;
  right: 80%;
}

.-inset-x--50\%{
  left: 50%;
  right: 50%;
}

.-inset-x--35\%{
  left: 35%;
  right: 35%;
}

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

.-inset-x--96{
  left: 6rem;
  right: 6rem;
}

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

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

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

.-inset-x-5\%{
  left: -5%;
  right: -5%;
}

.-inset-x-10\%{
  left: -10%;
  right: -10%;
}

.-inset-x-15\%{
  left: -15%;
  right: -15%;
}

.-inset-x-20\%{
  left: -20%;
  right: -20%;
}

.-inset-x-25\%{
  left: -25%;
  right: -25%;
}

.-inset-x-30\%{
  left: -30%;
  right: -30%;
}

.-inset-x-31\%{
  left: -31%;
  right: -31%;
}

.-inset-x-33\%{
  left: -33.333%;
  right: -33.333%;
}

.-inset-x-34\%{
  left: -34%;
  right: -34%;
}

.-inset-x-45\%{
  left: -45%;
  right: -45%;
}

.-inset-x-54\%{
  left: -54%;
  right: -54%;
}

.-inset-x-75\%{
  left: -75%;
  right: -75%;
}

.-inset-x-55\%{
  left: -55%;
  right: -55%;
}

.-inset-x-65\%{
  left: -65%;
  right: -65%;
}

.-inset-x-66\%{
  left: -66%;
  right: -66%;
}

.-inset-x-85\%{
  left: -85%;
  right: -85%;
}

.-inset-x-96\%{
  left: -96%;
  right: -96%;
}

.-inset-x-130\%{
  left: -130%;
  right: -130%;
}

.-inset-x-135\%{
  left: -135%;
  right: -135%;
}

.-inset-x-200\%{
  left: -200%;
  right: -200%;
}

.-inset-x-16\/9{
  left: -56.25%;
  right: -56.25%;
}

.-inset-x-1\/2{
  left: -50%;
  right: -50%;
}

.-inset-x-full{
  left: -100%;
  right: -100%;
}

.-inset-x-span{
  left: -8.333%;
  right: -8.333%;
}

.-inset-x-2span{
  left: -16.666%;
  right: -16.666%;
}

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

.inset-x-1\/3{
  left: 33.333333%;
  right: 33.333333%;
}

.inset-x-2\/3{
  left: 66.666667%;
  right: 66.666667%;
}

.inset-x-1\/4{
  left: 25%;
  right: 25%;
}

.inset-x-2\/4{
  left: 50%;
  right: 50%;
}

.inset-x-3\/4{
  left: 75%;
  right: 75%;
}

.-inset-x-1\/3{
  left: -33.333333%;
  right: -33.333333%;
}

.-inset-x-2\/3{
  left: -66.666667%;
  right: -66.666667%;
}

.-inset-x-1\/4{
  left: -25%;
  right: -25%;
}

.-inset-x-2\/4{
  left: -50%;
  right: -50%;
}

.-inset-x-3\/4{
  left: -75%;
  right: -75%;
}

.-inset-x-60{
  left: -3.75rem;
  right: -3.75rem;
}

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

.inset-x-43\.2{
  left: 2.7rem;
  right: 2.7rem;
}

.-inset-x-608{
  left: -38rem;
  right: -38rem;
}

.-inset-x-1472{
  left: -92rem;
  right: -92rem;
}

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

.inset-y-3{
  top: 0.1875rem;
  bottom: 0.1875rem;
}

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

.inset-y-5{
  top: 0.312rem;
  bottom: 0.312rem;
}

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

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

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

.inset-y-20{
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-y-24{
  top: 1.5rem;
  bottom: 1.5rem;
}

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

.inset-y-40{
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-y-48{
  top: 3rem;
  bottom: 3rem;
}

.inset-y-56{
  top: 3.5rem;
  bottom: 3.5rem;
}

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

.inset-y-80{
  top: 5rem;
  bottom: 5rem;
}

.inset-y-96{
  top: 6rem;
  bottom: 6rem;
}

.inset-y-104{
  top: 6.5rem;
  bottom: 6.5rem;
}

.inset-y-112{
  top: 7rem;
  bottom: 7rem;
}

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

.inset-y-140{
  top: 8.75rem;
  bottom: 8.75rem;
}

.inset-y-160{
  top: 10rem;
  bottom: 10rem;
}

.inset-y-180{
  top: 11.25rem;
  bottom: 11.25rem;
}

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

.inset-y-200{
  top: 12.5rem;
  bottom: 12.5rem;
}

.inset-y-224{
  top: 14rem;
  bottom: 14rem;
}

.inset-y-240{
  top: 15rem;
  bottom: 15rem;
}

.inset-y-260{
  top: 16.25rem;
  bottom: 16.25rem;
}

.inset-y-300{
  top: 18.75rem;
  bottom: 18.75rem;
}

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

.-inset-y-78\%{
  top: -78%;
  bottom: -78%;
}

.-inset-y-80\%{
  top: -80%;
  bottom: -80%;
}

.-inset-y-50\%{
  top: -50%;
  bottom: -50%;
}

.-inset-y-35\%{
  top: -35%;
  bottom: -35%;
}

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

.-inset-y-96{
  top: -6rem;
  bottom: -6rem;
}

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

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

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

.inset-y-5\%{
  top: 5%;
  bottom: 5%;
}

.inset-y-10\%{
  top: 10%;
  bottom: 10%;
}

.inset-y-15\%{
  top: 15%;
  bottom: 15%;
}

.inset-y-20\%{
  top: 20%;
  bottom: 20%;
}

.inset-y-25\%{
  top: 25%;
  bottom: 25%;
}

.inset-y-30\%{
  top: 30%;
  bottom: 30%;
}

.inset-y-31\%{
  top: 31%;
  bottom: 31%;
}

.inset-y-33\%{
  top: 33.333%;
  bottom: 33.333%;
}

.inset-y-34\%{
  top: 34%;
  bottom: 34%;
}

.inset-y-45\%{
  top: 45%;
  bottom: 45%;
}

.inset-y-50\%{
  top: 50%;
  bottom: 50%;
}

.inset-y-54\%{
  top: 54%;
  bottom: 54%;
}

.inset-y-75\%{
  top: 75%;
  bottom: 75%;
}

.inset-y-55\%{
  top: 55%;
  bottom: 55%;
}

.inset-y-65\%{
  top: 65%;
  bottom: 65%;
}

.inset-y-66\%{
  top: 66%;
  bottom: 66%;
}

.inset-y-85\%{
  top: 85%;
  bottom: 85%;
}

.inset-y-96\%{
  top: 96%;
  bottom: 96%;
}

.inset-y-130\%{
  top: 130%;
  bottom: 130%;
}

.inset-y-135\%{
  top: 135%;
  bottom: 135%;
}

.inset-y-200\%{
  top: 200%;
  bottom: 200%;
}

.inset-y-16\/9{
  top: 56.25%;
  bottom: 56.25%;
}

.inset-y-1\/2{
  top: 50%;
  bottom: 50%;
}

.inset-y-full{
  top: 100%;
  bottom: 100%;
}

.inset-y-span{
  top: 8.333%;
  bottom: 8.333%;
}

.inset-y-2span{
  top: 16.666%;
  bottom: 16.666%;
}

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

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

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

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

.-inset-y-20{
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-y-24{
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-y-40{
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-y-48{
  top: -3rem;
  bottom: -3rem;
}

.-inset-y-56{
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-y-80{
  top: -5rem;
  bottom: -5rem;
}

.-inset-y-104{
  top: -6.5rem;
  bottom: -6.5rem;
}

.-inset-y-112{
  top: -7rem;
  bottom: -7rem;
}

.-inset-y-140{
  top: -8.75rem;
  bottom: -8.75rem;
}

.-inset-y-160{
  top: -10rem;
  bottom: -10rem;
}

.-inset-y-180{
  top: -11.25rem;
  bottom: -11.25rem;
}

.-inset-y-200{
  top: -12.5rem;
  bottom: -12.5rem;
}

.-inset-y-224{
  top: -14rem;
  bottom: -14rem;
}

.-inset-y-240{
  top: -15rem;
  bottom: -15rem;
}

.-inset-y-260{
  top: -16.25rem;
  bottom: -16.25rem;
}

.-inset-y-300{
  top: -18.75rem;
  bottom: -18.75rem;
}

.-inset-y--78\%{
  top: 78%;
  bottom: 78%;
}

.-inset-y--80\%{
  top: 80%;
  bottom: 80%;
}

.-inset-y--50\%{
  top: 50%;
  bottom: 50%;
}

.-inset-y--35\%{
  top: 35%;
  bottom: 35%;
}

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

.-inset-y--96{
  top: 6rem;
  bottom: 6rem;
}

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

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

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

.-inset-y-5\%{
  top: -5%;
  bottom: -5%;
}

.-inset-y-10\%{
  top: -10%;
  bottom: -10%;
}

.-inset-y-15\%{
  top: -15%;
  bottom: -15%;
}

.-inset-y-20\%{
  top: -20%;
  bottom: -20%;
}

.-inset-y-25\%{
  top: -25%;
  bottom: -25%;
}

.-inset-y-30\%{
  top: -30%;
  bottom: -30%;
}

.-inset-y-31\%{
  top: -31%;
  bottom: -31%;
}

.-inset-y-33\%{
  top: -33.333%;
  bottom: -33.333%;
}

.-inset-y-34\%{
  top: -34%;
  bottom: -34%;
}

.-inset-y-45\%{
  top: -45%;
  bottom: -45%;
}

.-inset-y-54\%{
  top: -54%;
  bottom: -54%;
}

.-inset-y-75\%{
  top: -75%;
  bottom: -75%;
}

.-inset-y-55\%{
  top: -55%;
  bottom: -55%;
}

.-inset-y-65\%{
  top: -65%;
  bottom: -65%;
}

.-inset-y-66\%{
  top: -66%;
  bottom: -66%;
}

.-inset-y-85\%{
  top: -85%;
  bottom: -85%;
}

.-inset-y-96\%{
  top: -96%;
  bottom: -96%;
}

.-inset-y-130\%{
  top: -130%;
  bottom: -130%;
}

.-inset-y-135\%{
  top: -135%;
  bottom: -135%;
}

.-inset-y-200\%{
  top: -200%;
  bottom: -200%;
}

.-inset-y-16\/9{
  top: -56.25%;
  bottom: -56.25%;
}

.-inset-y-1\/2{
  top: -50%;
  bottom: -50%;
}

.-inset-y-full{
  top: -100%;
  bottom: -100%;
}

.-inset-y-span{
  top: -8.333%;
  bottom: -8.333%;
}

.-inset-y-2span{
  top: -16.666%;
  bottom: -16.666%;
}

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

.inset-y-1\/3{
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-y-2\/3{
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-y-1\/4{
  top: 25%;
  bottom: 25%;
}

.inset-y-2\/4{
  top: 50%;
  bottom: 50%;
}

.inset-y-3\/4{
  top: 75%;
  bottom: 75%;
}

.-inset-y-1\/3{
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-y-2\/3{
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-y-1\/4{
  top: -25%;
  bottom: -25%;
}

.-inset-y-2\/4{
  top: -50%;
  bottom: -50%;
}

.-inset-y-3\/4{
  top: -75%;
  bottom: -75%;
}

.-inset-y-60{
  top: -3.75rem;
  bottom: -3.75rem;
}

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

.inset-y-43\.2{
  top: 2.7rem;
  bottom: 2.7rem;
}

.-inset-y-608{
  top: -38rem;
  bottom: -38rem;
}

.-inset-y-1472{
  top: -92rem;
  bottom: -92rem;
}

.top-0{
  top: 0;
}

.top-3{
  top: 0.1875rem;
}

.top-4{
  top: 0.25rem;
}

.top-5{
  top: 0.312rem;
}

.top-8{
  top: 0.5rem;
}

.top-12{
  top: 0.75rem;
}

.top-16{
  top: 1rem;
}

.top-20{
  top: 1.25rem;
}

.top-24{
  top: 1.5rem;
}

.top-32{
  top: 2rem;
}

.top-40{
  top: 2.5rem;
}

.top-48{
  top: 3rem;
}

.top-56{
  top: 3.5rem;
}

.top-64{
  top: 4rem;
}

.top-80{
  top: 5rem;
}

.top-96{
  top: 6rem;
}

.top-104{
  top: 6.5rem;
}

.top-112{
  top: 7rem;
}

.top-128{
  top: 8rem;
}

.top-140{
  top: 8.75rem;
}

.top-160{
  top: 10rem;
}

.top-180{
  top: 11.25rem;
}

.top-192{
  top: 12rem;
}

.top-200{
  top: 12.5rem;
}

.top-224{
  top: 14rem;
}

.top-240{
  top: 15rem;
}

.top-260{
  top: 16.25rem;
}

.top-300{
  top: 18.75rem;
}

.top-auto{
  top: auto;
}

.-top-78\%{
  top: -78%;
}

.-top-80\%{
  top: -80%;
}

.-top-50\%{
  top: -50%;
}

.-top-35\%{
  top: -35%;
}

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

.-top-96{
  top: -6rem;
}

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

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

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

.top-5\%{
  top: 5%;
}

.top-10\%{
  top: 10%;
}

.top-15\%{
  top: 15%;
}

.top-20\%{
  top: 20%;
}

.top-25\%{
  top: 25%;
}

.top-30\%{
  top: 30%;
}

.top-31\%{
  top: 31%;
}

.top-33\%{
  top: 33.333%;
}

.top-34\%{
  top: 34%;
}

.top-45\%{
  top: 45%;
}

.top-50\%{
  top: 50%;
}

.top-54\%{
  top: 54%;
}

.top-75\%{
  top: 75%;
}

.top-55\%{
  top: 55%;
}

.top-65\%{
  top: 65%;
}

.top-66\%{
  top: 66%;
}

.top-85\%{
  top: 85%;
}

.top-96\%{
  top: 96%;
}

.top-130\%{
  top: 130%;
}

.top-135\%{
  top: 135%;
}

.top-200\%{
  top: 200%;
}

.top-16\/9{
  top: 56.25%;
}

.top-1\/2{
  top: 50%;
}

.top-full{
  top: 100%;
}

.top-span{
  top: 8.333%;
}

.top-2span{
  top: 16.666%;
}

.top-px{
  top: 1px;
}

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

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

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

.-top-20{
  top: -1.25rem;
}

.-top-24{
  top: -1.5rem;
}

.-top-40{
  top: -2.5rem;
}

.-top-48{
  top: -3rem;
}

.-top-56{
  top: -3.5rem;
}

.-top-80{
  top: -5rem;
}

.-top-104{
  top: -6.5rem;
}

.-top-112{
  top: -7rem;
}

.-top-140{
  top: -8.75rem;
}

.-top-160{
  top: -10rem;
}

.-top-180{
  top: -11.25rem;
}

.-top-200{
  top: -12.5rem;
}

.-top-224{
  top: -14rem;
}

.-top-240{
  top: -15rem;
}

.-top-260{
  top: -16.25rem;
}

.-top-300{
  top: -18.75rem;
}

.-top--78\%{
  top: 78%;
}

.-top--80\%{
  top: 80%;
}

.-top--50\%{
  top: 50%;
}

.-top--35\%{
  top: 35%;
}

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

.-top--96{
  top: 6rem;
}

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

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

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

.-top-5\%{
  top: -5%;
}

.-top-10\%{
  top: -10%;
}

.-top-15\%{
  top: -15%;
}

.-top-20\%{
  top: -20%;
}

.-top-25\%{
  top: -25%;
}

.-top-30\%{
  top: -30%;
}

.-top-31\%{
  top: -31%;
}

.-top-33\%{
  top: -33.333%;
}

.-top-34\%{
  top: -34%;
}

.-top-45\%{
  top: -45%;
}

.-top-54\%{
  top: -54%;
}

.-top-75\%{
  top: -75%;
}

.-top-55\%{
  top: -55%;
}

.-top-65\%{
  top: -65%;
}

.-top-66\%{
  top: -66%;
}

.-top-85\%{
  top: -85%;
}

.-top-96\%{
  top: -96%;
}

.-top-130\%{
  top: -130%;
}

.-top-135\%{
  top: -135%;
}

.-top-200\%{
  top: -200%;
}

.-top-16\/9{
  top: -56.25%;
}

.-top-1\/2{
  top: -50%;
}

.-top-full{
  top: -100%;
}

.-top-span{
  top: -8.333%;
}

.-top-2span{
  top: -16.666%;
}

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

.top-1\/3{
  top: 33.333333%;
}

.top-2\/3{
  top: 66.666667%;
}

.top-1\/4{
  top: 25%;
}

.top-2\/4{
  top: 50%;
}

.top-3\/4{
  top: 75%;
}

.-top-1\/3{
  top: -33.333333%;
}

.-top-2\/3{
  top: -66.666667%;
}

.-top-1\/4{
  top: -25%;
}

.-top-2\/4{
  top: -50%;
}

.-top-3\/4{
  top: -75%;
}

.-top-60{
  top: -3.75rem;
}

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

.top-43\.2{
  top: 2.7rem;
}

.-top-608{
  top: -38rem;
}

.-top-1472{
  top: -92rem;
}

.right-0{
  right: 0;
}

.right-3{
  right: 0.1875rem;
}

.right-4{
  right: 0.25rem;
}

.right-5{
  right: 0.312rem;
}

.right-8{
  right: 0.5rem;
}

.right-12{
  right: 0.75rem;
}

.right-16{
  right: 1rem;
}

.right-20{
  right: 1.25rem;
}

.right-24{
  right: 1.5rem;
}

.right-32{
  right: 2rem;
}

.right-40{
  right: 2.5rem;
}

.right-48{
  right: 3rem;
}

.right-56{
  right: 3.5rem;
}

.right-64{
  right: 4rem;
}

.right-80{
  right: 5rem;
}

.right-96{
  right: 6rem;
}

.right-104{
  right: 6.5rem;
}

.right-112{
  right: 7rem;
}

.right-128{
  right: 8rem;
}

.right-140{
  right: 8.75rem;
}

.right-160{
  right: 10rem;
}

.right-180{
  right: 11.25rem;
}

.right-192{
  right: 12rem;
}

.right-200{
  right: 12.5rem;
}

.right-224{
  right: 14rem;
}

.right-240{
  right: 15rem;
}

.right-260{
  right: 16.25rem;
}

.right-300{
  right: 18.75rem;
}

.right-auto{
  right: auto;
}

.-right-78\%{
  right: -78%;
}

.-right-80\%{
  right: -80%;
}

.-right-50\%{
  right: -50%;
}

.-right-35\%{
  right: -35%;
}

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

.-right-96{
  right: -6rem;
}

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

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

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

.right-5\%{
  right: 5%;
}

.right-10\%{
  right: 10%;
}

.right-15\%{
  right: 15%;
}

.right-20\%{
  right: 20%;
}

.right-25\%{
  right: 25%;
}

.right-30\%{
  right: 30%;
}

.right-31\%{
  right: 31%;
}

.right-33\%{
  right: 33.333%;
}

.right-34\%{
  right: 34%;
}

.right-45\%{
  right: 45%;
}

.right-50\%{
  right: 50%;
}

.right-54\%{
  right: 54%;
}

.right-75\%{
  right: 75%;
}

.right-55\%{
  right: 55%;
}

.right-65\%{
  right: 65%;
}

.right-66\%{
  right: 66%;
}

.right-85\%{
  right: 85%;
}

.right-96\%{
  right: 96%;
}

.right-130\%{
  right: 130%;
}

.right-135\%{
  right: 135%;
}

.right-200\%{
  right: 200%;
}

.right-16\/9{
  right: 56.25%;
}

.right-1\/2{
  right: 50%;
}

.right-full{
  right: 100%;
}

.right-span{
  right: 8.333%;
}

.right-2span{
  right: 16.666%;
}

.right-px{
  right: 1px;
}

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

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

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

.-right-20{
  right: -1.25rem;
}

.-right-24{
  right: -1.5rem;
}

.-right-40{
  right: -2.5rem;
}

.-right-48{
  right: -3rem;
}

.-right-56{
  right: -3.5rem;
}

.-right-80{
  right: -5rem;
}

.-right-104{
  right: -6.5rem;
}

.-right-112{
  right: -7rem;
}

.-right-140{
  right: -8.75rem;
}

.-right-160{
  right: -10rem;
}

.-right-180{
  right: -11.25rem;
}

.-right-200{
  right: -12.5rem;
}

.-right-224{
  right: -14rem;
}

.-right-240{
  right: -15rem;
}

.-right-260{
  right: -16.25rem;
}

.-right-300{
  right: -18.75rem;
}

.-right--78\%{
  right: 78%;
}

.-right--80\%{
  right: 80%;
}

.-right--50\%{
  right: 50%;
}

.-right--35\%{
  right: 35%;
}

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

.-right--96{
  right: 6rem;
}

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

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

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

.-right-5\%{
  right: -5%;
}

.-right-10\%{
  right: -10%;
}

.-right-15\%{
  right: -15%;
}

.-right-20\%{
  right: -20%;
}

.-right-25\%{
  right: -25%;
}

.-right-30\%{
  right: -30%;
}

.-right-31\%{
  right: -31%;
}

.-right-33\%{
  right: -33.333%;
}

.-right-34\%{
  right: -34%;
}

.-right-45\%{
  right: -45%;
}

.-right-54\%{
  right: -54%;
}

.-right-75\%{
  right: -75%;
}

.-right-55\%{
  right: -55%;
}

.-right-65\%{
  right: -65%;
}

.-right-66\%{
  right: -66%;
}

.-right-85\%{
  right: -85%;
}

.-right-96\%{
  right: -96%;
}

.-right-130\%{
  right: -130%;
}

.-right-135\%{
  right: -135%;
}

.-right-200\%{
  right: -200%;
}

.-right-16\/9{
  right: -56.25%;
}

.-right-1\/2{
  right: -50%;
}

.-right-full{
  right: -100%;
}

.-right-span{
  right: -8.333%;
}

.-right-2span{
  right: -16.666%;
}

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

.right-1\/3{
  right: 33.333333%;
}

.right-2\/3{
  right: 66.666667%;
}

.right-1\/4{
  right: 25%;
}

.right-2\/4{
  right: 50%;
}

.right-3\/4{
  right: 75%;
}

.-right-1\/3{
  right: -33.333333%;
}

.-right-2\/3{
  right: -66.666667%;
}

.-right-1\/4{
  right: -25%;
}

.-right-2\/4{
  right: -50%;
}

.-right-3\/4{
  right: -75%;
}

.-right-60{
  right: -3.75rem;
}

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

.right-43\.2{
  right: 2.7rem;
}

.-right-608{
  right: -38rem;
}

.-right-1472{
  right: -92rem;
}

.bottom-0{
  bottom: 0;
}

.bottom-3{
  bottom: 0.1875rem;
}

.bottom-4{
  bottom: 0.25rem;
}

.bottom-5{
  bottom: 0.312rem;
}

.bottom-8{
  bottom: 0.5rem;
}

.bottom-12{
  bottom: 0.75rem;
}

.bottom-16{
  bottom: 1rem;
}

.bottom-20{
  bottom: 1.25rem;
}

.bottom-24{
  bottom: 1.5rem;
}

.bottom-32{
  bottom: 2rem;
}

.bottom-40{
  bottom: 2.5rem;
}

.bottom-48{
  bottom: 3rem;
}

.bottom-56{
  bottom: 3.5rem;
}

.bottom-64{
  bottom: 4rem;
}

.bottom-80{
  bottom: 5rem;
}

.bottom-96{
  bottom: 6rem;
}

.bottom-104{
  bottom: 6.5rem;
}

.bottom-112{
  bottom: 7rem;
}

.bottom-128{
  bottom: 8rem;
}

.bottom-140{
  bottom: 8.75rem;
}

.bottom-160{
  bottom: 10rem;
}

.bottom-180{
  bottom: 11.25rem;
}

.bottom-192{
  bottom: 12rem;
}

.bottom-200{
  bottom: 12.5rem;
}

.bottom-224{
  bottom: 14rem;
}

.bottom-240{
  bottom: 15rem;
}

.bottom-260{
  bottom: 16.25rem;
}

.bottom-300{
  bottom: 18.75rem;
}

.bottom-auto{
  bottom: auto;
}

.-bottom-78\%{
  bottom: -78%;
}

.-bottom-80\%{
  bottom: -80%;
}

.-bottom-50\%{
  bottom: -50%;
}

.-bottom-35\%{
  bottom: -35%;
}

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

.-bottom-96{
  bottom: -6rem;
}

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

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

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

.bottom-5\%{
  bottom: 5%;
}

.bottom-10\%{
  bottom: 10%;
}

.bottom-15\%{
  bottom: 15%;
}

.bottom-20\%{
  bottom: 20%;
}

.bottom-25\%{
  bottom: 25%;
}

.bottom-30\%{
  bottom: 30%;
}

.bottom-31\%{
  bottom: 31%;
}

.bottom-33\%{
  bottom: 33.333%;
}

.bottom-34\%{
  bottom: 34%;
}

.bottom-45\%{
  bottom: 45%;
}

.bottom-50\%{
  bottom: 50%;
}

.bottom-54\%{
  bottom: 54%;
}

.bottom-75\%{
  bottom: 75%;
}

.bottom-55\%{
  bottom: 55%;
}

.bottom-65\%{
  bottom: 65%;
}

.bottom-66\%{
  bottom: 66%;
}

.bottom-85\%{
  bottom: 85%;
}

.bottom-96\%{
  bottom: 96%;
}

.bottom-130\%{
  bottom: 130%;
}

.bottom-135\%{
  bottom: 135%;
}

.bottom-200\%{
  bottom: 200%;
}

.bottom-16\/9{
  bottom: 56.25%;
}

.bottom-1\/2{
  bottom: 50%;
}

.bottom-full{
  bottom: 100%;
}

.bottom-span{
  bottom: 8.333%;
}

.bottom-2span{
  bottom: 16.666%;
}

.bottom-px{
  bottom: 1px;
}

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

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

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

.-bottom-20{
  bottom: -1.25rem;
}

.-bottom-24{
  bottom: -1.5rem;
}

.-bottom-40{
  bottom: -2.5rem;
}

.-bottom-48{
  bottom: -3rem;
}

.-bottom-56{
  bottom: -3.5rem;
}

.-bottom-80{
  bottom: -5rem;
}

.-bottom-104{
  bottom: -6.5rem;
}

.-bottom-112{
  bottom: -7rem;
}

.-bottom-140{
  bottom: -8.75rem;
}

.-bottom-160{
  bottom: -10rem;
}

.-bottom-180{
  bottom: -11.25rem;
}

.-bottom-200{
  bottom: -12.5rem;
}

.-bottom-224{
  bottom: -14rem;
}

.-bottom-240{
  bottom: -15rem;
}

.-bottom-260{
  bottom: -16.25rem;
}

.-bottom-300{
  bottom: -18.75rem;
}

.-bottom--78\%{
  bottom: 78%;
}

.-bottom--80\%{
  bottom: 80%;
}

.-bottom--50\%{
  bottom: 50%;
}

.-bottom--35\%{
  bottom: 35%;
}

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

.-bottom--96{
  bottom: 6rem;
}

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

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

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

.-bottom-5\%{
  bottom: -5%;
}

.-bottom-10\%{
  bottom: -10%;
}

.-bottom-15\%{
  bottom: -15%;
}

.-bottom-20\%{
  bottom: -20%;
}

.-bottom-25\%{
  bottom: -25%;
}

.-bottom-30\%{
  bottom: -30%;
}

.-bottom-31\%{
  bottom: -31%;
}

.-bottom-33\%{
  bottom: -33.333%;
}

.-bottom-34\%{
  bottom: -34%;
}

.-bottom-45\%{
  bottom: -45%;
}

.-bottom-54\%{
  bottom: -54%;
}

.-bottom-75\%{
  bottom: -75%;
}

.-bottom-55\%{
  bottom: -55%;
}

.-bottom-65\%{
  bottom: -65%;
}

.-bottom-66\%{
  bottom: -66%;
}

.-bottom-85\%{
  bottom: -85%;
}

.-bottom-96\%{
  bottom: -96%;
}

.-bottom-130\%{
  bottom: -130%;
}

.-bottom-135\%{
  bottom: -135%;
}

.-bottom-200\%{
  bottom: -200%;
}

.-bottom-16\/9{
  bottom: -56.25%;
}

.-bottom-1\/2{
  bottom: -50%;
}

.-bottom-full{
  bottom: -100%;
}

.-bottom-span{
  bottom: -8.333%;
}

.-bottom-2span{
  bottom: -16.666%;
}

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

.bottom-1\/3{
  bottom: 33.333333%;
}

.bottom-2\/3{
  bottom: 66.666667%;
}

.bottom-1\/4{
  bottom: 25%;
}

.bottom-2\/4{
  bottom: 50%;
}

.bottom-3\/4{
  bottom: 75%;
}

.-bottom-1\/3{
  bottom: -33.333333%;
}

.-bottom-2\/3{
  bottom: -66.666667%;
}

.-bottom-1\/4{
  bottom: -25%;
}

.-bottom-2\/4{
  bottom: -50%;
}

.-bottom-3\/4{
  bottom: -75%;
}

.-bottom-60{
  bottom: -3.75rem;
}

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

.bottom-43\.2{
  bottom: 2.7rem;
}

.-bottom-608{
  bottom: -38rem;
}

.-bottom-1472{
  bottom: -92rem;
}

.left-0{
  left: 0;
}

.left-3{
  left: 0.1875rem;
}

.left-4{
  left: 0.25rem;
}

.left-5{
  left: 0.312rem;
}

.left-8{
  left: 0.5rem;
}

.left-12{
  left: 0.75rem;
}

.left-16{
  left: 1rem;
}

.left-20{
  left: 1.25rem;
}

.left-24{
  left: 1.5rem;
}

.left-32{
  left: 2rem;
}

.left-40{
  left: 2.5rem;
}

.left-48{
  left: 3rem;
}

.left-56{
  left: 3.5rem;
}

.left-64{
  left: 4rem;
}

.left-80{
  left: 5rem;
}

.left-96{
  left: 6rem;
}

.left-104{
  left: 6.5rem;
}

.left-112{
  left: 7rem;
}

.left-128{
  left: 8rem;
}

.left-140{
  left: 8.75rem;
}

.left-160{
  left: 10rem;
}

.left-180{
  left: 11.25rem;
}

.left-192{
  left: 12rem;
}

.left-200{
  left: 12.5rem;
}

.left-224{
  left: 14rem;
}

.left-240{
  left: 15rem;
}

.left-260{
  left: 16.25rem;
}

.left-300{
  left: 18.75rem;
}

.left-auto{
  left: auto;
}

.-left-78\%{
  left: -78%;
}

.-left-80\%{
  left: -80%;
}

.-left-50\%{
  left: -50%;
}

.-left-35\%{
  left: -35%;
}

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

.-left-96{
  left: -6rem;
}

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

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

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

.left-5\%{
  left: 5%;
}

.left-10\%{
  left: 10%;
}

.left-15\%{
  left: 15%;
}

.left-20\%{
  left: 20%;
}

.left-25\%{
  left: 25%;
}

.left-30\%{
  left: 30%;
}

.left-31\%{
  left: 31%;
}

.left-33\%{
  left: 33.333%;
}

.left-34\%{
  left: 34%;
}

.left-45\%{
  left: 45%;
}

.left-50\%{
  left: 50%;
}

.left-54\%{
  left: 54%;
}

.left-75\%{
  left: 75%;
}

.left-55\%{
  left: 55%;
}

.left-65\%{
  left: 65%;
}

.left-66\%{
  left: 66%;
}

.left-85\%{
  left: 85%;
}

.left-96\%{
  left: 96%;
}

.left-130\%{
  left: 130%;
}

.left-135\%{
  left: 135%;
}

.left-200\%{
  left: 200%;
}

.left-16\/9{
  left: 56.25%;
}

.left-1\/2{
  left: 50%;
}

.left-full{
  left: 100%;
}

.left-span{
  left: 8.333%;
}

.left-2span{
  left: 16.666%;
}

.left-px{
  left: 1px;
}

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

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

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

.-left-20{
  left: -1.25rem;
}

.-left-24{
  left: -1.5rem;
}

.-left-40{
  left: -2.5rem;
}

.-left-48{
  left: -3rem;
}

.-left-56{
  left: -3.5rem;
}

.-left-80{
  left: -5rem;
}

.-left-104{
  left: -6.5rem;
}

.-left-112{
  left: -7rem;
}

.-left-140{
  left: -8.75rem;
}

.-left-160{
  left: -10rem;
}

.-left-180{
  left: -11.25rem;
}

.-left-200{
  left: -12.5rem;
}

.-left-224{
  left: -14rem;
}

.-left-240{
  left: -15rem;
}

.-left-260{
  left: -16.25rem;
}

.-left-300{
  left: -18.75rem;
}

.-left--78\%{
  left: 78%;
}

.-left--80\%{
  left: 80%;
}

.-left--50\%{
  left: 50%;
}

.-left--35\%{
  left: 35%;
}

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

.-left--96{
  left: 6rem;
}

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

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

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

.-left-5\%{
  left: -5%;
}

.-left-10\%{
  left: -10%;
}

.-left-15\%{
  left: -15%;
}

.-left-20\%{
  left: -20%;
}

.-left-25\%{
  left: -25%;
}

.-left-30\%{
  left: -30%;
}

.-left-31\%{
  left: -31%;
}

.-left-33\%{
  left: -33.333%;
}

.-left-34\%{
  left: -34%;
}

.-left-45\%{
  left: -45%;
}

.-left-54\%{
  left: -54%;
}

.-left-75\%{
  left: -75%;
}

.-left-55\%{
  left: -55%;
}

.-left-65\%{
  left: -65%;
}

.-left-66\%{
  left: -66%;
}

.-left-85\%{
  left: -85%;
}

.-left-96\%{
  left: -96%;
}

.-left-130\%{
  left: -130%;
}

.-left-135\%{
  left: -135%;
}

.-left-200\%{
  left: -200%;
}

.-left-16\/9{
  left: -56.25%;
}

.-left-1\/2{
  left: -50%;
}

.-left-full{
  left: -100%;
}

.-left-span{
  left: -8.333%;
}

.-left-2span{
  left: -16.666%;
}

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

.left-1\/3{
  left: 33.333333%;
}

.left-2\/3{
  left: 66.666667%;
}

.left-1\/4{
  left: 25%;
}

.left-2\/4{
  left: 50%;
}

.left-3\/4{
  left: 75%;
}

.-left-1\/3{
  left: -33.333333%;
}

.-left-2\/3{
  left: -66.666667%;
}

.-left-1\/4{
  left: -25%;
}

.-left-2\/4{
  left: -50%;
}

.-left-3\/4{
  left: -75%;
}

.-left-60{
  left: -3.75rem;
}

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

.left-43\.2{
  left: 2.7rem;
}

.-left-608{
  left: -38rem;
}

.-left-1472{
  left: -92rem;
}

.isolate{
  isolation: isolate;
}

.isolation-auto{
  isolation: auto;
}

.z-0{
  z-index: 0;
}

.z-1{
  z-index: 1;
}

.z-2{
  z-index: 2;
}

.z-3{
  z-index: 3;
}

.z-4{
  z-index: 4;
}

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

.-z-1{
  z-index: -1;
}

.focus-within\:z-0:focus-within{
  z-index: 0;
}

.focus-within\:z-1:focus-within{
  z-index: 1;
}

.focus-within\:z-2:focus-within{
  z-index: 2;
}

.focus-within\:z-3:focus-within{
  z-index: 3;
}

.focus-within\:z-4:focus-within{
  z-index: 4;
}

.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-within\:-z-1:focus-within{
  z-index: -1;
}

.focus\:z-0:focus{
  z-index: 0;
}

.focus\:z-1:focus{
  z-index: 1;
}

.focus\:z-2:focus{
  z-index: 2;
}

.focus\:z-3:focus{
  z-index: 3;
}

.focus\:z-4:focus{
  z-index: 4;
}

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

.focus\:-z-1:focus{
  z-index: -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;
}

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

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

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

.m-0{
  margin: 0;
}

.m-4{
  margin: 0.25rem;
}

.m-8{
  margin: 0.5rem;
}

.m-12{
  margin: 0.75rem;
}

.m-16{
  margin: 1rem;
}

.m-20{
  margin: 1.25rem;
}

.m-24{
  margin: 1.5rem;
}

.m-32{
  margin: 2rem;
}

.m-40{
  margin: 2.5rem;
}

.m-48{
  margin: 3rem;
}

.m-56{
  margin: 3.5rem;
}

.m-64{
  margin: 4rem;
}

.m-80{
  margin: 5rem;
}

.m-96{
  margin: 6rem;
}

.m-104{
  margin: 6.5rem;
}

.m-112{
  margin: 7rem;
}

.m-128{
  margin: 8rem;
}

.m-140{
  margin: 8.75rem;
}

.m-160{
  margin: 10rem;
}

.m-180{
  margin: 11.25rem;
}

.m-200{
  margin: 12.5rem;
}

.m-224{
  margin: 14rem;
}

.m-240{
  margin: 15rem;
}

.m-260{
  margin: 16.25rem;
}

.m-300{
  margin: 18.75rem;
}

.m-auto{
  margin: auto;
}

.-m-78\%{
  margin: -78%;
}

.-m-80\%{
  margin: -80%;
}

.-m-50\%{
  margin: -50%;
}

.-m-35\%{
  margin: -35%;
}

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

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

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

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

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

.m-5\%{
  margin: 5%;
}

.m-10\%{
  margin: 10%;
}

.m-15\%{
  margin: 15%;
}

.m-20\%{
  margin: 20%;
}

.m-25\%{
  margin: 25%;
}

.m-30\%{
  margin: 30%;
}

.m-31\%{
  margin: 31%;
}

.m-33\%{
  margin: 33.333%;
}

.m-34\%{
  margin: 34%;
}

.m-45\%{
  margin: 45%;
}

.m-50\%{
  margin: 50%;
}

.m-54\%{
  margin: 54%;
}

.m-75\%{
  margin: 75%;
}

.m-55\%{
  margin: 55%;
}

.m-65\%{
  margin: 65%;
}

.m-66\%{
  margin: 66%;
}

.m-85\%{
  margin: 85%;
}

.m-96\%{
  margin: 96%;
}

.m-130\%{
  margin: 130%;
}

.m-135\%{
  margin: 135%;
}

.m-200\%{
  margin: 200%;
}

.m-16\/9{
  margin: 56.25%;
}

.m-1\/2{
  margin: 50%;
}

.m-full{
  margin: 100%;
}

.m-span{
  margin: 8.333%;
}

.m-2span{
  margin: 16.666%;
}

.m-px{
  margin: 1px;
}

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

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

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

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

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

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

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

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

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

.-m-104{
  margin: -6.5rem;
}

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

.-m-140{
  margin: -8.75rem;
}

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

.-m-180{
  margin: -11.25rem;
}

.-m-200{
  margin: -12.5rem;
}

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

.-m-240{
  margin: -15rem;
}

.-m-260{
  margin: -16.25rem;
}

.-m-300{
  margin: -18.75rem;
}

.-m--78\%{
  margin: 78%;
}

.-m--80\%{
  margin: 80%;
}

.-m--50\%{
  margin: 50%;
}

.-m--35\%{
  margin: 35%;
}

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

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

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

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

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

.-m-5\%{
  margin: -5%;
}

.-m-10\%{
  margin: -10%;
}

.-m-15\%{
  margin: -15%;
}

.-m-20\%{
  margin: -20%;
}

.-m-25\%{
  margin: -25%;
}

.-m-30\%{
  margin: -30%;
}

.-m-31\%{
  margin: -31%;
}

.-m-33\%{
  margin: -33.333%;
}

.-m-34\%{
  margin: -34%;
}

.-m-45\%{
  margin: -45%;
}

.-m-54\%{
  margin: -54%;
}

.-m-75\%{
  margin: -75%;
}

.-m-55\%{
  margin: -55%;
}

.-m-65\%{
  margin: -65%;
}

.-m-66\%{
  margin: -66%;
}

.-m-85\%{
  margin: -85%;
}

.-m-96\%{
  margin: -96%;
}

.-m-130\%{
  margin: -130%;
}

.-m-135\%{
  margin: -135%;
}

.-m-200\%{
  margin: -200%;
}

.-m-16\/9{
  margin: -56.25%;
}

.-m-1\/2{
  margin: -50%;
}

.-m-full{
  margin: -100%;
}

.-m-span{
  margin: -8.333%;
}

.-m-2span{
  margin: -16.666%;
}

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

.last\:m-0:last-child{
  margin: 0;
}

.last\:m-4:last-child{
  margin: 0.25rem;
}

.last\:m-8:last-child{
  margin: 0.5rem;
}

.last\:m-12:last-child{
  margin: 0.75rem;
}

.last\:m-16:last-child{
  margin: 1rem;
}

.last\:m-20:last-child{
  margin: 1.25rem;
}

.last\:m-24:last-child{
  margin: 1.5rem;
}

.last\:m-32:last-child{
  margin: 2rem;
}

.last\:m-40:last-child{
  margin: 2.5rem;
}

.last\:m-48:last-child{
  margin: 3rem;
}

.last\:m-56:last-child{
  margin: 3.5rem;
}

.last\:m-64:last-child{
  margin: 4rem;
}

.last\:m-80:last-child{
  margin: 5rem;
}

.last\:m-96:last-child{
  margin: 6rem;
}

.last\:m-104:last-child{
  margin: 6.5rem;
}

.last\:m-112:last-child{
  margin: 7rem;
}

.last\:m-128:last-child{
  margin: 8rem;
}

.last\:m-140:last-child{
  margin: 8.75rem;
}

.last\:m-160:last-child{
  margin: 10rem;
}

.last\:m-180:last-child{
  margin: 11.25rem;
}

.last\:m-200:last-child{
  margin: 12.5rem;
}

.last\:m-224:last-child{
  margin: 14rem;
}

.last\:m-240:last-child{
  margin: 15rem;
}

.last\:m-260:last-child{
  margin: 16.25rem;
}

.last\:m-300:last-child{
  margin: 18.75rem;
}

.last\:m-auto:last-child{
  margin: auto;
}

.last\:-m-78\%:last-child{
  margin: -78%;
}

.last\:-m-80\%:last-child{
  margin: -80%;
}

.last\:-m-50\%:last-child{
  margin: -50%;
}

.last\:-m-35\%:last-child{
  margin: -35%;
}

.last\:-m-128:last-child{
  margin: -8rem;
}

.last\:-m-96:last-child{
  margin: -6rem;
}

.last\:-m-64:last-child{
  margin: -4rem;
}

.last\:-m-32:last-child{
  margin: -2rem;
}

.last\:-m-8:last-child{
  margin: -0.5rem;
}

.last\:m-5\%:last-child{
  margin: 5%;
}

.last\:m-10\%:last-child{
  margin: 10%;
}

.last\:m-15\%:last-child{
  margin: 15%;
}

.last\:m-20\%:last-child{
  margin: 20%;
}

.last\:m-25\%:last-child{
  margin: 25%;
}

.last\:m-30\%:last-child{
  margin: 30%;
}

.last\:m-31\%:last-child{
  margin: 31%;
}

.last\:m-33\%:last-child{
  margin: 33.333%;
}

.last\:m-34\%:last-child{
  margin: 34%;
}

.last\:m-45\%:last-child{
  margin: 45%;
}

.last\:m-50\%:last-child{
  margin: 50%;
}

.last\:m-54\%:last-child{
  margin: 54%;
}

.last\:m-75\%:last-child{
  margin: 75%;
}

.last\:m-55\%:last-child{
  margin: 55%;
}

.last\:m-65\%:last-child{
  margin: 65%;
}

.last\:m-66\%:last-child{
  margin: 66%;
}

.last\:m-85\%:last-child{
  margin: 85%;
}

.last\:m-96\%:last-child{
  margin: 96%;
}

.last\:m-130\%:last-child{
  margin: 130%;
}

.last\:m-135\%:last-child{
  margin: 135%;
}

.last\:m-200\%:last-child{
  margin: 200%;
}

.last\:m-16\/9:last-child{
  margin: 56.25%;
}

.last\:m-1\/2:last-child{
  margin: 50%;
}

.last\:m-full:last-child{
  margin: 100%;
}

.last\:m-span:last-child{
  margin: 8.333%;
}

.last\:m-2span:last-child{
  margin: 16.666%;
}

.last\:m-px:last-child{
  margin: 1px;
}

.last\:-m-4:last-child{
  margin: -0.25rem;
}

.last\:-m-12:last-child{
  margin: -0.75rem;
}

.last\:-m-16:last-child{
  margin: -1rem;
}

.last\:-m-20:last-child{
  margin: -1.25rem;
}

.last\:-m-24:last-child{
  margin: -1.5rem;
}

.last\:-m-40:last-child{
  margin: -2.5rem;
}

.last\:-m-48:last-child{
  margin: -3rem;
}

.last\:-m-56:last-child{
  margin: -3.5rem;
}

.last\:-m-80:last-child{
  margin: -5rem;
}

.last\:-m-104:last-child{
  margin: -6.5rem;
}

.last\:-m-112:last-child{
  margin: -7rem;
}

.last\:-m-140:last-child{
  margin: -8.75rem;
}

.last\:-m-160:last-child{
  margin: -10rem;
}

.last\:-m-180:last-child{
  margin: -11.25rem;
}

.last\:-m-200:last-child{
  margin: -12.5rem;
}

.last\:-m-224:last-child{
  margin: -14rem;
}

.last\:-m-240:last-child{
  margin: -15rem;
}

.last\:-m-260:last-child{
  margin: -16.25rem;
}

.last\:-m-300:last-child{
  margin: -18.75rem;
}

.last\:-m--78\%:last-child{
  margin: 78%;
}

.last\:-m--80\%:last-child{
  margin: 80%;
}

.last\:-m--50\%:last-child{
  margin: 50%;
}

.last\:-m--35\%:last-child{
  margin: 35%;
}

.last\:-m--128:last-child{
  margin: 8rem;
}

.last\:-m--96:last-child{
  margin: 6rem;
}

.last\:-m--64:last-child{
  margin: 4rem;
}

.last\:-m--32:last-child{
  margin: 2rem;
}

.last\:-m--8:last-child{
  margin: 0.5rem;
}

.last\:-m-5\%:last-child{
  margin: -5%;
}

.last\:-m-10\%:last-child{
  margin: -10%;
}

.last\:-m-15\%:last-child{
  margin: -15%;
}

.last\:-m-20\%:last-child{
  margin: -20%;
}

.last\:-m-25\%:last-child{
  margin: -25%;
}

.last\:-m-30\%:last-child{
  margin: -30%;
}

.last\:-m-31\%:last-child{
  margin: -31%;
}

.last\:-m-33\%:last-child{
  margin: -33.333%;
}

.last\:-m-34\%:last-child{
  margin: -34%;
}

.last\:-m-45\%:last-child{
  margin: -45%;
}

.last\:-m-54\%:last-child{
  margin: -54%;
}

.last\:-m-75\%:last-child{
  margin: -75%;
}

.last\:-m-55\%:last-child{
  margin: -55%;
}

.last\:-m-65\%:last-child{
  margin: -65%;
}

.last\:-m-66\%:last-child{
  margin: -66%;
}

.last\:-m-85\%:last-child{
  margin: -85%;
}

.last\:-m-96\%:last-child{
  margin: -96%;
}

.last\:-m-130\%:last-child{
  margin: -130%;
}

.last\:-m-135\%:last-child{
  margin: -135%;
}

.last\:-m-200\%:last-child{
  margin: -200%;
}

.last\:-m-16\/9:last-child{
  margin: -56.25%;
}

.last\:-m-1\/2:last-child{
  margin: -50%;
}

.last\:-m-full:last-child{
  margin: -100%;
}

.last\:-m-span:last-child{
  margin: -8.333%;
}

.last\:-m-2span:last-child{
  margin: -16.666%;
}

.last\:-m-px:last-child{
  margin: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-104{
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

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

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

.mx-140{
  margin-left: 8.75rem;
  margin-right: 8.75rem;
}

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

.mx-180{
  margin-left: 11.25rem;
  margin-right: 11.25rem;
}

.mx-200{
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

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

.mx-240{
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-260{
  margin-left: 16.25rem;
  margin-right: 16.25rem;
}

.mx-300{
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

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

.-mx-78\%{
  margin-left: -78%;
  margin-right: -78%;
}

.-mx-80\%{
  margin-left: -80%;
  margin-right: -80%;
}

.-mx-50\%{
  margin-left: -50%;
  margin-right: -50%;
}

.-mx-35\%{
  margin-left: -35%;
  margin-right: -35%;
}

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

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

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

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

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

.mx-5\%{
  margin-left: 5%;
  margin-right: 5%;
}

.mx-10\%{
  margin-left: 10%;
  margin-right: 10%;
}

.mx-15\%{
  margin-left: 15%;
  margin-right: 15%;
}

.mx-20\%{
  margin-left: 20%;
  margin-right: 20%;
}

.mx-25\%{
  margin-left: 25%;
  margin-right: 25%;
}

.mx-30\%{
  margin-left: 30%;
  margin-right: 30%;
}

.mx-31\%{
  margin-left: 31%;
  margin-right: 31%;
}

.mx-33\%{
  margin-left: 33.333%;
  margin-right: 33.333%;
}

.mx-34\%{
  margin-left: 34%;
  margin-right: 34%;
}

.mx-45\%{
  margin-left: 45%;
  margin-right: 45%;
}

.mx-50\%{
  margin-left: 50%;
  margin-right: 50%;
}

.mx-54\%{
  margin-left: 54%;
  margin-right: 54%;
}

.mx-75\%{
  margin-left: 75%;
  margin-right: 75%;
}

.mx-55\%{
  margin-left: 55%;
  margin-right: 55%;
}

.mx-65\%{
  margin-left: 65%;
  margin-right: 65%;
}

.mx-66\%{
  margin-left: 66%;
  margin-right: 66%;
}

.mx-85\%{
  margin-left: 85%;
  margin-right: 85%;
}

.mx-96\%{
  margin-left: 96%;
  margin-right: 96%;
}

.mx-130\%{
  margin-left: 130%;
  margin-right: 130%;
}

.mx-135\%{
  margin-left: 135%;
  margin-right: 135%;
}

.mx-200\%{
  margin-left: 200%;
  margin-right: 200%;
}

.mx-16\/9{
  margin-left: 56.25%;
  margin-right: 56.25%;
}

.mx-1\/2{
  margin-left: 50%;
  margin-right: 50%;
}

.mx-full{
  margin-left: 100%;
  margin-right: 100%;
}

.mx-span{
  margin-left: 8.333%;
  margin-right: 8.333%;
}

.mx-2span{
  margin-left: 16.666%;
  margin-right: 16.666%;
}

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

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

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

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

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

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

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

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

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

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

.-mx-104{
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

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

.-mx-140{
  margin-left: -8.75rem;
  margin-right: -8.75rem;
}

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

.-mx-180{
  margin-left: -11.25rem;
  margin-right: -11.25rem;
}

.-mx-200{
  margin-left: -12.5rem;
  margin-right: -12.5rem;
}

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

.-mx-240{
  margin-left: -15rem;
  margin-right: -15rem;
}

.-mx-260{
  margin-left: -16.25rem;
  margin-right: -16.25rem;
}

.-mx-300{
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

.-mx--78\%{
  margin-left: 78%;
  margin-right: 78%;
}

.-mx--80\%{
  margin-left: 80%;
  margin-right: 80%;
}

.-mx--50\%{
  margin-left: 50%;
  margin-right: 50%;
}

.-mx--35\%{
  margin-left: 35%;
  margin-right: 35%;
}

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

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

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

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

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

.-mx-5\%{
  margin-left: -5%;
  margin-right: -5%;
}

.-mx-10\%{
  margin-left: -10%;
  margin-right: -10%;
}

.-mx-15\%{
  margin-left: -15%;
  margin-right: -15%;
}

.-mx-20\%{
  margin-left: -20%;
  margin-right: -20%;
}

.-mx-25\%{
  margin-left: -25%;
  margin-right: -25%;
}

.-mx-30\%{
  margin-left: -30%;
  margin-right: -30%;
}

.-mx-31\%{
  margin-left: -31%;
  margin-right: -31%;
}

.-mx-33\%{
  margin-left: -33.333%;
  margin-right: -33.333%;
}

.-mx-34\%{
  margin-left: -34%;
  margin-right: -34%;
}

.-mx-45\%{
  margin-left: -45%;
  margin-right: -45%;
}

.-mx-54\%{
  margin-left: -54%;
  margin-right: -54%;
}

.-mx-75\%{
  margin-left: -75%;
  margin-right: -75%;
}

.-mx-55\%{
  margin-left: -55%;
  margin-right: -55%;
}

.-mx-65\%{
  margin-left: -65%;
  margin-right: -65%;
}

.-mx-66\%{
  margin-left: -66%;
  margin-right: -66%;
}

.-mx-85\%{
  margin-left: -85%;
  margin-right: -85%;
}

.-mx-96\%{
  margin-left: -96%;
  margin-right: -96%;
}

.-mx-130\%{
  margin-left: -130%;
  margin-right: -130%;
}

.-mx-135\%{
  margin-left: -135%;
  margin-right: -135%;
}

.-mx-200\%{
  margin-left: -200%;
  margin-right: -200%;
}

.-mx-16\/9{
  margin-left: -56.25%;
  margin-right: -56.25%;
}

.-mx-1\/2{
  margin-left: -50%;
  margin-right: -50%;
}

.-mx-full{
  margin-left: -100%;
  margin-right: -100%;
}

.-mx-span{
  margin-left: -8.333%;
  margin-right: -8.333%;
}

.-mx-2span{
  margin-left: -16.666%;
  margin-right: -16.666%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-104{
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

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

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

.my-140{
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}

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

.my-180{
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}

.my-200{
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

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

.my-240{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-260{
  margin-top: 16.25rem;
  margin-bottom: 16.25rem;
}

.my-300{
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

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

.-my-78\%{
  margin-top: -78%;
  margin-bottom: -78%;
}

.-my-80\%{
  margin-top: -80%;
  margin-bottom: -80%;
}

.-my-50\%{
  margin-top: -50%;
  margin-bottom: -50%;
}

.-my-35\%{
  margin-top: -35%;
  margin-bottom: -35%;
}

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

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

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

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

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

.my-5\%{
  margin-top: 5%;
  margin-bottom: 5%;
}

.my-10\%{
  margin-top: 10%;
  margin-bottom: 10%;
}

.my-15\%{
  margin-top: 15%;
  margin-bottom: 15%;
}

.my-20\%{
  margin-top: 20%;
  margin-bottom: 20%;
}

.my-25\%{
  margin-top: 25%;
  margin-bottom: 25%;
}

.my-30\%{
  margin-top: 30%;
  margin-bottom: 30%;
}

.my-31\%{
  margin-top: 31%;
  margin-bottom: 31%;
}

.my-33\%{
  margin-top: 33.333%;
  margin-bottom: 33.333%;
}

.my-34\%{
  margin-top: 34%;
  margin-bottom: 34%;
}

.my-45\%{
  margin-top: 45%;
  margin-bottom: 45%;
}

.my-50\%{
  margin-top: 50%;
  margin-bottom: 50%;
}

.my-54\%{
  margin-top: 54%;
  margin-bottom: 54%;
}

.my-75\%{
  margin-top: 75%;
  margin-bottom: 75%;
}

.my-55\%{
  margin-top: 55%;
  margin-bottom: 55%;
}

.my-65\%{
  margin-top: 65%;
  margin-bottom: 65%;
}

.my-66\%{
  margin-top: 66%;
  margin-bottom: 66%;
}

.my-85\%{
  margin-top: 85%;
  margin-bottom: 85%;
}

.my-96\%{
  margin-top: 96%;
  margin-bottom: 96%;
}

.my-130\%{
  margin-top: 130%;
  margin-bottom: 130%;
}

.my-135\%{
  margin-top: 135%;
  margin-bottom: 135%;
}

.my-200\%{
  margin-top: 200%;
  margin-bottom: 200%;
}

.my-16\/9{
  margin-top: 56.25%;
  margin-bottom: 56.25%;
}

.my-1\/2{
  margin-top: 50%;
  margin-bottom: 50%;
}

.my-full{
  margin-top: 100%;
  margin-bottom: 100%;
}

.my-span{
  margin-top: 8.333%;
  margin-bottom: 8.333%;
}

.my-2span{
  margin-top: 16.666%;
  margin-bottom: 16.666%;
}

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

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

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

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

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

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

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

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

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

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

.-my-104{
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

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

.-my-140{
  margin-top: -8.75rem;
  margin-bottom: -8.75rem;
}

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

.-my-180{
  margin-top: -11.25rem;
  margin-bottom: -11.25rem;
}

.-my-200{
  margin-top: -12.5rem;
  margin-bottom: -12.5rem;
}

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

.-my-240{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-my-260{
  margin-top: -16.25rem;
  margin-bottom: -16.25rem;
}

.-my-300{
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.-my--78\%{
  margin-top: 78%;
  margin-bottom: 78%;
}

.-my--80\%{
  margin-top: 80%;
  margin-bottom: 80%;
}

.-my--50\%{
  margin-top: 50%;
  margin-bottom: 50%;
}

.-my--35\%{
  margin-top: 35%;
  margin-bottom: 35%;
}

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

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

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

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

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

.-my-5\%{
  margin-top: -5%;
  margin-bottom: -5%;
}

.-my-10\%{
  margin-top: -10%;
  margin-bottom: -10%;
}

.-my-15\%{
  margin-top: -15%;
  margin-bottom: -15%;
}

.-my-20\%{
  margin-top: -20%;
  margin-bottom: -20%;
}

.-my-25\%{
  margin-top: -25%;
  margin-bottom: -25%;
}

.-my-30\%{
  margin-top: -30%;
  margin-bottom: -30%;
}

.-my-31\%{
  margin-top: -31%;
  margin-bottom: -31%;
}

.-my-33\%{
  margin-top: -33.333%;
  margin-bottom: -33.333%;
}

.-my-34\%{
  margin-top: -34%;
  margin-bottom: -34%;
}

.-my-45\%{
  margin-top: -45%;
  margin-bottom: -45%;
}

.-my-54\%{
  margin-top: -54%;
  margin-bottom: -54%;
}

.-my-75\%{
  margin-top: -75%;
  margin-bottom: -75%;
}

.-my-55\%{
  margin-top: -55%;
  margin-bottom: -55%;
}

.-my-65\%{
  margin-top: -65%;
  margin-bottom: -65%;
}

.-my-66\%{
  margin-top: -66%;
  margin-bottom: -66%;
}

.-my-85\%{
  margin-top: -85%;
  margin-bottom: -85%;
}

.-my-96\%{
  margin-top: -96%;
  margin-bottom: -96%;
}

.-my-130\%{
  margin-top: -130%;
  margin-bottom: -130%;
}

.-my-135\%{
  margin-top: -135%;
  margin-bottom: -135%;
}

.-my-200\%{
  margin-top: -200%;
  margin-bottom: -200%;
}

.-my-16\/9{
  margin-top: -56.25%;
  margin-bottom: -56.25%;
}

.-my-1\/2{
  margin-top: -50%;
  margin-bottom: -50%;
}

.-my-full{
  margin-top: -100%;
  margin-bottom: -100%;
}

.-my-span{
  margin-top: -8.333%;
  margin-bottom: -8.333%;
}

.-my-2span{
  margin-top: -16.666%;
  margin-bottom: -16.666%;
}

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

.last\:mx-0:last-child{
  margin-left: 0;
  margin-right: 0;
}

.last\:mx-4:last-child{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:mx-8:last-child{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:mx-12:last-child{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:mx-16:last-child{
  margin-left: 1rem;
  margin-right: 1rem;
}

.last\:mx-20:last-child{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.last\:mx-24:last-child{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:mx-32:last-child{
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:mx-40:last-child{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.last\:mx-48:last-child{
  margin-left: 3rem;
  margin-right: 3rem;
}

.last\:mx-56:last-child{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.last\:mx-64:last-child{
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:mx-80:last-child{
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:mx-96:last-child{
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:mx-104:last-child{
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.last\:mx-112:last-child{
  margin-left: 7rem;
  margin-right: 7rem;
}

.last\:mx-128:last-child{
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:mx-140:last-child{
  margin-left: 8.75rem;
  margin-right: 8.75rem;
}

.last\:mx-160:last-child{
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:mx-180:last-child{
  margin-left: 11.25rem;
  margin-right: 11.25rem;
}

.last\:mx-200:last-child{
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

.last\:mx-224:last-child{
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:mx-240:last-child{
  margin-left: 15rem;
  margin-right: 15rem;
}

.last\:mx-260:last-child{
  margin-left: 16.25rem;
  margin-right: 16.25rem;
}

.last\:mx-300:last-child{
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

.last\:mx-auto:last-child{
  margin-left: auto;
  margin-right: auto;
}

.last\:-mx-78\%:last-child{
  margin-left: -78%;
  margin-right: -78%;
}

.last\:-mx-80\%:last-child{
  margin-left: -80%;
  margin-right: -80%;
}

.last\:-mx-50\%:last-child{
  margin-left: -50%;
  margin-right: -50%;
}

.last\:-mx-35\%:last-child{
  margin-left: -35%;
  margin-right: -35%;
}

.last\:-mx-128:last-child{
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-mx-96:last-child{
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-mx-64:last-child{
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:-mx-32:last-child{
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-mx-8:last-child{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:mx-5\%:last-child{
  margin-left: 5%;
  margin-right: 5%;
}

.last\:mx-10\%:last-child{
  margin-left: 10%;
  margin-right: 10%;
}

.last\:mx-15\%:last-child{
  margin-left: 15%;
  margin-right: 15%;
}

.last\:mx-20\%:last-child{
  margin-left: 20%;
  margin-right: 20%;
}

.last\:mx-25\%:last-child{
  margin-left: 25%;
  margin-right: 25%;
}

.last\:mx-30\%:last-child{
  margin-left: 30%;
  margin-right: 30%;
}

.last\:mx-31\%:last-child{
  margin-left: 31%;
  margin-right: 31%;
}

.last\:mx-33\%:last-child{
  margin-left: 33.333%;
  margin-right: 33.333%;
}

.last\:mx-34\%:last-child{
  margin-left: 34%;
  margin-right: 34%;
}

.last\:mx-45\%:last-child{
  margin-left: 45%;
  margin-right: 45%;
}

.last\:mx-50\%:last-child{
  margin-left: 50%;
  margin-right: 50%;
}

.last\:mx-54\%:last-child{
  margin-left: 54%;
  margin-right: 54%;
}

.last\:mx-75\%:last-child{
  margin-left: 75%;
  margin-right: 75%;
}

.last\:mx-55\%:last-child{
  margin-left: 55%;
  margin-right: 55%;
}

.last\:mx-65\%:last-child{
  margin-left: 65%;
  margin-right: 65%;
}

.last\:mx-66\%:last-child{
  margin-left: 66%;
  margin-right: 66%;
}

.last\:mx-85\%:last-child{
  margin-left: 85%;
  margin-right: 85%;
}

.last\:mx-96\%:last-child{
  margin-left: 96%;
  margin-right: 96%;
}

.last\:mx-130\%:last-child{
  margin-left: 130%;
  margin-right: 130%;
}

.last\:mx-135\%:last-child{
  margin-left: 135%;
  margin-right: 135%;
}

.last\:mx-200\%:last-child{
  margin-left: 200%;
  margin-right: 200%;
}

.last\:mx-16\/9:last-child{
  margin-left: 56.25%;
  margin-right: 56.25%;
}

.last\:mx-1\/2:last-child{
  margin-left: 50%;
  margin-right: 50%;
}

.last\:mx-full:last-child{
  margin-left: 100%;
  margin-right: 100%;
}

.last\:mx-span:last-child{
  margin-left: 8.333%;
  margin-right: 8.333%;
}

.last\:mx-2span:last-child{
  margin-left: 16.666%;
  margin-right: 16.666%;
}

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

.last\:-mx-4:last-child{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-mx-12:last-child{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:-mx-16:last-child{
  margin-left: -1rem;
  margin-right: -1rem;
}

.last\:-mx-20:last-child{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.last\:-mx-24:last-child{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:-mx-40:last-child{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.last\:-mx-48:last-child{
  margin-left: -3rem;
  margin-right: -3rem;
}

.last\:-mx-56:last-child{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.last\:-mx-80:last-child{
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-mx-104:last-child{
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

.last\:-mx-112:last-child{
  margin-left: -7rem;
  margin-right: -7rem;
}

.last\:-mx-140:last-child{
  margin-left: -8.75rem;
  margin-right: -8.75rem;
}

.last\:-mx-160:last-child{
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-mx-180:last-child{
  margin-left: -11.25rem;
  margin-right: -11.25rem;
}

.last\:-mx-200:last-child{
  margin-left: -12.5rem;
  margin-right: -12.5rem;
}

.last\:-mx-224:last-child{
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-mx-240:last-child{
  margin-left: -15rem;
  margin-right: -15rem;
}

.last\:-mx-260:last-child{
  margin-left: -16.25rem;
  margin-right: -16.25rem;
}

.last\:-mx-300:last-child{
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

.last\:-mx--78\%:last-child{
  margin-left: 78%;
  margin-right: 78%;
}

.last\:-mx--80\%:last-child{
  margin-left: 80%;
  margin-right: 80%;
}

.last\:-mx--50\%:last-child{
  margin-left: 50%;
  margin-right: 50%;
}

.last\:-mx--35\%:last-child{
  margin-left: 35%;
  margin-right: 35%;
}

.last\:-mx--128:last-child{
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:-mx--96:last-child{
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:-mx--64:last-child{
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:-mx--32:last-child{
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:-mx--8:last-child{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:-mx-5\%:last-child{
  margin-left: -5%;
  margin-right: -5%;
}

.last\:-mx-10\%:last-child{
  margin-left: -10%;
  margin-right: -10%;
}

.last\:-mx-15\%:last-child{
  margin-left: -15%;
  margin-right: -15%;
}

.last\:-mx-20\%:last-child{
  margin-left: -20%;
  margin-right: -20%;
}

.last\:-mx-25\%:last-child{
  margin-left: -25%;
  margin-right: -25%;
}

.last\:-mx-30\%:last-child{
  margin-left: -30%;
  margin-right: -30%;
}

.last\:-mx-31\%:last-child{
  margin-left: -31%;
  margin-right: -31%;
}

.last\:-mx-33\%:last-child{
  margin-left: -33.333%;
  margin-right: -33.333%;
}

.last\:-mx-34\%:last-child{
  margin-left: -34%;
  margin-right: -34%;
}

.last\:-mx-45\%:last-child{
  margin-left: -45%;
  margin-right: -45%;
}

.last\:-mx-54\%:last-child{
  margin-left: -54%;
  margin-right: -54%;
}

.last\:-mx-75\%:last-child{
  margin-left: -75%;
  margin-right: -75%;
}

.last\:-mx-55\%:last-child{
  margin-left: -55%;
  margin-right: -55%;
}

.last\:-mx-65\%:last-child{
  margin-left: -65%;
  margin-right: -65%;
}

.last\:-mx-66\%:last-child{
  margin-left: -66%;
  margin-right: -66%;
}

.last\:-mx-85\%:last-child{
  margin-left: -85%;
  margin-right: -85%;
}

.last\:-mx-96\%:last-child{
  margin-left: -96%;
  margin-right: -96%;
}

.last\:-mx-130\%:last-child{
  margin-left: -130%;
  margin-right: -130%;
}

.last\:-mx-135\%:last-child{
  margin-left: -135%;
  margin-right: -135%;
}

.last\:-mx-200\%:last-child{
  margin-left: -200%;
  margin-right: -200%;
}

.last\:-mx-16\/9:last-child{
  margin-left: -56.25%;
  margin-right: -56.25%;
}

.last\:-mx-1\/2:last-child{
  margin-left: -50%;
  margin-right: -50%;
}

.last\:-mx-full:last-child{
  margin-left: -100%;
  margin-right: -100%;
}

.last\:-mx-span:last-child{
  margin-left: -8.333%;
  margin-right: -8.333%;
}

.last\:-mx-2span:last-child{
  margin-left: -16.666%;
  margin-right: -16.666%;
}

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

.last\:my-0:last-child{
  margin-top: 0;
  margin-bottom: 0;
}

.last\:my-4:last-child{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:my-8:last-child{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:my-12:last-child{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:my-16:last-child{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:my-20:last-child{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.last\:my-24:last-child{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:my-32:last-child{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:my-40:last-child{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:my-48:last-child{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.last\:my-56:last-child{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.last\:my-64:last-child{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:my-80:last-child{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:my-96:last-child{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:my-104:last-child{
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.last\:my-112:last-child{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.last\:my-128:last-child{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:my-140:last-child{
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}

.last\:my-160:last-child{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:my-180:last-child{
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}

.last\:my-200:last-child{
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.last\:my-224:last-child{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:my-240:last-child{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.last\:my-260:last-child{
  margin-top: 16.25rem;
  margin-bottom: 16.25rem;
}

.last\:my-300:last-child{
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.last\:my-auto:last-child{
  margin-top: auto;
  margin-bottom: auto;
}

.last\:-my-78\%:last-child{
  margin-top: -78%;
  margin-bottom: -78%;
}

.last\:-my-80\%:last-child{
  margin-top: -80%;
  margin-bottom: -80%;
}

.last\:-my-50\%:last-child{
  margin-top: -50%;
  margin-bottom: -50%;
}

.last\:-my-35\%:last-child{
  margin-top: -35%;
  margin-bottom: -35%;
}

.last\:-my-128:last-child{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-my-96:last-child{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-my-64:last-child{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:-my-32:last-child{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:-my-8:last-child{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:my-5\%:last-child{
  margin-top: 5%;
  margin-bottom: 5%;
}

.last\:my-10\%:last-child{
  margin-top: 10%;
  margin-bottom: 10%;
}

.last\:my-15\%:last-child{
  margin-top: 15%;
  margin-bottom: 15%;
}

.last\:my-20\%:last-child{
  margin-top: 20%;
  margin-bottom: 20%;
}

.last\:my-25\%:last-child{
  margin-top: 25%;
  margin-bottom: 25%;
}

.last\:my-30\%:last-child{
  margin-top: 30%;
  margin-bottom: 30%;
}

.last\:my-31\%:last-child{
  margin-top: 31%;
  margin-bottom: 31%;
}

.last\:my-33\%:last-child{
  margin-top: 33.333%;
  margin-bottom: 33.333%;
}

.last\:my-34\%:last-child{
  margin-top: 34%;
  margin-bottom: 34%;
}

.last\:my-45\%:last-child{
  margin-top: 45%;
  margin-bottom: 45%;
}

.last\:my-50\%:last-child{
  margin-top: 50%;
  margin-bottom: 50%;
}

.last\:my-54\%:last-child{
  margin-top: 54%;
  margin-bottom: 54%;
}

.last\:my-75\%:last-child{
  margin-top: 75%;
  margin-bottom: 75%;
}

.last\:my-55\%:last-child{
  margin-top: 55%;
  margin-bottom: 55%;
}

.last\:my-65\%:last-child{
  margin-top: 65%;
  margin-bottom: 65%;
}

.last\:my-66\%:last-child{
  margin-top: 66%;
  margin-bottom: 66%;
}

.last\:my-85\%:last-child{
  margin-top: 85%;
  margin-bottom: 85%;
}

.last\:my-96\%:last-child{
  margin-top: 96%;
  margin-bottom: 96%;
}

.last\:my-130\%:last-child{
  margin-top: 130%;
  margin-bottom: 130%;
}

.last\:my-135\%:last-child{
  margin-top: 135%;
  margin-bottom: 135%;
}

.last\:my-200\%:last-child{
  margin-top: 200%;
  margin-bottom: 200%;
}

.last\:my-16\/9:last-child{
  margin-top: 56.25%;
  margin-bottom: 56.25%;
}

.last\:my-1\/2:last-child{
  margin-top: 50%;
  margin-bottom: 50%;
}

.last\:my-full:last-child{
  margin-top: 100%;
  margin-bottom: 100%;
}

.last\:my-span:last-child{
  margin-top: 8.333%;
  margin-bottom: 8.333%;
}

.last\:my-2span:last-child{
  margin-top: 16.666%;
  margin-bottom: 16.666%;
}

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

.last\:-my-4:last-child{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-my-12:last-child{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:-my-16:last-child{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:-my-20:last-child{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.last\:-my-24:last-child{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:-my-40:last-child{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-my-48:last-child{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.last\:-my-56:last-child{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.last\:-my-80:last-child{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:-my-104:last-child{
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

.last\:-my-112:last-child{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.last\:-my-140:last-child{
  margin-top: -8.75rem;
  margin-bottom: -8.75rem;
}

.last\:-my-160:last-child{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-my-180:last-child{
  margin-top: -11.25rem;
  margin-bottom: -11.25rem;
}

.last\:-my-200:last-child{
  margin-top: -12.5rem;
  margin-bottom: -12.5rem;
}

.last\:-my-224:last-child{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-my-240:last-child{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.last\:-my-260:last-child{
  margin-top: -16.25rem;
  margin-bottom: -16.25rem;
}

.last\:-my-300:last-child{
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.last\:-my--78\%:last-child{
  margin-top: 78%;
  margin-bottom: 78%;
}

.last\:-my--80\%:last-child{
  margin-top: 80%;
  margin-bottom: 80%;
}

.last\:-my--50\%:last-child{
  margin-top: 50%;
  margin-bottom: 50%;
}

.last\:-my--35\%:last-child{
  margin-top: 35%;
  margin-bottom: 35%;
}

.last\:-my--128:last-child{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:-my--96:last-child{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:-my--64:last-child{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:-my--32:last-child{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:-my--8:last-child{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:-my-5\%:last-child{
  margin-top: -5%;
  margin-bottom: -5%;
}

.last\:-my-10\%:last-child{
  margin-top: -10%;
  margin-bottom: -10%;
}

.last\:-my-15\%:last-child{
  margin-top: -15%;
  margin-bottom: -15%;
}

.last\:-my-20\%:last-child{
  margin-top: -20%;
  margin-bottom: -20%;
}

.last\:-my-25\%:last-child{
  margin-top: -25%;
  margin-bottom: -25%;
}

.last\:-my-30\%:last-child{
  margin-top: -30%;
  margin-bottom: -30%;
}

.last\:-my-31\%:last-child{
  margin-top: -31%;
  margin-bottom: -31%;
}

.last\:-my-33\%:last-child{
  margin-top: -33.333%;
  margin-bottom: -33.333%;
}

.last\:-my-34\%:last-child{
  margin-top: -34%;
  margin-bottom: -34%;
}

.last\:-my-45\%:last-child{
  margin-top: -45%;
  margin-bottom: -45%;
}

.last\:-my-54\%:last-child{
  margin-top: -54%;
  margin-bottom: -54%;
}

.last\:-my-75\%:last-child{
  margin-top: -75%;
  margin-bottom: -75%;
}

.last\:-my-55\%:last-child{
  margin-top: -55%;
  margin-bottom: -55%;
}

.last\:-my-65\%:last-child{
  margin-top: -65%;
  margin-bottom: -65%;
}

.last\:-my-66\%:last-child{
  margin-top: -66%;
  margin-bottom: -66%;
}

.last\:-my-85\%:last-child{
  margin-top: -85%;
  margin-bottom: -85%;
}

.last\:-my-96\%:last-child{
  margin-top: -96%;
  margin-bottom: -96%;
}

.last\:-my-130\%:last-child{
  margin-top: -130%;
  margin-bottom: -130%;
}

.last\:-my-135\%:last-child{
  margin-top: -135%;
  margin-bottom: -135%;
}

.last\:-my-200\%:last-child{
  margin-top: -200%;
  margin-bottom: -200%;
}

.last\:-my-16\/9:last-child{
  margin-top: -56.25%;
  margin-bottom: -56.25%;
}

.last\:-my-1\/2:last-child{
  margin-top: -50%;
  margin-bottom: -50%;
}

.last\:-my-full:last-child{
  margin-top: -100%;
  margin-bottom: -100%;
}

.last\:-my-span:last-child{
  margin-top: -8.333%;
  margin-bottom: -8.333%;
}

.last\:-my-2span:last-child{
  margin-top: -16.666%;
  margin-bottom: -16.666%;
}

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

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

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

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

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

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

.mt-20{
  margin-top: 1.25rem;
}

.mt-24{
  margin-top: 1.5rem;
}

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

.mt-40{
  margin-top: 2.5rem;
}

.mt-48{
  margin-top: 3rem;
}

.mt-56{
  margin-top: 3.5rem;
}

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

.mt-80{
  margin-top: 5rem;
}

.mt-96{
  margin-top: 6rem;
}

.mt-104{
  margin-top: 6.5rem;
}

.mt-112{
  margin-top: 7rem;
}

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

.mt-140{
  margin-top: 8.75rem;
}

.mt-160{
  margin-top: 10rem;
}

.mt-180{
  margin-top: 11.25rem;
}

.mt-200{
  margin-top: 12.5rem;
}

.mt-224{
  margin-top: 14rem;
}

.mt-240{
  margin-top: 15rem;
}

.mt-260{
  margin-top: 16.25rem;
}

.mt-300{
  margin-top: 18.75rem;
}

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

.-mt-78\%{
  margin-top: -78%;
}

.-mt-80\%{
  margin-top: -80%;
}

.-mt-50\%{
  margin-top: -50%;
}

.-mt-35\%{
  margin-top: -35%;
}

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

.-mt-96{
  margin-top: -6rem;
}

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

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

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

.mt-5\%{
  margin-top: 5%;
}

.mt-10\%{
  margin-top: 10%;
}

.mt-15\%{
  margin-top: 15%;
}

.mt-20\%{
  margin-top: 20%;
}

.mt-25\%{
  margin-top: 25%;
}

.mt-30\%{
  margin-top: 30%;
}

.mt-31\%{
  margin-top: 31%;
}

.mt-33\%{
  margin-top: 33.333%;
}

.mt-34\%{
  margin-top: 34%;
}

.mt-45\%{
  margin-top: 45%;
}

.mt-50\%{
  margin-top: 50%;
}

.mt-54\%{
  margin-top: 54%;
}

.mt-75\%{
  margin-top: 75%;
}

.mt-55\%{
  margin-top: 55%;
}

.mt-65\%{
  margin-top: 65%;
}

.mt-66\%{
  margin-top: 66%;
}

.mt-85\%{
  margin-top: 85%;
}

.mt-96\%{
  margin-top: 96%;
}

.mt-130\%{
  margin-top: 130%;
}

.mt-135\%{
  margin-top: 135%;
}

.mt-200\%{
  margin-top: 200%;
}

.mt-16\/9{
  margin-top: 56.25%;
}

.mt-1\/2{
  margin-top: 50%;
}

.mt-full{
  margin-top: 100%;
}

.mt-span{
  margin-top: 8.333%;
}

.mt-2span{
  margin-top: 16.666%;
}

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

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

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

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

.-mt-20{
  margin-top: -1.25rem;
}

.-mt-24{
  margin-top: -1.5rem;
}

.-mt-40{
  margin-top: -2.5rem;
}

.-mt-48{
  margin-top: -3rem;
}

.-mt-56{
  margin-top: -3.5rem;
}

.-mt-80{
  margin-top: -5rem;
}

.-mt-104{
  margin-top: -6.5rem;
}

.-mt-112{
  margin-top: -7rem;
}

.-mt-140{
  margin-top: -8.75rem;
}

.-mt-160{
  margin-top: -10rem;
}

.-mt-180{
  margin-top: -11.25rem;
}

.-mt-200{
  margin-top: -12.5rem;
}

.-mt-224{
  margin-top: -14rem;
}

.-mt-240{
  margin-top: -15rem;
}

.-mt-260{
  margin-top: -16.25rem;
}

.-mt-300{
  margin-top: -18.75rem;
}

.-mt--78\%{
  margin-top: 78%;
}

.-mt--80\%{
  margin-top: 80%;
}

.-mt--50\%{
  margin-top: 50%;
}

.-mt--35\%{
  margin-top: 35%;
}

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

.-mt--96{
  margin-top: 6rem;
}

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

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

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

.-mt-5\%{
  margin-top: -5%;
}

.-mt-10\%{
  margin-top: -10%;
}

.-mt-15\%{
  margin-top: -15%;
}

.-mt-20\%{
  margin-top: -20%;
}

.-mt-25\%{
  margin-top: -25%;
}

.-mt-30\%{
  margin-top: -30%;
}

.-mt-31\%{
  margin-top: -31%;
}

.-mt-33\%{
  margin-top: -33.333%;
}

.-mt-34\%{
  margin-top: -34%;
}

.-mt-45\%{
  margin-top: -45%;
}

.-mt-54\%{
  margin-top: -54%;
}

.-mt-75\%{
  margin-top: -75%;
}

.-mt-55\%{
  margin-top: -55%;
}

.-mt-65\%{
  margin-top: -65%;
}

.-mt-66\%{
  margin-top: -66%;
}

.-mt-85\%{
  margin-top: -85%;
}

.-mt-96\%{
  margin-top: -96%;
}

.-mt-130\%{
  margin-top: -130%;
}

.-mt-135\%{
  margin-top: -135%;
}

.-mt-200\%{
  margin-top: -200%;
}

.-mt-16\/9{
  margin-top: -56.25%;
}

.-mt-1\/2{
  margin-top: -50%;
}

.-mt-full{
  margin-top: -100%;
}

.-mt-span{
  margin-top: -8.333%;
}

.-mt-2span{
  margin-top: -16.666%;
}

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

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

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

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

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

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

.mr-20{
  margin-right: 1.25rem;
}

.mr-24{
  margin-right: 1.5rem;
}

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

.mr-40{
  margin-right: 2.5rem;
}

.mr-48{
  margin-right: 3rem;
}

.mr-56{
  margin-right: 3.5rem;
}

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

.mr-80{
  margin-right: 5rem;
}

.mr-96{
  margin-right: 6rem;
}

.mr-104{
  margin-right: 6.5rem;
}

.mr-112{
  margin-right: 7rem;
}

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

.mr-140{
  margin-right: 8.75rem;
}

.mr-160{
  margin-right: 10rem;
}

.mr-180{
  margin-right: 11.25rem;
}

.mr-200{
  margin-right: 12.5rem;
}

.mr-224{
  margin-right: 14rem;
}

.mr-240{
  margin-right: 15rem;
}

.mr-260{
  margin-right: 16.25rem;
}

.mr-300{
  margin-right: 18.75rem;
}

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

.-mr-78\%{
  margin-right: -78%;
}

.-mr-80\%{
  margin-right: -80%;
}

.-mr-50\%{
  margin-right: -50%;
}

.-mr-35\%{
  margin-right: -35%;
}

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

.-mr-96{
  margin-right: -6rem;
}

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

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

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

.mr-5\%{
  margin-right: 5%;
}

.mr-10\%{
  margin-right: 10%;
}

.mr-15\%{
  margin-right: 15%;
}

.mr-20\%{
  margin-right: 20%;
}

.mr-25\%{
  margin-right: 25%;
}

.mr-30\%{
  margin-right: 30%;
}

.mr-31\%{
  margin-right: 31%;
}

.mr-33\%{
  margin-right: 33.333%;
}

.mr-34\%{
  margin-right: 34%;
}

.mr-45\%{
  margin-right: 45%;
}

.mr-50\%{
  margin-right: 50%;
}

.mr-54\%{
  margin-right: 54%;
}

.mr-75\%{
  margin-right: 75%;
}

.mr-55\%{
  margin-right: 55%;
}

.mr-65\%{
  margin-right: 65%;
}

.mr-66\%{
  margin-right: 66%;
}

.mr-85\%{
  margin-right: 85%;
}

.mr-96\%{
  margin-right: 96%;
}

.mr-130\%{
  margin-right: 130%;
}

.mr-135\%{
  margin-right: 135%;
}

.mr-200\%{
  margin-right: 200%;
}

.mr-16\/9{
  margin-right: 56.25%;
}

.mr-1\/2{
  margin-right: 50%;
}

.mr-full{
  margin-right: 100%;
}

.mr-span{
  margin-right: 8.333%;
}

.mr-2span{
  margin-right: 16.666%;
}

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

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

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

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

.-mr-20{
  margin-right: -1.25rem;
}

.-mr-24{
  margin-right: -1.5rem;
}

.-mr-40{
  margin-right: -2.5rem;
}

.-mr-48{
  margin-right: -3rem;
}

.-mr-56{
  margin-right: -3.5rem;
}

.-mr-80{
  margin-right: -5rem;
}

.-mr-104{
  margin-right: -6.5rem;
}

.-mr-112{
  margin-right: -7rem;
}

.-mr-140{
  margin-right: -8.75rem;
}

.-mr-160{
  margin-right: -10rem;
}

.-mr-180{
  margin-right: -11.25rem;
}

.-mr-200{
  margin-right: -12.5rem;
}

.-mr-224{
  margin-right: -14rem;
}

.-mr-240{
  margin-right: -15rem;
}

.-mr-260{
  margin-right: -16.25rem;
}

.-mr-300{
  margin-right: -18.75rem;
}

.-mr--78\%{
  margin-right: 78%;
}

.-mr--80\%{
  margin-right: 80%;
}

.-mr--50\%{
  margin-right: 50%;
}

.-mr--35\%{
  margin-right: 35%;
}

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

.-mr--96{
  margin-right: 6rem;
}

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

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

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

.-mr-5\%{
  margin-right: -5%;
}

.-mr-10\%{
  margin-right: -10%;
}

.-mr-15\%{
  margin-right: -15%;
}

.-mr-20\%{
  margin-right: -20%;
}

.-mr-25\%{
  margin-right: -25%;
}

.-mr-30\%{
  margin-right: -30%;
}

.-mr-31\%{
  margin-right: -31%;
}

.-mr-33\%{
  margin-right: -33.333%;
}

.-mr-34\%{
  margin-right: -34%;
}

.-mr-45\%{
  margin-right: -45%;
}

.-mr-54\%{
  margin-right: -54%;
}

.-mr-75\%{
  margin-right: -75%;
}

.-mr-55\%{
  margin-right: -55%;
}

.-mr-65\%{
  margin-right: -65%;
}

.-mr-66\%{
  margin-right: -66%;
}

.-mr-85\%{
  margin-right: -85%;
}

.-mr-96\%{
  margin-right: -96%;
}

.-mr-130\%{
  margin-right: -130%;
}

.-mr-135\%{
  margin-right: -135%;
}

.-mr-200\%{
  margin-right: -200%;
}

.-mr-16\/9{
  margin-right: -56.25%;
}

.-mr-1\/2{
  margin-right: -50%;
}

.-mr-full{
  margin-right: -100%;
}

.-mr-span{
  margin-right: -8.333%;
}

.-mr-2span{
  margin-right: -16.666%;
}

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

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

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

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

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

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

.mb-20{
  margin-bottom: 1.25rem;
}

.mb-24{
  margin-bottom: 1.5rem;
}

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

.mb-40{
  margin-bottom: 2.5rem;
}

.mb-48{
  margin-bottom: 3rem;
}

.mb-56{
  margin-bottom: 3.5rem;
}

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

.mb-80{
  margin-bottom: 5rem;
}

.mb-96{
  margin-bottom: 6rem;
}

.mb-104{
  margin-bottom: 6.5rem;
}

.mb-112{
  margin-bottom: 7rem;
}

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

.mb-140{
  margin-bottom: 8.75rem;
}

.mb-160{
  margin-bottom: 10rem;
}

.mb-180{
  margin-bottom: 11.25rem;
}

.mb-200{
  margin-bottom: 12.5rem;
}

.mb-224{
  margin-bottom: 14rem;
}

.mb-240{
  margin-bottom: 15rem;
}

.mb-260{
  margin-bottom: 16.25rem;
}

.mb-300{
  margin-bottom: 18.75rem;
}

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

.-mb-78\%{
  margin-bottom: -78%;
}

.-mb-80\%{
  margin-bottom: -80%;
}

.-mb-50\%{
  margin-bottom: -50%;
}

.-mb-35\%{
  margin-bottom: -35%;
}

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

.-mb-96{
  margin-bottom: -6rem;
}

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

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

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

.mb-5\%{
  margin-bottom: 5%;
}

.mb-10\%{
  margin-bottom: 10%;
}

.mb-15\%{
  margin-bottom: 15%;
}

.mb-20\%{
  margin-bottom: 20%;
}

.mb-25\%{
  margin-bottom: 25%;
}

.mb-30\%{
  margin-bottom: 30%;
}

.mb-31\%{
  margin-bottom: 31%;
}

.mb-33\%{
  margin-bottom: 33.333%;
}

.mb-34\%{
  margin-bottom: 34%;
}

.mb-45\%{
  margin-bottom: 45%;
}

.mb-50\%{
  margin-bottom: 50%;
}

.mb-54\%{
  margin-bottom: 54%;
}

.mb-75\%{
  margin-bottom: 75%;
}

.mb-55\%{
  margin-bottom: 55%;
}

.mb-65\%{
  margin-bottom: 65%;
}

.mb-66\%{
  margin-bottom: 66%;
}

.mb-85\%{
  margin-bottom: 85%;
}

.mb-96\%{
  margin-bottom: 96%;
}

.mb-130\%{
  margin-bottom: 130%;
}

.mb-135\%{
  margin-bottom: 135%;
}

.mb-200\%{
  margin-bottom: 200%;
}

.mb-16\/9{
  margin-bottom: 56.25%;
}

.mb-1\/2{
  margin-bottom: 50%;
}

.mb-full{
  margin-bottom: 100%;
}

.mb-span{
  margin-bottom: 8.333%;
}

.mb-2span{
  margin-bottom: 16.666%;
}

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

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

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

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

.-mb-20{
  margin-bottom: -1.25rem;
}

.-mb-24{
  margin-bottom: -1.5rem;
}

.-mb-40{
  margin-bottom: -2.5rem;
}

.-mb-48{
  margin-bottom: -3rem;
}

.-mb-56{
  margin-bottom: -3.5rem;
}

.-mb-80{
  margin-bottom: -5rem;
}

.-mb-104{
  margin-bottom: -6.5rem;
}

.-mb-112{
  margin-bottom: -7rem;
}

.-mb-140{
  margin-bottom: -8.75rem;
}

.-mb-160{
  margin-bottom: -10rem;
}

.-mb-180{
  margin-bottom: -11.25rem;
}

.-mb-200{
  margin-bottom: -12.5rem;
}

.-mb-224{
  margin-bottom: -14rem;
}

.-mb-240{
  margin-bottom: -15rem;
}

.-mb-260{
  margin-bottom: -16.25rem;
}

.-mb-300{
  margin-bottom: -18.75rem;
}

.-mb--78\%{
  margin-bottom: 78%;
}

.-mb--80\%{
  margin-bottom: 80%;
}

.-mb--50\%{
  margin-bottom: 50%;
}

.-mb--35\%{
  margin-bottom: 35%;
}

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

.-mb--96{
  margin-bottom: 6rem;
}

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

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

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

.-mb-5\%{
  margin-bottom: -5%;
}

.-mb-10\%{
  margin-bottom: -10%;
}

.-mb-15\%{
  margin-bottom: -15%;
}

.-mb-20\%{
  margin-bottom: -20%;
}

.-mb-25\%{
  margin-bottom: -25%;
}

.-mb-30\%{
  margin-bottom: -30%;
}

.-mb-31\%{
  margin-bottom: -31%;
}

.-mb-33\%{
  margin-bottom: -33.333%;
}

.-mb-34\%{
  margin-bottom: -34%;
}

.-mb-45\%{
  margin-bottom: -45%;
}

.-mb-54\%{
  margin-bottom: -54%;
}

.-mb-75\%{
  margin-bottom: -75%;
}

.-mb-55\%{
  margin-bottom: -55%;
}

.-mb-65\%{
  margin-bottom: -65%;
}

.-mb-66\%{
  margin-bottom: -66%;
}

.-mb-85\%{
  margin-bottom: -85%;
}

.-mb-96\%{
  margin-bottom: -96%;
}

.-mb-130\%{
  margin-bottom: -130%;
}

.-mb-135\%{
  margin-bottom: -135%;
}

.-mb-200\%{
  margin-bottom: -200%;
}

.-mb-16\/9{
  margin-bottom: -56.25%;
}

.-mb-1\/2{
  margin-bottom: -50%;
}

.-mb-full{
  margin-bottom: -100%;
}

.-mb-span{
  margin-bottom: -8.333%;
}

.-mb-2span{
  margin-bottom: -16.666%;
}

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

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

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

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

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

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

.ml-20{
  margin-left: 1.25rem;
}

.ml-24{
  margin-left: 1.5rem;
}

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

.ml-40{
  margin-left: 2.5rem;
}

.ml-48{
  margin-left: 3rem;
}

.ml-56{
  margin-left: 3.5rem;
}

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

.ml-80{
  margin-left: 5rem;
}

.ml-96{
  margin-left: 6rem;
}

.ml-104{
  margin-left: 6.5rem;
}

.ml-112{
  margin-left: 7rem;
}

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

.ml-140{
  margin-left: 8.75rem;
}

.ml-160{
  margin-left: 10rem;
}

.ml-180{
  margin-left: 11.25rem;
}

.ml-200{
  margin-left: 12.5rem;
}

.ml-224{
  margin-left: 14rem;
}

.ml-240{
  margin-left: 15rem;
}

.ml-260{
  margin-left: 16.25rem;
}

.ml-300{
  margin-left: 18.75rem;
}

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

.-ml-78\%{
  margin-left: -78%;
}

.-ml-80\%{
  margin-left: -80%;
}

.-ml-50\%{
  margin-left: -50%;
}

.-ml-35\%{
  margin-left: -35%;
}

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

.-ml-96{
  margin-left: -6rem;
}

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

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

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

.ml-5\%{
  margin-left: 5%;
}

.ml-10\%{
  margin-left: 10%;
}

.ml-15\%{
  margin-left: 15%;
}

.ml-20\%{
  margin-left: 20%;
}

.ml-25\%{
  margin-left: 25%;
}

.ml-30\%{
  margin-left: 30%;
}

.ml-31\%{
  margin-left: 31%;
}

.ml-33\%{
  margin-left: 33.333%;
}

.ml-34\%{
  margin-left: 34%;
}

.ml-45\%{
  margin-left: 45%;
}

.ml-50\%{
  margin-left: 50%;
}

.ml-54\%{
  margin-left: 54%;
}

.ml-75\%{
  margin-left: 75%;
}

.ml-55\%{
  margin-left: 55%;
}

.ml-65\%{
  margin-left: 65%;
}

.ml-66\%{
  margin-left: 66%;
}

.ml-85\%{
  margin-left: 85%;
}

.ml-96\%{
  margin-left: 96%;
}

.ml-130\%{
  margin-left: 130%;
}

.ml-135\%{
  margin-left: 135%;
}

.ml-200\%{
  margin-left: 200%;
}

.ml-16\/9{
  margin-left: 56.25%;
}

.ml-1\/2{
  margin-left: 50%;
}

.ml-full{
  margin-left: 100%;
}

.ml-span{
  margin-left: 8.333%;
}

.ml-2span{
  margin-left: 16.666%;
}

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

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

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

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

.-ml-20{
  margin-left: -1.25rem;
}

.-ml-24{
  margin-left: -1.5rem;
}

.-ml-40{
  margin-left: -2.5rem;
}

.-ml-48{
  margin-left: -3rem;
}

.-ml-56{
  margin-left: -3.5rem;
}

.-ml-80{
  margin-left: -5rem;
}

.-ml-104{
  margin-left: -6.5rem;
}

.-ml-112{
  margin-left: -7rem;
}

.-ml-140{
  margin-left: -8.75rem;
}

.-ml-160{
  margin-left: -10rem;
}

.-ml-180{
  margin-left: -11.25rem;
}

.-ml-200{
  margin-left: -12.5rem;
}

.-ml-224{
  margin-left: -14rem;
}

.-ml-240{
  margin-left: -15rem;
}

.-ml-260{
  margin-left: -16.25rem;
}

.-ml-300{
  margin-left: -18.75rem;
}

.-ml--78\%{
  margin-left: 78%;
}

.-ml--80\%{
  margin-left: 80%;
}

.-ml--50\%{
  margin-left: 50%;
}

.-ml--35\%{
  margin-left: 35%;
}

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

.-ml--96{
  margin-left: 6rem;
}

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

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

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

.-ml-5\%{
  margin-left: -5%;
}

.-ml-10\%{
  margin-left: -10%;
}

.-ml-15\%{
  margin-left: -15%;
}

.-ml-20\%{
  margin-left: -20%;
}

.-ml-25\%{
  margin-left: -25%;
}

.-ml-30\%{
  margin-left: -30%;
}

.-ml-31\%{
  margin-left: -31%;
}

.-ml-33\%{
  margin-left: -33.333%;
}

.-ml-34\%{
  margin-left: -34%;
}

.-ml-45\%{
  margin-left: -45%;
}

.-ml-54\%{
  margin-left: -54%;
}

.-ml-75\%{
  margin-left: -75%;
}

.-ml-55\%{
  margin-left: -55%;
}

.-ml-65\%{
  margin-left: -65%;
}

.-ml-66\%{
  margin-left: -66%;
}

.-ml-85\%{
  margin-left: -85%;
}

.-ml-96\%{
  margin-left: -96%;
}

.-ml-130\%{
  margin-left: -130%;
}

.-ml-135\%{
  margin-left: -135%;
}

.-ml-200\%{
  margin-left: -200%;
}

.-ml-16\/9{
  margin-left: -56.25%;
}

.-ml-1\/2{
  margin-left: -50%;
}

.-ml-full{
  margin-left: -100%;
}

.-ml-span{
  margin-left: -8.333%;
}

.-ml-2span{
  margin-left: -16.666%;
}

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

.last\:mt-0:last-child{
  margin-top: 0;
}

.last\:mt-4:last-child{
  margin-top: 0.25rem;
}

.last\:mt-8:last-child{
  margin-top: 0.5rem;
}

.last\:mt-12:last-child{
  margin-top: 0.75rem;
}

.last\:mt-16:last-child{
  margin-top: 1rem;
}

.last\:mt-20:last-child{
  margin-top: 1.25rem;
}

.last\:mt-24:last-child{
  margin-top: 1.5rem;
}

.last\:mt-32:last-child{
  margin-top: 2rem;
}

.last\:mt-40:last-child{
  margin-top: 2.5rem;
}

.last\:mt-48:last-child{
  margin-top: 3rem;
}

.last\:mt-56:last-child{
  margin-top: 3.5rem;
}

.last\:mt-64:last-child{
  margin-top: 4rem;
}

.last\:mt-80:last-child{
  margin-top: 5rem;
}

.last\:mt-96:last-child{
  margin-top: 6rem;
}

.last\:mt-104:last-child{
  margin-top: 6.5rem;
}

.last\:mt-112:last-child{
  margin-top: 7rem;
}

.last\:mt-128:last-child{
  margin-top: 8rem;
}

.last\:mt-140:last-child{
  margin-top: 8.75rem;
}

.last\:mt-160:last-child{
  margin-top: 10rem;
}

.last\:mt-180:last-child{
  margin-top: 11.25rem;
}

.last\:mt-200:last-child{
  margin-top: 12.5rem;
}

.last\:mt-224:last-child{
  margin-top: 14rem;
}

.last\:mt-240:last-child{
  margin-top: 15rem;
}

.last\:mt-260:last-child{
  margin-top: 16.25rem;
}

.last\:mt-300:last-child{
  margin-top: 18.75rem;
}

.last\:mt-auto:last-child{
  margin-top: auto;
}

.last\:-mt-78\%:last-child{
  margin-top: -78%;
}

.last\:-mt-80\%:last-child{
  margin-top: -80%;
}

.last\:-mt-50\%:last-child{
  margin-top: -50%;
}

.last\:-mt-35\%:last-child{
  margin-top: -35%;
}

.last\:-mt-128:last-child{
  margin-top: -8rem;
}

.last\:-mt-96:last-child{
  margin-top: -6rem;
}

.last\:-mt-64:last-child{
  margin-top: -4rem;
}

.last\:-mt-32:last-child{
  margin-top: -2rem;
}

.last\:-mt-8:last-child{
  margin-top: -0.5rem;
}

.last\:mt-5\%:last-child{
  margin-top: 5%;
}

.last\:mt-10\%:last-child{
  margin-top: 10%;
}

.last\:mt-15\%:last-child{
  margin-top: 15%;
}

.last\:mt-20\%:last-child{
  margin-top: 20%;
}

.last\:mt-25\%:last-child{
  margin-top: 25%;
}

.last\:mt-30\%:last-child{
  margin-top: 30%;
}

.last\:mt-31\%:last-child{
  margin-top: 31%;
}

.last\:mt-33\%:last-child{
  margin-top: 33.333%;
}

.last\:mt-34\%:last-child{
  margin-top: 34%;
}

.last\:mt-45\%:last-child{
  margin-top: 45%;
}

.last\:mt-50\%:last-child{
  margin-top: 50%;
}

.last\:mt-54\%:last-child{
  margin-top: 54%;
}

.last\:mt-75\%:last-child{
  margin-top: 75%;
}

.last\:mt-55\%:last-child{
  margin-top: 55%;
}

.last\:mt-65\%:last-child{
  margin-top: 65%;
}

.last\:mt-66\%:last-child{
  margin-top: 66%;
}

.last\:mt-85\%:last-child{
  margin-top: 85%;
}

.last\:mt-96\%:last-child{
  margin-top: 96%;
}

.last\:mt-130\%:last-child{
  margin-top: 130%;
}

.last\:mt-135\%:last-child{
  margin-top: 135%;
}

.last\:mt-200\%:last-child{
  margin-top: 200%;
}

.last\:mt-16\/9:last-child{
  margin-top: 56.25%;
}

.last\:mt-1\/2:last-child{
  margin-top: 50%;
}

.last\:mt-full:last-child{
  margin-top: 100%;
}

.last\:mt-span:last-child{
  margin-top: 8.333%;
}

.last\:mt-2span:last-child{
  margin-top: 16.666%;
}

.last\:mt-px:last-child{
  margin-top: 1px;
}

.last\:-mt-4:last-child{
  margin-top: -0.25rem;
}

.last\:-mt-12:last-child{
  margin-top: -0.75rem;
}

.last\:-mt-16:last-child{
  margin-top: -1rem;
}

.last\:-mt-20:last-child{
  margin-top: -1.25rem;
}

.last\:-mt-24:last-child{
  margin-top: -1.5rem;
}

.last\:-mt-40:last-child{
  margin-top: -2.5rem;
}

.last\:-mt-48:last-child{
  margin-top: -3rem;
}

.last\:-mt-56:last-child{
  margin-top: -3.5rem;
}

.last\:-mt-80:last-child{
  margin-top: -5rem;
}

.last\:-mt-104:last-child{
  margin-top: -6.5rem;
}

.last\:-mt-112:last-child{
  margin-top: -7rem;
}

.last\:-mt-140:last-child{
  margin-top: -8.75rem;
}

.last\:-mt-160:last-child{
  margin-top: -10rem;
}

.last\:-mt-180:last-child{
  margin-top: -11.25rem;
}

.last\:-mt-200:last-child{
  margin-top: -12.5rem;
}

.last\:-mt-224:last-child{
  margin-top: -14rem;
}

.last\:-mt-240:last-child{
  margin-top: -15rem;
}

.last\:-mt-260:last-child{
  margin-top: -16.25rem;
}

.last\:-mt-300:last-child{
  margin-top: -18.75rem;
}

.last\:-mt--78\%:last-child{
  margin-top: 78%;
}

.last\:-mt--80\%:last-child{
  margin-top: 80%;
}

.last\:-mt--50\%:last-child{
  margin-top: 50%;
}

.last\:-mt--35\%:last-child{
  margin-top: 35%;
}

.last\:-mt--128:last-child{
  margin-top: 8rem;
}

.last\:-mt--96:last-child{
  margin-top: 6rem;
}

.last\:-mt--64:last-child{
  margin-top: 4rem;
}

.last\:-mt--32:last-child{
  margin-top: 2rem;
}

.last\:-mt--8:last-child{
  margin-top: 0.5rem;
}

.last\:-mt-5\%:last-child{
  margin-top: -5%;
}

.last\:-mt-10\%:last-child{
  margin-top: -10%;
}

.last\:-mt-15\%:last-child{
  margin-top: -15%;
}

.last\:-mt-20\%:last-child{
  margin-top: -20%;
}

.last\:-mt-25\%:last-child{
  margin-top: -25%;
}

.last\:-mt-30\%:last-child{
  margin-top: -30%;
}

.last\:-mt-31\%:last-child{
  margin-top: -31%;
}

.last\:-mt-33\%:last-child{
  margin-top: -33.333%;
}

.last\:-mt-34\%:last-child{
  margin-top: -34%;
}

.last\:-mt-45\%:last-child{
  margin-top: -45%;
}

.last\:-mt-54\%:last-child{
  margin-top: -54%;
}

.last\:-mt-75\%:last-child{
  margin-top: -75%;
}

.last\:-mt-55\%:last-child{
  margin-top: -55%;
}

.last\:-mt-65\%:last-child{
  margin-top: -65%;
}

.last\:-mt-66\%:last-child{
  margin-top: -66%;
}

.last\:-mt-85\%:last-child{
  margin-top: -85%;
}

.last\:-mt-96\%:last-child{
  margin-top: -96%;
}

.last\:-mt-130\%:last-child{
  margin-top: -130%;
}

.last\:-mt-135\%:last-child{
  margin-top: -135%;
}

.last\:-mt-200\%:last-child{
  margin-top: -200%;
}

.last\:-mt-16\/9:last-child{
  margin-top: -56.25%;
}

.last\:-mt-1\/2:last-child{
  margin-top: -50%;
}

.last\:-mt-full:last-child{
  margin-top: -100%;
}

.last\:-mt-span:last-child{
  margin-top: -8.333%;
}

.last\:-mt-2span:last-child{
  margin-top: -16.666%;
}

.last\:-mt-px:last-child{
  margin-top: -1px;
}

.last\:mr-0:last-child{
  margin-right: 0;
}

.last\:mr-4:last-child{
  margin-right: 0.25rem;
}

.last\:mr-8:last-child{
  margin-right: 0.5rem;
}

.last\:mr-12:last-child{
  margin-right: 0.75rem;
}

.last\:mr-16:last-child{
  margin-right: 1rem;
}

.last\:mr-20:last-child{
  margin-right: 1.25rem;
}

.last\:mr-24:last-child{
  margin-right: 1.5rem;
}

.last\:mr-32:last-child{
  margin-right: 2rem;
}

.last\:mr-40:last-child{
  margin-right: 2.5rem;
}

.last\:mr-48:last-child{
  margin-right: 3rem;
}

.last\:mr-56:last-child{
  margin-right: 3.5rem;
}

.last\:mr-64:last-child{
  margin-right: 4rem;
}

.last\:mr-80:last-child{
  margin-right: 5rem;
}

.last\:mr-96:last-child{
  margin-right: 6rem;
}

.last\:mr-104:last-child{
  margin-right: 6.5rem;
}

.last\:mr-112:last-child{
  margin-right: 7rem;
}

.last\:mr-128:last-child{
  margin-right: 8rem;
}

.last\:mr-140:last-child{
  margin-right: 8.75rem;
}

.last\:mr-160:last-child{
  margin-right: 10rem;
}

.last\:mr-180:last-child{
  margin-right: 11.25rem;
}

.last\:mr-200:last-child{
  margin-right: 12.5rem;
}

.last\:mr-224:last-child{
  margin-right: 14rem;
}

.last\:mr-240:last-child{
  margin-right: 15rem;
}

.last\:mr-260:last-child{
  margin-right: 16.25rem;
}

.last\:mr-300:last-child{
  margin-right: 18.75rem;
}

.last\:mr-auto:last-child{
  margin-right: auto;
}

.last\:-mr-78\%:last-child{
  margin-right: -78%;
}

.last\:-mr-80\%:last-child{
  margin-right: -80%;
}

.last\:-mr-50\%:last-child{
  margin-right: -50%;
}

.last\:-mr-35\%:last-child{
  margin-right: -35%;
}

.last\:-mr-128:last-child{
  margin-right: -8rem;
}

.last\:-mr-96:last-child{
  margin-right: -6rem;
}

.last\:-mr-64:last-child{
  margin-right: -4rem;
}

.last\:-mr-32:last-child{
  margin-right: -2rem;
}

.last\:-mr-8:last-child{
  margin-right: -0.5rem;
}

.last\:mr-5\%:last-child{
  margin-right: 5%;
}

.last\:mr-10\%:last-child{
  margin-right: 10%;
}

.last\:mr-15\%:last-child{
  margin-right: 15%;
}

.last\:mr-20\%:last-child{
  margin-right: 20%;
}

.last\:mr-25\%:last-child{
  margin-right: 25%;
}

.last\:mr-30\%:last-child{
  margin-right: 30%;
}

.last\:mr-31\%:last-child{
  margin-right: 31%;
}

.last\:mr-33\%:last-child{
  margin-right: 33.333%;
}

.last\:mr-34\%:last-child{
  margin-right: 34%;
}

.last\:mr-45\%:last-child{
  margin-right: 45%;
}

.last\:mr-50\%:last-child{
  margin-right: 50%;
}

.last\:mr-54\%:last-child{
  margin-right: 54%;
}

.last\:mr-75\%:last-child{
  margin-right: 75%;
}

.last\:mr-55\%:last-child{
  margin-right: 55%;
}

.last\:mr-65\%:last-child{
  margin-right: 65%;
}

.last\:mr-66\%:last-child{
  margin-right: 66%;
}

.last\:mr-85\%:last-child{
  margin-right: 85%;
}

.last\:mr-96\%:last-child{
  margin-right: 96%;
}

.last\:mr-130\%:last-child{
  margin-right: 130%;
}

.last\:mr-135\%:last-child{
  margin-right: 135%;
}

.last\:mr-200\%:last-child{
  margin-right: 200%;
}

.last\:mr-16\/9:last-child{
  margin-right: 56.25%;
}

.last\:mr-1\/2:last-child{
  margin-right: 50%;
}

.last\:mr-full:last-child{
  margin-right: 100%;
}

.last\:mr-span:last-child{
  margin-right: 8.333%;
}

.last\:mr-2span:last-child{
  margin-right: 16.666%;
}

.last\:mr-px:last-child{
  margin-right: 1px;
}

.last\:-mr-4:last-child{
  margin-right: -0.25rem;
}

.last\:-mr-12:last-child{
  margin-right: -0.75rem;
}

.last\:-mr-16:last-child{
  margin-right: -1rem;
}

.last\:-mr-20:last-child{
  margin-right: -1.25rem;
}

.last\:-mr-24:last-child{
  margin-right: -1.5rem;
}

.last\:-mr-40:last-child{
  margin-right: -2.5rem;
}

.last\:-mr-48:last-child{
  margin-right: -3rem;
}

.last\:-mr-56:last-child{
  margin-right: -3.5rem;
}

.last\:-mr-80:last-child{
  margin-right: -5rem;
}

.last\:-mr-104:last-child{
  margin-right: -6.5rem;
}

.last\:-mr-112:last-child{
  margin-right: -7rem;
}

.last\:-mr-140:last-child{
  margin-right: -8.75rem;
}

.last\:-mr-160:last-child{
  margin-right: -10rem;
}

.last\:-mr-180:last-child{
  margin-right: -11.25rem;
}

.last\:-mr-200:last-child{
  margin-right: -12.5rem;
}

.last\:-mr-224:last-child{
  margin-right: -14rem;
}

.last\:-mr-240:last-child{
  margin-right: -15rem;
}

.last\:-mr-260:last-child{
  margin-right: -16.25rem;
}

.last\:-mr-300:last-child{
  margin-right: -18.75rem;
}

.last\:-mr--78\%:last-child{
  margin-right: 78%;
}

.last\:-mr--80\%:last-child{
  margin-right: 80%;
}

.last\:-mr--50\%:last-child{
  margin-right: 50%;
}

.last\:-mr--35\%:last-child{
  margin-right: 35%;
}

.last\:-mr--128:last-child{
  margin-right: 8rem;
}

.last\:-mr--96:last-child{
  margin-right: 6rem;
}

.last\:-mr--64:last-child{
  margin-right: 4rem;
}

.last\:-mr--32:last-child{
  margin-right: 2rem;
}

.last\:-mr--8:last-child{
  margin-right: 0.5rem;
}

.last\:-mr-5\%:last-child{
  margin-right: -5%;
}

.last\:-mr-10\%:last-child{
  margin-right: -10%;
}

.last\:-mr-15\%:last-child{
  margin-right: -15%;
}

.last\:-mr-20\%:last-child{
  margin-right: -20%;
}

.last\:-mr-25\%:last-child{
  margin-right: -25%;
}

.last\:-mr-30\%:last-child{
  margin-right: -30%;
}

.last\:-mr-31\%:last-child{
  margin-right: -31%;
}

.last\:-mr-33\%:last-child{
  margin-right: -33.333%;
}

.last\:-mr-34\%:last-child{
  margin-right: -34%;
}

.last\:-mr-45\%:last-child{
  margin-right: -45%;
}

.last\:-mr-54\%:last-child{
  margin-right: -54%;
}

.last\:-mr-75\%:last-child{
  margin-right: -75%;
}

.last\:-mr-55\%:last-child{
  margin-right: -55%;
}

.last\:-mr-65\%:last-child{
  margin-right: -65%;
}

.last\:-mr-66\%:last-child{
  margin-right: -66%;
}

.last\:-mr-85\%:last-child{
  margin-right: -85%;
}

.last\:-mr-96\%:last-child{
  margin-right: -96%;
}

.last\:-mr-130\%:last-child{
  margin-right: -130%;
}

.last\:-mr-135\%:last-child{
  margin-right: -135%;
}

.last\:-mr-200\%:last-child{
  margin-right: -200%;
}

.last\:-mr-16\/9:last-child{
  margin-right: -56.25%;
}

.last\:-mr-1\/2:last-child{
  margin-right: -50%;
}

.last\:-mr-full:last-child{
  margin-right: -100%;
}

.last\:-mr-span:last-child{
  margin-right: -8.333%;
}

.last\:-mr-2span:last-child{
  margin-right: -16.666%;
}

.last\:-mr-px:last-child{
  margin-right: -1px;
}

.last\:mb-0:last-child{
  margin-bottom: 0;
}

.last\:mb-4:last-child{
  margin-bottom: 0.25rem;
}

.last\:mb-8:last-child{
  margin-bottom: 0.5rem;
}

.last\:mb-12:last-child{
  margin-bottom: 0.75rem;
}

.last\:mb-16:last-child{
  margin-bottom: 1rem;
}

.last\:mb-20:last-child{
  margin-bottom: 1.25rem;
}

.last\:mb-24:last-child{
  margin-bottom: 1.5rem;
}

.last\:mb-32:last-child{
  margin-bottom: 2rem;
}

.last\:mb-40:last-child{
  margin-bottom: 2.5rem;
}

.last\:mb-48:last-child{
  margin-bottom: 3rem;
}

.last\:mb-56:last-child{
  margin-bottom: 3.5rem;
}

.last\:mb-64:last-child{
  margin-bottom: 4rem;
}

.last\:mb-80:last-child{
  margin-bottom: 5rem;
}

.last\:mb-96:last-child{
  margin-bottom: 6rem;
}

.last\:mb-104:last-child{
  margin-bottom: 6.5rem;
}

.last\:mb-112:last-child{
  margin-bottom: 7rem;
}

.last\:mb-128:last-child{
  margin-bottom: 8rem;
}

.last\:mb-140:last-child{
  margin-bottom: 8.75rem;
}

.last\:mb-160:last-child{
  margin-bottom: 10rem;
}

.last\:mb-180:last-child{
  margin-bottom: 11.25rem;
}

.last\:mb-200:last-child{
  margin-bottom: 12.5rem;
}

.last\:mb-224:last-child{
  margin-bottom: 14rem;
}

.last\:mb-240:last-child{
  margin-bottom: 15rem;
}

.last\:mb-260:last-child{
  margin-bottom: 16.25rem;
}

.last\:mb-300:last-child{
  margin-bottom: 18.75rem;
}

.last\:mb-auto:last-child{
  margin-bottom: auto;
}

.last\:-mb-78\%:last-child{
  margin-bottom: -78%;
}

.last\:-mb-80\%:last-child{
  margin-bottom: -80%;
}

.last\:-mb-50\%:last-child{
  margin-bottom: -50%;
}

.last\:-mb-35\%:last-child{
  margin-bottom: -35%;
}

.last\:-mb-128:last-child{
  margin-bottom: -8rem;
}

.last\:-mb-96:last-child{
  margin-bottom: -6rem;
}

.last\:-mb-64:last-child{
  margin-bottom: -4rem;
}

.last\:-mb-32:last-child{
  margin-bottom: -2rem;
}

.last\:-mb-8:last-child{
  margin-bottom: -0.5rem;
}

.last\:mb-5\%:last-child{
  margin-bottom: 5%;
}

.last\:mb-10\%:last-child{
  margin-bottom: 10%;
}

.last\:mb-15\%:last-child{
  margin-bottom: 15%;
}

.last\:mb-20\%:last-child{
  margin-bottom: 20%;
}

.last\:mb-25\%:last-child{
  margin-bottom: 25%;
}

.last\:mb-30\%:last-child{
  margin-bottom: 30%;
}

.last\:mb-31\%:last-child{
  margin-bottom: 31%;
}

.last\:mb-33\%:last-child{
  margin-bottom: 33.333%;
}

.last\:mb-34\%:last-child{
  margin-bottom: 34%;
}

.last\:mb-45\%:last-child{
  margin-bottom: 45%;
}

.last\:mb-50\%:last-child{
  margin-bottom: 50%;
}

.last\:mb-54\%:last-child{
  margin-bottom: 54%;
}

.last\:mb-75\%:last-child{
  margin-bottom: 75%;
}

.last\:mb-55\%:last-child{
  margin-bottom: 55%;
}

.last\:mb-65\%:last-child{
  margin-bottom: 65%;
}

.last\:mb-66\%:last-child{
  margin-bottom: 66%;
}

.last\:mb-85\%:last-child{
  margin-bottom: 85%;
}

.last\:mb-96\%:last-child{
  margin-bottom: 96%;
}

.last\:mb-130\%:last-child{
  margin-bottom: 130%;
}

.last\:mb-135\%:last-child{
  margin-bottom: 135%;
}

.last\:mb-200\%:last-child{
  margin-bottom: 200%;
}

.last\:mb-16\/9:last-child{
  margin-bottom: 56.25%;
}

.last\:mb-1\/2:last-child{
  margin-bottom: 50%;
}

.last\:mb-full:last-child{
  margin-bottom: 100%;
}

.last\:mb-span:last-child{
  margin-bottom: 8.333%;
}

.last\:mb-2span:last-child{
  margin-bottom: 16.666%;
}

.last\:mb-px:last-child{
  margin-bottom: 1px;
}

.last\:-mb-4:last-child{
  margin-bottom: -0.25rem;
}

.last\:-mb-12:last-child{
  margin-bottom: -0.75rem;
}

.last\:-mb-16:last-child{
  margin-bottom: -1rem;
}

.last\:-mb-20:last-child{
  margin-bottom: -1.25rem;
}

.last\:-mb-24:last-child{
  margin-bottom: -1.5rem;
}

.last\:-mb-40:last-child{
  margin-bottom: -2.5rem;
}

.last\:-mb-48:last-child{
  margin-bottom: -3rem;
}

.last\:-mb-56:last-child{
  margin-bottom: -3.5rem;
}

.last\:-mb-80:last-child{
  margin-bottom: -5rem;
}

.last\:-mb-104:last-child{
  margin-bottom: -6.5rem;
}

.last\:-mb-112:last-child{
  margin-bottom: -7rem;
}

.last\:-mb-140:last-child{
  margin-bottom: -8.75rem;
}

.last\:-mb-160:last-child{
  margin-bottom: -10rem;
}

.last\:-mb-180:last-child{
  margin-bottom: -11.25rem;
}

.last\:-mb-200:last-child{
  margin-bottom: -12.5rem;
}

.last\:-mb-224:last-child{
  margin-bottom: -14rem;
}

.last\:-mb-240:last-child{
  margin-bottom: -15rem;
}

.last\:-mb-260:last-child{
  margin-bottom: -16.25rem;
}

.last\:-mb-300:last-child{
  margin-bottom: -18.75rem;
}

.last\:-mb--78\%:last-child{
  margin-bottom: 78%;
}

.last\:-mb--80\%:last-child{
  margin-bottom: 80%;
}

.last\:-mb--50\%:last-child{
  margin-bottom: 50%;
}

.last\:-mb--35\%:last-child{
  margin-bottom: 35%;
}

.last\:-mb--128:last-child{
  margin-bottom: 8rem;
}

.last\:-mb--96:last-child{
  margin-bottom: 6rem;
}

.last\:-mb--64:last-child{
  margin-bottom: 4rem;
}

.last\:-mb--32:last-child{
  margin-bottom: 2rem;
}

.last\:-mb--8:last-child{
  margin-bottom: 0.5rem;
}

.last\:-mb-5\%:last-child{
  margin-bottom: -5%;
}

.last\:-mb-10\%:last-child{
  margin-bottom: -10%;
}

.last\:-mb-15\%:last-child{
  margin-bottom: -15%;
}

.last\:-mb-20\%:last-child{
  margin-bottom: -20%;
}

.last\:-mb-25\%:last-child{
  margin-bottom: -25%;
}

.last\:-mb-30\%:last-child{
  margin-bottom: -30%;
}

.last\:-mb-31\%:last-child{
  margin-bottom: -31%;
}

.last\:-mb-33\%:last-child{
  margin-bottom: -33.333%;
}

.last\:-mb-34\%:last-child{
  margin-bottom: -34%;
}

.last\:-mb-45\%:last-child{
  margin-bottom: -45%;
}

.last\:-mb-54\%:last-child{
  margin-bottom: -54%;
}

.last\:-mb-75\%:last-child{
  margin-bottom: -75%;
}

.last\:-mb-55\%:last-child{
  margin-bottom: -55%;
}

.last\:-mb-65\%:last-child{
  margin-bottom: -65%;
}

.last\:-mb-66\%:last-child{
  margin-bottom: -66%;
}

.last\:-mb-85\%:last-child{
  margin-bottom: -85%;
}

.last\:-mb-96\%:last-child{
  margin-bottom: -96%;
}

.last\:-mb-130\%:last-child{
  margin-bottom: -130%;
}

.last\:-mb-135\%:last-child{
  margin-bottom: -135%;
}

.last\:-mb-200\%:last-child{
  margin-bottom: -200%;
}

.last\:-mb-16\/9:last-child{
  margin-bottom: -56.25%;
}

.last\:-mb-1\/2:last-child{
  margin-bottom: -50%;
}

.last\:-mb-full:last-child{
  margin-bottom: -100%;
}

.last\:-mb-span:last-child{
  margin-bottom: -8.333%;
}

.last\:-mb-2span:last-child{
  margin-bottom: -16.666%;
}

.last\:-mb-px:last-child{
  margin-bottom: -1px;
}

.last\:ml-0:last-child{
  margin-left: 0;
}

.last\:ml-4:last-child{
  margin-left: 0.25rem;
}

.last\:ml-8:last-child{
  margin-left: 0.5rem;
}

.last\:ml-12:last-child{
  margin-left: 0.75rem;
}

.last\:ml-16:last-child{
  margin-left: 1rem;
}

.last\:ml-20:last-child{
  margin-left: 1.25rem;
}

.last\:ml-24:last-child{
  margin-left: 1.5rem;
}

.last\:ml-32:last-child{
  margin-left: 2rem;
}

.last\:ml-40:last-child{
  margin-left: 2.5rem;
}

.last\:ml-48:last-child{
  margin-left: 3rem;
}

.last\:ml-56:last-child{
  margin-left: 3.5rem;
}

.last\:ml-64:last-child{
  margin-left: 4rem;
}

.last\:ml-80:last-child{
  margin-left: 5rem;
}

.last\:ml-96:last-child{
  margin-left: 6rem;
}

.last\:ml-104:last-child{
  margin-left: 6.5rem;
}

.last\:ml-112:last-child{
  margin-left: 7rem;
}

.last\:ml-128:last-child{
  margin-left: 8rem;
}

.last\:ml-140:last-child{
  margin-left: 8.75rem;
}

.last\:ml-160:last-child{
  margin-left: 10rem;
}

.last\:ml-180:last-child{
  margin-left: 11.25rem;
}

.last\:ml-200:last-child{
  margin-left: 12.5rem;
}

.last\:ml-224:last-child{
  margin-left: 14rem;
}

.last\:ml-240:last-child{
  margin-left: 15rem;
}

.last\:ml-260:last-child{
  margin-left: 16.25rem;
}

.last\:ml-300:last-child{
  margin-left: 18.75rem;
}

.last\:ml-auto:last-child{
  margin-left: auto;
}

.last\:-ml-78\%:last-child{
  margin-left: -78%;
}

.last\:-ml-80\%:last-child{
  margin-left: -80%;
}

.last\:-ml-50\%:last-child{
  margin-left: -50%;
}

.last\:-ml-35\%:last-child{
  margin-left: -35%;
}

.last\:-ml-128:last-child{
  margin-left: -8rem;
}

.last\:-ml-96:last-child{
  margin-left: -6rem;
}

.last\:-ml-64:last-child{
  margin-left: -4rem;
}

.last\:-ml-32:last-child{
  margin-left: -2rem;
}

.last\:-ml-8:last-child{
  margin-left: -0.5rem;
}

.last\:ml-5\%:last-child{
  margin-left: 5%;
}

.last\:ml-10\%:last-child{
  margin-left: 10%;
}

.last\:ml-15\%:last-child{
  margin-left: 15%;
}

.last\:ml-20\%:last-child{
  margin-left: 20%;
}

.last\:ml-25\%:last-child{
  margin-left: 25%;
}

.last\:ml-30\%:last-child{
  margin-left: 30%;
}

.last\:ml-31\%:last-child{
  margin-left: 31%;
}

.last\:ml-33\%:last-child{
  margin-left: 33.333%;
}

.last\:ml-34\%:last-child{
  margin-left: 34%;
}

.last\:ml-45\%:last-child{
  margin-left: 45%;
}

.last\:ml-50\%:last-child{
  margin-left: 50%;
}

.last\:ml-54\%:last-child{
  margin-left: 54%;
}

.last\:ml-75\%:last-child{
  margin-left: 75%;
}

.last\:ml-55\%:last-child{
  margin-left: 55%;
}

.last\:ml-65\%:last-child{
  margin-left: 65%;
}

.last\:ml-66\%:last-child{
  margin-left: 66%;
}

.last\:ml-85\%:last-child{
  margin-left: 85%;
}

.last\:ml-96\%:last-child{
  margin-left: 96%;
}

.last\:ml-130\%:last-child{
  margin-left: 130%;
}

.last\:ml-135\%:last-child{
  margin-left: 135%;
}

.last\:ml-200\%:last-child{
  margin-left: 200%;
}

.last\:ml-16\/9:last-child{
  margin-left: 56.25%;
}

.last\:ml-1\/2:last-child{
  margin-left: 50%;
}

.last\:ml-full:last-child{
  margin-left: 100%;
}

.last\:ml-span:last-child{
  margin-left: 8.333%;
}

.last\:ml-2span:last-child{
  margin-left: 16.666%;
}

.last\:ml-px:last-child{
  margin-left: 1px;
}

.last\:-ml-4:last-child{
  margin-left: -0.25rem;
}

.last\:-ml-12:last-child{
  margin-left: -0.75rem;
}

.last\:-ml-16:last-child{
  margin-left: -1rem;
}

.last\:-ml-20:last-child{
  margin-left: -1.25rem;
}

.last\:-ml-24:last-child{
  margin-left: -1.5rem;
}

.last\:-ml-40:last-child{
  margin-left: -2.5rem;
}

.last\:-ml-48:last-child{
  margin-left: -3rem;
}

.last\:-ml-56:last-child{
  margin-left: -3.5rem;
}

.last\:-ml-80:last-child{
  margin-left: -5rem;
}

.last\:-ml-104:last-child{
  margin-left: -6.5rem;
}

.last\:-ml-112:last-child{
  margin-left: -7rem;
}

.last\:-ml-140:last-child{
  margin-left: -8.75rem;
}

.last\:-ml-160:last-child{
  margin-left: -10rem;
}

.last\:-ml-180:last-child{
  margin-left: -11.25rem;
}

.last\:-ml-200:last-child{
  margin-left: -12.5rem;
}

.last\:-ml-224:last-child{
  margin-left: -14rem;
}

.last\:-ml-240:last-child{
  margin-left: -15rem;
}

.last\:-ml-260:last-child{
  margin-left: -16.25rem;
}

.last\:-ml-300:last-child{
  margin-left: -18.75rem;
}

.last\:-ml--78\%:last-child{
  margin-left: 78%;
}

.last\:-ml--80\%:last-child{
  margin-left: 80%;
}

.last\:-ml--50\%:last-child{
  margin-left: 50%;
}

.last\:-ml--35\%:last-child{
  margin-left: 35%;
}

.last\:-ml--128:last-child{
  margin-left: 8rem;
}

.last\:-ml--96:last-child{
  margin-left: 6rem;
}

.last\:-ml--64:last-child{
  margin-left: 4rem;
}

.last\:-ml--32:last-child{
  margin-left: 2rem;
}

.last\:-ml--8:last-child{
  margin-left: 0.5rem;
}

.last\:-ml-5\%:last-child{
  margin-left: -5%;
}

.last\:-ml-10\%:last-child{
  margin-left: -10%;
}

.last\:-ml-15\%:last-child{
  margin-left: -15%;
}

.last\:-ml-20\%:last-child{
  margin-left: -20%;
}

.last\:-ml-25\%:last-child{
  margin-left: -25%;
}

.last\:-ml-30\%:last-child{
  margin-left: -30%;
}

.last\:-ml-31\%:last-child{
  margin-left: -31%;
}

.last\:-ml-33\%:last-child{
  margin-left: -33.333%;
}

.last\:-ml-34\%:last-child{
  margin-left: -34%;
}

.last\:-ml-45\%:last-child{
  margin-left: -45%;
}

.last\:-ml-54\%:last-child{
  margin-left: -54%;
}

.last\:-ml-75\%:last-child{
  margin-left: -75%;
}

.last\:-ml-55\%:last-child{
  margin-left: -55%;
}

.last\:-ml-65\%:last-child{
  margin-left: -65%;
}

.last\:-ml-66\%:last-child{
  margin-left: -66%;
}

.last\:-ml-85\%:last-child{
  margin-left: -85%;
}

.last\:-ml-96\%:last-child{
  margin-left: -96%;
}

.last\:-ml-130\%:last-child{
  margin-left: -130%;
}

.last\:-ml-135\%:last-child{
  margin-left: -135%;
}

.last\:-ml-200\%:last-child{
  margin-left: -200%;
}

.last\:-ml-16\/9:last-child{
  margin-left: -56.25%;
}

.last\:-ml-1\/2:last-child{
  margin-left: -50%;
}

.last\:-ml-full:last-child{
  margin-left: -100%;
}

.last\:-ml-span:last-child{
  margin-left: -8.333%;
}

.last\:-ml-2span:last-child{
  margin-left: -16.666%;
}

.last\:-ml-px:last-child{
  margin-left: -1px;
}

.box-border{
  box-sizing: border-box;
}

.box-content{
  box-sizing: content-box;
}

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

.h-0{
  height: 0;
}

.h-2{
  height: 0.125rem;
}

.h-4{
  height: 0.25rem;
}

.h-8{
  height: 0.5rem;
}

.h-12{
  height: 0.75rem;
}

.h-16{
  height: 1rem;
}

.h-20{
  height: 1.25rem;
}

.h-24{
  height: 1.5rem;
}

.h-30{
  height: 1.875rem;
}

.h-32{
  height: 2rem;
}

.h-40{
  height: 2.5rem;
}

.h-48{
  height: 3rem;
}

.h-56{
  height: 3.5rem;
}

.h-64{
  height: 4rem;
}

.h-80{
  height: 5rem;
}

.h-96{
  height: 6rem;
}

.h-104{
  height: 6.5rem;
}

.h-112{
  height: 7rem;
}

.h-128{
  height: 8rem;
}

.h-140{
  height: 8.75rem;
}

.h-160{
  height: 10rem;
}

.h-180{
  height: 11.25rem;
}

.h-192{
  height: 12rem;
}

.h-200{
  height: 12.5rem;
}

.h-224{
  height: 14rem;
}

.h-240{
  height: 15rem;
}

.h-260{
  height: 16.25rem;
}

.h-300{
  height: 18.75rem;
}

.h-336{
  height: 21rem;
}

.h-400{
  height: 25rem;
}

.h-448{
  height: 28rem;
}

.h-450{
  height: 28.125rem;
}

.h-560{
  height: 35rem;
}

.h-672{
  height: 42rem;
}

.h-750{
  height: 45rem;
}

.h-832{
  height: 52rem;
}

.h-1080{
  height: 67.5rem;
}

.h-auto{
  height: auto;
}

.-h-78\%{
  height: -78%;
}

.-h-80\%{
  height: -80%;
}

.-h-50\%{
  height: -50%;
}

.-h-35\%{
  height: -35%;
}

.-h-128{
  height: -8rem;
}

.-h-96{
  height: -6rem;
}

.-h-64{
  height: -4rem;
}

.-h-32{
  height: -2rem;
}

.-h-8{
  height: -0.5rem;
}

.h-5\%{
  height: 5%;
}

.h-10\%{
  height: 10%;
}

.h-15\%{
  height: 15%;
}

.h-20\%{
  height: 20%;
}

.h-25\%{
  height: 25%;
}

.h-30\%{
  height: 30%;
}

.h-31\%{
  height: 31%;
}

.h-33\%{
  height: 33.333%;
}

.h-34\%{
  height: 34%;
}

.h-45\%{
  height: 45%;
}

.h-50\%{
  height: 50%;
}

.h-54\%{
  height: 54%;
}

.h-75\%{
  height: 75%;
}

.h-55\%{
  height: 55%;
}

.h-65\%{
  height: 65%;
}

.h-66\%{
  height: 66%;
}

.h-85\%{
  height: 85%;
}

.h-96\%{
  height: 96%;
}

.h-130\%{
  height: 130%;
}

.h-135\%{
  height: 135%;
}

.h-200\%{
  height: 200%;
}

.h-16\/9{
  height: 56.25%;
}

.h-1\/2{
  height: 50%;
}

.h-full{
  height: 100%;
}

.h-span{
  height: 8.333%;
}

.h-2span{
  height: 16.666%;
}

.h-px{
  height: 1px;
}

.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-screen{
  height: 100vh;
}

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

.h-105\%{
  height: 105%;
}

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

.max-h-4{
  max-height: 0.25rem;
}

.max-h-8{
  max-height: 0.5rem;
}

.max-h-12{
  max-height: 0.75rem;
}

.max-h-16{
  max-height: 1rem;
}

.max-h-20{
  max-height: 1.25rem;
}

.max-h-24{
  max-height: 1.5rem;
}

.max-h-32{
  max-height: 2rem;
}

.max-h-40{
  max-height: 2.5rem;
}

.max-h-48{
  max-height: 3rem;
}

.max-h-56{
  max-height: 3.5rem;
}

.max-h-64{
  max-height: 4rem;
}

.max-h-80{
  max-height: 5rem;
}

.max-h-96{
  max-height: 6rem;
}

.max-h-104{
  max-height: 6.5rem;
}

.max-h-112{
  max-height: 7rem;
}

.max-h-120{
  max-height: 7.5rem;
}

.max-h-128{
  max-height: 8rem;
}

.max-h-140{
  max-height: 8.75rem;
}

.max-h-160{
  max-height: 10rem;
}

.max-h-180{
  max-height: 11.25rem;
}

.max-h-200{
  max-height: 12.5rem;
}

.max-h-224{
  max-height: 14rem;
}

.max-h-240{
  max-height: 15rem;
}

.max-h-260{
  max-height: 16.25rem;
}

.max-h-300{
  max-height: 18.75rem;
}

.max-h-800{
  max-height: 50rem;
}

.max-h-1500{
  max-height: 93.75rem;
}

.-max-h-78\%{
  max-height: -78%;
}

.-max-h-80\%{
  max-height: -80%;
}

.-max-h-50\%{
  max-height: -50%;
}

.-max-h-35\%{
  max-height: -35%;
}

.-max-h-128{
  max-height: -8rem;
}

.-max-h-96{
  max-height: -6rem;
}

.-max-h-64{
  max-height: -4rem;
}

.-max-h-32{
  max-height: -2rem;
}

.-max-h-8{
  max-height: -0.5rem;
}

.max-h-5\%{
  max-height: 5%;
}

.max-h-10\%{
  max-height: 10%;
}

.max-h-15\%{
  max-height: 15%;
}

.max-h-20\%{
  max-height: 20%;
}

.max-h-25\%{
  max-height: 25%;
}

.max-h-30\%{
  max-height: 30%;
}

.max-h-31\%{
  max-height: 31%;
}

.max-h-33\%{
  max-height: 33.333%;
}

.max-h-34\%{
  max-height: 34%;
}

.max-h-45\%{
  max-height: 45%;
}

.max-h-50\%{
  max-height: 50%;
}

.max-h-54\%{
  max-height: 54%;
}

.max-h-75\%{
  max-height: 75%;
}

.max-h-55\%{
  max-height: 55%;
}

.max-h-65\%{
  max-height: 65%;
}

.max-h-66\%{
  max-height: 66%;
}

.max-h-85\%{
  max-height: 85%;
}

.max-h-96\%{
  max-height: 96%;
}

.max-h-130\%{
  max-height: 130%;
}

.max-h-135\%{
  max-height: 135%;
}

.max-h-200\%{
  max-height: 200%;
}

.max-h-16\/9{
  max-height: 56.25%;
}

.max-h-1\/2{
  max-height: 50%;
}

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

.max-h-span{
  max-height: 8.333%;
}

.max-h-2span{
  max-height: 16.666%;
}

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

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

.max-h-80vh{
  max-height: 80vh;
}

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

.min-h-32{
  min-height: 2rem;
}

.min-h-64{
  min-height: 4rem;
}

.min-h-96{
  min-height: 6rem;
}

.min-h-272{
  min-height: 17rem;
}

.min-h-300{
  min-height: 18.75rem;
}

.min-h-448{
  min-height: 28rem;
}

.min-h-460{
  min-height: 28.75rem;
}

.min-h-500{
  min-height: 31.25rem;
}

.min-h-560{
  min-height: 35rem;
}

.min-h-672{
  min-height: 42rem;
}

.min-h-704{
  min-height: 44rem;
}

.min-h-736{
  min-height: 46rem;
}

.min-h-780{
  min-height: 48.75rem;
}

.min-h-816{
  min-height: 51rem;
}

.min-h-832{
  min-height: 52rem;
}

.min-h-1040{
  min-height: 65rem;
}

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

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

.min-h-1\/2{
  min-height: 50%;
}

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

.w-0{
  width: 0;
}

.w-4{
  width: 0.25rem;
}

.w-8{
  width: 0.5rem;
}

.w-12{
  width: 0.75rem;
}

.w-16{
  width: 1rem;
}

.w-20{
  width: 1.25rem;
}

.w-24{
  width: 1.5rem;
}

.w-30{
  width: 1.875rem;
}

.w-32{
  width: 2rem;
}

.w-40{
  width: 2.5rem;
}

.w-48{
  width: 3rem;
}

.w-56{
  width: 3.5rem;
}

.w-64{
  width: 4rem;
}

.w-80{
  width: 5rem;
}

.w-96{
  width: 6rem;
}

.w-104{
  width: 6.5rem;
}

.w-112{
  width: 7rem;
}

.w-128{
  width: 8rem;
}

.w-140{
  width: 8.75rem;
}

.w-144{
  width: 9rem;
}

.w-160{
  width: 10rem;
}

.w-180{
  width: 11.25rem;
}

.w-200{
  width: 12.5rem;
}

.w-224{
  width: 14rem;
}

.w-240{
  width: 15rem;
}

.w-260{
  width: 16.25rem;
}

.w-288{
  width: 18rem;
}

.w-300{
  width: 18.75rem;
}

.w-336{
  width: 21rem;
}

.w-390{
  width: 24.375rem;
}

.w-448{
  width: 28rem;
}

.w-475{
  width: 29.625rem;
}

.w-528{
  width: 33rem;
}

.w-560{
  width: 35rem;
}

.w-672{
  width: 42rem;
}

.w-832{
  width: 52rem;
}

.w-834{
  width: 52.125rem;
}

.w-1080{
  width: 67.5rem;
}

.w-auto{
  width: auto;
}

.-w-78\%{
  width: -78%;
}

.-w-80\%{
  width: -80%;
}

.-w-50\%{
  width: -50%;
}

.-w-35\%{
  width: -35%;
}

.-w-128{
  width: -8rem;
}

.-w-96{
  width: -6rem;
}

.-w-64{
  width: -4rem;
}

.-w-32{
  width: -2rem;
}

.-w-8{
  width: -0.5rem;
}

.w-5\%{
  width: 5%;
}

.w-10\%{
  width: 10%;
}

.w-15\%{
  width: 15%;
}

.w-20\%{
  width: 20%;
}

.w-25\%{
  width: 25%;
}

.w-30\%{
  width: 30%;
}

.w-31\%{
  width: 31%;
}

.w-33\%{
  width: 33.333%;
}

.w-34\%{
  width: 34%;
}

.w-45\%{
  width: 45%;
}

.w-50\%{
  width: 50%;
}

.w-54\%{
  width: 54%;
}

.w-75\%{
  width: 75%;
}

.w-55\%{
  width: 55%;
}

.w-65\%{
  width: 65%;
}

.w-66\%{
  width: 66%;
}

.w-85\%{
  width: 85%;
}

.w-96\%{
  width: 96%;
}

.w-130\%{
  width: 130%;
}

.w-135\%{
  width: 135%;
}

.w-200\%{
  width: 200%;
}

.w-16\/9{
  width: 56.25%;
}

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

.w-full{
  width: 100%;
}

.w-span{
  width: 8.333%;
}

.w-2span{
  width: 16.666%;
}

.w-px{
  width: 1px;
}

.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-screen{
  width: 100vw;
}

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

.w-max{
  width: max-content;
}

.w-7span{
  width: 58.3%;
}

.w-8span{
  width: 66.4%;
}

.w-160\%{
  width: 160%;
}

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

.min-w-32{
  min-width: 2rem;
}

.min-w-248{
  min-width: 15.5rem;
}

.min-w-295{
  min-width: 18.4375rem;
}

.min-w-560{
  min-width: 35rem;
}

.min-w-736{
  min-width: 46rem;
}

.min-w-816{
  min-width: 51rem;
}

.min-w-1224{
  min-width: 76.5rem;
}

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

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

.min-w-max{
  min-width: max-content;
}

.max-w-0{
  max-width: 0rem;
}

.max-w-32{
  max-width: 2rem;
}

.max-w-260{
  max-width: 16rem;
}

.max-w-none{
  max-width: none;
}

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

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

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

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

.max-w-xl{
  max-width: 90rem;
}

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

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

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

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

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

.max-w-7xl{
  max-width: 80rem;
}

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

.max-w-min{
  max-width: min-content;
}

.max-w-max{
  max-width: max-content;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-screen-min-width{
  max-width: 320px;
}

.max-w-screen-xs{
  max-width: 480px;
}

.max-w-screen-sm{
  max-width: 768px;
}

.max-w-screen-md{
  max-width: 1024px;
}

.max-w-screen-lg{
  max-width: 1280px;
}

.max-w-screen-xl{
  max-width: 1440px;
}

.max-w-screen-max-width{
  max-width: 1680px;
}

.max-w-screen-widescreen{
  max-width: 1920px;
}

.max-w-logo{
  max-width: 16.25rem;
}

.max-w-container{
  max-width: 120rem;
}

.max-w-footer{
  max-width: 82rem;
}

.max-w-content{
  max-width: 56rem;
}

.max-w-imageTextBox{
  max-width: 34rem;
}

.max-w-half{
  max-width: 50%;
}

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

.max-w-1\/3{
  max-width: 33%;
}

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

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

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

.flex-none{
  flex: none;
}

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

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

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

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

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

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

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

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

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

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none{
  transform: none;
}

.translate-x-0{
  --tw-translate-x: 0;
}

.translate-x-4{
  --tw-translate-x: 0.25rem;
}

.translate-x-8{
  --tw-translate-x: 0.5rem;
}

.translate-x-12{
  --tw-translate-x: 0.75rem;
}

.translate-x-16{
  --tw-translate-x: 1rem;
}

.translate-x-20{
  --tw-translate-x: 1.25rem;
}

.translate-x-24{
  --tw-translate-x: 1.5rem;
}

.translate-x-32{
  --tw-translate-x: 2rem;
}

.translate-x-40{
  --tw-translate-x: 2.5rem;
}

.translate-x-48{
  --tw-translate-x: 3rem;
}

.translate-x-56{
  --tw-translate-x: 3.5rem;
}

.translate-x-64{
  --tw-translate-x: 4rem;
}

.translate-x-80{
  --tw-translate-x: 5rem;
}

.translate-x-96{
  --tw-translate-x: 6rem;
}

.translate-x-104{
  --tw-translate-x: 6.5rem;
}

.translate-x-112{
  --tw-translate-x: 7rem;
}

.translate-x-128{
  --tw-translate-x: 8rem;
}

.translate-x-140{
  --tw-translate-x: 8.75rem;
}

.translate-x-160{
  --tw-translate-x: 10rem;
}

.translate-x-180{
  --tw-translate-x: 11.25rem;
}

.translate-x-200{
  --tw-translate-x: 12.5rem;
}

.translate-x-224{
  --tw-translate-x: 14rem;
}

.translate-x-240{
  --tw-translate-x: 15rem;
}

.translate-x-260{
  --tw-translate-x: 16.25rem;
}

.translate-x-300{
  --tw-translate-x: 18.75rem;
}

.-translate-x-78\%{
  --tw-translate-x: -78%;
}

.-translate-x-80\%{
  --tw-translate-x: -80%;
}

.-translate-x-50\%{
  --tw-translate-x: -50%;
}

.-translate-x-35\%{
  --tw-translate-x: -35%;
}

.-translate-x-128{
  --tw-translate-x: -8rem;
}

.-translate-x-96{
  --tw-translate-x: -6rem;
}

.-translate-x-64{
  --tw-translate-x: -4rem;
}

.-translate-x-32{
  --tw-translate-x: -2rem;
}

.-translate-x-8{
  --tw-translate-x: -0.5rem;
}

.translate-x-5\%{
  --tw-translate-x: 5%;
}

.translate-x-10\%{
  --tw-translate-x: 10%;
}

.translate-x-15\%{
  --tw-translate-x: 15%;
}

.translate-x-20\%{
  --tw-translate-x: 20%;
}

.translate-x-25\%{
  --tw-translate-x: 25%;
}

.translate-x-30\%{
  --tw-translate-x: 30%;
}

.translate-x-31\%{
  --tw-translate-x: 31%;
}

.translate-x-33\%{
  --tw-translate-x: 33.333%;
}

.translate-x-34\%{
  --tw-translate-x: 34%;
}

.translate-x-45\%{
  --tw-translate-x: 45%;
}

.translate-x-50\%{
  --tw-translate-x: 50%;
}

.translate-x-54\%{
  --tw-translate-x: 54%;
}

.translate-x-75\%{
  --tw-translate-x: 75%;
}

.translate-x-55\%{
  --tw-translate-x: 55%;
}

.translate-x-65\%{
  --tw-translate-x: 65%;
}

.translate-x-66\%{
  --tw-translate-x: 66%;
}

.translate-x-85\%{
  --tw-translate-x: 85%;
}

.translate-x-96\%{
  --tw-translate-x: 96%;
}

.translate-x-130\%{
  --tw-translate-x: 130%;
}

.translate-x-135\%{
  --tw-translate-x: 135%;
}

.translate-x-200\%{
  --tw-translate-x: 200%;
}

.translate-x-16\/9{
  --tw-translate-x: 56.25%;
}

.translate-x-1\/2{
  --tw-translate-x: 50%;
}

.translate-x-full{
  --tw-translate-x: 100%;
}

.translate-x-span{
  --tw-translate-x: 8.333%;
}

.translate-x-2span{
  --tw-translate-x: 16.666%;
}

.translate-x-px{
  --tw-translate-x: 1px;
}

.-translate-x-4{
  --tw-translate-x: -0.25rem;
}

.-translate-x-12{
  --tw-translate-x: -0.75rem;
}

.-translate-x-16{
  --tw-translate-x: -1rem;
}

.-translate-x-20{
  --tw-translate-x: -1.25rem;
}

.-translate-x-24{
  --tw-translate-x: -1.5rem;
}

.-translate-x-40{
  --tw-translate-x: -2.5rem;
}

.-translate-x-48{
  --tw-translate-x: -3rem;
}

.-translate-x-56{
  --tw-translate-x: -3.5rem;
}

.-translate-x-80{
  --tw-translate-x: -5rem;
}

.-translate-x-104{
  --tw-translate-x: -6.5rem;
}

.-translate-x-112{
  --tw-translate-x: -7rem;
}

.-translate-x-140{
  --tw-translate-x: -8.75rem;
}

.-translate-x-160{
  --tw-translate-x: -10rem;
}

.-translate-x-180{
  --tw-translate-x: -11.25rem;
}

.-translate-x-200{
  --tw-translate-x: -12.5rem;
}

.-translate-x-224{
  --tw-translate-x: -14rem;
}

.-translate-x-240{
  --tw-translate-x: -15rem;
}

.-translate-x-260{
  --tw-translate-x: -16.25rem;
}

.-translate-x-300{
  --tw-translate-x: -18.75rem;
}

.-translate-x--78\%{
  --tw-translate-x: 78%;
}

.-translate-x--80\%{
  --tw-translate-x: 80%;
}

.-translate-x--50\%{
  --tw-translate-x: 50%;
}

.-translate-x--35\%{
  --tw-translate-x: 35%;
}

.-translate-x--128{
  --tw-translate-x: 8rem;
}

.-translate-x--96{
  --tw-translate-x: 6rem;
}

.-translate-x--64{
  --tw-translate-x: 4rem;
}

.-translate-x--32{
  --tw-translate-x: 2rem;
}

.-translate-x--8{
  --tw-translate-x: 0.5rem;
}

.-translate-x-5\%{
  --tw-translate-x: -5%;
}

.-translate-x-10\%{
  --tw-translate-x: -10%;
}

.-translate-x-15\%{
  --tw-translate-x: -15%;
}

.-translate-x-20\%{
  --tw-translate-x: -20%;
}

.-translate-x-25\%{
  --tw-translate-x: -25%;
}

.-translate-x-30\%{
  --tw-translate-x: -30%;
}

.-translate-x-31\%{
  --tw-translate-x: -31%;
}

.-translate-x-33\%{
  --tw-translate-x: -33.333%;
}

.-translate-x-34\%{
  --tw-translate-x: -34%;
}

.-translate-x-45\%{
  --tw-translate-x: -45%;
}

.-translate-x-54\%{
  --tw-translate-x: -54%;
}

.-translate-x-75\%{
  --tw-translate-x: -75%;
}

.-translate-x-55\%{
  --tw-translate-x: -55%;
}

.-translate-x-65\%{
  --tw-translate-x: -65%;
}

.-translate-x-66\%{
  --tw-translate-x: -66%;
}

.-translate-x-85\%{
  --tw-translate-x: -85%;
}

.-translate-x-96\%{
  --tw-translate-x: -96%;
}

.-translate-x-130\%{
  --tw-translate-x: -130%;
}

.-translate-x-135\%{
  --tw-translate-x: -135%;
}

.-translate-x-200\%{
  --tw-translate-x: -200%;
}

.-translate-x-16\/9{
  --tw-translate-x: -56.25%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.-translate-x-full{
  --tw-translate-x: -100%;
}

.-translate-x-span{
  --tw-translate-x: -8.333%;
}

.-translate-x-2span{
  --tw-translate-x: -16.666%;
}

.-translate-x-px{
  --tw-translate-x: -1px;
}

.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-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-y-0{
  --tw-translate-y: 0;
}

.translate-y-4{
  --tw-translate-y: 0.25rem;
}

.translate-y-8{
  --tw-translate-y: 0.5rem;
}

.translate-y-12{
  --tw-translate-y: 0.75rem;
}

.translate-y-16{
  --tw-translate-y: 1rem;
}

.translate-y-20{
  --tw-translate-y: 1.25rem;
}

.translate-y-24{
  --tw-translate-y: 1.5rem;
}

.translate-y-32{
  --tw-translate-y: 2rem;
}

.translate-y-40{
  --tw-translate-y: 2.5rem;
}

.translate-y-48{
  --tw-translate-y: 3rem;
}

.translate-y-56{
  --tw-translate-y: 3.5rem;
}

.translate-y-64{
  --tw-translate-y: 4rem;
}

.translate-y-80{
  --tw-translate-y: 5rem;
}

.translate-y-96{
  --tw-translate-y: 6rem;
}

.translate-y-104{
  --tw-translate-y: 6.5rem;
}

.translate-y-112{
  --tw-translate-y: 7rem;
}

.translate-y-128{
  --tw-translate-y: 8rem;
}

.translate-y-140{
  --tw-translate-y: 8.75rem;
}

.translate-y-160{
  --tw-translate-y: 10rem;
}

.translate-y-180{
  --tw-translate-y: 11.25rem;
}

.translate-y-200{
  --tw-translate-y: 12.5rem;
}

.translate-y-224{
  --tw-translate-y: 14rem;
}

.translate-y-240{
  --tw-translate-y: 15rem;
}

.translate-y-260{
  --tw-translate-y: 16.25rem;
}

.translate-y-300{
  --tw-translate-y: 18.75rem;
}

.-translate-y-78\%{
  --tw-translate-y: -78%;
}

.-translate-y-80\%{
  --tw-translate-y: -80%;
}

.-translate-y-50\%{
  --tw-translate-y: -50%;
}

.-translate-y-35\%{
  --tw-translate-y: -35%;
}

.-translate-y-128{
  --tw-translate-y: -8rem;
}

.-translate-y-96{
  --tw-translate-y: -6rem;
}

.-translate-y-64{
  --tw-translate-y: -4rem;
}

.-translate-y-32{
  --tw-translate-y: -2rem;
}

.-translate-y-8{
  --tw-translate-y: -0.5rem;
}

.translate-y-5\%{
  --tw-translate-y: 5%;
}

.translate-y-10\%{
  --tw-translate-y: 10%;
}

.translate-y-15\%{
  --tw-translate-y: 15%;
}

.translate-y-20\%{
  --tw-translate-y: 20%;
}

.translate-y-25\%{
  --tw-translate-y: 25%;
}

.translate-y-30\%{
  --tw-translate-y: 30%;
}

.translate-y-31\%{
  --tw-translate-y: 31%;
}

.translate-y-33\%{
  --tw-translate-y: 33.333%;
}

.translate-y-34\%{
  --tw-translate-y: 34%;
}

.translate-y-45\%{
  --tw-translate-y: 45%;
}

.translate-y-50\%{
  --tw-translate-y: 50%;
}

.translate-y-54\%{
  --tw-translate-y: 54%;
}

.translate-y-75\%{
  --tw-translate-y: 75%;
}

.translate-y-55\%{
  --tw-translate-y: 55%;
}

.translate-y-65\%{
  --tw-translate-y: 65%;
}

.translate-y-66\%{
  --tw-translate-y: 66%;
}

.translate-y-85\%{
  --tw-translate-y: 85%;
}

.translate-y-96\%{
  --tw-translate-y: 96%;
}

.translate-y-130\%{
  --tw-translate-y: 130%;
}

.translate-y-135\%{
  --tw-translate-y: 135%;
}

.translate-y-200\%{
  --tw-translate-y: 200%;
}

.translate-y-16\/9{
  --tw-translate-y: 56.25%;
}

.translate-y-1\/2{
  --tw-translate-y: 50%;
}

.translate-y-full{
  --tw-translate-y: 100%;
}

.translate-y-span{
  --tw-translate-y: 8.333%;
}

.translate-y-2span{
  --tw-translate-y: 16.666%;
}

.translate-y-px{
  --tw-translate-y: 1px;
}

.-translate-y-4{
  --tw-translate-y: -0.25rem;
}

.-translate-y-12{
  --tw-translate-y: -0.75rem;
}

.-translate-y-16{
  --tw-translate-y: -1rem;
}

.-translate-y-20{
  --tw-translate-y: -1.25rem;
}

.-translate-y-24{
  --tw-translate-y: -1.5rem;
}

.-translate-y-40{
  --tw-translate-y: -2.5rem;
}

.-translate-y-48{
  --tw-translate-y: -3rem;
}

.-translate-y-56{
  --tw-translate-y: -3.5rem;
}

.-translate-y-80{
  --tw-translate-y: -5rem;
}

.-translate-y-104{
  --tw-translate-y: -6.5rem;
}

.-translate-y-112{
  --tw-translate-y: -7rem;
}

.-translate-y-140{
  --tw-translate-y: -8.75rem;
}

.-translate-y-160{
  --tw-translate-y: -10rem;
}

.-translate-y-180{
  --tw-translate-y: -11.25rem;
}

.-translate-y-200{
  --tw-translate-y: -12.5rem;
}

.-translate-y-224{
  --tw-translate-y: -14rem;
}

.-translate-y-240{
  --tw-translate-y: -15rem;
}

.-translate-y-260{
  --tw-translate-y: -16.25rem;
}

.-translate-y-300{
  --tw-translate-y: -18.75rem;
}

.-translate-y--78\%{
  --tw-translate-y: 78%;
}

.-translate-y--80\%{
  --tw-translate-y: 80%;
}

.-translate-y--50\%{
  --tw-translate-y: 50%;
}

.-translate-y--35\%{
  --tw-translate-y: 35%;
}

.-translate-y--128{
  --tw-translate-y: 8rem;
}

.-translate-y--96{
  --tw-translate-y: 6rem;
}

.-translate-y--64{
  --tw-translate-y: 4rem;
}

.-translate-y--32{
  --tw-translate-y: 2rem;
}

.-translate-y--8{
  --tw-translate-y: 0.5rem;
}

.-translate-y-5\%{
  --tw-translate-y: -5%;
}

.-translate-y-10\%{
  --tw-translate-y: -10%;
}

.-translate-y-15\%{
  --tw-translate-y: -15%;
}

.-translate-y-20\%{
  --tw-translate-y: -20%;
}

.-translate-y-25\%{
  --tw-translate-y: -25%;
}

.-translate-y-30\%{
  --tw-translate-y: -30%;
}

.-translate-y-31\%{
  --tw-translate-y: -31%;
}

.-translate-y-33\%{
  --tw-translate-y: -33.333%;
}

.-translate-y-34\%{
  --tw-translate-y: -34%;
}

.-translate-y-45\%{
  --tw-translate-y: -45%;
}

.-translate-y-54\%{
  --tw-translate-y: -54%;
}

.-translate-y-75\%{
  --tw-translate-y: -75%;
}

.-translate-y-55\%{
  --tw-translate-y: -55%;
}

.-translate-y-65\%{
  --tw-translate-y: -65%;
}

.-translate-y-66\%{
  --tw-translate-y: -66%;
}

.-translate-y-85\%{
  --tw-translate-y: -85%;
}

.-translate-y-96\%{
  --tw-translate-y: -96%;
}

.-translate-y-130\%{
  --tw-translate-y: -130%;
}

.-translate-y-135\%{
  --tw-translate-y: -135%;
}

.-translate-y-200\%{
  --tw-translate-y: -200%;
}

.-translate-y-16\/9{
  --tw-translate-y: -56.25%;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.-translate-y-full{
  --tw-translate-y: -100%;
}

.-translate-y-span{
  --tw-translate-y: -8.333%;
}

.-translate-y-2span{
  --tw-translate-y: -16.666%;
}

.-translate-y-px{
  --tw-translate-y: -1px;
}

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

.hover\:translate-x-0:hover{
  --tw-translate-x: 0;
}

.hover\:translate-x-4:hover{
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-8:hover{
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-12:hover{
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-16:hover{
  --tw-translate-x: 1rem;
}

.hover\:translate-x-20:hover{
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-24:hover{
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-32:hover{
  --tw-translate-x: 2rem;
}

.hover\:translate-x-40:hover{
  --tw-translate-x: 2.5rem;
}

.hover\:translate-x-48:hover{
  --tw-translate-x: 3rem;
}

.hover\:translate-x-56:hover{
  --tw-translate-x: 3.5rem;
}

.hover\:translate-x-64:hover{
  --tw-translate-x: 4rem;
}

.hover\:translate-x-80:hover{
  --tw-translate-x: 5rem;
}

.hover\:translate-x-96:hover{
  --tw-translate-x: 6rem;
}

.hover\:translate-x-104:hover{
  --tw-translate-x: 6.5rem;
}

.hover\:translate-x-112:hover{
  --tw-translate-x: 7rem;
}

.hover\:translate-x-128:hover{
  --tw-translate-x: 8rem;
}

.hover\:translate-x-140:hover{
  --tw-translate-x: 8.75rem;
}

.hover\:translate-x-160:hover{
  --tw-translate-x: 10rem;
}

.hover\:translate-x-180:hover{
  --tw-translate-x: 11.25rem;
}

.hover\:translate-x-200:hover{
  --tw-translate-x: 12.5rem;
}

.hover\:translate-x-224:hover{
  --tw-translate-x: 14rem;
}

.hover\:translate-x-240:hover{
  --tw-translate-x: 15rem;
}

.hover\:translate-x-260:hover{
  --tw-translate-x: 16.25rem;
}

.hover\:translate-x-300:hover{
  --tw-translate-x: 18.75rem;
}

.hover\:-translate-x-78\%:hover{
  --tw-translate-x: -78%;
}

.hover\:-translate-x-80\%:hover{
  --tw-translate-x: -80%;
}

.hover\:-translate-x-50\%:hover{
  --tw-translate-x: -50%;
}

.hover\:-translate-x-35\%:hover{
  --tw-translate-x: -35%;
}

.hover\:-translate-x-128:hover{
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-96:hover{
  --tw-translate-x: -6rem;
}

.hover\:-translate-x-64:hover{
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-32:hover{
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-8:hover{
  --tw-translate-x: -0.5rem;
}

.hover\:translate-x-5\%:hover{
  --tw-translate-x: 5%;
}

.hover\:translate-x-10\%:hover{
  --tw-translate-x: 10%;
}

.hover\:translate-x-15\%:hover{
  --tw-translate-x: 15%;
}

.hover\:translate-x-20\%:hover{
  --tw-translate-x: 20%;
}

.hover\:translate-x-25\%:hover{
  --tw-translate-x: 25%;
}

.hover\:translate-x-30\%:hover{
  --tw-translate-x: 30%;
}

.hover\:translate-x-31\%:hover{
  --tw-translate-x: 31%;
}

.hover\:translate-x-33\%:hover{
  --tw-translate-x: 33.333%;
}

.hover\:translate-x-34\%:hover{
  --tw-translate-x: 34%;
}

.hover\:translate-x-45\%:hover{
  --tw-translate-x: 45%;
}

.hover\:translate-x-50\%:hover{
  --tw-translate-x: 50%;
}

.hover\:translate-x-54\%:hover{
  --tw-translate-x: 54%;
}

.hover\:translate-x-75\%:hover{
  --tw-translate-x: 75%;
}

.hover\:translate-x-55\%:hover{
  --tw-translate-x: 55%;
}

.hover\:translate-x-65\%:hover{
  --tw-translate-x: 65%;
}

.hover\:translate-x-66\%:hover{
  --tw-translate-x: 66%;
}

.hover\:translate-x-85\%:hover{
  --tw-translate-x: 85%;
}

.hover\:translate-x-96\%:hover{
  --tw-translate-x: 96%;
}

.hover\:translate-x-130\%:hover{
  --tw-translate-x: 130%;
}

.hover\:translate-x-135\%:hover{
  --tw-translate-x: 135%;
}

.hover\:translate-x-200\%:hover{
  --tw-translate-x: 200%;
}

.hover\:translate-x-16\/9:hover{
  --tw-translate-x: 56.25%;
}

.hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50%;
}

.hover\:translate-x-full:hover{
  --tw-translate-x: 100%;
}

.hover\:translate-x-span:hover{
  --tw-translate-x: 8.333%;
}

.hover\:translate-x-2span:hover{
  --tw-translate-x: 16.666%;
}

.hover\:translate-x-px:hover{
  --tw-translate-x: 1px;
}

.hover\:-translate-x-4:hover{
  --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-12:hover{
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-16:hover{
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-20:hover{
  --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-24:hover{
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-40:hover{
  --tw-translate-x: -2.5rem;
}

.hover\:-translate-x-48:hover{
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-56:hover{
  --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-80:hover{
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-104:hover{
  --tw-translate-x: -6.5rem;
}

.hover\:-translate-x-112:hover{
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-140:hover{
  --tw-translate-x: -8.75rem;
}

.hover\:-translate-x-160:hover{
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-180:hover{
  --tw-translate-x: -11.25rem;
}

.hover\:-translate-x-200:hover{
  --tw-translate-x: -12.5rem;
}

.hover\:-translate-x-224:hover{
  --tw-translate-x: -14rem;
}

.hover\:-translate-x-240:hover{
  --tw-translate-x: -15rem;
}

.hover\:-translate-x-260:hover{
  --tw-translate-x: -16.25rem;
}

.hover\:-translate-x-300:hover{
  --tw-translate-x: -18.75rem;
}

.hover\:-translate-x--78\%:hover{
  --tw-translate-x: 78%;
}

.hover\:-translate-x--80\%:hover{
  --tw-translate-x: 80%;
}

.hover\:-translate-x--50\%:hover{
  --tw-translate-x: 50%;
}

.hover\:-translate-x--35\%:hover{
  --tw-translate-x: 35%;
}

.hover\:-translate-x--128:hover{
  --tw-translate-x: 8rem;
}

.hover\:-translate-x--96:hover{
  --tw-translate-x: 6rem;
}

.hover\:-translate-x--64:hover{
  --tw-translate-x: 4rem;
}

.hover\:-translate-x--32:hover{
  --tw-translate-x: 2rem;
}

.hover\:-translate-x--8:hover{
  --tw-translate-x: 0.5rem;
}

.hover\:-translate-x-5\%:hover{
  --tw-translate-x: -5%;
}

.hover\:-translate-x-10\%:hover{
  --tw-translate-x: -10%;
}

.hover\:-translate-x-15\%:hover{
  --tw-translate-x: -15%;
}

.hover\:-translate-x-20\%:hover{
  --tw-translate-x: -20%;
}

.hover\:-translate-x-25\%:hover{
  --tw-translate-x: -25%;
}

.hover\:-translate-x-30\%:hover{
  --tw-translate-x: -30%;
}

.hover\:-translate-x-31\%:hover{
  --tw-translate-x: -31%;
}

.hover\:-translate-x-33\%:hover{
  --tw-translate-x: -33.333%;
}

.hover\:-translate-x-34\%:hover{
  --tw-translate-x: -34%;
}

.hover\:-translate-x-45\%:hover{
  --tw-translate-x: -45%;
}

.hover\:-translate-x-54\%:hover{
  --tw-translate-x: -54%;
}

.hover\:-translate-x-75\%:hover{
  --tw-translate-x: -75%;
}

.hover\:-translate-x-55\%:hover{
  --tw-translate-x: -55%;
}

.hover\:-translate-x-65\%:hover{
  --tw-translate-x: -65%;
}

.hover\:-translate-x-66\%:hover{
  --tw-translate-x: -66%;
}

.hover\:-translate-x-85\%:hover{
  --tw-translate-x: -85%;
}

.hover\:-translate-x-96\%:hover{
  --tw-translate-x: -96%;
}

.hover\:-translate-x-130\%:hover{
  --tw-translate-x: -130%;
}

.hover\:-translate-x-135\%:hover{
  --tw-translate-x: -135%;
}

.hover\:-translate-x-200\%:hover{
  --tw-translate-x: -200%;
}

.hover\:-translate-x-16\/9:hover{
  --tw-translate-x: -56.25%;
}

.hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50%;
}

.hover\:-translate-x-full:hover{
  --tw-translate-x: -100%;
}

.hover\:-translate-x-span:hover{
  --tw-translate-x: -8.333%;
}

.hover\:-translate-x-2span:hover{
  --tw-translate-x: -16.666%;
}

.hover\:-translate-x-px:hover{
  --tw-translate-x: -1px;
}

.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-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-y-0:hover{
  --tw-translate-y: 0;
}

.hover\:translate-y-4:hover{
  --tw-translate-y: 0.25rem;
}

.hover\:translate-y-8:hover{
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-12:hover{
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-16:hover{
  --tw-translate-y: 1rem;
}

.hover\:translate-y-20:hover{
  --tw-translate-y: 1.25rem;
}

.hover\:translate-y-24:hover{
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-32:hover{
  --tw-translate-y: 2rem;
}

.hover\:translate-y-40:hover{
  --tw-translate-y: 2.5rem;
}

.hover\:translate-y-48:hover{
  --tw-translate-y: 3rem;
}

.hover\:translate-y-56:hover{
  --tw-translate-y: 3.5rem;
}

.hover\:translate-y-64:hover{
  --tw-translate-y: 4rem;
}

.hover\:translate-y-80:hover{
  --tw-translate-y: 5rem;
}

.hover\:translate-y-96:hover{
  --tw-translate-y: 6rem;
}

.hover\:translate-y-104:hover{
  --tw-translate-y: 6.5rem;
}

.hover\:translate-y-112:hover{
  --tw-translate-y: 7rem;
}

.hover\:translate-y-128:hover{
  --tw-translate-y: 8rem;
}

.hover\:translate-y-140:hover{
  --tw-translate-y: 8.75rem;
}

.hover\:translate-y-160:hover{
  --tw-translate-y: 10rem;
}

.hover\:translate-y-180:hover{
  --tw-translate-y: 11.25rem;
}

.hover\:translate-y-200:hover{
  --tw-translate-y: 12.5rem;
}

.hover\:translate-y-224:hover{
  --tw-translate-y: 14rem;
}

.hover\:translate-y-240:hover{
  --tw-translate-y: 15rem;
}

.hover\:translate-y-260:hover{
  --tw-translate-y: 16.25rem;
}

.hover\:translate-y-300:hover{
  --tw-translate-y: 18.75rem;
}

.hover\:-translate-y-78\%:hover{
  --tw-translate-y: -78%;
}

.hover\:-translate-y-80\%:hover{
  --tw-translate-y: -80%;
}

.hover\:-translate-y-50\%:hover{
  --tw-translate-y: -50%;
}

.hover\:-translate-y-35\%:hover{
  --tw-translate-y: -35%;
}

.hover\:-translate-y-128:hover{
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-96:hover{
  --tw-translate-y: -6rem;
}

.hover\:-translate-y-64:hover{
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-32:hover{
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-8:hover{
  --tw-translate-y: -0.5rem;
}

.hover\:translate-y-5\%:hover{
  --tw-translate-y: 5%;
}

.hover\:translate-y-10\%:hover{
  --tw-translate-y: 10%;
}

.hover\:translate-y-15\%:hover{
  --tw-translate-y: 15%;
}

.hover\:translate-y-20\%:hover{
  --tw-translate-y: 20%;
}

.hover\:translate-y-25\%:hover{
  --tw-translate-y: 25%;
}

.hover\:translate-y-30\%:hover{
  --tw-translate-y: 30%;
}

.hover\:translate-y-31\%:hover{
  --tw-translate-y: 31%;
}

.hover\:translate-y-33\%:hover{
  --tw-translate-y: 33.333%;
}

.hover\:translate-y-34\%:hover{
  --tw-translate-y: 34%;
}

.hover\:translate-y-45\%:hover{
  --tw-translate-y: 45%;
}

.hover\:translate-y-50\%:hover{
  --tw-translate-y: 50%;
}

.hover\:translate-y-54\%:hover{
  --tw-translate-y: 54%;
}

.hover\:translate-y-75\%:hover{
  --tw-translate-y: 75%;
}

.hover\:translate-y-55\%:hover{
  --tw-translate-y: 55%;
}

.hover\:translate-y-65\%:hover{
  --tw-translate-y: 65%;
}

.hover\:translate-y-66\%:hover{
  --tw-translate-y: 66%;
}

.hover\:translate-y-85\%:hover{
  --tw-translate-y: 85%;
}

.hover\:translate-y-96\%:hover{
  --tw-translate-y: 96%;
}

.hover\:translate-y-130\%:hover{
  --tw-translate-y: 130%;
}

.hover\:translate-y-135\%:hover{
  --tw-translate-y: 135%;
}

.hover\:translate-y-200\%:hover{
  --tw-translate-y: 200%;
}

.hover\:translate-y-16\/9:hover{
  --tw-translate-y: 56.25%;
}

.hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50%;
}

.hover\:translate-y-full:hover{
  --tw-translate-y: 100%;
}

.hover\:translate-y-span:hover{
  --tw-translate-y: 8.333%;
}

.hover\:translate-y-2span:hover{
  --tw-translate-y: 16.666%;
}

.hover\:translate-y-px:hover{
  --tw-translate-y: 1px;
}

.hover\:-translate-y-4:hover{
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-12:hover{
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-16:hover{
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-20:hover{
  --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-24:hover{
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-40:hover{
  --tw-translate-y: -2.5rem;
}

.hover\:-translate-y-48:hover{
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-56:hover{
  --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-80:hover{
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-104:hover{
  --tw-translate-y: -6.5rem;
}

.hover\:-translate-y-112:hover{
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-140:hover{
  --tw-translate-y: -8.75rem;
}

.hover\:-translate-y-160:hover{
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-180:hover{
  --tw-translate-y: -11.25rem;
}

.hover\:-translate-y-200:hover{
  --tw-translate-y: -12.5rem;
}

.hover\:-translate-y-224:hover{
  --tw-translate-y: -14rem;
}

.hover\:-translate-y-240:hover{
  --tw-translate-y: -15rem;
}

.hover\:-translate-y-260:hover{
  --tw-translate-y: -16.25rem;
}

.hover\:-translate-y-300:hover{
  --tw-translate-y: -18.75rem;
}

.hover\:-translate-y--78\%:hover{
  --tw-translate-y: 78%;
}

.hover\:-translate-y--80\%:hover{
  --tw-translate-y: 80%;
}

.hover\:-translate-y--50\%:hover{
  --tw-translate-y: 50%;
}

.hover\:-translate-y--35\%:hover{
  --tw-translate-y: 35%;
}

.hover\:-translate-y--128:hover{
  --tw-translate-y: 8rem;
}

.hover\:-translate-y--96:hover{
  --tw-translate-y: 6rem;
}

.hover\:-translate-y--64:hover{
  --tw-translate-y: 4rem;
}

.hover\:-translate-y--32:hover{
  --tw-translate-y: 2rem;
}

.hover\:-translate-y--8:hover{
  --tw-translate-y: 0.5rem;
}

.hover\:-translate-y-5\%:hover{
  --tw-translate-y: -5%;
}

.hover\:-translate-y-10\%:hover{
  --tw-translate-y: -10%;
}

.hover\:-translate-y-15\%:hover{
  --tw-translate-y: -15%;
}

.hover\:-translate-y-20\%:hover{
  --tw-translate-y: -20%;
}

.hover\:-translate-y-25\%:hover{
  --tw-translate-y: -25%;
}

.hover\:-translate-y-30\%:hover{
  --tw-translate-y: -30%;
}

.hover\:-translate-y-31\%:hover{
  --tw-translate-y: -31%;
}

.hover\:-translate-y-33\%:hover{
  --tw-translate-y: -33.333%;
}

.hover\:-translate-y-34\%:hover{
  --tw-translate-y: -34%;
}

.hover\:-translate-y-45\%:hover{
  --tw-translate-y: -45%;
}

.hover\:-translate-y-54\%:hover{
  --tw-translate-y: -54%;
}

.hover\:-translate-y-75\%:hover{
  --tw-translate-y: -75%;
}

.hover\:-translate-y-55\%:hover{
  --tw-translate-y: -55%;
}

.hover\:-translate-y-65\%:hover{
  --tw-translate-y: -65%;
}

.hover\:-translate-y-66\%:hover{
  --tw-translate-y: -66%;
}

.hover\:-translate-y-85\%:hover{
  --tw-translate-y: -85%;
}

.hover\:-translate-y-96\%:hover{
  --tw-translate-y: -96%;
}

.hover\:-translate-y-130\%:hover{
  --tw-translate-y: -130%;
}

.hover\:-translate-y-135\%:hover{
  --tw-translate-y: -135%;
}

.hover\:-translate-y-200\%:hover{
  --tw-translate-y: -200%;
}

.hover\:-translate-y-16\/9:hover{
  --tw-translate-y: -56.25%;
}

.hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50%;
}

.hover\:-translate-y-full:hover{
  --tw-translate-y: -100%;
}

.hover\:-translate-y-span:hover{
  --tw-translate-y: -8.333%;
}

.hover\:-translate-y-2span:hover{
  --tw-translate-y: -16.666%;
}

.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
}

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

.focus\:translate-x-0:focus{
  --tw-translate-x: 0;
}

.focus\:translate-x-4:focus{
  --tw-translate-x: 0.25rem;
}

.focus\:translate-x-8:focus{
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-12:focus{
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-16:focus{
  --tw-translate-x: 1rem;
}

.focus\:translate-x-20:focus{
  --tw-translate-x: 1.25rem;
}

.focus\:translate-x-24:focus{
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-32:focus{
  --tw-translate-x: 2rem;
}

.focus\:translate-x-40:focus{
  --tw-translate-x: 2.5rem;
}

.focus\:translate-x-48:focus{
  --tw-translate-x: 3rem;
}

.focus\:translate-x-56:focus{
  --tw-translate-x: 3.5rem;
}

.focus\:translate-x-64:focus{
  --tw-translate-x: 4rem;
}

.focus\:translate-x-80:focus{
  --tw-translate-x: 5rem;
}

.focus\:translate-x-96:focus{
  --tw-translate-x: 6rem;
}

.focus\:translate-x-104:focus{
  --tw-translate-x: 6.5rem;
}

.focus\:translate-x-112:focus{
  --tw-translate-x: 7rem;
}

.focus\:translate-x-128:focus{
  --tw-translate-x: 8rem;
}

.focus\:translate-x-140:focus{
  --tw-translate-x: 8.75rem;
}

.focus\:translate-x-160:focus{
  --tw-translate-x: 10rem;
}

.focus\:translate-x-180:focus{
  --tw-translate-x: 11.25rem;
}

.focus\:translate-x-200:focus{
  --tw-translate-x: 12.5rem;
}

.focus\:translate-x-224:focus{
  --tw-translate-x: 14rem;
}

.focus\:translate-x-240:focus{
  --tw-translate-x: 15rem;
}

.focus\:translate-x-260:focus{
  --tw-translate-x: 16.25rem;
}

.focus\:translate-x-300:focus{
  --tw-translate-x: 18.75rem;
}

.focus\:-translate-x-78\%:focus{
  --tw-translate-x: -78%;
}

.focus\:-translate-x-80\%:focus{
  --tw-translate-x: -80%;
}

.focus\:-translate-x-50\%:focus{
  --tw-translate-x: -50%;
}

.focus\:-translate-x-35\%:focus{
  --tw-translate-x: -35%;
}

.focus\:-translate-x-128:focus{
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-96:focus{
  --tw-translate-x: -6rem;
}

.focus\:-translate-x-64:focus{
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-32:focus{
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-8:focus{
  --tw-translate-x: -0.5rem;
}

.focus\:translate-x-5\%:focus{
  --tw-translate-x: 5%;
}

.focus\:translate-x-10\%:focus{
  --tw-translate-x: 10%;
}

.focus\:translate-x-15\%:focus{
  --tw-translate-x: 15%;
}

.focus\:translate-x-20\%:focus{
  --tw-translate-x: 20%;
}

.focus\:translate-x-25\%:focus{
  --tw-translate-x: 25%;
}

.focus\:translate-x-30\%:focus{
  --tw-translate-x: 30%;
}

.focus\:translate-x-31\%:focus{
  --tw-translate-x: 31%;
}

.focus\:translate-x-33\%:focus{
  --tw-translate-x: 33.333%;
}

.focus\:translate-x-34\%:focus{
  --tw-translate-x: 34%;
}

.focus\:translate-x-45\%:focus{
  --tw-translate-x: 45%;
}

.focus\:translate-x-50\%:focus{
  --tw-translate-x: 50%;
}

.focus\:translate-x-54\%:focus{
  --tw-translate-x: 54%;
}

.focus\:translate-x-75\%:focus{
  --tw-translate-x: 75%;
}

.focus\:translate-x-55\%:focus{
  --tw-translate-x: 55%;
}

.focus\:translate-x-65\%:focus{
  --tw-translate-x: 65%;
}

.focus\:translate-x-66\%:focus{
  --tw-translate-x: 66%;
}

.focus\:translate-x-85\%:focus{
  --tw-translate-x: 85%;
}

.focus\:translate-x-96\%:focus{
  --tw-translate-x: 96%;
}

.focus\:translate-x-130\%:focus{
  --tw-translate-x: 130%;
}

.focus\:translate-x-135\%:focus{
  --tw-translate-x: 135%;
}

.focus\:translate-x-200\%:focus{
  --tw-translate-x: 200%;
}

.focus\:translate-x-16\/9:focus{
  --tw-translate-x: 56.25%;
}

.focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50%;
}

.focus\:translate-x-full:focus{
  --tw-translate-x: 100%;
}

.focus\:translate-x-span:focus{
  --tw-translate-x: 8.333%;
}

.focus\:translate-x-2span:focus{
  --tw-translate-x: 16.666%;
}

.focus\:translate-x-px:focus{
  --tw-translate-x: 1px;
}

.focus\:-translate-x-4:focus{
  --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-12:focus{
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-16:focus{
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-20:focus{
  --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-24:focus{
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-40:focus{
  --tw-translate-x: -2.5rem;
}

.focus\:-translate-x-48:focus{
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-56:focus{
  --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-80:focus{
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-104:focus{
  --tw-translate-x: -6.5rem;
}

.focus\:-translate-x-112:focus{
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-140:focus{
  --tw-translate-x: -8.75rem;
}

.focus\:-translate-x-160:focus{
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-180:focus{
  --tw-translate-x: -11.25rem;
}

.focus\:-translate-x-200:focus{
  --tw-translate-x: -12.5rem;
}

.focus\:-translate-x-224:focus{
  --tw-translate-x: -14rem;
}

.focus\:-translate-x-240:focus{
  --tw-translate-x: -15rem;
}

.focus\:-translate-x-260:focus{
  --tw-translate-x: -16.25rem;
}

.focus\:-translate-x-300:focus{
  --tw-translate-x: -18.75rem;
}

.focus\:-translate-x--78\%:focus{
  --tw-translate-x: 78%;
}

.focus\:-translate-x--80\%:focus{
  --tw-translate-x: 80%;
}

.focus\:-translate-x--50\%:focus{
  --tw-translate-x: 50%;
}

.focus\:-translate-x--35\%:focus{
  --tw-translate-x: 35%;
}

.focus\:-translate-x--128:focus{
  --tw-translate-x: 8rem;
}

.focus\:-translate-x--96:focus{
  --tw-translate-x: 6rem;
}

.focus\:-translate-x--64:focus{
  --tw-translate-x: 4rem;
}

.focus\:-translate-x--32:focus{
  --tw-translate-x: 2rem;
}

.focus\:-translate-x--8:focus{
  --tw-translate-x: 0.5rem;
}

.focus\:-translate-x-5\%:focus{
  --tw-translate-x: -5%;
}

.focus\:-translate-x-10\%:focus{
  --tw-translate-x: -10%;
}

.focus\:-translate-x-15\%:focus{
  --tw-translate-x: -15%;
}

.focus\:-translate-x-20\%:focus{
  --tw-translate-x: -20%;
}

.focus\:-translate-x-25\%:focus{
  --tw-translate-x: -25%;
}

.focus\:-translate-x-30\%:focus{
  --tw-translate-x: -30%;
}

.focus\:-translate-x-31\%:focus{
  --tw-translate-x: -31%;
}

.focus\:-translate-x-33\%:focus{
  --tw-translate-x: -33.333%;
}

.focus\:-translate-x-34\%:focus{
  --tw-translate-x: -34%;
}

.focus\:-translate-x-45\%:focus{
  --tw-translate-x: -45%;
}

.focus\:-translate-x-54\%:focus{
  --tw-translate-x: -54%;
}

.focus\:-translate-x-75\%:focus{
  --tw-translate-x: -75%;
}

.focus\:-translate-x-55\%:focus{
  --tw-translate-x: -55%;
}

.focus\:-translate-x-65\%:focus{
  --tw-translate-x: -65%;
}

.focus\:-translate-x-66\%:focus{
  --tw-translate-x: -66%;
}

.focus\:-translate-x-85\%:focus{
  --tw-translate-x: -85%;
}

.focus\:-translate-x-96\%:focus{
  --tw-translate-x: -96%;
}

.focus\:-translate-x-130\%:focus{
  --tw-translate-x: -130%;
}

.focus\:-translate-x-135\%:focus{
  --tw-translate-x: -135%;
}

.focus\:-translate-x-200\%:focus{
  --tw-translate-x: -200%;
}

.focus\:-translate-x-16\/9:focus{
  --tw-translate-x: -56.25%;
}

.focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50%;
}

.focus\:-translate-x-full:focus{
  --tw-translate-x: -100%;
}

.focus\:-translate-x-span:focus{
  --tw-translate-x: -8.333%;
}

.focus\:-translate-x-2span:focus{
  --tw-translate-x: -16.666%;
}

.focus\:-translate-x-px:focus{
  --tw-translate-x: -1px;
}

.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-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-y-0:focus{
  --tw-translate-y: 0;
}

.focus\:translate-y-4:focus{
  --tw-translate-y: 0.25rem;
}

.focus\:translate-y-8:focus{
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-12:focus{
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-16:focus{
  --tw-translate-y: 1rem;
}

.focus\:translate-y-20:focus{
  --tw-translate-y: 1.25rem;
}

.focus\:translate-y-24:focus{
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-32:focus{
  --tw-translate-y: 2rem;
}

.focus\:translate-y-40:focus{
  --tw-translate-y: 2.5rem;
}

.focus\:translate-y-48:focus{
  --tw-translate-y: 3rem;
}

.focus\:translate-y-56:focus{
  --tw-translate-y: 3.5rem;
}

.focus\:translate-y-64:focus{
  --tw-translate-y: 4rem;
}

.focus\:translate-y-80:focus{
  --tw-translate-y: 5rem;
}

.focus\:translate-y-96:focus{
  --tw-translate-y: 6rem;
}

.focus\:translate-y-104:focus{
  --tw-translate-y: 6.5rem;
}

.focus\:translate-y-112:focus{
  --tw-translate-y: 7rem;
}

.focus\:translate-y-128:focus{
  --tw-translate-y: 8rem;
}

.focus\:translate-y-140:focus{
  --tw-translate-y: 8.75rem;
}

.focus\:translate-y-160:focus{
  --tw-translate-y: 10rem;
}

.focus\:translate-y-180:focus{
  --tw-translate-y: 11.25rem;
}

.focus\:translate-y-200:focus{
  --tw-translate-y: 12.5rem;
}

.focus\:translate-y-224:focus{
  --tw-translate-y: 14rem;
}

.focus\:translate-y-240:focus{
  --tw-translate-y: 15rem;
}

.focus\:translate-y-260:focus{
  --tw-translate-y: 16.25rem;
}

.focus\:translate-y-300:focus{
  --tw-translate-y: 18.75rem;
}

.focus\:-translate-y-78\%:focus{
  --tw-translate-y: -78%;
}

.focus\:-translate-y-80\%:focus{
  --tw-translate-y: -80%;
}

.focus\:-translate-y-50\%:focus{
  --tw-translate-y: -50%;
}

.focus\:-translate-y-35\%:focus{
  --tw-translate-y: -35%;
}

.focus\:-translate-y-128:focus{
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-96:focus{
  --tw-translate-y: -6rem;
}

.focus\:-translate-y-64:focus{
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-32:focus{
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-8:focus{
  --tw-translate-y: -0.5rem;
}

.focus\:translate-y-5\%:focus{
  --tw-translate-y: 5%;
}

.focus\:translate-y-10\%:focus{
  --tw-translate-y: 10%;
}

.focus\:translate-y-15\%:focus{
  --tw-translate-y: 15%;
}

.focus\:translate-y-20\%:focus{
  --tw-translate-y: 20%;
}

.focus\:translate-y-25\%:focus{
  --tw-translate-y: 25%;
}

.focus\:translate-y-30\%:focus{
  --tw-translate-y: 30%;
}

.focus\:translate-y-31\%:focus{
  --tw-translate-y: 31%;
}

.focus\:translate-y-33\%:focus{
  --tw-translate-y: 33.333%;
}

.focus\:translate-y-34\%:focus{
  --tw-translate-y: 34%;
}

.focus\:translate-y-45\%:focus{
  --tw-translate-y: 45%;
}

.focus\:translate-y-50\%:focus{
  --tw-translate-y: 50%;
}

.focus\:translate-y-54\%:focus{
  --tw-translate-y: 54%;
}

.focus\:translate-y-75\%:focus{
  --tw-translate-y: 75%;
}

.focus\:translate-y-55\%:focus{
  --tw-translate-y: 55%;
}

.focus\:translate-y-65\%:focus{
  --tw-translate-y: 65%;
}

.focus\:translate-y-66\%:focus{
  --tw-translate-y: 66%;
}

.focus\:translate-y-85\%:focus{
  --tw-translate-y: 85%;
}

.focus\:translate-y-96\%:focus{
  --tw-translate-y: 96%;
}

.focus\:translate-y-130\%:focus{
  --tw-translate-y: 130%;
}

.focus\:translate-y-135\%:focus{
  --tw-translate-y: 135%;
}

.focus\:translate-y-200\%:focus{
  --tw-translate-y: 200%;
}

.focus\:translate-y-16\/9:focus{
  --tw-translate-y: 56.25%;
}

.focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50%;
}

.focus\:translate-y-full:focus{
  --tw-translate-y: 100%;
}

.focus\:translate-y-span:focus{
  --tw-translate-y: 8.333%;
}

.focus\:translate-y-2span:focus{
  --tw-translate-y: 16.666%;
}

.focus\:translate-y-px:focus{
  --tw-translate-y: 1px;
}

.focus\:-translate-y-4:focus{
  --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-12:focus{
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-16:focus{
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-20:focus{
  --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-24:focus{
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-40:focus{
  --tw-translate-y: -2.5rem;
}

.focus\:-translate-y-48:focus{
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-56:focus{
  --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-80:focus{
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-104:focus{
  --tw-translate-y: -6.5rem;
}

.focus\:-translate-y-112:focus{
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-140:focus{
  --tw-translate-y: -8.75rem;
}

.focus\:-translate-y-160:focus{
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-180:focus{
  --tw-translate-y: -11.25rem;
}

.focus\:-translate-y-200:focus{
  --tw-translate-y: -12.5rem;
}

.focus\:-translate-y-224:focus{
  --tw-translate-y: -14rem;
}

.focus\:-translate-y-240:focus{
  --tw-translate-y: -15rem;
}

.focus\:-translate-y-260:focus{
  --tw-translate-y: -16.25rem;
}

.focus\:-translate-y-300:focus{
  --tw-translate-y: -18.75rem;
}

.focus\:-translate-y--78\%:focus{
  --tw-translate-y: 78%;
}

.focus\:-translate-y--80\%:focus{
  --tw-translate-y: 80%;
}

.focus\:-translate-y--50\%:focus{
  --tw-translate-y: 50%;
}

.focus\:-translate-y--35\%:focus{
  --tw-translate-y: 35%;
}

.focus\:-translate-y--128:focus{
  --tw-translate-y: 8rem;
}

.focus\:-translate-y--96:focus{
  --tw-translate-y: 6rem;
}

.focus\:-translate-y--64:focus{
  --tw-translate-y: 4rem;
}

.focus\:-translate-y--32:focus{
  --tw-translate-y: 2rem;
}

.focus\:-translate-y--8:focus{
  --tw-translate-y: 0.5rem;
}

.focus\:-translate-y-5\%:focus{
  --tw-translate-y: -5%;
}

.focus\:-translate-y-10\%:focus{
  --tw-translate-y: -10%;
}

.focus\:-translate-y-15\%:focus{
  --tw-translate-y: -15%;
}

.focus\:-translate-y-20\%:focus{
  --tw-translate-y: -20%;
}

.focus\:-translate-y-25\%:focus{
  --tw-translate-y: -25%;
}

.focus\:-translate-y-30\%:focus{
  --tw-translate-y: -30%;
}

.focus\:-translate-y-31\%:focus{
  --tw-translate-y: -31%;
}

.focus\:-translate-y-33\%:focus{
  --tw-translate-y: -33.333%;
}

.focus\:-translate-y-34\%:focus{
  --tw-translate-y: -34%;
}

.focus\:-translate-y-45\%:focus{
  --tw-translate-y: -45%;
}

.focus\:-translate-y-54\%:focus{
  --tw-translate-y: -54%;
}

.focus\:-translate-y-75\%:focus{
  --tw-translate-y: -75%;
}

.focus\:-translate-y-55\%:focus{
  --tw-translate-y: -55%;
}

.focus\:-translate-y-65\%:focus{
  --tw-translate-y: -65%;
}

.focus\:-translate-y-66\%:focus{
  --tw-translate-y: -66%;
}

.focus\:-translate-y-85\%:focus{
  --tw-translate-y: -85%;
}

.focus\:-translate-y-96\%:focus{
  --tw-translate-y: -96%;
}

.focus\:-translate-y-130\%:focus{
  --tw-translate-y: -130%;
}

.focus\:-translate-y-135\%:focus{
  --tw-translate-y: -135%;
}

.focus\:-translate-y-200\%:focus{
  --tw-translate-y: -200%;
}

.focus\:-translate-y-16\/9:focus{
  --tw-translate-y: -56.25%;
}

.focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50%;
}

.focus\:-translate-y-full:focus{
  --tw-translate-y: -100%;
}

.focus\:-translate-y-span:focus{
  --tw-translate-y: -8.333%;
}

.focus\:-translate-y-2span:focus{
  --tw-translate-y: -16.666%;
}

.focus\:-translate-y-px:focus{
  --tw-translate-y: -1px;
}

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

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

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

.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-130{
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
}

.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-200{
  --tw-scale-x: 2;
  --tw-scale-y: 2;
}

.scale-500{
  --tw-scale-x: 5;
  --tw-scale-y: 5;
}

.scale-700{
  --tw-scale-x: 7;
  --tw-scale-y: 7;
}

.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-130:hover{
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-200:hover{
  --tw-scale-x: 2;
  --tw-scale-y: 2;
}

.hover\:scale-500:hover{
  --tw-scale-x: 5;
  --tw-scale-y: 5;
}

.hover\:scale-700:hover{
  --tw-scale-x: 7;
  --tw-scale-y: 7;
}

.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-130:focus{
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
}

.focus\:scale-150:focus{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-200:focus{
  --tw-scale-x: 2;
  --tw-scale-y: 2;
}

.focus\:scale-500:focus{
  --tw-scale-x: 5;
  --tw-scale-y: 5;
}

.focus\:scale-700:focus{
  --tw-scale-x: 7;
  --tw-scale-y: 7;
}

.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-130{
  --tw-scale-x: 1.3;
}

.scale-x-150{
  --tw-scale-x: 1.5;
}

.scale-x-200{
  --tw-scale-x: 2;
}

.scale-x-500{
  --tw-scale-x: 5;
}

.scale-x-700{
  --tw-scale-x: 7;
}

.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-130{
  --tw-scale-y: 1.3;
}

.scale-y-150{
  --tw-scale-y: 1.5;
}

.scale-y-200{
  --tw-scale-y: 2;
}

.scale-y-500{
  --tw-scale-y: 5;
}

.scale-y-700{
  --tw-scale-y: 7;
}

.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-130:hover{
  --tw-scale-x: 1.3;
}

.hover\:scale-x-150:hover{
  --tw-scale-x: 1.5;
}

.hover\:scale-x-200:hover{
  --tw-scale-x: 2;
}

.hover\:scale-x-500:hover{
  --tw-scale-x: 5;
}

.hover\:scale-x-700:hover{
  --tw-scale-x: 7;
}

.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-130:hover{
  --tw-scale-y: 1.3;
}

.hover\:scale-y-150:hover{
  --tw-scale-y: 1.5;
}

.hover\:scale-y-200:hover{
  --tw-scale-y: 2;
}

.hover\:scale-y-500:hover{
  --tw-scale-y: 5;
}

.hover\:scale-y-700:hover{
  --tw-scale-y: 7;
}

.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-130:focus{
  --tw-scale-x: 1.3;
}

.focus\:scale-x-150:focus{
  --tw-scale-x: 1.5;
}

.focus\:scale-x-200:focus{
  --tw-scale-x: 2;
}

.focus\:scale-x-500:focus{
  --tw-scale-x: 5;
}

.focus\:scale-x-700:focus{
  --tw-scale-x: 7;
}

.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-130:focus{
  --tw-scale-y: 1.3;
}

.focus\:scale-y-150:focus{
  --tw-scale-y: 1.5;
}

.focus\:scale-y-200:focus{
  --tw-scale-y: 2;
}

.focus\:scale-y-500:focus{
  --tw-scale-y: 5;
}

.focus\:scale-y-700:focus{
  --tw-scale-y: 7;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  animation: none;
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce{
  animation: bounce 1s infinite;
}

@media (prefers-reduced-motion: no-preference){
  .motion-safe\:animate-none{
    animation: none;
  }

  .motion-safe\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .motion-safe\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .motion-safe\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .motion-safe\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (prefers-reduced-motion: reduce){
  .motion-reduce\:animate-none{
    animation: none;
  }

  .motion-reduce\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .motion-reduce\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .motion-reduce\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .motion-reduce\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

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

.hover\:cursor-auto:hover{
  cursor: auto;
}

.hover\:cursor-default:hover{
  cursor: default;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:cursor-wait:hover{
  cursor: wait;
}

.hover\:cursor-text:hover{
  cursor: text;
}

.hover\:cursor-move:hover{
  cursor: move;
}

.hover\:cursor-help:hover{
  cursor: help;
}

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

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

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

.select-all{
  -webkit-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

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

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

.auto-cols-auto{
  grid-auto-columns: auto;
}

.auto-cols-min{
  grid-auto-columns: min-content;
}

.auto-cols-max{
  grid-auto-columns: max-content;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

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

.auto-rows-auto{
  grid-auto-rows: auto;
}

.auto-rows-min{
  grid-auto-rows: min-content;
}

.auto-rows-max{
  grid-auto-rows: max-content;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

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

.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-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-items-start{
  place-items: start;
}

.place-items-end{
  place-items: end;
}

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

.place-items-stretch{
  place-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;
}

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

.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-items-start{
  justify-items: start;
}

.justify-items-end{
  justify-items: end;
}

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

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

.gap-0{
  gap: 0;
}

.gap-4{
  gap: 0.25rem;
}

.gap-8{
  gap: 0.5rem;
}

.gap-12{
  gap: 0.75rem;
}

.gap-16{
  gap: 1rem;
}

.gap-20{
  gap: 1.25rem;
}

.gap-24{
  gap: 1.5rem;
}

.gap-32{
  gap: 2rem;
}

.gap-40{
  gap: 2.5rem;
}

.gap-48{
  gap: 3rem;
}

.gap-56{
  gap: 3.5rem;
}

.gap-64{
  gap: 4rem;
}

.gap-80{
  gap: 5rem;
}

.gap-96{
  gap: 6rem;
}

.gap-104{
  gap: 6.5rem;
}

.gap-112{
  gap: 7rem;
}

.gap-128{
  gap: 8rem;
}

.gap-140{
  gap: 8.75rem;
}

.gap-160{
  gap: 10rem;
}

.gap-180{
  gap: 11.25rem;
}

.gap-200{
  gap: 12.5rem;
}

.gap-224{
  gap: 14rem;
}

.gap-240{
  gap: 15rem;
}

.gap-260{
  gap: 16.25rem;
}

.gap-300{
  gap: 18.75rem;
}

.-gap-78\%{
  gap: -78%;
}

.-gap-80\%{
  gap: -80%;
}

.-gap-50\%{
  gap: -50%;
}

.-gap-35\%{
  gap: -35%;
}

.-gap-128{
  gap: -8rem;
}

.-gap-96{
  gap: -6rem;
}

.-gap-64{
  gap: -4rem;
}

.-gap-32{
  gap: -2rem;
}

.-gap-8{
  gap: -0.5rem;
}

.gap-5\%{
  gap: 5%;
}

.gap-10\%{
  gap: 10%;
}

.gap-15\%{
  gap: 15%;
}

.gap-20\%{
  gap: 20%;
}

.gap-25\%{
  gap: 25%;
}

.gap-30\%{
  gap: 30%;
}

.gap-31\%{
  gap: 31%;
}

.gap-33\%{
  gap: 33.333%;
}

.gap-34\%{
  gap: 34%;
}

.gap-45\%{
  gap: 45%;
}

.gap-50\%{
  gap: 50%;
}

.gap-54\%{
  gap: 54%;
}

.gap-75\%{
  gap: 75%;
}

.gap-55\%{
  gap: 55%;
}

.gap-65\%{
  gap: 65%;
}

.gap-66\%{
  gap: 66%;
}

.gap-85\%{
  gap: 85%;
}

.gap-96\%{
  gap: 96%;
}

.gap-130\%{
  gap: 130%;
}

.gap-135\%{
  gap: 135%;
}

.gap-200\%{
  gap: 200%;
}

.gap-16\/9{
  gap: 56.25%;
}

.gap-1\/2{
  gap: 50%;
}

.gap-full{
  gap: 100%;
}

.gap-span{
  gap: 8.333%;
}

.gap-2span{
  gap: 16.666%;
}

.gap-px{
  gap: 1px;
}

.gap-x-0{
  column-gap: 0;
}

.gap-x-4{
  column-gap: 0.25rem;
}

.gap-x-8{
  column-gap: 0.5rem;
}

.gap-x-12{
  column-gap: 0.75rem;
}

.gap-x-16{
  column-gap: 1rem;
}

.gap-x-20{
  column-gap: 1.25rem;
}

.gap-x-24{
  column-gap: 1.5rem;
}

.gap-x-32{
  column-gap: 2rem;
}

.gap-x-40{
  column-gap: 2.5rem;
}

.gap-x-48{
  column-gap: 3rem;
}

.gap-x-56{
  column-gap: 3.5rem;
}

.gap-x-64{
  column-gap: 4rem;
}

.gap-x-80{
  column-gap: 5rem;
}

.gap-x-96{
  column-gap: 6rem;
}

.gap-x-104{
  column-gap: 6.5rem;
}

.gap-x-112{
  column-gap: 7rem;
}

.gap-x-128{
  column-gap: 8rem;
}

.gap-x-140{
  column-gap: 8.75rem;
}

.gap-x-160{
  column-gap: 10rem;
}

.gap-x-180{
  column-gap: 11.25rem;
}

.gap-x-200{
  column-gap: 12.5rem;
}

.gap-x-224{
  column-gap: 14rem;
}

.gap-x-240{
  column-gap: 15rem;
}

.gap-x-260{
  column-gap: 16.25rem;
}

.gap-x-300{
  column-gap: 18.75rem;
}

.-gap-x-78\%{
  column-gap: -78%;
}

.-gap-x-80\%{
  column-gap: -80%;
}

.-gap-x-50\%{
  column-gap: -50%;
}

.-gap-x-35\%{
  column-gap: -35%;
}

.-gap-x-128{
  column-gap: -8rem;
}

.-gap-x-96{
  column-gap: -6rem;
}

.-gap-x-64{
  column-gap: -4rem;
}

.-gap-x-32{
  column-gap: -2rem;
}

.-gap-x-8{
  column-gap: -0.5rem;
}

.gap-x-5\%{
  column-gap: 5%;
}

.gap-x-10\%{
  column-gap: 10%;
}

.gap-x-15\%{
  column-gap: 15%;
}

.gap-x-20\%{
  column-gap: 20%;
}

.gap-x-25\%{
  column-gap: 25%;
}

.gap-x-30\%{
  column-gap: 30%;
}

.gap-x-31\%{
  column-gap: 31%;
}

.gap-x-33\%{
  column-gap: 33.333%;
}

.gap-x-34\%{
  column-gap: 34%;
}

.gap-x-45\%{
  column-gap: 45%;
}

.gap-x-50\%{
  column-gap: 50%;
}

.gap-x-54\%{
  column-gap: 54%;
}

.gap-x-75\%{
  column-gap: 75%;
}

.gap-x-55\%{
  column-gap: 55%;
}

.gap-x-65\%{
  column-gap: 65%;
}

.gap-x-66\%{
  column-gap: 66%;
}

.gap-x-85\%{
  column-gap: 85%;
}

.gap-x-96\%{
  column-gap: 96%;
}

.gap-x-130\%{
  column-gap: 130%;
}

.gap-x-135\%{
  column-gap: 135%;
}

.gap-x-200\%{
  column-gap: 200%;
}

.gap-x-16\/9{
  column-gap: 56.25%;
}

.gap-x-1\/2{
  column-gap: 50%;
}

.gap-x-full{
  column-gap: 100%;
}

.gap-x-span{
  column-gap: 8.333%;
}

.gap-x-2span{
  column-gap: 16.666%;
}

.gap-x-px{
  column-gap: 1px;
}

.gap-y-0{
  row-gap: 0;
}

.gap-y-4{
  row-gap: 0.25rem;
}

.gap-y-8{
  row-gap: 0.5rem;
}

.gap-y-12{
  row-gap: 0.75rem;
}

.gap-y-16{
  row-gap: 1rem;
}

.gap-y-20{
  row-gap: 1.25rem;
}

.gap-y-24{
  row-gap: 1.5rem;
}

.gap-y-32{
  row-gap: 2rem;
}

.gap-y-40{
  row-gap: 2.5rem;
}

.gap-y-48{
  row-gap: 3rem;
}

.gap-y-56{
  row-gap: 3.5rem;
}

.gap-y-64{
  row-gap: 4rem;
}

.gap-y-80{
  row-gap: 5rem;
}

.gap-y-96{
  row-gap: 6rem;
}

.gap-y-104{
  row-gap: 6.5rem;
}

.gap-y-112{
  row-gap: 7rem;
}

.gap-y-128{
  row-gap: 8rem;
}

.gap-y-140{
  row-gap: 8.75rem;
}

.gap-y-160{
  row-gap: 10rem;
}

.gap-y-180{
  row-gap: 11.25rem;
}

.gap-y-200{
  row-gap: 12.5rem;
}

.gap-y-224{
  row-gap: 14rem;
}

.gap-y-240{
  row-gap: 15rem;
}

.gap-y-260{
  row-gap: 16.25rem;
}

.gap-y-300{
  row-gap: 18.75rem;
}

.-gap-y-78\%{
  row-gap: -78%;
}

.-gap-y-80\%{
  row-gap: -80%;
}

.-gap-y-50\%{
  row-gap: -50%;
}

.-gap-y-35\%{
  row-gap: -35%;
}

.-gap-y-128{
  row-gap: -8rem;
}

.-gap-y-96{
  row-gap: -6rem;
}

.-gap-y-64{
  row-gap: -4rem;
}

.-gap-y-32{
  row-gap: -2rem;
}

.-gap-y-8{
  row-gap: -0.5rem;
}

.gap-y-5\%{
  row-gap: 5%;
}

.gap-y-10\%{
  row-gap: 10%;
}

.gap-y-15\%{
  row-gap: 15%;
}

.gap-y-20\%{
  row-gap: 20%;
}

.gap-y-25\%{
  row-gap: 25%;
}

.gap-y-30\%{
  row-gap: 30%;
}

.gap-y-31\%{
  row-gap: 31%;
}

.gap-y-33\%{
  row-gap: 33.333%;
}

.gap-y-34\%{
  row-gap: 34%;
}

.gap-y-45\%{
  row-gap: 45%;
}

.gap-y-50\%{
  row-gap: 50%;
}

.gap-y-54\%{
  row-gap: 54%;
}

.gap-y-75\%{
  row-gap: 75%;
}

.gap-y-55\%{
  row-gap: 55%;
}

.gap-y-65\%{
  row-gap: 65%;
}

.gap-y-66\%{
  row-gap: 66%;
}

.gap-y-85\%{
  row-gap: 85%;
}

.gap-y-96\%{
  row-gap: 96%;
}

.gap-y-130\%{
  row-gap: 130%;
}

.gap-y-135\%{
  row-gap: 135%;
}

.gap-y-200\%{
  row-gap: 200%;
}

.gap-y-16\/9{
  row-gap: 56.25%;
}

.gap-y-1\/2{
  row-gap: 50%;
}

.gap-y-full{
  row-gap: 100%;
}

.gap-y-span{
  row-gap: 8.333%;
}

.gap-y-2span{
  row-gap: 16.666%;
}

.gap-y-px{
  row-gap: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-2span > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16.666% * var(--tw-space-x-reverse));
  margin-left: calc(16.666% * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-x-2span > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-16.666% * var(--tw-space-x-reverse));
  margin-left: calc(-16.666% * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0.188rem * var(--tw-divide-x-reverse));
  border-left-width: calc(0.188rem * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0.313rem * var(--tw-divide-x-reverse));
  border-left-width: calc(0.313rem * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-reverse)));
}

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

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

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

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

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

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

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

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

.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-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-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}

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

.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, 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-blue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-divide-opacity));
}

.divide-error > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(230, 40, 7, var(--tw-divide-opacity));
}

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

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

.divide-dark-100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,.1);
}

.divide-dark-500 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,.5);
}

.divide-dark-800 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,.8);
}

.divide-dark-900 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,.9);
}

.divide-light-100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 255, 255, 0.1);
}

.divide-light-500 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 255, 255, 0.5);
}

.divide-light-800 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 255, 255, 0.8);
}

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

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

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

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

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

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

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

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

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

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

.overflow-ellipsis{
  text-overflow: ellipsis;
}

.overflow-clip{
  text-overflow: clip;
}

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

.rounded-loader{
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.rounded-t-loader{
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.rounded-r-loader{
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.rounded-b-loader{
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.rounded-l-loader{
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.rounded-tl-loader{
  border-top-left-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.rounded-tr-loader{
  border-top-right-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.rounded-br-loader{
  border-bottom-right-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.rounded-bl-loader{
  border-bottom-left-radius: 50%;
}

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

.border-1{
  border-width: 0.0625rem;
}

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

.border-3{
  border-width: 0.188rem;
}

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

.border-5{
  border-width: 0.313rem;
}

.border-8{
  border-width: 8px;
}

.border{
  border-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-t-1{
  border-top-width: 0.0625rem;
}

.border-t-2{
  border-top-width: 0.125rem;
}

.border-t-3{
  border-top-width: 0.188rem;
}

.border-t-4{
  border-top-width: 4px;
}

.border-t-5{
  border-top-width: 0.313rem;
}

.border-t-8{
  border-top-width: 8px;
}

.border-t{
  border-top-width: 1px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-r-1{
  border-right-width: 0.0625rem;
}

.border-r-2{
  border-right-width: 0.125rem;
}

.border-r-3{
  border-right-width: 0.188rem;
}

.border-r-4{
  border-right-width: 4px;
}

.border-r-5{
  border-right-width: 0.313rem;
}

.border-r-8{
  border-right-width: 8px;
}

.border-r{
  border-right-width: 1px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-b-1{
  border-bottom-width: 0.0625rem;
}

.border-b-2{
  border-bottom-width: 0.125rem;
}

.border-b-3{
  border-bottom-width: 0.188rem;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-b-5{
  border-bottom-width: 0.313rem;
}

.border-b-8{
  border-bottom-width: 8px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l-0{
  border-left-width: 0px;
}

.border-l-1{
  border-left-width: 0.0625rem;
}

.border-l-2{
  border-left-width: 0.125rem;
}

.border-l-3{
  border-left-width: 0.188rem;
}

.border-l-4{
  border-left-width: 4px;
}

.border-l-5{
  border-left-width: 0.313rem;
}

.border-l-8{
  border-left-width: 8px;
}

.border-l{
  border-left-width: 1px;
}

.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-transparent{
  border-color: transparent;
}

.border-current{
  border-color: currentColor;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
}

.border-error{
  --tw-border-opacity: 1;
  border-color: rgba(230, 40, 7, var(--tw-border-opacity));
}

.border-gray{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.border-gray-dark{
  --tw-border-opacity: 1;
  border-color: rgba(119, 118, 118, var(--tw-border-opacity));
}

.border-dark-100{
  border-color: rgba(0,0,0,.1);
}

.border-dark-500{
  border-color: rgba(0,0,0,.5);
}

.border-dark-800{
  border-color: rgba(0,0,0,.8);
}

.border-dark-900{
  border-color: rgba(0,0,0,.9);
}

.border-light-100{
  border-color: rgba(255, 255, 255, 0.1);
}

.border-light-500{
  border-color: rgba(255, 255, 255, 0.5);
}

.border-light-800{
  border-color: rgba(255, 255, 255, 0.8);
}

.group:hover .group-hover\:border-transparent{
  border-color: transparent;
}

.group:hover .group-hover\:border-current{
  border-color: currentColor;
}

.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-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue{
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-error{
  --tw-border-opacity: 1;
  border-color: rgba(230, 40, 7, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-dark{
  --tw-border-opacity: 1;
  border-color: rgba(119, 118, 118, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-dark-100{
  border-color: rgba(0,0,0,.1);
}

.group:hover .group-hover\:border-dark-500{
  border-color: rgba(0,0,0,.5);
}

.group:hover .group-hover\:border-dark-800{
  border-color: rgba(0,0,0,.8);
}

.group:hover .group-hover\:border-dark-900{
  border-color: rgba(0,0,0,.9);
}

.group:hover .group-hover\:border-light-100{
  border-color: rgba(255, 255, 255, 0.1);
}

.group:hover .group-hover\:border-light-500{
  border-color: rgba(255, 255, 255, 0.5);
}

.group:hover .group-hover\:border-light-800{
  border-color: rgba(255, 255, 255, 0.8);
}

.focus-within\:border-transparent:focus-within{
  border-color: transparent;
}

.focus-within\:border-current:focus-within{
  border-color: currentColor;
}

.focus-within\:border-black:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 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-blue:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
}

.focus-within\:border-error:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(230, 40, 7, var(--tw-border-opacity));
}

.focus-within\:border-gray:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.focus-within\:border-gray-dark:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(119, 118, 118, var(--tw-border-opacity));
}

.focus-within\:border-dark-100:focus-within{
  border-color: rgba(0,0,0,.1);
}

.focus-within\:border-dark-500:focus-within{
  border-color: rgba(0,0,0,.5);
}

.focus-within\:border-dark-800:focus-within{
  border-color: rgba(0,0,0,.8);
}

.focus-within\:border-dark-900:focus-within{
  border-color: rgba(0,0,0,.9);
}

.focus-within\:border-light-100:focus-within{
  border-color: rgba(255, 255, 255, 0.1);
}

.focus-within\:border-light-500:focus-within{
  border-color: rgba(255, 255, 255, 0.5);
}

.focus-within\:border-light-800:focus-within{
  border-color: rgba(255, 255, 255, 0.8);
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:border-current:hover{
  border-color: currentColor;
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
}

.hover\:border-error:hover{
  --tw-border-opacity: 1;
  border-color: rgba(230, 40, 7, var(--tw-border-opacity));
}

.hover\:border-gray:hover{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.hover\:border-gray-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(119, 118, 118, var(--tw-border-opacity));
}

.hover\:border-dark-100:hover{
  border-color: rgba(0,0,0,.1);
}

.hover\:border-dark-500:hover{
  border-color: rgba(0,0,0,.5);
}

.hover\:border-dark-800:hover{
  border-color: rgba(0,0,0,.8);
}

.hover\:border-dark-900:hover{
  border-color: rgba(0,0,0,.9);
}

.hover\:border-light-100:hover{
  border-color: rgba(255, 255, 255, 0.1);
}

.hover\:border-light-500:hover{
  border-color: rgba(255, 255, 255, 0.5);
}

.hover\:border-light-800:hover{
  border-color: rgba(255, 255, 255, 0.8);
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-current:focus{
  border-color: currentColor;
}

.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-white:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
}

.focus\:border-error:focus{
  --tw-border-opacity: 1;
  border-color: rgba(230, 40, 7, var(--tw-border-opacity));
}

.focus\:border-gray:focus{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.focus\:border-gray-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(119, 118, 118, var(--tw-border-opacity));
}

.focus\:border-dark-100:focus{
  border-color: rgba(0,0,0,.1);
}

.focus\:border-dark-500:focus{
  border-color: rgba(0,0,0,.5);
}

.focus\:border-dark-800:focus{
  border-color: rgba(0,0,0,.8);
}

.focus\:border-dark-900:focus{
  border-color: rgba(0,0,0,.9);
}

.focus\:border-light-100:focus{
  border-color: rgba(255, 255, 255, 0.1);
}

.focus\:border-light-500:focus{
  border-color: rgba(255, 255, 255, 0.5);
}

.focus\:border-light-800:focus{
  border-color: rgba(255, 255, 255, 0.8);
}

.border-opacity-0{
  --tw-border-opacity: 0;
}

.border-opacity-5{
  --tw-border-opacity: 0.05;
}

.border-opacity-10{
  --tw-border-opacity: 0.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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;
}

.bg-transparent{
  background-color: transparent;
}

.bg-current{
  background-color: currentColor;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.bg-error{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
}

.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.bg-gray-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
}

.bg-dark-100{
  background-color: rgba(0,0,0,.1);
}

.bg-dark-500{
  background-color: rgba(0,0,0,.5);
}

.bg-dark-800{
  background-color: rgba(0,0,0,.8);
}

.bg-dark-900{
  background-color: rgba(0,0,0,.9);
}

.bg-light-100{
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-light-500{
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-light-800{
  background-color: rgba(255, 255, 255, 0.8);
}

.group:hover .group-hover\:bg-transparent{
  background-color: transparent;
}

.group:hover .group-hover\:bg-current{
  background-color: currentColor;
}

.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-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-error{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-dark-100{
  background-color: rgba(0,0,0,.1);
}

.group:hover .group-hover\:bg-dark-500{
  background-color: rgba(0,0,0,.5);
}

.group:hover .group-hover\:bg-dark-800{
  background-color: rgba(0,0,0,.8);
}

.group:hover .group-hover\:bg-dark-900{
  background-color: rgba(0,0,0,.9);
}

.group:hover .group-hover\:bg-light-100{
  background-color: rgba(255, 255, 255, 0.1);
}

.group:hover .group-hover\:bg-light-500{
  background-color: rgba(255, 255, 255, 0.5);
}

.group:hover .group-hover\:bg-light-800{
  background-color: rgba(255, 255, 255, 0.8);
}

.focus-within\:bg-transparent:focus-within{
  background-color: transparent;
}

.focus-within\:bg-current:focus-within{
  background-color: currentColor;
}

.focus-within\:bg-black:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 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-blue:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-error:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
}

.focus-within\:bg-gray:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-dark:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
}

.focus-within\:bg-dark-100:focus-within{
  background-color: rgba(0,0,0,.1);
}

.focus-within\:bg-dark-500:focus-within{
  background-color: rgba(0,0,0,.5);
}

.focus-within\:bg-dark-800:focus-within{
  background-color: rgba(0,0,0,.8);
}

.focus-within\:bg-dark-900:focus-within{
  background-color: rgba(0,0,0,.9);
}

.focus-within\:bg-light-100:focus-within{
  background-color: rgba(255, 255, 255, 0.1);
}

.focus-within\:bg-light-500:focus-within{
  background-color: rgba(255, 255, 255, 0.5);
}

.focus-within\:bg-light-800:focus-within{
  background-color: rgba(255, 255, 255, 0.8);
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-current:hover{
  background-color: currentColor;
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.hover\:bg-error:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
}

.hover\:bg-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.hover\:bg-gray-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
}

.hover\:bg-dark-100:hover{
  background-color: rgba(0,0,0,.1);
}

.hover\:bg-dark-500:hover{
  background-color: rgba(0,0,0,.5);
}

.hover\:bg-dark-800:hover{
  background-color: rgba(0,0,0,.8);
}

.hover\:bg-dark-900:hover{
  background-color: rgba(0,0,0,.9);
}

.hover\:bg-light-100:hover{
  background-color: rgba(255, 255, 255, 0.1);
}

.hover\:bg-light-500:hover{
  background-color: rgba(255, 255, 255, 0.5);
}

.hover\:bg-light-800:hover{
  background-color: rgba(255, 255, 255, 0.8);
}

.focus\:bg-transparent:focus{
  background-color: transparent;
}

.focus\:bg-current:focus{
  background-color: currentColor;
}

.focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-blue:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.focus\:bg-error:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
}

.focus\:bg-gray:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus\:bg-gray-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
}

.focus\:bg-dark-100:focus{
  background-color: rgba(0,0,0,.1);
}

.focus\:bg-dark-500:focus{
  background-color: rgba(0,0,0,.5);
}

.focus\:bg-dark-800:focus{
  background-color: rgba(0,0,0,.8);
}

.focus\:bg-dark-900:focus{
  background-color: rgba(0,0,0,.9);
}

.focus\:bg-light-100:focus{
  background-color: rgba(255, 255, 255, 0.1);
}

.focus\:bg-light-500:focus{
  background-color: rgba(255, 255, 255, 0.5);
}

.focus\:bg-light-800:focus{
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-opacity-0{
  --tw-bg-opacity: 0;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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-none{
  background-image: none;
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, 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(to right, 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(to bottom, 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(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-current{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-blue{
  --tw-gradient-from: #0099FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
}

.from-error{
  --tw-gradient-from: #E62807;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
}

.from-gray{
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.from-gray-dark{
  --tw-gradient-from: #777676;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
}

.from-dark-100{
  --tw-gradient-from: rgba(0,0,0,.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-dark-500{
  --tw-gradient-from: rgba(0,0,0,.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-dark-800{
  --tw-gradient-from: rgba(0,0,0,.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-dark-900{
  --tw-gradient-from: rgba(0,0,0,.9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-light-100{
  --tw-gradient-from: rgba(255, 255, 255, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-light-500{
  --tw-gradient-from: rgba(255, 255, 255, 0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-light-800{
  --tw-gradient-from: rgba(255, 255, 255, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-transparent:hover{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-current:hover{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-black:hover{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-blue:hover{
  --tw-gradient-from: #0099FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
}

.hover\:from-error:hover{
  --tw-gradient-from: #E62807;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
}

.hover\:from-gray:hover{
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.hover\:from-gray-dark:hover{
  --tw-gradient-from: #777676;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
}

.hover\:from-dark-100:hover{
  --tw-gradient-from: rgba(0,0,0,.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-dark-500:hover{
  --tw-gradient-from: rgba(0,0,0,.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-dark-800:hover{
  --tw-gradient-from: rgba(0,0,0,.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-dark-900:hover{
  --tw-gradient-from: rgba(0,0,0,.9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-light-100:hover{
  --tw-gradient-from: rgba(255, 255, 255, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-light-500:hover{
  --tw-gradient-from: rgba(255, 255, 255, 0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-light-800:hover{
  --tw-gradient-from: rgba(255, 255, 255, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-transparent:focus{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-current:focus{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-black:focus{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-blue:focus{
  --tw-gradient-from: #0099FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
}

.focus\:from-error:focus{
  --tw-gradient-from: #E62807;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
}

.focus\:from-gray:focus{
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.focus\:from-gray-dark:focus{
  --tw-gradient-from: #777676;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
}

.focus\:from-dark-100:focus{
  --tw-gradient-from: rgba(0,0,0,.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-dark-500:focus{
  --tw-gradient-from: rgba(0,0,0,.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-dark-800:focus{
  --tw-gradient-from: rgba(0,0,0,.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-dark-900:focus{
  --tw-gradient-from: rgba(0,0,0,.9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-light-100:focus{
  --tw-gradient-from: rgba(255, 255, 255, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-light-500:focus{
  --tw-gradient-from: rgba(255, 255, 255, 0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-light-800:focus{
  --tw-gradient-from: rgba(255, 255, 255, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-current{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-blue{
  --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
}

.via-error{
  --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
}

.via-gray{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.via-gray-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
}

.via-dark-100{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-dark-500{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-dark-800{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-dark-900{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-light-100{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-light-500{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-light-800{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-current:hover{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-blue:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
}

.hover\:via-error:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
}

.hover\:via-gray:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.hover\:via-gray-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
}

.hover\:via-dark-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-dark-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-dark-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-dark-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-light-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-light-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-light-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-current:focus{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-blue:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
}

.focus\:via-error:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
}

.focus\:via-gray:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.focus\:via-gray-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
}

.focus\:via-dark-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-dark-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-dark-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-dark-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-light-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-light-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-light-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.to-transparent{
  --tw-gradient-to: transparent;
}

.to-current{
  --tw-gradient-to: currentColor;
}

.to-black{
  --tw-gradient-to: #000;
}

.to-white{
  --tw-gradient-to: #fff;
}

.to-blue{
  --tw-gradient-to: #0099FF;
}

.to-error{
  --tw-gradient-to: #E62807;
}

.to-gray{
  --tw-gradient-to: #e5e5e5;
}

.to-gray-dark{
  --tw-gradient-to: #777676;
}

.to-dark-100{
  --tw-gradient-to: rgba(0,0,0,.1);
}

.to-dark-500{
  --tw-gradient-to: rgba(0,0,0,.5);
}

.to-dark-800{
  --tw-gradient-to: rgba(0,0,0,.8);
}

.to-dark-900{
  --tw-gradient-to: rgba(0,0,0,.9);
}

.to-light-100{
  --tw-gradient-to: rgba(255, 255, 255, 0.1);
}

.to-light-500{
  --tw-gradient-to: rgba(255, 255, 255, 0.5);
}

.to-light-800{
  --tw-gradient-to: rgba(255, 255, 255, 0.8);
}

.hover\:to-transparent:hover{
  --tw-gradient-to: transparent;
}

.hover\:to-current:hover{
  --tw-gradient-to: currentColor;
}

.hover\:to-black:hover{
  --tw-gradient-to: #000;
}

.hover\:to-white:hover{
  --tw-gradient-to: #fff;
}

.hover\:to-blue:hover{
  --tw-gradient-to: #0099FF;
}

.hover\:to-error:hover{
  --tw-gradient-to: #E62807;
}

.hover\:to-gray:hover{
  --tw-gradient-to: #e5e5e5;
}

.hover\:to-gray-dark:hover{
  --tw-gradient-to: #777676;
}

.hover\:to-dark-100:hover{
  --tw-gradient-to: rgba(0,0,0,.1);
}

.hover\:to-dark-500:hover{
  --tw-gradient-to: rgba(0,0,0,.5);
}

.hover\:to-dark-800:hover{
  --tw-gradient-to: rgba(0,0,0,.8);
}

.hover\:to-dark-900:hover{
  --tw-gradient-to: rgba(0,0,0,.9);
}

.hover\:to-light-100:hover{
  --tw-gradient-to: rgba(255, 255, 255, 0.1);
}

.hover\:to-light-500:hover{
  --tw-gradient-to: rgba(255, 255, 255, 0.5);
}

.hover\:to-light-800:hover{
  --tw-gradient-to: rgba(255, 255, 255, 0.8);
}

.focus\:to-transparent:focus{
  --tw-gradient-to: transparent;
}

.focus\:to-current:focus{
  --tw-gradient-to: currentColor;
}

.focus\:to-black:focus{
  --tw-gradient-to: #000;
}

.focus\:to-white:focus{
  --tw-gradient-to: #fff;
}

.focus\:to-blue:focus{
  --tw-gradient-to: #0099FF;
}

.focus\:to-error:focus{
  --tw-gradient-to: #E62807;
}

.focus\:to-gray:focus{
  --tw-gradient-to: #e5e5e5;
}

.focus\:to-gray-dark:focus{
  --tw-gradient-to: #777676;
}

.focus\:to-dark-100:focus{
  --tw-gradient-to: rgba(0,0,0,.1);
}

.focus\:to-dark-500:focus{
  --tw-gradient-to: rgba(0,0,0,.5);
}

.focus\:to-dark-800:focus{
  --tw-gradient-to: rgba(0,0,0,.8);
}

.focus\:to-dark-900:focus{
  --tw-gradient-to: rgba(0,0,0,.9);
}

.focus\:to-light-100:focus{
  --tw-gradient-to: rgba(255, 255, 255, 0.1);
}

.focus\:to-light-500:focus{
  --tw-gradient-to: rgba(255, 255, 255, 0.5);
}

.focus\:to-light-800:focus{
  --tw-gradient-to: rgba(255, 255, 255, 0.8);
}

.decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-auto{
  background-size: auto;
}

.bg-cover{
  background-size: cover;
}

.bg-contain{
  background-size: contain;
}

.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-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

.bg-right{
  background-position: right;
}

.bg-right-bottom{
  background-position: right bottom;
}

.bg-right-top{
  background-position: right top;
}

.bg-top{
  background-position: top;
}

.bg-repeat{
  background-repeat: repeat;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.bg-repeat-round{
  background-repeat: round;
}

.bg-repeat-space{
  background-repeat: space;
}

.bg-origin-border{
  background-origin: border-box;
}

.bg-origin-padding{
  background-origin: padding-box;
}

.bg-origin-content{
  background-origin: content-box;
}

.fill-current{
  fill: currentColor;
}

.fill-transparent{
  fill: transparent;
}

.fill-black{
  fill: #000;
}

.fill-white{
  fill: #fff;
}

.fill-blue{
  fill: #0099FF;
}

.fill-error{
  fill: #E62807;
}

.fill-gray{
  fill: #e5e5e5;
}

.fill-gray-dark{
  fill: #777676;
}

.fill-dark-100{
  fill: rgba(0,0,0,.1);
}

.fill-dark-500{
  fill: rgba(0,0,0,.5);
}

.fill-dark-800{
  fill: rgba(0,0,0,.8);
}

.fill-dark-900{
  fill: rgba(0,0,0,.9);
}

.fill-light-100{
  fill: rgba(255, 255, 255, 0.1);
}

.fill-light-500{
  fill: rgba(255, 255, 255, 0.5);
}

.fill-light-800{
  fill: rgba(255, 255, 255, 0.8);
}

.hover\:fill-current:hover{
  fill: currentColor;
}

.hover\:fill-transparent:hover{
  fill: transparent;
}

.hover\:fill-black:hover{
  fill: #000;
}

.hover\:fill-white:hover{
  fill: #fff;
}

.hover\:fill-blue:hover{
  fill: #0099FF;
}

.hover\:fill-error:hover{
  fill: #E62807;
}

.hover\:fill-gray:hover{
  fill: #e5e5e5;
}

.hover\:fill-gray-dark:hover{
  fill: #777676;
}

.hover\:fill-dark-100:hover{
  fill: rgba(0,0,0,.1);
}

.hover\:fill-dark-500:hover{
  fill: rgba(0,0,0,.5);
}

.hover\:fill-dark-800:hover{
  fill: rgba(0,0,0,.8);
}

.hover\:fill-dark-900:hover{
  fill: rgba(0,0,0,.9);
}

.hover\:fill-light-100:hover{
  fill: rgba(255, 255, 255, 0.1);
}

.hover\:fill-light-500:hover{
  fill: rgba(255, 255, 255, 0.5);
}

.hover\:fill-light-800:hover{
  fill: rgba(255, 255, 255, 0.8);
}

.focus\:fill-current:focus{
  fill: currentColor;
}

.focus\:fill-transparent:focus{
  fill: transparent;
}

.focus\:fill-black:focus{
  fill: #000;
}

.focus\:fill-white:focus{
  fill: #fff;
}

.focus\:fill-blue:focus{
  fill: #0099FF;
}

.focus\:fill-error:focus{
  fill: #E62807;
}

.focus\:fill-gray:focus{
  fill: #e5e5e5;
}

.focus\:fill-gray-dark:focus{
  fill: #777676;
}

.focus\:fill-dark-100:focus{
  fill: rgba(0,0,0,.1);
}

.focus\:fill-dark-500:focus{
  fill: rgba(0,0,0,.5);
}

.focus\:fill-dark-800:focus{
  fill: rgba(0,0,0,.8);
}

.focus\:fill-dark-900:focus{
  fill: rgba(0,0,0,.9);
}

.focus\:fill-light-100:focus{
  fill: rgba(255, 255, 255, 0.1);
}

.focus\:fill-light-500:focus{
  fill: rgba(255, 255, 255, 0.5);
}

.focus\:fill-light-800:focus{
  fill: rgba(255, 255, 255, 0.8);
}

.stroke-current{
  stroke: currentColor;
}

.stroke-0{
  stroke-width: 0;
}

.stroke-1{
  stroke-width: 1;
}

.stroke-2{
  stroke-width: 2;
}

.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;
}

.p-0{
  padding: 0;
}

.p-4{
  padding: 0.25rem;
}

.p-8{
  padding: 0.5rem;
}

.p-12{
  padding: 0.75rem;
}

.p-16{
  padding: 1rem;
}

.p-20{
  padding: 1.25rem;
}

.p-24{
  padding: 1.5rem;
}

.p-32{
  padding: 2rem;
}

.p-40{
  padding: 2.5rem;
}

.p-48{
  padding: 3rem;
}

.p-56{
  padding: 3.5rem;
}

.p-64{
  padding: 4rem;
}

.p-80{
  padding: 5rem;
}

.p-96{
  padding: 6rem;
}

.p-104{
  padding: 6.5rem;
}

.p-112{
  padding: 7rem;
}

.p-128{
  padding: 8rem;
}

.p-140{
  padding: 8.75rem;
}

.p-156{
  padding: 9.5rem;
}

.p-160{
  padding: 10rem;
}

.p-180{
  padding: 11.25rem;
}

.p-200{
  padding: 12.5rem;
}

.p-224{
  padding: 14rem;
}

.p-240{
  padding: 15rem;
}

.p-260{
  padding: 16.25rem;
}

.p-300{
  padding: 18.75rem;
}

.-p-78\%{
  padding: -78%;
}

.-p-80\%{
  padding: -80%;
}

.-p-50\%{
  padding: -50%;
}

.-p-35\%{
  padding: -35%;
}

.-p-128{
  padding: -8rem;
}

.-p-96{
  padding: -6rem;
}

.-p-64{
  padding: -4rem;
}

.-p-32{
  padding: -2rem;
}

.-p-8{
  padding: -0.5rem;
}

.p-5\%{
  padding: 5%;
}

.p-10\%{
  padding: 10%;
}

.p-15\%{
  padding: 15%;
}

.p-20\%{
  padding: 20%;
}

.p-25\%{
  padding: 25%;
}

.p-30\%{
  padding: 30%;
}

.p-31\%{
  padding: 31%;
}

.p-33\%{
  padding: 33.333%;
}

.p-34\%{
  padding: 34%;
}

.p-45\%{
  padding: 45%;
}

.p-50\%{
  padding: 50%;
}

.p-54\%{
  padding: 54%;
}

.p-75\%{
  padding: 75%;
}

.p-55\%{
  padding: 55%;
}

.p-65\%{
  padding: 65%;
}

.p-66\%{
  padding: 66%;
}

.p-85\%{
  padding: 85%;
}

.p-96\%{
  padding: 96%;
}

.p-130\%{
  padding: 130%;
}

.p-135\%{
  padding: 135%;
}

.p-200\%{
  padding: 200%;
}

.p-16\/9{
  padding: 56.25%;
}

.p-1\/2{
  padding: 50%;
}

.p-full{
  padding: 100%;
}

.p-span{
  padding: 8.333%;
}

.p-2span{
  padding: 16.666%;
}

.p-px{
  padding: 1px;
}

.p-3\.125rem{
  padding: 3.125rem;
}

.p-3\.375rem{
  padding: 3.375rem;
}

.px-0{
  padding-left: 0;
  padding-right: 0;
}

.px-4{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-8{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-12{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-16{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-20{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-24{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-32{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-40{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-48{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-56{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-64{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-80{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-96{
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-104{
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.px-112{
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-128{
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-140{
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

.px-156{
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.px-160{
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-180{
  padding-left: 11.25rem;
  padding-right: 11.25rem;
}

.px-200{
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.px-224{
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-240{
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-260{
  padding-left: 16.25rem;
  padding-right: 16.25rem;
}

.px-300{
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.-px-78\%{
  padding-left: -78%;
  padding-right: -78%;
}

.-px-80\%{
  padding-left: -80%;
  padding-right: -80%;
}

.-px-50\%{
  padding-left: -50%;
  padding-right: -50%;
}

.-px-35\%{
  padding-left: -35%;
  padding-right: -35%;
}

.-px-128{
  padding-left: -8rem;
  padding-right: -8rem;
}

.-px-96{
  padding-left: -6rem;
  padding-right: -6rem;
}

.-px-64{
  padding-left: -4rem;
  padding-right: -4rem;
}

.-px-32{
  padding-left: -2rem;
  padding-right: -2rem;
}

.-px-8{
  padding-left: -0.5rem;
  padding-right: -0.5rem;
}

.px-5\%{
  padding-left: 5%;
  padding-right: 5%;
}

.px-10\%{
  padding-left: 10%;
  padding-right: 10%;
}

.px-15\%{
  padding-left: 15%;
  padding-right: 15%;
}

.px-20\%{
  padding-left: 20%;
  padding-right: 20%;
}

.px-25\%{
  padding-left: 25%;
  padding-right: 25%;
}

.px-30\%{
  padding-left: 30%;
  padding-right: 30%;
}

.px-31\%{
  padding-left: 31%;
  padding-right: 31%;
}

.px-33\%{
  padding-left: 33.333%;
  padding-right: 33.333%;
}

.px-34\%{
  padding-left: 34%;
  padding-right: 34%;
}

.px-45\%{
  padding-left: 45%;
  padding-right: 45%;
}

.px-50\%{
  padding-left: 50%;
  padding-right: 50%;
}

.px-54\%{
  padding-left: 54%;
  padding-right: 54%;
}

.px-75\%{
  padding-left: 75%;
  padding-right: 75%;
}

.px-55\%{
  padding-left: 55%;
  padding-right: 55%;
}

.px-65\%{
  padding-left: 65%;
  padding-right: 65%;
}

.px-66\%{
  padding-left: 66%;
  padding-right: 66%;
}

.px-85\%{
  padding-left: 85%;
  padding-right: 85%;
}

.px-96\%{
  padding-left: 96%;
  padding-right: 96%;
}

.px-130\%{
  padding-left: 130%;
  padding-right: 130%;
}

.px-135\%{
  padding-left: 135%;
  padding-right: 135%;
}

.px-200\%{
  padding-left: 200%;
  padding-right: 200%;
}

.px-16\/9{
  padding-left: 56.25%;
  padding-right: 56.25%;
}

.px-1\/2{
  padding-left: 50%;
  padding-right: 50%;
}

.px-full{
  padding-left: 100%;
  padding-right: 100%;
}

.px-span{
  padding-left: 8.333%;
  padding-right: 8.333%;
}

.px-2span{
  padding-left: 16.666%;
  padding-right: 16.666%;
}

.px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.px-3\.125rem{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-3\.375rem{
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}

.py-0{
  padding-top: 0;
  padding-bottom: 0;
}

.py-4{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-8{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-12{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-16{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-20{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-24{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-32{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-40{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-48{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-56{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-64{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-80{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-96{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-104{
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.py-112{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-128{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-140{
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.py-156{
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.py-160{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-180{
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.py-200{
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.py-224{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-240{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-260{
  padding-top: 16.25rem;
  padding-bottom: 16.25rem;
}

.py-300{
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.-py-78\%{
  padding-top: -78%;
  padding-bottom: -78%;
}

.-py-80\%{
  padding-top: -80%;
  padding-bottom: -80%;
}

.-py-50\%{
  padding-top: -50%;
  padding-bottom: -50%;
}

.-py-35\%{
  padding-top: -35%;
  padding-bottom: -35%;
}

.-py-128{
  padding-top: -8rem;
  padding-bottom: -8rem;
}

.-py-96{
  padding-top: -6rem;
  padding-bottom: -6rem;
}

.-py-64{
  padding-top: -4rem;
  padding-bottom: -4rem;
}

.-py-32{
  padding-top: -2rem;
  padding-bottom: -2rem;
}

.-py-8{
  padding-top: -0.5rem;
  padding-bottom: -0.5rem;
}

.py-5\%{
  padding-top: 5%;
  padding-bottom: 5%;
}

.py-10\%{
  padding-top: 10%;
  padding-bottom: 10%;
}

.py-15\%{
  padding-top: 15%;
  padding-bottom: 15%;
}

.py-20\%{
  padding-top: 20%;
  padding-bottom: 20%;
}

.py-25\%{
  padding-top: 25%;
  padding-bottom: 25%;
}

.py-30\%{
  padding-top: 30%;
  padding-bottom: 30%;
}

.py-31\%{
  padding-top: 31%;
  padding-bottom: 31%;
}

.py-33\%{
  padding-top: 33.333%;
  padding-bottom: 33.333%;
}

.py-34\%{
  padding-top: 34%;
  padding-bottom: 34%;
}

.py-45\%{
  padding-top: 45%;
  padding-bottom: 45%;
}

.py-50\%{
  padding-top: 50%;
  padding-bottom: 50%;
}

.py-54\%{
  padding-top: 54%;
  padding-bottom: 54%;
}

.py-75\%{
  padding-top: 75%;
  padding-bottom: 75%;
}

.py-55\%{
  padding-top: 55%;
  padding-bottom: 55%;
}

.py-65\%{
  padding-top: 65%;
  padding-bottom: 65%;
}

.py-66\%{
  padding-top: 66%;
  padding-bottom: 66%;
}

.py-85\%{
  padding-top: 85%;
  padding-bottom: 85%;
}

.py-96\%{
  padding-top: 96%;
  padding-bottom: 96%;
}

.py-130\%{
  padding-top: 130%;
  padding-bottom: 130%;
}

.py-135\%{
  padding-top: 135%;
  padding-bottom: 135%;
}

.py-200\%{
  padding-top: 200%;
  padding-bottom: 200%;
}

.py-16\/9{
  padding-top: 56.25%;
  padding-bottom: 56.25%;
}

.py-1\/2{
  padding-top: 50%;
  padding-bottom: 50%;
}

.py-full{
  padding-top: 100%;
  padding-bottom: 100%;
}

.py-span{
  padding-top: 8.333%;
  padding-bottom: 8.333%;
}

.py-2span{
  padding-top: 16.666%;
  padding-bottom: 16.666%;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-3\.125rem{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-3\.375rem{
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}

.pt-0{
  padding-top: 0;
}

.pt-4{
  padding-top: 0.25rem;
}

.pt-8{
  padding-top: 0.5rem;
}

.pt-12{
  padding-top: 0.75rem;
}

.pt-16{
  padding-top: 1rem;
}

.pt-20{
  padding-top: 1.25rem;
}

.pt-24{
  padding-top: 1.5rem;
}

.pt-32{
  padding-top: 2rem;
}

.pt-40{
  padding-top: 2.5rem;
}

.pt-48{
  padding-top: 3rem;
}

.pt-56{
  padding-top: 3.5rem;
}

.pt-64{
  padding-top: 4rem;
}

.pt-80{
  padding-top: 5rem;
}

.pt-96{
  padding-top: 6rem;
}

.pt-104{
  padding-top: 6.5rem;
}

.pt-112{
  padding-top: 7rem;
}

.pt-128{
  padding-top: 8rem;
}

.pt-140{
  padding-top: 8.75rem;
}

.pt-156{
  padding-top: 9.5rem;
}

.pt-160{
  padding-top: 10rem;
}

.pt-180{
  padding-top: 11.25rem;
}

.pt-200{
  padding-top: 12.5rem;
}

.pt-224{
  padding-top: 14rem;
}

.pt-240{
  padding-top: 15rem;
}

.pt-260{
  padding-top: 16.25rem;
}

.pt-300{
  padding-top: 18.75rem;
}

.-pt-78\%{
  padding-top: -78%;
}

.-pt-80\%{
  padding-top: -80%;
}

.-pt-50\%{
  padding-top: -50%;
}

.-pt-35\%{
  padding-top: -35%;
}

.-pt-128{
  padding-top: -8rem;
}

.-pt-96{
  padding-top: -6rem;
}

.-pt-64{
  padding-top: -4rem;
}

.-pt-32{
  padding-top: -2rem;
}

.-pt-8{
  padding-top: -0.5rem;
}

.pt-5\%{
  padding-top: 5%;
}

.pt-10\%{
  padding-top: 10%;
}

.pt-15\%{
  padding-top: 15%;
}

.pt-20\%{
  padding-top: 20%;
}

.pt-25\%{
  padding-top: 25%;
}

.pt-30\%{
  padding-top: 30%;
}

.pt-31\%{
  padding-top: 31%;
}

.pt-33\%{
  padding-top: 33.333%;
}

.pt-34\%{
  padding-top: 34%;
}

.pt-45\%{
  padding-top: 45%;
}

.pt-50\%{
  padding-top: 50%;
}

.pt-54\%{
  padding-top: 54%;
}

.pt-75\%{
  padding-top: 75%;
}

.pt-55\%{
  padding-top: 55%;
}

.pt-65\%{
  padding-top: 65%;
}

.pt-66\%{
  padding-top: 66%;
}

.pt-85\%{
  padding-top: 85%;
}

.pt-96\%{
  padding-top: 96%;
}

.pt-130\%{
  padding-top: 130%;
}

.pt-135\%{
  padding-top: 135%;
}

.pt-200\%{
  padding-top: 200%;
}

.pt-16\/9{
  padding-top: 56.25%;
}

.pt-1\/2{
  padding-top: 50%;
}

.pt-full{
  padding-top: 100%;
}

.pt-span{
  padding-top: 8.333%;
}

.pt-2span{
  padding-top: 16.666%;
}

.pt-px{
  padding-top: 1px;
}

.pt-3\.125rem{
  padding-top: 3.125rem;
}

.pt-3\.375rem{
  padding-top: 3.375rem;
}

.pr-0{
  padding-right: 0;
}

.pr-4{
  padding-right: 0.25rem;
}

.pr-8{
  padding-right: 0.5rem;
}

.pr-12{
  padding-right: 0.75rem;
}

.pr-16{
  padding-right: 1rem;
}

.pr-20{
  padding-right: 1.25rem;
}

.pr-24{
  padding-right: 1.5rem;
}

.pr-32{
  padding-right: 2rem;
}

.pr-40{
  padding-right: 2.5rem;
}

.pr-48{
  padding-right: 3rem;
}

.pr-56{
  padding-right: 3.5rem;
}

.pr-64{
  padding-right: 4rem;
}

.pr-80{
  padding-right: 5rem;
}

.pr-96{
  padding-right: 6rem;
}

.pr-104{
  padding-right: 6.5rem;
}

.pr-112{
  padding-right: 7rem;
}

.pr-128{
  padding-right: 8rem;
}

.pr-140{
  padding-right: 8.75rem;
}

.pr-156{
  padding-right: 9.5rem;
}

.pr-160{
  padding-right: 10rem;
}

.pr-180{
  padding-right: 11.25rem;
}

.pr-200{
  padding-right: 12.5rem;
}

.pr-224{
  padding-right: 14rem;
}

.pr-240{
  padding-right: 15rem;
}

.pr-260{
  padding-right: 16.25rem;
}

.pr-300{
  padding-right: 18.75rem;
}

.-pr-78\%{
  padding-right: -78%;
}

.-pr-80\%{
  padding-right: -80%;
}

.-pr-50\%{
  padding-right: -50%;
}

.-pr-35\%{
  padding-right: -35%;
}

.-pr-128{
  padding-right: -8rem;
}

.-pr-96{
  padding-right: -6rem;
}

.-pr-64{
  padding-right: -4rem;
}

.-pr-32{
  padding-right: -2rem;
}

.-pr-8{
  padding-right: -0.5rem;
}

.pr-5\%{
  padding-right: 5%;
}

.pr-10\%{
  padding-right: 10%;
}

.pr-15\%{
  padding-right: 15%;
}

.pr-20\%{
  padding-right: 20%;
}

.pr-25\%{
  padding-right: 25%;
}

.pr-30\%{
  padding-right: 30%;
}

.pr-31\%{
  padding-right: 31%;
}

.pr-33\%{
  padding-right: 33.333%;
}

.pr-34\%{
  padding-right: 34%;
}

.pr-45\%{
  padding-right: 45%;
}

.pr-50\%{
  padding-right: 50%;
}

.pr-54\%{
  padding-right: 54%;
}

.pr-75\%{
  padding-right: 75%;
}

.pr-55\%{
  padding-right: 55%;
}

.pr-65\%{
  padding-right: 65%;
}

.pr-66\%{
  padding-right: 66%;
}

.pr-85\%{
  padding-right: 85%;
}

.pr-96\%{
  padding-right: 96%;
}

.pr-130\%{
  padding-right: 130%;
}

.pr-135\%{
  padding-right: 135%;
}

.pr-200\%{
  padding-right: 200%;
}

.pr-16\/9{
  padding-right: 56.25%;
}

.pr-1\/2{
  padding-right: 50%;
}

.pr-full{
  padding-right: 100%;
}

.pr-span{
  padding-right: 8.333%;
}

.pr-2span{
  padding-right: 16.666%;
}

.pr-px{
  padding-right: 1px;
}

.pr-3\.125rem{
  padding-right: 3.125rem;
}

.pr-3\.375rem{
  padding-right: 3.375rem;
}

.pb-0{
  padding-bottom: 0;
}

.pb-4{
  padding-bottom: 0.25rem;
}

.pb-8{
  padding-bottom: 0.5rem;
}

.pb-12{
  padding-bottom: 0.75rem;
}

.pb-16{
  padding-bottom: 1rem;
}

.pb-20{
  padding-bottom: 1.25rem;
}

.pb-24{
  padding-bottom: 1.5rem;
}

.pb-32{
  padding-bottom: 2rem;
}

.pb-40{
  padding-bottom: 2.5rem;
}

.pb-48{
  padding-bottom: 3rem;
}

.pb-56{
  padding-bottom: 3.5rem;
}

.pb-64{
  padding-bottom: 4rem;
}

.pb-80{
  padding-bottom: 5rem;
}

.pb-96{
  padding-bottom: 6rem;
}

.pb-104{
  padding-bottom: 6.5rem;
}

.pb-112{
  padding-bottom: 7rem;
}

.pb-128{
  padding-bottom: 8rem;
}

.pb-140{
  padding-bottom: 8.75rem;
}

.pb-156{
  padding-bottom: 9.5rem;
}

.pb-160{
  padding-bottom: 10rem;
}

.pb-180{
  padding-bottom: 11.25rem;
}

.pb-200{
  padding-bottom: 12.5rem;
}

.pb-224{
  padding-bottom: 14rem;
}

.pb-240{
  padding-bottom: 15rem;
}

.pb-260{
  padding-bottom: 16.25rem;
}

.pb-300{
  padding-bottom: 18.75rem;
}

.-pb-78\%{
  padding-bottom: -78%;
}

.-pb-80\%{
  padding-bottom: -80%;
}

.-pb-50\%{
  padding-bottom: -50%;
}

.-pb-35\%{
  padding-bottom: -35%;
}

.-pb-128{
  padding-bottom: -8rem;
}

.-pb-96{
  padding-bottom: -6rem;
}

.-pb-64{
  padding-bottom: -4rem;
}

.-pb-32{
  padding-bottom: -2rem;
}

.-pb-8{
  padding-bottom: -0.5rem;
}

.pb-5\%{
  padding-bottom: 5%;
}

.pb-10\%{
  padding-bottom: 10%;
}

.pb-15\%{
  padding-bottom: 15%;
}

.pb-20\%{
  padding-bottom: 20%;
}

.pb-25\%{
  padding-bottom: 25%;
}

.pb-30\%{
  padding-bottom: 30%;
}

.pb-31\%{
  padding-bottom: 31%;
}

.pb-33\%{
  padding-bottom: 33.333%;
}

.pb-34\%{
  padding-bottom: 34%;
}

.pb-45\%{
  padding-bottom: 45%;
}

.pb-50\%{
  padding-bottom: 50%;
}

.pb-54\%{
  padding-bottom: 54%;
}

.pb-75\%{
  padding-bottom: 75%;
}

.pb-55\%{
  padding-bottom: 55%;
}

.pb-65\%{
  padding-bottom: 65%;
}

.pb-66\%{
  padding-bottom: 66%;
}

.pb-85\%{
  padding-bottom: 85%;
}

.pb-96\%{
  padding-bottom: 96%;
}

.pb-130\%{
  padding-bottom: 130%;
}

.pb-135\%{
  padding-bottom: 135%;
}

.pb-200\%{
  padding-bottom: 200%;
}

.pb-16\/9{
  padding-bottom: 56.25%;
}

.pb-1\/2{
  padding-bottom: 50%;
}

.pb-full{
  padding-bottom: 100%;
}

.pb-span{
  padding-bottom: 8.333%;
}

.pb-2span{
  padding-bottom: 16.666%;
}

.pb-px{
  padding-bottom: 1px;
}

.pb-3\.125rem{
  padding-bottom: 3.125rem;
}

.pb-3\.375rem{
  padding-bottom: 3.375rem;
}

.pl-0{
  padding-left: 0;
}

.pl-4{
  padding-left: 0.25rem;
}

.pl-8{
  padding-left: 0.5rem;
}

.pl-12{
  padding-left: 0.75rem;
}

.pl-16{
  padding-left: 1rem;
}

.pl-20{
  padding-left: 1.25rem;
}

.pl-24{
  padding-left: 1.5rem;
}

.pl-32{
  padding-left: 2rem;
}

.pl-40{
  padding-left: 2.5rem;
}

.pl-48{
  padding-left: 3rem;
}

.pl-56{
  padding-left: 3.5rem;
}

.pl-64{
  padding-left: 4rem;
}

.pl-80{
  padding-left: 5rem;
}

.pl-96{
  padding-left: 6rem;
}

.pl-104{
  padding-left: 6.5rem;
}

.pl-112{
  padding-left: 7rem;
}

.pl-128{
  padding-left: 8rem;
}

.pl-140{
  padding-left: 8.75rem;
}

.pl-156{
  padding-left: 9.5rem;
}

.pl-160{
  padding-left: 10rem;
}

.pl-180{
  padding-left: 11.25rem;
}

.pl-200{
  padding-left: 12.5rem;
}

.pl-224{
  padding-left: 14rem;
}

.pl-240{
  padding-left: 15rem;
}

.pl-260{
  padding-left: 16.25rem;
}

.pl-300{
  padding-left: 18.75rem;
}

.-pl-78\%{
  padding-left: -78%;
}

.-pl-80\%{
  padding-left: -80%;
}

.-pl-50\%{
  padding-left: -50%;
}

.-pl-35\%{
  padding-left: -35%;
}

.-pl-128{
  padding-left: -8rem;
}

.-pl-96{
  padding-left: -6rem;
}

.-pl-64{
  padding-left: -4rem;
}

.-pl-32{
  padding-left: -2rem;
}

.-pl-8{
  padding-left: -0.5rem;
}

.pl-5\%{
  padding-left: 5%;
}

.pl-10\%{
  padding-left: 10%;
}

.pl-15\%{
  padding-left: 15%;
}

.pl-20\%{
  padding-left: 20%;
}

.pl-25\%{
  padding-left: 25%;
}

.pl-30\%{
  padding-left: 30%;
}

.pl-31\%{
  padding-left: 31%;
}

.pl-33\%{
  padding-left: 33.333%;
}

.pl-34\%{
  padding-left: 34%;
}

.pl-45\%{
  padding-left: 45%;
}

.pl-50\%{
  padding-left: 50%;
}

.pl-54\%{
  padding-left: 54%;
}

.pl-75\%{
  padding-left: 75%;
}

.pl-55\%{
  padding-left: 55%;
}

.pl-65\%{
  padding-left: 65%;
}

.pl-66\%{
  padding-left: 66%;
}

.pl-85\%{
  padding-left: 85%;
}

.pl-96\%{
  padding-left: 96%;
}

.pl-130\%{
  padding-left: 130%;
}

.pl-135\%{
  padding-left: 135%;
}

.pl-200\%{
  padding-left: 200%;
}

.pl-16\/9{
  padding-left: 56.25%;
}

.pl-1\/2{
  padding-left: 50%;
}

.pl-full{
  padding-left: 100%;
}

.pl-span{
  padding-left: 8.333%;
}

.pl-2span{
  padding-left: 16.666%;
}

.pl-px{
  padding-left: 1px;
}

.pl-3\.125rem{
  padding-left: 3.125rem;
}

.pl-3\.375rem{
  padding-left: 3.375rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.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;
}

.font-proxima{
  font-family: Proxima Nova W01 Regular, sans-serif;
}

.font-proximaSemi{
  font-family: Proxima Nova W01 Semibold, sans-serif;
}

.font-proximaBold{
  font-family: Proxima Nova W01 Bold, sans-serif;
}

.text-xxs{
  font-size: 0.625rem;
}

.text-xs{
  font-size: 0.75rem;
}

.text-sm{
  font-size: 0.875rem;
}

.text-base{
  font-size: 1rem;
}

.text-md{
  font-size: 1.125rem;
}

.text-xl{
  font-size: 1.25rem;
}

.text-2xl{
  font-size: 1.5rem;
}

.text-2base{
  font-size: 2rem;
}

.text-3xl{
  font-size: 2.5rem;
}

.text-4xl{
  font-size: 3rem;
}

.text-5xl{
  font-size: 4.56rem;
}

.text-6xl{
  font-size: 6.25rem;
}

.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;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.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;
}

.leading-none{
  line-height: 1;
}

.leading-base{
  line-height: 1.5rem;
}

.leading-xxs{
  line-height: 0.75rem;
}

.leading-xs{
  line-height: 0.875rem;
}

.leading-sm{
  line-height: 1.063rem;
}

.leading-md{
  line-height: 1.5rem;
}

.leading-lg{
  line-height: 1rem;
}

.leading-xl{
  line-height: 1.5rem;
}

.leading-2xl{
  line-height: 2rem;
}

.leading-3xl{
  line-height: 3rem;
}

.leading-4xl{
  line-height: 3.5rem;
}

.leading-5xl{
  line-height: 5rem;
}

.tracking-2{
  letter-spacing: 0.125rem;
}

.tracking-normal{
  letter-spacing: 0;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-transparent{
  color: transparent;
}

.text-current{
  color: currentColor;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.text-error{
  --tw-text-opacity: 1;
  color: rgba(230, 40, 7, var(--tw-text-opacity));
}

.text-gray{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.text-gray-dark{
  --tw-text-opacity: 1;
  color: rgba(119, 118, 118, var(--tw-text-opacity));
}

.text-dark-100{
  color: rgba(0,0,0,.1);
}

.text-dark-500{
  color: rgba(0,0,0,.5);
}

.text-dark-800{
  color: rgba(0,0,0,.8);
}

.text-dark-900{
  color: rgba(0,0,0,.9);
}

.text-light-100{
  color: rgba(255, 255, 255, 0.1);
}

.text-light-500{
  color: rgba(255, 255, 255, 0.5);
}

.text-light-800{
  color: rgba(255, 255, 255, 0.8);
}

.group:hover .group-hover\:text-transparent{
  color: transparent;
}

.group:hover .group-hover\:text-current{
  color: currentColor;
}

.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 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-blue{
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-error{
  --tw-text-opacity: 1;
  color: rgba(230, 40, 7, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-dark{
  --tw-text-opacity: 1;
  color: rgba(119, 118, 118, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-dark-100{
  color: rgba(0,0,0,.1);
}

.group:hover .group-hover\:text-dark-500{
  color: rgba(0,0,0,.5);
}

.group:hover .group-hover\:text-dark-800{
  color: rgba(0,0,0,.8);
}

.group:hover .group-hover\:text-dark-900{
  color: rgba(0,0,0,.9);
}

.group:hover .group-hover\:text-light-100{
  color: rgba(255, 255, 255, 0.1);
}

.group:hover .group-hover\:text-light-500{
  color: rgba(255, 255, 255, 0.5);
}

.group:hover .group-hover\:text-light-800{
  color: rgba(255, 255, 255, 0.8);
}

.focus-within\:text-transparent:focus-within{
  color: transparent;
}

.focus-within\:text-current:focus-within{
  color: currentColor;
}

.focus-within\:text-black:focus-within{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 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-blue:focus-within{
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.focus-within\:text-error:focus-within{
  --tw-text-opacity: 1;
  color: rgba(230, 40, 7, var(--tw-text-opacity));
}

.focus-within\:text-gray:focus-within{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.focus-within\:text-gray-dark:focus-within{
  --tw-text-opacity: 1;
  color: rgba(119, 118, 118, var(--tw-text-opacity));
}

.focus-within\:text-dark-100:focus-within{
  color: rgba(0,0,0,.1);
}

.focus-within\:text-dark-500:focus-within{
  color: rgba(0,0,0,.5);
}

.focus-within\:text-dark-800:focus-within{
  color: rgba(0,0,0,.8);
}

.focus-within\:text-dark-900:focus-within{
  color: rgba(0,0,0,.9);
}

.focus-within\:text-light-100:focus-within{
  color: rgba(255, 255, 255, 0.1);
}

.focus-within\:text-light-500:focus-within{
  color: rgba(255, 255, 255, 0.5);
}

.focus-within\:text-light-800:focus-within{
  color: rgba(255, 255, 255, 0.8);
}

.hover\:text-transparent:hover{
  color: transparent;
}

.hover\:text-current:hover{
  color: currentColor;
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.hover\:text-error:hover{
  --tw-text-opacity: 1;
  color: rgba(230, 40, 7, var(--tw-text-opacity));
}

.hover\:text-gray:hover{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.hover\:text-gray-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(119, 118, 118, var(--tw-text-opacity));
}

.hover\:text-dark-100:hover{
  color: rgba(0,0,0,.1);
}

.hover\:text-dark-500:hover{
  color: rgba(0,0,0,.5);
}

.hover\:text-dark-800:hover{
  color: rgba(0,0,0,.8);
}

.hover\:text-dark-900:hover{
  color: rgba(0,0,0,.9);
}

.hover\:text-light-100:hover{
  color: rgba(255, 255, 255, 0.1);
}

.hover\:text-light-500:hover{
  color: rgba(255, 255, 255, 0.5);
}

.hover\:text-light-800:hover{
  color: rgba(255, 255, 255, 0.8);
}

.focus\:text-transparent:focus{
  color: transparent;
}

.focus\:text-current:focus{
  color: currentColor;
}

.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-blue:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-text-opacity));
}

.focus\:text-error:focus{
  --tw-text-opacity: 1;
  color: rgba(230, 40, 7, var(--tw-text-opacity));
}

.focus\:text-gray:focus{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.focus\:text-gray-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(119, 118, 118, var(--tw-text-opacity));
}

.focus\:text-dark-100:focus{
  color: rgba(0,0,0,.1);
}

.focus\:text-dark-500:focus{
  color: rgba(0,0,0,.5);
}

.focus\:text-dark-800:focus{
  color: rgba(0,0,0,.8);
}

.focus\:text-dark-900:focus{
  color: rgba(0,0,0,.9);
}

.focus\:text-light-100:focus{
  color: rgba(255, 255, 255, 0.1);
}

.focus\:text-light-500:focus{
  color: rgba(255, 255, 255, 0.5);
}

.focus\:text-light-800:focus{
  color: rgba(255, 255, 255, 0.8);
}

.text-opacity-0{
  --tw-text-opacity: 0;
}

.text-opacity-5{
  --tw-text-opacity: 0.05;
}

.text-opacity-10{
  --tw-text-opacity: 0.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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;
}

.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;
}

.placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.placeholder-current:-ms-input-placeholder{
  color: currentColor;
}

.placeholder-current::placeholder{
  color: currentColor;
}

.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-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-blue:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
}

.placeholder-error:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
}

.placeholder-error::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
}

.placeholder-gray:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-gray::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-gray-dark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
}

.placeholder-gray-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
}

.placeholder-dark-100:-ms-input-placeholder{
  color: rgba(0,0,0,.1);
}

.placeholder-dark-100::placeholder{
  color: rgba(0,0,0,.1);
}

.placeholder-dark-500:-ms-input-placeholder{
  color: rgba(0,0,0,.5);
}

.placeholder-dark-500::placeholder{
  color: rgba(0,0,0,.5);
}

.placeholder-dark-800:-ms-input-placeholder{
  color: rgba(0,0,0,.8);
}

.placeholder-dark-800::placeholder{
  color: rgba(0,0,0,.8);
}

.placeholder-dark-900:-ms-input-placeholder{
  color: rgba(0,0,0,.9);
}

.placeholder-dark-900::placeholder{
  color: rgba(0,0,0,.9);
}

.placeholder-light-100:-ms-input-placeholder{
  color: rgba(255, 255, 255, 0.1);
}

.placeholder-light-100::placeholder{
  color: rgba(255, 255, 255, 0.1);
}

.placeholder-light-500:-ms-input-placeholder{
  color: rgba(255, 255, 255, 0.5);
}

.placeholder-light-500::placeholder{
  color: rgba(255, 255, 255, 0.5);
}

.placeholder-light-800:-ms-input-placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.placeholder-light-800::placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

.focus\:placeholder-current:focus:-ms-input-placeholder{
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder{
  color: currentColor;
}

.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-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-blue:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark-100:focus:-ms-input-placeholder{
  color: rgba(0,0,0,.1);
}

.focus\:placeholder-dark-100:focus::placeholder{
  color: rgba(0,0,0,.1);
}

.focus\:placeholder-dark-500:focus:-ms-input-placeholder{
  color: rgba(0,0,0,.5);
}

.focus\:placeholder-dark-500:focus::placeholder{
  color: rgba(0,0,0,.5);
}

.focus\:placeholder-dark-800:focus:-ms-input-placeholder{
  color: rgba(0,0,0,.8);
}

.focus\:placeholder-dark-800:focus::placeholder{
  color: rgba(0,0,0,.8);
}

.focus\:placeholder-dark-900:focus:-ms-input-placeholder{
  color: rgba(0,0,0,.9);
}

.focus\:placeholder-dark-900:focus::placeholder{
  color: rgba(0,0,0,.9);
}

.focus\:placeholder-light-100:focus:-ms-input-placeholder{
  color: rgba(255, 255, 255, 0.1);
}

.focus\:placeholder-light-100:focus::placeholder{
  color: rgba(255, 255, 255, 0.1);
}

.focus\:placeholder-light-500:focus:-ms-input-placeholder{
  color: rgba(255, 255, 255, 0.5);
}

.focus\:placeholder-light-500:focus::placeholder{
  color: rgba(255, 255, 255, 0.5);
}

.focus\:placeholder-light-800:focus:-ms-input-placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.focus\:placeholder-light-800:focus::placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.10;
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.10;
}

.placeholder-opacity-20:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.50;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.50;
}

.placeholder-opacity-60:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.80;
}

.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.80;
}

.placeholder-opacity-90:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

.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:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.10;
}

.focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.10;
}

.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:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.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:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.50;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.50;
}

.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:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.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:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.80;
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.80;
}

.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:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

.caret-transparent{
  caret-color: transparent;
}

.caret-current{
  caret-color: currentColor;
}

.caret-black{
  caret-color: #000;
}

.caret-white{
  caret-color: #fff;
}

.caret-blue{
  caret-color: #0099FF;
}

.caret-error{
  caret-color: #E62807;
}

.caret-gray{
  caret-color: #e5e5e5;
}

.caret-gray-dark{
  caret-color: #777676;
}

.caret-dark-100{
  caret-color: rgba(0,0,0,.1);
}

.caret-dark-500{
  caret-color: rgba(0,0,0,.5);
}

.caret-dark-800{
  caret-color: rgba(0,0,0,.8);
}

.caret-dark-900{
  caret-color: rgba(0,0,0,.9);
}

.caret-light-100{
  caret-color: rgba(255, 255, 255, 0.1);
}

.caret-light-500{
  caret-color: rgba(255, 255, 255, 0.5);
}

.caret-light-800{
  caret-color: rgba(255, 255, 255, 0.8);
}

.opacity-0{
  opacity: 0;
}

.opacity-5{
  opacity: 0.05;
}

.opacity-10{
  opacity: 0.10;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.50;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.80;
}

.opacity-90{
  opacity: 0.9;
}

.opacity-95{
  opacity: 0.95;
}

.opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-5{
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10{
  opacity: 0.10;
}

.group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25{
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40{
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.50;
}

.group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80{
  opacity: 0.80;
}

.group:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95{
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.focus-within\:opacity-0:focus-within{
  opacity: 0;
}

.focus-within\:opacity-5:focus-within{
  opacity: 0.05;
}

.focus-within\:opacity-10:focus-within{
  opacity: 0.10;
}

.focus-within\:opacity-20:focus-within{
  opacity: 0.2;
}

.focus-within\:opacity-25:focus-within{
  opacity: 0.25;
}

.focus-within\:opacity-30:focus-within{
  opacity: 0.3;
}

.focus-within\:opacity-40:focus-within{
  opacity: 0.4;
}

.focus-within\:opacity-50:focus-within{
  opacity: 0.50;
}

.focus-within\:opacity-60:focus-within{
  opacity: 0.6;
}

.focus-within\:opacity-70:focus-within{
  opacity: 0.7;
}

.focus-within\:opacity-75:focus-within{
  opacity: 0.75;
}

.focus-within\:opacity-80:focus-within{
  opacity: 0.80;
}

.focus-within\:opacity-90:focus-within{
  opacity: 0.9;
}

.focus-within\:opacity-95:focus-within{
  opacity: 0.95;
}

.focus-within\:opacity-100:focus-within{
  opacity: 1;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-5:hover{
  opacity: 0.05;
}

.hover\:opacity-10:hover{
  opacity: 0.10;
}

.hover\:opacity-20:hover{
  opacity: 0.2;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

.hover\:opacity-30:hover{
  opacity: 0.3;
}

.hover\:opacity-40:hover{
  opacity: 0.4;
}

.hover\:opacity-50:hover{
  opacity: 0.50;
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-80:hover{
  opacity: 0.80;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:opacity-95:hover{
  opacity: 0.95;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.focus\:opacity-0:focus{
  opacity: 0;
}

.focus\:opacity-5:focus{
  opacity: 0.05;
}

.focus\:opacity-10:focus{
  opacity: 0.10;
}

.focus\:opacity-20:focus{
  opacity: 0.2;
}

.focus\:opacity-25:focus{
  opacity: 0.25;
}

.focus\:opacity-30:focus{
  opacity: 0.3;
}

.focus\:opacity-40:focus{
  opacity: 0.4;
}

.focus\:opacity-50:focus{
  opacity: 0.50;
}

.focus\:opacity-60:focus{
  opacity: 0.6;
}

.focus\:opacity-70:focus{
  opacity: 0.7;
}

.focus\:opacity-75:focus{
  opacity: 0.75;
}

.focus\:opacity-80:focus{
  opacity: 0.80;
}

.focus\:opacity-90:focus{
  opacity: 0.9;
}

.focus\:opacity-95:focus{
  opacity: 0.95;
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.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;
}

.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;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-default{
  --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-lg{
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-default{
  --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-lg:focus-within{
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-xl:focus-within{
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-none:focus-within{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-default:focus-within{
  --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-default:hover{
  --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus{
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-xl:focus{
  --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-default:focus{
  --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black{
  outline: 2px dotted black;
  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 white;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.ring-transparent{
  --tw-ring-color: transparent;
}

.ring-current{
  --tw-ring-color: currentColor;
}

.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-blue{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
}

.ring-error{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
}

.ring-gray{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.ring-gray-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
}

.ring-dark-100{
  --tw-ring-color: rgba(0,0,0,.1);
}

.ring-dark-500{
  --tw-ring-color: rgba(0,0,0,.5);
}

.ring-dark-800{
  --tw-ring-color: rgba(0,0,0,.8);
}

.ring-dark-900{
  --tw-ring-color: rgba(0,0,0,.9);
}

.ring-light-100{
  --tw-ring-color: rgba(255, 255, 255, 0.1);
}

.ring-light-500{
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}

.ring-light-800{
  --tw-ring-color: rgba(255, 255, 255, 0.8);
}

.focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

.focus-within\:ring-current:focus-within{
  --tw-ring-color: currentColor;
}

.focus-within\:ring-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, 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-blue:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-error:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
}

.focus-within\:ring-gray:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
}

.focus-within\:ring-dark-100:focus-within{
  --tw-ring-color: rgba(0,0,0,.1);
}

.focus-within\:ring-dark-500:focus-within{
  --tw-ring-color: rgba(0,0,0,.5);
}

.focus-within\:ring-dark-800:focus-within{
  --tw-ring-color: rgba(0,0,0,.8);
}

.focus-within\:ring-dark-900:focus-within{
  --tw-ring-color: rgba(0,0,0,.9);
}

.focus-within\:ring-light-100:focus-within{
  --tw-ring-color: rgba(255, 255, 255, 0.1);
}

.focus-within\:ring-light-500:focus-within{
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}

.focus-within\:ring-light-800:focus-within{
  --tw-ring-color: rgba(255, 255, 255, 0.8);
}

.focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

.focus\:ring-current:focus{
  --tw-ring-color: currentColor;
}

.focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, 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-blue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
}

.focus\:ring-error:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
}

.focus\:ring-gray:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.focus\:ring-gray-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
}

.focus\:ring-dark-100:focus{
  --tw-ring-color: rgba(0,0,0,.1);
}

.focus\:ring-dark-500:focus{
  --tw-ring-color: rgba(0,0,0,.5);
}

.focus\:ring-dark-800:focus{
  --tw-ring-color: rgba(0,0,0,.8);
}

.focus\:ring-dark-900:focus{
  --tw-ring-color: rgba(0,0,0,.9);
}

.focus\:ring-light-100:focus{
  --tw-ring-color: rgba(255, 255, 255, 0.1);
}

.focus\:ring-light-500:focus{
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}

.focus\:ring-light-800:focus{
  --tw-ring-color: rgba(255, 255, 255, 0.8);
}

.ring-opacity-0{
  --tw-ring-opacity: 0;
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10{
  --tw-ring-opacity: 0.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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.10;
}

.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.50;
}

.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.80;
}

.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;
}

.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-offset-transparent{
  --tw-ring-offset-color: transparent;
}

.ring-offset-current{
  --tw-ring-offset-color: currentColor;
}

.ring-offset-black{
  --tw-ring-offset-color: #000;
}

.ring-offset-white{
  --tw-ring-offset-color: #fff;
}

.ring-offset-blue{
  --tw-ring-offset-color: #0099FF;
}

.ring-offset-error{
  --tw-ring-offset-color: #E62807;
}

.ring-offset-gray{
  --tw-ring-offset-color: #e5e5e5;
}

.ring-offset-gray-dark{
  --tw-ring-offset-color: #777676;
}

.ring-offset-dark-100{
  --tw-ring-offset-color: rgba(0,0,0,.1);
}

.ring-offset-dark-500{
  --tw-ring-offset-color: rgba(0,0,0,.5);
}

.ring-offset-dark-800{
  --tw-ring-offset-color: rgba(0,0,0,.8);
}

.ring-offset-dark-900{
  --tw-ring-offset-color: rgba(0,0,0,.9);
}

.ring-offset-light-100{
  --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
}

.ring-offset-light-500{
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}

.ring-offset-light-800{
  --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
}

.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-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-blue:focus-within{
  --tw-ring-offset-color: #0099FF;
}

.focus-within\:ring-offset-error:focus-within{
  --tw-ring-offset-color: #E62807;
}

.focus-within\:ring-offset-gray:focus-within{
  --tw-ring-offset-color: #e5e5e5;
}

.focus-within\:ring-offset-gray-dark:focus-within{
  --tw-ring-offset-color: #777676;
}

.focus-within\:ring-offset-dark-100:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,.1);
}

.focus-within\:ring-offset-dark-500:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,.5);
}

.focus-within\:ring-offset-dark-800:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,.8);
}

.focus-within\:ring-offset-dark-900:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,.9);
}

.focus-within\:ring-offset-light-100:focus-within{
  --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
}

.focus-within\:ring-offset-light-500:focus-within{
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}

.focus-within\:ring-offset-light-800:focus-within{
  --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
}

.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus{
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-black:focus{
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-blue:focus{
  --tw-ring-offset-color: #0099FF;
}

.focus\:ring-offset-error:focus{
  --tw-ring-offset-color: #E62807;
}

.focus\:ring-offset-gray:focus{
  --tw-ring-offset-color: #e5e5e5;
}

.focus\:ring-offset-gray-dark:focus{
  --tw-ring-offset-color: #777676;
}

.focus\:ring-offset-dark-100:focus{
  --tw-ring-offset-color: rgba(0,0,0,.1);
}

.focus\:ring-offset-dark-500:focus{
  --tw-ring-offset-color: rgba(0,0,0,.5);
}

.focus\:ring-offset-dark-800:focus{
  --tw-ring-offset-color: rgba(0,0,0,.8);
}

.focus\:ring-offset-dark-900:focus{
  --tw-ring-offset-color: rgba(0,0,0,.9);
}

.focus\:ring-offset-light-100:focus{
  --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
}

.focus\:ring-offset-light-500:focus{
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}

.focus\:ring-offset-light-800:focus{
  --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
}

.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-none{
  --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 #0000);
}

.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,/*!*/ /*!*/);
  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{
  backdrop-filter: none;
}

.backdrop-blur-0{
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none{
  --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.10);
}

.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.50);
}

.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.80);
}

.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%);
}

.transition-none{
  transition-property: none;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75{
  transition-delay: 75ms;
}

.delay-100{
  transition-delay: 100ms;
}

.delay-150{
  transition-delay: 150ms;
}

.delay-200{
  transition-delay: 200ms;
}

.delay-300{
  transition-delay: 300ms;
}

.delay-500{
  transition-delay: 500ms;
}

.delay-700{
  transition-delay: 700ms;
}

.delay-1000{
  transition-delay: 1000ms;
}

.duration-75{
  transition-duration: 75ms;
}

.duration-100{
  transition-duration: 100ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.ease-linear{
  transition-timing-function: linear;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-none{
  content: none;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.line-clamp-none{
  -webkit-line-clamp: unset;
}

@font-face {
  font-family: "swiper-icons";

  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev::after, .swiper-button-next::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.mobile-banner-feature {
  background-color: pink;
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 9999;
  background-size: contain;
  aspect-ratio: 6.6875;
  background-image: url(https://anyline.com/app/uploads/2025/04/mobile-featured-banner.jpg);
}

.formeo_container {
  padding: 20px !important;
}

@media screen and (min-width: 1022px) {
  .formeo_container {
    padding-left: 64px !important;
    /* padding-right: 46px; */
  }
}

.formeo label {
  display: block !important;
  margin-bottom: 5px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #000 !important;
  text-transform: none !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.formeo input[type=text],
.formeo input[type=email],
.formeo input[type=tel] {
  margin-top: 0 !important;
  background-color: transparent !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  height: auto !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  color: rgb(29, 41, 57) !important;
}

.formeo select {
  margin-top: 0 !important;
  background-color: transparent !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  height: auto !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  color: rgb(29, 41, 57) !important;
}

.formeo .text-error {
  color: rgb(0, 153, 255) !important;
  margin-left: 2px !important;
}

.formeo label a {
  color: rgb(0, 153, 255) !important;
  text-decoration: underline !important;
}

.formeo .f-checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 4px !important;
}

.formeo p {
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: normal !important;
  color: rgb(29, 41, 57) !important;
  margin-bottom: 0 !important;
}

.formeo p a {
  color: rgb(0, 153, 255) !important;
  text-decoration: underline !important;
}

.formeo .f-btn-group button {
  background-color: rgb(15, 1, 1) !important;
  color: #fff !important;
  padding: 15px 30px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 560px) {
  .formeo-row {
    flex-direction: column !important;
    gap: 1em !important;
  }

  .formeo-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
}

.max-w-1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 320px){
  .min-width\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .min-width\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 480px){
    .min-width\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 768px){
    .min-width\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .min-width\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .min-width\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){
    .min-width\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1680px){
    .min-width\:container{
      max-width: 1680px;
    }
  }

  @media (min-width: 1920px){
    .min-width\:container{
      max-width: 1920px;
    }
  }

  .min-width\: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;
  }

  .min-width\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .min-width\: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;
  }

  .min-width\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .min-width\: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;
  }

  .min-width\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .min-width\:pointer-events-none{
    pointer-events: none;
  }

  .min-width\:pointer-events-auto{
    pointer-events: auto;
  }

  .min-width\:visible{
    visibility: visible;
  }

  .min-width\:invisible{
    visibility: hidden;
  }

  .min-width\:static{
    position: static;
  }

  .min-width\:fixed{
    position: fixed;
  }

  .min-width\:absolute{
    position: absolute;
  }

  .min-width\:relative{
    position: relative;
  }

  .min-width\:sticky{
    position: sticky;
  }

  .min-width\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .min-width\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .min-width\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .min-width\:inset-5{
    top: 0.312rem;
    right: 0.312rem;
    bottom: 0.312rem;
    left: 0.312rem;
  }

  .min-width\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .min-width\:inset-12{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .min-width\:inset-16{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .min-width\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .min-width\:inset-24{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .min-width\:inset-32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .min-width\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .min-width\:inset-48{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .min-width\:inset-56{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .min-width\:inset-64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .min-width\:inset-80{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .min-width\:inset-96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .min-width\:inset-104{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .min-width\:inset-112{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .min-width\:inset-128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .min-width\:inset-140{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .min-width\:inset-160{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .min-width\:inset-180{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .min-width\:inset-192{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .min-width\:inset-200{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .min-width\:inset-224{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .min-width\:inset-240{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .min-width\:inset-260{
    top: 16.25rem;
    right: 16.25rem;
    bottom: 16.25rem;
    left: 16.25rem;
  }

  .min-width\:inset-300{
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .min-width\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .min-width\:-inset-78\%{
    top: -78%;
    right: -78%;
    bottom: -78%;
    left: -78%;
  }

  .min-width\:-inset-80\%{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .min-width\:-inset-50\%{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .min-width\:-inset-35\%{
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .min-width\:-inset-128{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .min-width\:-inset-96{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .min-width\:-inset-64{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .min-width\:-inset-32{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .min-width\:-inset-8{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .min-width\:inset-5\%{
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .min-width\:inset-10\%{
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .min-width\:inset-15\%{
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .min-width\:inset-20\%{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .min-width\:inset-25\%{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .min-width\:inset-30\%{
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .min-width\:inset-31\%{
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .min-width\:inset-33\%{
    top: 33.333%;
    right: 33.333%;
    bottom: 33.333%;
    left: 33.333%;
  }

  .min-width\:inset-34\%{
    top: 34%;
    right: 34%;
    bottom: 34%;
    left: 34%;
  }

  .min-width\:inset-45\%{
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .min-width\:inset-50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .min-width\:inset-54\%{
    top: 54%;
    right: 54%;
    bottom: 54%;
    left: 54%;
  }

  .min-width\:inset-75\%{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .min-width\:inset-55\%{
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .min-width\:inset-65\%{
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .min-width\:inset-66\%{
    top: 66%;
    right: 66%;
    bottom: 66%;
    left: 66%;
  }

  .min-width\:inset-85\%{
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .min-width\:inset-96\%{
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .min-width\:inset-130\%{
    top: 130%;
    right: 130%;
    bottom: 130%;
    left: 130%;
  }

  .min-width\:inset-135\%{
    top: 135%;
    right: 135%;
    bottom: 135%;
    left: 135%;
  }

  .min-width\:inset-200\%{
    top: 200%;
    right: 200%;
    bottom: 200%;
    left: 200%;
  }

  .min-width\:inset-16\/9{
    top: 56.25%;
    right: 56.25%;
    bottom: 56.25%;
    left: 56.25%;
  }

  .min-width\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .min-width\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .min-width\:inset-span{
    top: 8.333%;
    right: 8.333%;
    bottom: 8.333%;
    left: 8.333%;
  }

  .min-width\:inset-2span{
    top: 16.666%;
    right: 16.666%;
    bottom: 16.666%;
    left: 16.666%;
  }

  .min-width\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .min-width\:-inset-4{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .min-width\:-inset-12{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .min-width\:-inset-16{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .min-width\:-inset-20{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .min-width\:-inset-24{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .min-width\:-inset-40{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .min-width\:-inset-48{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .min-width\:-inset-56{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .min-width\:-inset-80{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .min-width\:-inset-104{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .min-width\:-inset-112{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .min-width\:-inset-140{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .min-width\:-inset-160{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .min-width\:-inset-180{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .min-width\:-inset-200{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .min-width\:-inset-224{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .min-width\:-inset-240{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .min-width\:-inset-260{
    top: -16.25rem;
    right: -16.25rem;
    bottom: -16.25rem;
    left: -16.25rem;
  }

  .min-width\:-inset-300{
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .min-width\:-inset--78\%{
    top: 78%;
    right: 78%;
    bottom: 78%;
    left: 78%;
  }

  .min-width\:-inset--80\%{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .min-width\:-inset--50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .min-width\:-inset--35\%{
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .min-width\:-inset--128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .min-width\:-inset--96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .min-width\:-inset--64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .min-width\:-inset--32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .min-width\:-inset--8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .min-width\:-inset-5\%{
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .min-width\:-inset-10\%{
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .min-width\:-inset-15\%{
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .min-width\:-inset-20\%{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .min-width\:-inset-25\%{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .min-width\:-inset-30\%{
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .min-width\:-inset-31\%{
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .min-width\:-inset-33\%{
    top: -33.333%;
    right: -33.333%;
    bottom: -33.333%;
    left: -33.333%;
  }

  .min-width\:-inset-34\%{
    top: -34%;
    right: -34%;
    bottom: -34%;
    left: -34%;
  }

  .min-width\:-inset-45\%{
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .min-width\:-inset-54\%{
    top: -54%;
    right: -54%;
    bottom: -54%;
    left: -54%;
  }

  .min-width\:-inset-75\%{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .min-width\:-inset-55\%{
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .min-width\:-inset-65\%{
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .min-width\:-inset-66\%{
    top: -66%;
    right: -66%;
    bottom: -66%;
    left: -66%;
  }

  .min-width\:-inset-85\%{
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .min-width\:-inset-96\%{
    top: -96%;
    right: -96%;
    bottom: -96%;
    left: -96%;
  }

  .min-width\:-inset-130\%{
    top: -130%;
    right: -130%;
    bottom: -130%;
    left: -130%;
  }

  .min-width\:-inset-135\%{
    top: -135%;
    right: -135%;
    bottom: -135%;
    left: -135%;
  }

  .min-width\:-inset-200\%{
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
  }

  .min-width\:-inset-16\/9{
    top: -56.25%;
    right: -56.25%;
    bottom: -56.25%;
    left: -56.25%;
  }

  .min-width\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .min-width\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .min-width\:-inset-span{
    top: -8.333%;
    right: -8.333%;
    bottom: -8.333%;
    left: -8.333%;
  }

  .min-width\:-inset-2span{
    top: -16.666%;
    right: -16.666%;
    bottom: -16.666%;
    left: -16.666%;
  }

  .min-width\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .min-width\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .min-width\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .min-width\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .min-width\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .min-width\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .min-width\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .min-width\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .min-width\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .min-width\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .min-width\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .min-width\:-inset-60{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .min-width\:-inset-2{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .min-width\:inset-43\.2{
    top: 2.7rem;
    right: 2.7rem;
    bottom: 2.7rem;
    left: 2.7rem;
  }

  .min-width\:-inset-608{
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .min-width\:-inset-1472{
    top: -92rem;
    right: -92rem;
    bottom: -92rem;
    left: -92rem;
  }

  .min-width\:inset-x-0{
    left: 0;
    right: 0;
  }

  .min-width\:inset-x-3{
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .min-width\:inset-x-4{
    left: 0.25rem;
    right: 0.25rem;
  }

  .min-width\:inset-x-5{
    left: 0.312rem;
    right: 0.312rem;
  }

  .min-width\:inset-x-8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .min-width\:inset-x-12{
    left: 0.75rem;
    right: 0.75rem;
  }

  .min-width\:inset-x-16{
    left: 1rem;
    right: 1rem;
  }

  .min-width\:inset-x-20{
    left: 1.25rem;
    right: 1.25rem;
  }

  .min-width\:inset-x-24{
    left: 1.5rem;
    right: 1.5rem;
  }

  .min-width\:inset-x-32{
    left: 2rem;
    right: 2rem;
  }

  .min-width\:inset-x-40{
    left: 2.5rem;
    right: 2.5rem;
  }

  .min-width\:inset-x-48{
    left: 3rem;
    right: 3rem;
  }

  .min-width\:inset-x-56{
    left: 3.5rem;
    right: 3.5rem;
  }

  .min-width\:inset-x-64{
    left: 4rem;
    right: 4rem;
  }

  .min-width\:inset-x-80{
    left: 5rem;
    right: 5rem;
  }

  .min-width\:inset-x-96{
    left: 6rem;
    right: 6rem;
  }

  .min-width\:inset-x-104{
    left: 6.5rem;
    right: 6.5rem;
  }

  .min-width\:inset-x-112{
    left: 7rem;
    right: 7rem;
  }

  .min-width\:inset-x-128{
    left: 8rem;
    right: 8rem;
  }

  .min-width\:inset-x-140{
    left: 8.75rem;
    right: 8.75rem;
  }

  .min-width\:inset-x-160{
    left: 10rem;
    right: 10rem;
  }

  .min-width\:inset-x-180{
    left: 11.25rem;
    right: 11.25rem;
  }

  .min-width\:inset-x-192{
    left: 12rem;
    right: 12rem;
  }

  .min-width\:inset-x-200{
    left: 12.5rem;
    right: 12.5rem;
  }

  .min-width\:inset-x-224{
    left: 14rem;
    right: 14rem;
  }

  .min-width\:inset-x-240{
    left: 15rem;
    right: 15rem;
  }

  .min-width\:inset-x-260{
    left: 16.25rem;
    right: 16.25rem;
  }

  .min-width\:inset-x-300{
    left: 18.75rem;
    right: 18.75rem;
  }

  .min-width\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .min-width\:-inset-x-78\%{
    left: -78%;
    right: -78%;
  }

  .min-width\:-inset-x-80\%{
    left: -80%;
    right: -80%;
  }

  .min-width\:-inset-x-50\%{
    left: -50%;
    right: -50%;
  }

  .min-width\:-inset-x-35\%{
    left: -35%;
    right: -35%;
  }

  .min-width\:-inset-x-128{
    left: -8rem;
    right: -8rem;
  }

  .min-width\:-inset-x-96{
    left: -6rem;
    right: -6rem;
  }

  .min-width\:-inset-x-64{
    left: -4rem;
    right: -4rem;
  }

  .min-width\:-inset-x-32{
    left: -2rem;
    right: -2rem;
  }

  .min-width\:-inset-x-8{
    left: -0.5rem;
    right: -0.5rem;
  }

  .min-width\:inset-x-5\%{
    left: 5%;
    right: 5%;
  }

  .min-width\:inset-x-10\%{
    left: 10%;
    right: 10%;
  }

  .min-width\:inset-x-15\%{
    left: 15%;
    right: 15%;
  }

  .min-width\:inset-x-20\%{
    left: 20%;
    right: 20%;
  }

  .min-width\:inset-x-25\%{
    left: 25%;
    right: 25%;
  }

  .min-width\:inset-x-30\%{
    left: 30%;
    right: 30%;
  }

  .min-width\:inset-x-31\%{
    left: 31%;
    right: 31%;
  }

  .min-width\:inset-x-33\%{
    left: 33.333%;
    right: 33.333%;
  }

  .min-width\:inset-x-34\%{
    left: 34%;
    right: 34%;
  }

  .min-width\:inset-x-45\%{
    left: 45%;
    right: 45%;
  }

  .min-width\:inset-x-50\%{
    left: 50%;
    right: 50%;
  }

  .min-width\:inset-x-54\%{
    left: 54%;
    right: 54%;
  }

  .min-width\:inset-x-75\%{
    left: 75%;
    right: 75%;
  }

  .min-width\:inset-x-55\%{
    left: 55%;
    right: 55%;
  }

  .min-width\:inset-x-65\%{
    left: 65%;
    right: 65%;
  }

  .min-width\:inset-x-66\%{
    left: 66%;
    right: 66%;
  }

  .min-width\:inset-x-85\%{
    left: 85%;
    right: 85%;
  }

  .min-width\:inset-x-96\%{
    left: 96%;
    right: 96%;
  }

  .min-width\:inset-x-130\%{
    left: 130%;
    right: 130%;
  }

  .min-width\:inset-x-135\%{
    left: 135%;
    right: 135%;
  }

  .min-width\:inset-x-200\%{
    left: 200%;
    right: 200%;
  }

  .min-width\:inset-x-16\/9{
    left: 56.25%;
    right: 56.25%;
  }

  .min-width\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .min-width\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .min-width\:inset-x-span{
    left: 8.333%;
    right: 8.333%;
  }

  .min-width\:inset-x-2span{
    left: 16.666%;
    right: 16.666%;
  }

  .min-width\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .min-width\:-inset-x-4{
    left: -0.25rem;
    right: -0.25rem;
  }

  .min-width\:-inset-x-12{
    left: -0.75rem;
    right: -0.75rem;
  }

  .min-width\:-inset-x-16{
    left: -1rem;
    right: -1rem;
  }

  .min-width\:-inset-x-20{
    left: -1.25rem;
    right: -1.25rem;
  }

  .min-width\:-inset-x-24{
    left: -1.5rem;
    right: -1.5rem;
  }

  .min-width\:-inset-x-40{
    left: -2.5rem;
    right: -2.5rem;
  }

  .min-width\:-inset-x-48{
    left: -3rem;
    right: -3rem;
  }

  .min-width\:-inset-x-56{
    left: -3.5rem;
    right: -3.5rem;
  }

  .min-width\:-inset-x-80{
    left: -5rem;
    right: -5rem;
  }

  .min-width\:-inset-x-104{
    left: -6.5rem;
    right: -6.5rem;
  }

  .min-width\:-inset-x-112{
    left: -7rem;
    right: -7rem;
  }

  .min-width\:-inset-x-140{
    left: -8.75rem;
    right: -8.75rem;
  }

  .min-width\:-inset-x-160{
    left: -10rem;
    right: -10rem;
  }

  .min-width\:-inset-x-180{
    left: -11.25rem;
    right: -11.25rem;
  }

  .min-width\:-inset-x-200{
    left: -12.5rem;
    right: -12.5rem;
  }

  .min-width\:-inset-x-224{
    left: -14rem;
    right: -14rem;
  }

  .min-width\:-inset-x-240{
    left: -15rem;
    right: -15rem;
  }

  .min-width\:-inset-x-260{
    left: -16.25rem;
    right: -16.25rem;
  }

  .min-width\:-inset-x-300{
    left: -18.75rem;
    right: -18.75rem;
  }

  .min-width\:-inset-x--78\%{
    left: 78%;
    right: 78%;
  }

  .min-width\:-inset-x--80\%{
    left: 80%;
    right: 80%;
  }

  .min-width\:-inset-x--50\%{
    left: 50%;
    right: 50%;
  }

  .min-width\:-inset-x--35\%{
    left: 35%;
    right: 35%;
  }

  .min-width\:-inset-x--128{
    left: 8rem;
    right: 8rem;
  }

  .min-width\:-inset-x--96{
    left: 6rem;
    right: 6rem;
  }

  .min-width\:-inset-x--64{
    left: 4rem;
    right: 4rem;
  }

  .min-width\:-inset-x--32{
    left: 2rem;
    right: 2rem;
  }

  .min-width\:-inset-x--8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .min-width\:-inset-x-5\%{
    left: -5%;
    right: -5%;
  }

  .min-width\:-inset-x-10\%{
    left: -10%;
    right: -10%;
  }

  .min-width\:-inset-x-15\%{
    left: -15%;
    right: -15%;
  }

  .min-width\:-inset-x-20\%{
    left: -20%;
    right: -20%;
  }

  .min-width\:-inset-x-25\%{
    left: -25%;
    right: -25%;
  }

  .min-width\:-inset-x-30\%{
    left: -30%;
    right: -30%;
  }

  .min-width\:-inset-x-31\%{
    left: -31%;
    right: -31%;
  }

  .min-width\:-inset-x-33\%{
    left: -33.333%;
    right: -33.333%;
  }

  .min-width\:-inset-x-34\%{
    left: -34%;
    right: -34%;
  }

  .min-width\:-inset-x-45\%{
    left: -45%;
    right: -45%;
  }

  .min-width\:-inset-x-54\%{
    left: -54%;
    right: -54%;
  }

  .min-width\:-inset-x-75\%{
    left: -75%;
    right: -75%;
  }

  .min-width\:-inset-x-55\%{
    left: -55%;
    right: -55%;
  }

  .min-width\:-inset-x-65\%{
    left: -65%;
    right: -65%;
  }

  .min-width\:-inset-x-66\%{
    left: -66%;
    right: -66%;
  }

  .min-width\:-inset-x-85\%{
    left: -85%;
    right: -85%;
  }

  .min-width\:-inset-x-96\%{
    left: -96%;
    right: -96%;
  }

  .min-width\:-inset-x-130\%{
    left: -130%;
    right: -130%;
  }

  .min-width\:-inset-x-135\%{
    left: -135%;
    right: -135%;
  }

  .min-width\:-inset-x-200\%{
    left: -200%;
    right: -200%;
  }

  .min-width\:-inset-x-16\/9{
    left: -56.25%;
    right: -56.25%;
  }

  .min-width\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .min-width\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .min-width\:-inset-x-span{
    left: -8.333%;
    right: -8.333%;
  }

  .min-width\:-inset-x-2span{
    left: -16.666%;
    right: -16.666%;
  }

  .min-width\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .min-width\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .min-width\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .min-width\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .min-width\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .min-width\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .min-width\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .min-width\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .min-width\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .min-width\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .min-width\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .min-width\:-inset-x-60{
    left: -3.75rem;
    right: -3.75rem;
  }

  .min-width\:-inset-x-2{
    left: -0.125rem;
    right: -0.125rem;
  }

  .min-width\:inset-x-43\.2{
    left: 2.7rem;
    right: 2.7rem;
  }

  .min-width\:-inset-x-608{
    left: -38rem;
    right: -38rem;
  }

  .min-width\:-inset-x-1472{
    left: -92rem;
    right: -92rem;
  }

  .min-width\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .min-width\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .min-width\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .min-width\:inset-y-5{
    top: 0.312rem;
    bottom: 0.312rem;
  }

  .min-width\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .min-width\:inset-y-12{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .min-width\:inset-y-16{
    top: 1rem;
    bottom: 1rem;
  }

  .min-width\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .min-width\:inset-y-24{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .min-width\:inset-y-32{
    top: 2rem;
    bottom: 2rem;
  }

  .min-width\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .min-width\:inset-y-48{
    top: 3rem;
    bottom: 3rem;
  }

  .min-width\:inset-y-56{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .min-width\:inset-y-64{
    top: 4rem;
    bottom: 4rem;
  }

  .min-width\:inset-y-80{
    top: 5rem;
    bottom: 5rem;
  }

  .min-width\:inset-y-96{
    top: 6rem;
    bottom: 6rem;
  }

  .min-width\:inset-y-104{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .min-width\:inset-y-112{
    top: 7rem;
    bottom: 7rem;
  }

  .min-width\:inset-y-128{
    top: 8rem;
    bottom: 8rem;
  }

  .min-width\:inset-y-140{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .min-width\:inset-y-160{
    top: 10rem;
    bottom: 10rem;
  }

  .min-width\:inset-y-180{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .min-width\:inset-y-192{
    top: 12rem;
    bottom: 12rem;
  }

  .min-width\:inset-y-200{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .min-width\:inset-y-224{
    top: 14rem;
    bottom: 14rem;
  }

  .min-width\:inset-y-240{
    top: 15rem;
    bottom: 15rem;
  }

  .min-width\:inset-y-260{
    top: 16.25rem;
    bottom: 16.25rem;
  }

  .min-width\:inset-y-300{
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .min-width\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .min-width\:-inset-y-78\%{
    top: -78%;
    bottom: -78%;
  }

  .min-width\:-inset-y-80\%{
    top: -80%;
    bottom: -80%;
  }

  .min-width\:-inset-y-50\%{
    top: -50%;
    bottom: -50%;
  }

  .min-width\:-inset-y-35\%{
    top: -35%;
    bottom: -35%;
  }

  .min-width\:-inset-y-128{
    top: -8rem;
    bottom: -8rem;
  }

  .min-width\:-inset-y-96{
    top: -6rem;
    bottom: -6rem;
  }

  .min-width\:-inset-y-64{
    top: -4rem;
    bottom: -4rem;
  }

  .min-width\:-inset-y-32{
    top: -2rem;
    bottom: -2rem;
  }

  .min-width\:-inset-y-8{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .min-width\:inset-y-5\%{
    top: 5%;
    bottom: 5%;
  }

  .min-width\:inset-y-10\%{
    top: 10%;
    bottom: 10%;
  }

  .min-width\:inset-y-15\%{
    top: 15%;
    bottom: 15%;
  }

  .min-width\:inset-y-20\%{
    top: 20%;
    bottom: 20%;
  }

  .min-width\:inset-y-25\%{
    top: 25%;
    bottom: 25%;
  }

  .min-width\:inset-y-30\%{
    top: 30%;
    bottom: 30%;
  }

  .min-width\:inset-y-31\%{
    top: 31%;
    bottom: 31%;
  }

  .min-width\:inset-y-33\%{
    top: 33.333%;
    bottom: 33.333%;
  }

  .min-width\:inset-y-34\%{
    top: 34%;
    bottom: 34%;
  }

  .min-width\:inset-y-45\%{
    top: 45%;
    bottom: 45%;
  }

  .min-width\:inset-y-50\%{
    top: 50%;
    bottom: 50%;
  }

  .min-width\:inset-y-54\%{
    top: 54%;
    bottom: 54%;
  }

  .min-width\:inset-y-75\%{
    top: 75%;
    bottom: 75%;
  }

  .min-width\:inset-y-55\%{
    top: 55%;
    bottom: 55%;
  }

  .min-width\:inset-y-65\%{
    top: 65%;
    bottom: 65%;
  }

  .min-width\:inset-y-66\%{
    top: 66%;
    bottom: 66%;
  }

  .min-width\:inset-y-85\%{
    top: 85%;
    bottom: 85%;
  }

  .min-width\:inset-y-96\%{
    top: 96%;
    bottom: 96%;
  }

  .min-width\:inset-y-130\%{
    top: 130%;
    bottom: 130%;
  }

  .min-width\:inset-y-135\%{
    top: 135%;
    bottom: 135%;
  }

  .min-width\:inset-y-200\%{
    top: 200%;
    bottom: 200%;
  }

  .min-width\:inset-y-16\/9{
    top: 56.25%;
    bottom: 56.25%;
  }

  .min-width\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .min-width\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .min-width\:inset-y-span{
    top: 8.333%;
    bottom: 8.333%;
  }

  .min-width\:inset-y-2span{
    top: 16.666%;
    bottom: 16.666%;
  }

  .min-width\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .min-width\:-inset-y-4{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .min-width\:-inset-y-12{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .min-width\:-inset-y-16{
    top: -1rem;
    bottom: -1rem;
  }

  .min-width\:-inset-y-20{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .min-width\:-inset-y-24{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .min-width\:-inset-y-40{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .min-width\:-inset-y-48{
    top: -3rem;
    bottom: -3rem;
  }

  .min-width\:-inset-y-56{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .min-width\:-inset-y-80{
    top: -5rem;
    bottom: -5rem;
  }

  .min-width\:-inset-y-104{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .min-width\:-inset-y-112{
    top: -7rem;
    bottom: -7rem;
  }

  .min-width\:-inset-y-140{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .min-width\:-inset-y-160{
    top: -10rem;
    bottom: -10rem;
  }

  .min-width\:-inset-y-180{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .min-width\:-inset-y-200{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .min-width\:-inset-y-224{
    top: -14rem;
    bottom: -14rem;
  }

  .min-width\:-inset-y-240{
    top: -15rem;
    bottom: -15rem;
  }

  .min-width\:-inset-y-260{
    top: -16.25rem;
    bottom: -16.25rem;
  }

  .min-width\:-inset-y-300{
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .min-width\:-inset-y--78\%{
    top: 78%;
    bottom: 78%;
  }

  .min-width\:-inset-y--80\%{
    top: 80%;
    bottom: 80%;
  }

  .min-width\:-inset-y--50\%{
    top: 50%;
    bottom: 50%;
  }

  .min-width\:-inset-y--35\%{
    top: 35%;
    bottom: 35%;
  }

  .min-width\:-inset-y--128{
    top: 8rem;
    bottom: 8rem;
  }

  .min-width\:-inset-y--96{
    top: 6rem;
    bottom: 6rem;
  }

  .min-width\:-inset-y--64{
    top: 4rem;
    bottom: 4rem;
  }

  .min-width\:-inset-y--32{
    top: 2rem;
    bottom: 2rem;
  }

  .min-width\:-inset-y--8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .min-width\:-inset-y-5\%{
    top: -5%;
    bottom: -5%;
  }

  .min-width\:-inset-y-10\%{
    top: -10%;
    bottom: -10%;
  }

  .min-width\:-inset-y-15\%{
    top: -15%;
    bottom: -15%;
  }

  .min-width\:-inset-y-20\%{
    top: -20%;
    bottom: -20%;
  }

  .min-width\:-inset-y-25\%{
    top: -25%;
    bottom: -25%;
  }

  .min-width\:-inset-y-30\%{
    top: -30%;
    bottom: -30%;
  }

  .min-width\:-inset-y-31\%{
    top: -31%;
    bottom: -31%;
  }

  .min-width\:-inset-y-33\%{
    top: -33.333%;
    bottom: -33.333%;
  }

  .min-width\:-inset-y-34\%{
    top: -34%;
    bottom: -34%;
  }

  .min-width\:-inset-y-45\%{
    top: -45%;
    bottom: -45%;
  }

  .min-width\:-inset-y-54\%{
    top: -54%;
    bottom: -54%;
  }

  .min-width\:-inset-y-75\%{
    top: -75%;
    bottom: -75%;
  }

  .min-width\:-inset-y-55\%{
    top: -55%;
    bottom: -55%;
  }

  .min-width\:-inset-y-65\%{
    top: -65%;
    bottom: -65%;
  }

  .min-width\:-inset-y-66\%{
    top: -66%;
    bottom: -66%;
  }

  .min-width\:-inset-y-85\%{
    top: -85%;
    bottom: -85%;
  }

  .min-width\:-inset-y-96\%{
    top: -96%;
    bottom: -96%;
  }

  .min-width\:-inset-y-130\%{
    top: -130%;
    bottom: -130%;
  }

  .min-width\:-inset-y-135\%{
    top: -135%;
    bottom: -135%;
  }

  .min-width\:-inset-y-200\%{
    top: -200%;
    bottom: -200%;
  }

  .min-width\:-inset-y-16\/9{
    top: -56.25%;
    bottom: -56.25%;
  }

  .min-width\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .min-width\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .min-width\:-inset-y-span{
    top: -8.333%;
    bottom: -8.333%;
  }

  .min-width\:-inset-y-2span{
    top: -16.666%;
    bottom: -16.666%;
  }

  .min-width\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .min-width\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .min-width\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .min-width\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .min-width\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .min-width\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .min-width\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .min-width\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .min-width\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .min-width\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .min-width\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .min-width\:-inset-y-60{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .min-width\:-inset-y-2{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .min-width\:inset-y-43\.2{
    top: 2.7rem;
    bottom: 2.7rem;
  }

  .min-width\:-inset-y-608{
    top: -38rem;
    bottom: -38rem;
  }

  .min-width\:-inset-y-1472{
    top: -92rem;
    bottom: -92rem;
  }

  .min-width\:top-0{
    top: 0;
  }

  .min-width\:top-3{
    top: 0.1875rem;
  }

  .min-width\:top-4{
    top: 0.25rem;
  }

  .min-width\:top-5{
    top: 0.312rem;
  }

  .min-width\:top-8{
    top: 0.5rem;
  }

  .min-width\:top-12{
    top: 0.75rem;
  }

  .min-width\:top-16{
    top: 1rem;
  }

  .min-width\:top-20{
    top: 1.25rem;
  }

  .min-width\:top-24{
    top: 1.5rem;
  }

  .min-width\:top-32{
    top: 2rem;
  }

  .min-width\:top-40{
    top: 2.5rem;
  }

  .min-width\:top-48{
    top: 3rem;
  }

  .min-width\:top-56{
    top: 3.5rem;
  }

  .min-width\:top-64{
    top: 4rem;
  }

  .min-width\:top-80{
    top: 5rem;
  }

  .min-width\:top-96{
    top: 6rem;
  }

  .min-width\:top-104{
    top: 6.5rem;
  }

  .min-width\:top-112{
    top: 7rem;
  }

  .min-width\:top-128{
    top: 8rem;
  }

  .min-width\:top-140{
    top: 8.75rem;
  }

  .min-width\:top-160{
    top: 10rem;
  }

  .min-width\:top-180{
    top: 11.25rem;
  }

  .min-width\:top-192{
    top: 12rem;
  }

  .min-width\:top-200{
    top: 12.5rem;
  }

  .min-width\:top-224{
    top: 14rem;
  }

  .min-width\:top-240{
    top: 15rem;
  }

  .min-width\:top-260{
    top: 16.25rem;
  }

  .min-width\:top-300{
    top: 18.75rem;
  }

  .min-width\:top-auto{
    top: auto;
  }

  .min-width\:-top-78\%{
    top: -78%;
  }

  .min-width\:-top-80\%{
    top: -80%;
  }

  .min-width\:-top-50\%{
    top: -50%;
  }

  .min-width\:-top-35\%{
    top: -35%;
  }

  .min-width\:-top-128{
    top: -8rem;
  }

  .min-width\:-top-96{
    top: -6rem;
  }

  .min-width\:-top-64{
    top: -4rem;
  }

  .min-width\:-top-32{
    top: -2rem;
  }

  .min-width\:-top-8{
    top: -0.5rem;
  }

  .min-width\:top-5\%{
    top: 5%;
  }

  .min-width\:top-10\%{
    top: 10%;
  }

  .min-width\:top-15\%{
    top: 15%;
  }

  .min-width\:top-20\%{
    top: 20%;
  }

  .min-width\:top-25\%{
    top: 25%;
  }

  .min-width\:top-30\%{
    top: 30%;
  }

  .min-width\:top-31\%{
    top: 31%;
  }

  .min-width\:top-33\%{
    top: 33.333%;
  }

  .min-width\:top-34\%{
    top: 34%;
  }

  .min-width\:top-45\%{
    top: 45%;
  }

  .min-width\:top-50\%{
    top: 50%;
  }

  .min-width\:top-54\%{
    top: 54%;
  }

  .min-width\:top-75\%{
    top: 75%;
  }

  .min-width\:top-55\%{
    top: 55%;
  }

  .min-width\:top-65\%{
    top: 65%;
  }

  .min-width\:top-66\%{
    top: 66%;
  }

  .min-width\:top-85\%{
    top: 85%;
  }

  .min-width\:top-96\%{
    top: 96%;
  }

  .min-width\:top-130\%{
    top: 130%;
  }

  .min-width\:top-135\%{
    top: 135%;
  }

  .min-width\:top-200\%{
    top: 200%;
  }

  .min-width\:top-16\/9{
    top: 56.25%;
  }

  .min-width\:top-1\/2{
    top: 50%;
  }

  .min-width\:top-full{
    top: 100%;
  }

  .min-width\:top-span{
    top: 8.333%;
  }

  .min-width\:top-2span{
    top: 16.666%;
  }

  .min-width\:top-px{
    top: 1px;
  }

  .min-width\:-top-4{
    top: -0.25rem;
  }

  .min-width\:-top-12{
    top: -0.75rem;
  }

  .min-width\:-top-16{
    top: -1rem;
  }

  .min-width\:-top-20{
    top: -1.25rem;
  }

  .min-width\:-top-24{
    top: -1.5rem;
  }

  .min-width\:-top-40{
    top: -2.5rem;
  }

  .min-width\:-top-48{
    top: -3rem;
  }

  .min-width\:-top-56{
    top: -3.5rem;
  }

  .min-width\:-top-80{
    top: -5rem;
  }

  .min-width\:-top-104{
    top: -6.5rem;
  }

  .min-width\:-top-112{
    top: -7rem;
  }

  .min-width\:-top-140{
    top: -8.75rem;
  }

  .min-width\:-top-160{
    top: -10rem;
  }

  .min-width\:-top-180{
    top: -11.25rem;
  }

  .min-width\:-top-200{
    top: -12.5rem;
  }

  .min-width\:-top-224{
    top: -14rem;
  }

  .min-width\:-top-240{
    top: -15rem;
  }

  .min-width\:-top-260{
    top: -16.25rem;
  }

  .min-width\:-top-300{
    top: -18.75rem;
  }

  .min-width\:-top--78\%{
    top: 78%;
  }

  .min-width\:-top--80\%{
    top: 80%;
  }

  .min-width\:-top--50\%{
    top: 50%;
  }

  .min-width\:-top--35\%{
    top: 35%;
  }

  .min-width\:-top--128{
    top: 8rem;
  }

  .min-width\:-top--96{
    top: 6rem;
  }

  .min-width\:-top--64{
    top: 4rem;
  }

  .min-width\:-top--32{
    top: 2rem;
  }

  .min-width\:-top--8{
    top: 0.5rem;
  }

  .min-width\:-top-5\%{
    top: -5%;
  }

  .min-width\:-top-10\%{
    top: -10%;
  }

  .min-width\:-top-15\%{
    top: -15%;
  }

  .min-width\:-top-20\%{
    top: -20%;
  }

  .min-width\:-top-25\%{
    top: -25%;
  }

  .min-width\:-top-30\%{
    top: -30%;
  }

  .min-width\:-top-31\%{
    top: -31%;
  }

  .min-width\:-top-33\%{
    top: -33.333%;
  }

  .min-width\:-top-34\%{
    top: -34%;
  }

  .min-width\:-top-45\%{
    top: -45%;
  }

  .min-width\:-top-54\%{
    top: -54%;
  }

  .min-width\:-top-75\%{
    top: -75%;
  }

  .min-width\:-top-55\%{
    top: -55%;
  }

  .min-width\:-top-65\%{
    top: -65%;
  }

  .min-width\:-top-66\%{
    top: -66%;
  }

  .min-width\:-top-85\%{
    top: -85%;
  }

  .min-width\:-top-96\%{
    top: -96%;
  }

  .min-width\:-top-130\%{
    top: -130%;
  }

  .min-width\:-top-135\%{
    top: -135%;
  }

  .min-width\:-top-200\%{
    top: -200%;
  }

  .min-width\:-top-16\/9{
    top: -56.25%;
  }

  .min-width\:-top-1\/2{
    top: -50%;
  }

  .min-width\:-top-full{
    top: -100%;
  }

  .min-width\:-top-span{
    top: -8.333%;
  }

  .min-width\:-top-2span{
    top: -16.666%;
  }

  .min-width\:-top-px{
    top: -1px;
  }

  .min-width\:top-1\/3{
    top: 33.333333%;
  }

  .min-width\:top-2\/3{
    top: 66.666667%;
  }

  .min-width\:top-1\/4{
    top: 25%;
  }

  .min-width\:top-2\/4{
    top: 50%;
  }

  .min-width\:top-3\/4{
    top: 75%;
  }

  .min-width\:-top-1\/3{
    top: -33.333333%;
  }

  .min-width\:-top-2\/3{
    top: -66.666667%;
  }

  .min-width\:-top-1\/4{
    top: -25%;
  }

  .min-width\:-top-2\/4{
    top: -50%;
  }

  .min-width\:-top-3\/4{
    top: -75%;
  }

  .min-width\:-top-60{
    top: -3.75rem;
  }

  .min-width\:-top-2{
    top: -0.125rem;
  }

  .min-width\:top-43\.2{
    top: 2.7rem;
  }

  .min-width\:-top-608{
    top: -38rem;
  }

  .min-width\:-top-1472{
    top: -92rem;
  }

  .min-width\:right-0{
    right: 0;
  }

  .min-width\:right-3{
    right: 0.1875rem;
  }

  .min-width\:right-4{
    right: 0.25rem;
  }

  .min-width\:right-5{
    right: 0.312rem;
  }

  .min-width\:right-8{
    right: 0.5rem;
  }

  .min-width\:right-12{
    right: 0.75rem;
  }

  .min-width\:right-16{
    right: 1rem;
  }

  .min-width\:right-20{
    right: 1.25rem;
  }

  .min-width\:right-24{
    right: 1.5rem;
  }

  .min-width\:right-32{
    right: 2rem;
  }

  .min-width\:right-40{
    right: 2.5rem;
  }

  .min-width\:right-48{
    right: 3rem;
  }

  .min-width\:right-56{
    right: 3.5rem;
  }

  .min-width\:right-64{
    right: 4rem;
  }

  .min-width\:right-80{
    right: 5rem;
  }

  .min-width\:right-96{
    right: 6rem;
  }

  .min-width\:right-104{
    right: 6.5rem;
  }

  .min-width\:right-112{
    right: 7rem;
  }

  .min-width\:right-128{
    right: 8rem;
  }

  .min-width\:right-140{
    right: 8.75rem;
  }

  .min-width\:right-160{
    right: 10rem;
  }

  .min-width\:right-180{
    right: 11.25rem;
  }

  .min-width\:right-192{
    right: 12rem;
  }

  .min-width\:right-200{
    right: 12.5rem;
  }

  .min-width\:right-224{
    right: 14rem;
  }

  .min-width\:right-240{
    right: 15rem;
  }

  .min-width\:right-260{
    right: 16.25rem;
  }

  .min-width\:right-300{
    right: 18.75rem;
  }

  .min-width\:right-auto{
    right: auto;
  }

  .min-width\:-right-78\%{
    right: -78%;
  }

  .min-width\:-right-80\%{
    right: -80%;
  }

  .min-width\:-right-50\%{
    right: -50%;
  }

  .min-width\:-right-35\%{
    right: -35%;
  }

  .min-width\:-right-128{
    right: -8rem;
  }

  .min-width\:-right-96{
    right: -6rem;
  }

  .min-width\:-right-64{
    right: -4rem;
  }

  .min-width\:-right-32{
    right: -2rem;
  }

  .min-width\:-right-8{
    right: -0.5rem;
  }

  .min-width\:right-5\%{
    right: 5%;
  }

  .min-width\:right-10\%{
    right: 10%;
  }

  .min-width\:right-15\%{
    right: 15%;
  }

  .min-width\:right-20\%{
    right: 20%;
  }

  .min-width\:right-25\%{
    right: 25%;
  }

  .min-width\:right-30\%{
    right: 30%;
  }

  .min-width\:right-31\%{
    right: 31%;
  }

  .min-width\:right-33\%{
    right: 33.333%;
  }

  .min-width\:right-34\%{
    right: 34%;
  }

  .min-width\:right-45\%{
    right: 45%;
  }

  .min-width\:right-50\%{
    right: 50%;
  }

  .min-width\:right-54\%{
    right: 54%;
  }

  .min-width\:right-75\%{
    right: 75%;
  }

  .min-width\:right-55\%{
    right: 55%;
  }

  .min-width\:right-65\%{
    right: 65%;
  }

  .min-width\:right-66\%{
    right: 66%;
  }

  .min-width\:right-85\%{
    right: 85%;
  }

  .min-width\:right-96\%{
    right: 96%;
  }

  .min-width\:right-130\%{
    right: 130%;
  }

  .min-width\:right-135\%{
    right: 135%;
  }

  .min-width\:right-200\%{
    right: 200%;
  }

  .min-width\:right-16\/9{
    right: 56.25%;
  }

  .min-width\:right-1\/2{
    right: 50%;
  }

  .min-width\:right-full{
    right: 100%;
  }

  .min-width\:right-span{
    right: 8.333%;
  }

  .min-width\:right-2span{
    right: 16.666%;
  }

  .min-width\:right-px{
    right: 1px;
  }

  .min-width\:-right-4{
    right: -0.25rem;
  }

  .min-width\:-right-12{
    right: -0.75rem;
  }

  .min-width\:-right-16{
    right: -1rem;
  }

  .min-width\:-right-20{
    right: -1.25rem;
  }

  .min-width\:-right-24{
    right: -1.5rem;
  }

  .min-width\:-right-40{
    right: -2.5rem;
  }

  .min-width\:-right-48{
    right: -3rem;
  }

  .min-width\:-right-56{
    right: -3.5rem;
  }

  .min-width\:-right-80{
    right: -5rem;
  }

  .min-width\:-right-104{
    right: -6.5rem;
  }

  .min-width\:-right-112{
    right: -7rem;
  }

  .min-width\:-right-140{
    right: -8.75rem;
  }

  .min-width\:-right-160{
    right: -10rem;
  }

  .min-width\:-right-180{
    right: -11.25rem;
  }

  .min-width\:-right-200{
    right: -12.5rem;
  }

  .min-width\:-right-224{
    right: -14rem;
  }

  .min-width\:-right-240{
    right: -15rem;
  }

  .min-width\:-right-260{
    right: -16.25rem;
  }

  .min-width\:-right-300{
    right: -18.75rem;
  }

  .min-width\:-right--78\%{
    right: 78%;
  }

  .min-width\:-right--80\%{
    right: 80%;
  }

  .min-width\:-right--50\%{
    right: 50%;
  }

  .min-width\:-right--35\%{
    right: 35%;
  }

  .min-width\:-right--128{
    right: 8rem;
  }

  .min-width\:-right--96{
    right: 6rem;
  }

  .min-width\:-right--64{
    right: 4rem;
  }

  .min-width\:-right--32{
    right: 2rem;
  }

  .min-width\:-right--8{
    right: 0.5rem;
  }

  .min-width\:-right-5\%{
    right: -5%;
  }

  .min-width\:-right-10\%{
    right: -10%;
  }

  .min-width\:-right-15\%{
    right: -15%;
  }

  .min-width\:-right-20\%{
    right: -20%;
  }

  .min-width\:-right-25\%{
    right: -25%;
  }

  .min-width\:-right-30\%{
    right: -30%;
  }

  .min-width\:-right-31\%{
    right: -31%;
  }

  .min-width\:-right-33\%{
    right: -33.333%;
  }

  .min-width\:-right-34\%{
    right: -34%;
  }

  .min-width\:-right-45\%{
    right: -45%;
  }

  .min-width\:-right-54\%{
    right: -54%;
  }

  .min-width\:-right-75\%{
    right: -75%;
  }

  .min-width\:-right-55\%{
    right: -55%;
  }

  .min-width\:-right-65\%{
    right: -65%;
  }

  .min-width\:-right-66\%{
    right: -66%;
  }

  .min-width\:-right-85\%{
    right: -85%;
  }

  .min-width\:-right-96\%{
    right: -96%;
  }

  .min-width\:-right-130\%{
    right: -130%;
  }

  .min-width\:-right-135\%{
    right: -135%;
  }

  .min-width\:-right-200\%{
    right: -200%;
  }

  .min-width\:-right-16\/9{
    right: -56.25%;
  }

  .min-width\:-right-1\/2{
    right: -50%;
  }

  .min-width\:-right-full{
    right: -100%;
  }

  .min-width\:-right-span{
    right: -8.333%;
  }

  .min-width\:-right-2span{
    right: -16.666%;
  }

  .min-width\:-right-px{
    right: -1px;
  }

  .min-width\:right-1\/3{
    right: 33.333333%;
  }

  .min-width\:right-2\/3{
    right: 66.666667%;
  }

  .min-width\:right-1\/4{
    right: 25%;
  }

  .min-width\:right-2\/4{
    right: 50%;
  }

  .min-width\:right-3\/4{
    right: 75%;
  }

  .min-width\:-right-1\/3{
    right: -33.333333%;
  }

  .min-width\:-right-2\/3{
    right: -66.666667%;
  }

  .min-width\:-right-1\/4{
    right: -25%;
  }

  .min-width\:-right-2\/4{
    right: -50%;
  }

  .min-width\:-right-3\/4{
    right: -75%;
  }

  .min-width\:-right-60{
    right: -3.75rem;
  }

  .min-width\:-right-2{
    right: -0.125rem;
  }

  .min-width\:right-43\.2{
    right: 2.7rem;
  }

  .min-width\:-right-608{
    right: -38rem;
  }

  .min-width\:-right-1472{
    right: -92rem;
  }

  .min-width\:bottom-0{
    bottom: 0;
  }

  .min-width\:bottom-3{
    bottom: 0.1875rem;
  }

  .min-width\:bottom-4{
    bottom: 0.25rem;
  }

  .min-width\:bottom-5{
    bottom: 0.312rem;
  }

  .min-width\:bottom-8{
    bottom: 0.5rem;
  }

  .min-width\:bottom-12{
    bottom: 0.75rem;
  }

  .min-width\:bottom-16{
    bottom: 1rem;
  }

  .min-width\:bottom-20{
    bottom: 1.25rem;
  }

  .min-width\:bottom-24{
    bottom: 1.5rem;
  }

  .min-width\:bottom-32{
    bottom: 2rem;
  }

  .min-width\:bottom-40{
    bottom: 2.5rem;
  }

  .min-width\:bottom-48{
    bottom: 3rem;
  }

  .min-width\:bottom-56{
    bottom: 3.5rem;
  }

  .min-width\:bottom-64{
    bottom: 4rem;
  }

  .min-width\:bottom-80{
    bottom: 5rem;
  }

  .min-width\:bottom-96{
    bottom: 6rem;
  }

  .min-width\:bottom-104{
    bottom: 6.5rem;
  }

  .min-width\:bottom-112{
    bottom: 7rem;
  }

  .min-width\:bottom-128{
    bottom: 8rem;
  }

  .min-width\:bottom-140{
    bottom: 8.75rem;
  }

  .min-width\:bottom-160{
    bottom: 10rem;
  }

  .min-width\:bottom-180{
    bottom: 11.25rem;
  }

  .min-width\:bottom-192{
    bottom: 12rem;
  }

  .min-width\:bottom-200{
    bottom: 12.5rem;
  }

  .min-width\:bottom-224{
    bottom: 14rem;
  }

  .min-width\:bottom-240{
    bottom: 15rem;
  }

  .min-width\:bottom-260{
    bottom: 16.25rem;
  }

  .min-width\:bottom-300{
    bottom: 18.75rem;
  }

  .min-width\:bottom-auto{
    bottom: auto;
  }

  .min-width\:-bottom-78\%{
    bottom: -78%;
  }

  .min-width\:-bottom-80\%{
    bottom: -80%;
  }

  .min-width\:-bottom-50\%{
    bottom: -50%;
  }

  .min-width\:-bottom-35\%{
    bottom: -35%;
  }

  .min-width\:-bottom-128{
    bottom: -8rem;
  }

  .min-width\:-bottom-96{
    bottom: -6rem;
  }

  .min-width\:-bottom-64{
    bottom: -4rem;
  }

  .min-width\:-bottom-32{
    bottom: -2rem;
  }

  .min-width\:-bottom-8{
    bottom: -0.5rem;
  }

  .min-width\:bottom-5\%{
    bottom: 5%;
  }

  .min-width\:bottom-10\%{
    bottom: 10%;
  }

  .min-width\:bottom-15\%{
    bottom: 15%;
  }

  .min-width\:bottom-20\%{
    bottom: 20%;
  }

  .min-width\:bottom-25\%{
    bottom: 25%;
  }

  .min-width\:bottom-30\%{
    bottom: 30%;
  }

  .min-width\:bottom-31\%{
    bottom: 31%;
  }

  .min-width\:bottom-33\%{
    bottom: 33.333%;
  }

  .min-width\:bottom-34\%{
    bottom: 34%;
  }

  .min-width\:bottom-45\%{
    bottom: 45%;
  }

  .min-width\:bottom-50\%{
    bottom: 50%;
  }

  .min-width\:bottom-54\%{
    bottom: 54%;
  }

  .min-width\:bottom-75\%{
    bottom: 75%;
  }

  .min-width\:bottom-55\%{
    bottom: 55%;
  }

  .min-width\:bottom-65\%{
    bottom: 65%;
  }

  .min-width\:bottom-66\%{
    bottom: 66%;
  }

  .min-width\:bottom-85\%{
    bottom: 85%;
  }

  .min-width\:bottom-96\%{
    bottom: 96%;
  }

  .min-width\:bottom-130\%{
    bottom: 130%;
  }

  .min-width\:bottom-135\%{
    bottom: 135%;
  }

  .min-width\:bottom-200\%{
    bottom: 200%;
  }

  .min-width\:bottom-16\/9{
    bottom: 56.25%;
  }

  .min-width\:bottom-1\/2{
    bottom: 50%;
  }

  .min-width\:bottom-full{
    bottom: 100%;
  }

  .min-width\:bottom-span{
    bottom: 8.333%;
  }

  .min-width\:bottom-2span{
    bottom: 16.666%;
  }

  .min-width\:bottom-px{
    bottom: 1px;
  }

  .min-width\:-bottom-4{
    bottom: -0.25rem;
  }

  .min-width\:-bottom-12{
    bottom: -0.75rem;
  }

  .min-width\:-bottom-16{
    bottom: -1rem;
  }

  .min-width\:-bottom-20{
    bottom: -1.25rem;
  }

  .min-width\:-bottom-24{
    bottom: -1.5rem;
  }

  .min-width\:-bottom-40{
    bottom: -2.5rem;
  }

  .min-width\:-bottom-48{
    bottom: -3rem;
  }

  .min-width\:-bottom-56{
    bottom: -3.5rem;
  }

  .min-width\:-bottom-80{
    bottom: -5rem;
  }

  .min-width\:-bottom-104{
    bottom: -6.5rem;
  }

  .min-width\:-bottom-112{
    bottom: -7rem;
  }

  .min-width\:-bottom-140{
    bottom: -8.75rem;
  }

  .min-width\:-bottom-160{
    bottom: -10rem;
  }

  .min-width\:-bottom-180{
    bottom: -11.25rem;
  }

  .min-width\:-bottom-200{
    bottom: -12.5rem;
  }

  .min-width\:-bottom-224{
    bottom: -14rem;
  }

  .min-width\:-bottom-240{
    bottom: -15rem;
  }

  .min-width\:-bottom-260{
    bottom: -16.25rem;
  }

  .min-width\:-bottom-300{
    bottom: -18.75rem;
  }

  .min-width\:-bottom--78\%{
    bottom: 78%;
  }

  .min-width\:-bottom--80\%{
    bottom: 80%;
  }

  .min-width\:-bottom--50\%{
    bottom: 50%;
  }

  .min-width\:-bottom--35\%{
    bottom: 35%;
  }

  .min-width\:-bottom--128{
    bottom: 8rem;
  }

  .min-width\:-bottom--96{
    bottom: 6rem;
  }

  .min-width\:-bottom--64{
    bottom: 4rem;
  }

  .min-width\:-bottom--32{
    bottom: 2rem;
  }

  .min-width\:-bottom--8{
    bottom: 0.5rem;
  }

  .min-width\:-bottom-5\%{
    bottom: -5%;
  }

  .min-width\:-bottom-10\%{
    bottom: -10%;
  }

  .min-width\:-bottom-15\%{
    bottom: -15%;
  }

  .min-width\:-bottom-20\%{
    bottom: -20%;
  }

  .min-width\:-bottom-25\%{
    bottom: -25%;
  }

  .min-width\:-bottom-30\%{
    bottom: -30%;
  }

  .min-width\:-bottom-31\%{
    bottom: -31%;
  }

  .min-width\:-bottom-33\%{
    bottom: -33.333%;
  }

  .min-width\:-bottom-34\%{
    bottom: -34%;
  }

  .min-width\:-bottom-45\%{
    bottom: -45%;
  }

  .min-width\:-bottom-54\%{
    bottom: -54%;
  }

  .min-width\:-bottom-75\%{
    bottom: -75%;
  }

  .min-width\:-bottom-55\%{
    bottom: -55%;
  }

  .min-width\:-bottom-65\%{
    bottom: -65%;
  }

  .min-width\:-bottom-66\%{
    bottom: -66%;
  }

  .min-width\:-bottom-85\%{
    bottom: -85%;
  }

  .min-width\:-bottom-96\%{
    bottom: -96%;
  }

  .min-width\:-bottom-130\%{
    bottom: -130%;
  }

  .min-width\:-bottom-135\%{
    bottom: -135%;
  }

  .min-width\:-bottom-200\%{
    bottom: -200%;
  }

  .min-width\:-bottom-16\/9{
    bottom: -56.25%;
  }

  .min-width\:-bottom-1\/2{
    bottom: -50%;
  }

  .min-width\:-bottom-full{
    bottom: -100%;
  }

  .min-width\:-bottom-span{
    bottom: -8.333%;
  }

  .min-width\:-bottom-2span{
    bottom: -16.666%;
  }

  .min-width\:-bottom-px{
    bottom: -1px;
  }

  .min-width\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .min-width\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .min-width\:bottom-1\/4{
    bottom: 25%;
  }

  .min-width\:bottom-2\/4{
    bottom: 50%;
  }

  .min-width\:bottom-3\/4{
    bottom: 75%;
  }

  .min-width\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .min-width\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .min-width\:-bottom-1\/4{
    bottom: -25%;
  }

  .min-width\:-bottom-2\/4{
    bottom: -50%;
  }

  .min-width\:-bottom-3\/4{
    bottom: -75%;
  }

  .min-width\:-bottom-60{
    bottom: -3.75rem;
  }

  .min-width\:-bottom-2{
    bottom: -0.125rem;
  }

  .min-width\:bottom-43\.2{
    bottom: 2.7rem;
  }

  .min-width\:-bottom-608{
    bottom: -38rem;
  }

  .min-width\:-bottom-1472{
    bottom: -92rem;
  }

  .min-width\:left-0{
    left: 0;
  }

  .min-width\:left-3{
    left: 0.1875rem;
  }

  .min-width\:left-4{
    left: 0.25rem;
  }

  .min-width\:left-5{
    left: 0.312rem;
  }

  .min-width\:left-8{
    left: 0.5rem;
  }

  .min-width\:left-12{
    left: 0.75rem;
  }

  .min-width\:left-16{
    left: 1rem;
  }

  .min-width\:left-20{
    left: 1.25rem;
  }

  .min-width\:left-24{
    left: 1.5rem;
  }

  .min-width\:left-32{
    left: 2rem;
  }

  .min-width\:left-40{
    left: 2.5rem;
  }

  .min-width\:left-48{
    left: 3rem;
  }

  .min-width\:left-56{
    left: 3.5rem;
  }

  .min-width\:left-64{
    left: 4rem;
  }

  .min-width\:left-80{
    left: 5rem;
  }

  .min-width\:left-96{
    left: 6rem;
  }

  .min-width\:left-104{
    left: 6.5rem;
  }

  .min-width\:left-112{
    left: 7rem;
  }

  .min-width\:left-128{
    left: 8rem;
  }

  .min-width\:left-140{
    left: 8.75rem;
  }

  .min-width\:left-160{
    left: 10rem;
  }

  .min-width\:left-180{
    left: 11.25rem;
  }

  .min-width\:left-192{
    left: 12rem;
  }

  .min-width\:left-200{
    left: 12.5rem;
  }

  .min-width\:left-224{
    left: 14rem;
  }

  .min-width\:left-240{
    left: 15rem;
  }

  .min-width\:left-260{
    left: 16.25rem;
  }

  .min-width\:left-300{
    left: 18.75rem;
  }

  .min-width\:left-auto{
    left: auto;
  }

  .min-width\:-left-78\%{
    left: -78%;
  }

  .min-width\:-left-80\%{
    left: -80%;
  }

  .min-width\:-left-50\%{
    left: -50%;
  }

  .min-width\:-left-35\%{
    left: -35%;
  }

  .min-width\:-left-128{
    left: -8rem;
  }

  .min-width\:-left-96{
    left: -6rem;
  }

  .min-width\:-left-64{
    left: -4rem;
  }

  .min-width\:-left-32{
    left: -2rem;
  }

  .min-width\:-left-8{
    left: -0.5rem;
  }

  .min-width\:left-5\%{
    left: 5%;
  }

  .min-width\:left-10\%{
    left: 10%;
  }

  .min-width\:left-15\%{
    left: 15%;
  }

  .min-width\:left-20\%{
    left: 20%;
  }

  .min-width\:left-25\%{
    left: 25%;
  }

  .min-width\:left-30\%{
    left: 30%;
  }

  .min-width\:left-31\%{
    left: 31%;
  }

  .min-width\:left-33\%{
    left: 33.333%;
  }

  .min-width\:left-34\%{
    left: 34%;
  }

  .min-width\:left-45\%{
    left: 45%;
  }

  .min-width\:left-50\%{
    left: 50%;
  }

  .min-width\:left-54\%{
    left: 54%;
  }

  .min-width\:left-75\%{
    left: 75%;
  }

  .min-width\:left-55\%{
    left: 55%;
  }

  .min-width\:left-65\%{
    left: 65%;
  }

  .min-width\:left-66\%{
    left: 66%;
  }

  .min-width\:left-85\%{
    left: 85%;
  }

  .min-width\:left-96\%{
    left: 96%;
  }

  .min-width\:left-130\%{
    left: 130%;
  }

  .min-width\:left-135\%{
    left: 135%;
  }

  .min-width\:left-200\%{
    left: 200%;
  }

  .min-width\:left-16\/9{
    left: 56.25%;
  }

  .min-width\:left-1\/2{
    left: 50%;
  }

  .min-width\:left-full{
    left: 100%;
  }

  .min-width\:left-span{
    left: 8.333%;
  }

  .min-width\:left-2span{
    left: 16.666%;
  }

  .min-width\:left-px{
    left: 1px;
  }

  .min-width\:-left-4{
    left: -0.25rem;
  }

  .min-width\:-left-12{
    left: -0.75rem;
  }

  .min-width\:-left-16{
    left: -1rem;
  }

  .min-width\:-left-20{
    left: -1.25rem;
  }

  .min-width\:-left-24{
    left: -1.5rem;
  }

  .min-width\:-left-40{
    left: -2.5rem;
  }

  .min-width\:-left-48{
    left: -3rem;
  }

  .min-width\:-left-56{
    left: -3.5rem;
  }

  .min-width\:-left-80{
    left: -5rem;
  }

  .min-width\:-left-104{
    left: -6.5rem;
  }

  .min-width\:-left-112{
    left: -7rem;
  }

  .min-width\:-left-140{
    left: -8.75rem;
  }

  .min-width\:-left-160{
    left: -10rem;
  }

  .min-width\:-left-180{
    left: -11.25rem;
  }

  .min-width\:-left-200{
    left: -12.5rem;
  }

  .min-width\:-left-224{
    left: -14rem;
  }

  .min-width\:-left-240{
    left: -15rem;
  }

  .min-width\:-left-260{
    left: -16.25rem;
  }

  .min-width\:-left-300{
    left: -18.75rem;
  }

  .min-width\:-left--78\%{
    left: 78%;
  }

  .min-width\:-left--80\%{
    left: 80%;
  }

  .min-width\:-left--50\%{
    left: 50%;
  }

  .min-width\:-left--35\%{
    left: 35%;
  }

  .min-width\:-left--128{
    left: 8rem;
  }

  .min-width\:-left--96{
    left: 6rem;
  }

  .min-width\:-left--64{
    left: 4rem;
  }

  .min-width\:-left--32{
    left: 2rem;
  }

  .min-width\:-left--8{
    left: 0.5rem;
  }

  .min-width\:-left-5\%{
    left: -5%;
  }

  .min-width\:-left-10\%{
    left: -10%;
  }

  .min-width\:-left-15\%{
    left: -15%;
  }

  .min-width\:-left-20\%{
    left: -20%;
  }

  .min-width\:-left-25\%{
    left: -25%;
  }

  .min-width\:-left-30\%{
    left: -30%;
  }

  .min-width\:-left-31\%{
    left: -31%;
  }

  .min-width\:-left-33\%{
    left: -33.333%;
  }

  .min-width\:-left-34\%{
    left: -34%;
  }

  .min-width\:-left-45\%{
    left: -45%;
  }

  .min-width\:-left-54\%{
    left: -54%;
  }

  .min-width\:-left-75\%{
    left: -75%;
  }

  .min-width\:-left-55\%{
    left: -55%;
  }

  .min-width\:-left-65\%{
    left: -65%;
  }

  .min-width\:-left-66\%{
    left: -66%;
  }

  .min-width\:-left-85\%{
    left: -85%;
  }

  .min-width\:-left-96\%{
    left: -96%;
  }

  .min-width\:-left-130\%{
    left: -130%;
  }

  .min-width\:-left-135\%{
    left: -135%;
  }

  .min-width\:-left-200\%{
    left: -200%;
  }

  .min-width\:-left-16\/9{
    left: -56.25%;
  }

  .min-width\:-left-1\/2{
    left: -50%;
  }

  .min-width\:-left-full{
    left: -100%;
  }

  .min-width\:-left-span{
    left: -8.333%;
  }

  .min-width\:-left-2span{
    left: -16.666%;
  }

  .min-width\:-left-px{
    left: -1px;
  }

  .min-width\:left-1\/3{
    left: 33.333333%;
  }

  .min-width\:left-2\/3{
    left: 66.666667%;
  }

  .min-width\:left-1\/4{
    left: 25%;
  }

  .min-width\:left-2\/4{
    left: 50%;
  }

  .min-width\:left-3\/4{
    left: 75%;
  }

  .min-width\:-left-1\/3{
    left: -33.333333%;
  }

  .min-width\:-left-2\/3{
    left: -66.666667%;
  }

  .min-width\:-left-1\/4{
    left: -25%;
  }

  .min-width\:-left-2\/4{
    left: -50%;
  }

  .min-width\:-left-3\/4{
    left: -75%;
  }

  .min-width\:-left-60{
    left: -3.75rem;
  }

  .min-width\:-left-2{
    left: -0.125rem;
  }

  .min-width\:left-43\.2{
    left: 2.7rem;
  }

  .min-width\:-left-608{
    left: -38rem;
  }

  .min-width\:-left-1472{
    left: -92rem;
  }

  .min-width\:isolate{
    isolation: isolate;
  }

  .min-width\:isolation-auto{
    isolation: auto;
  }

  .min-width\:z-0{
    z-index: 0;
  }

  .min-width\:z-1{
    z-index: 1;
  }

  .min-width\:z-2{
    z-index: 2;
  }

  .min-width\:z-3{
    z-index: 3;
  }

  .min-width\:z-4{
    z-index: 4;
  }

  .min-width\:z-10{
    z-index: 10;
  }

  .min-width\:z-20{
    z-index: 20;
  }

  .min-width\:z-30{
    z-index: 30;
  }

  .min-width\:z-40{
    z-index: 40;
  }

  .min-width\:z-50{
    z-index: 50;
  }

  .min-width\:z-auto{
    z-index: auto;
  }

  .min-width\:-z-1{
    z-index: -1;
  }

  .min-width\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .min-width\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .min-width\:focus-within\:z-2:focus-within{
    z-index: 2;
  }

  .min-width\:focus-within\:z-3:focus-within{
    z-index: 3;
  }

  .min-width\:focus-within\:z-4:focus-within{
    z-index: 4;
  }

  .min-width\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .min-width\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .min-width\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .min-width\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .min-width\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .min-width\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .min-width\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .min-width\:focus\:z-0:focus{
    z-index: 0;
  }

  .min-width\:focus\:z-1:focus{
    z-index: 1;
  }

  .min-width\:focus\:z-2:focus{
    z-index: 2;
  }

  .min-width\:focus\:z-3:focus{
    z-index: 3;
  }

  .min-width\:focus\:z-4:focus{
    z-index: 4;
  }

  .min-width\:focus\:z-10:focus{
    z-index: 10;
  }

  .min-width\:focus\:z-20:focus{
    z-index: 20;
  }

  .min-width\:focus\:z-30:focus{
    z-index: 30;
  }

  .min-width\:focus\:z-40:focus{
    z-index: 40;
  }

  .min-width\:focus\:z-50:focus{
    z-index: 50;
  }

  .min-width\:focus\:z-auto:focus{
    z-index: auto;
  }

  .min-width\:focus\:-z-1:focus{
    z-index: -1;
  }

  .min-width\:order-1{
    order: 1;
  }

  .min-width\:order-2{
    order: 2;
  }

  .min-width\:order-3{
    order: 3;
  }

  .min-width\:order-4{
    order: 4;
  }

  .min-width\:order-5{
    order: 5;
  }

  .min-width\:order-6{
    order: 6;
  }

  .min-width\:order-7{
    order: 7;
  }

  .min-width\:order-8{
    order: 8;
  }

  .min-width\:order-9{
    order: 9;
  }

  .min-width\:order-10{
    order: 10;
  }

  .min-width\:order-11{
    order: 11;
  }

  .min-width\:order-12{
    order: 12;
  }

  .min-width\:order-first{
    order: -9999;
  }

  .min-width\:order-last{
    order: 9999;
  }

  .min-width\:order-none{
    order: 0;
  }

  .min-width\:col-auto{
    grid-column: auto;
  }

  .min-width\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .min-width\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .min-width\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .min-width\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .min-width\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .min-width\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .min-width\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .min-width\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .min-width\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .min-width\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .min-width\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .min-width\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .min-width\:col-span-full{
    grid-column: 1 / -1;
  }

  .min-width\:col-start-1{
    grid-column-start: 1;
  }

  .min-width\:col-start-2{
    grid-column-start: 2;
  }

  .min-width\:col-start-3{
    grid-column-start: 3;
  }

  .min-width\:col-start-4{
    grid-column-start: 4;
  }

  .min-width\:col-start-5{
    grid-column-start: 5;
  }

  .min-width\:col-start-6{
    grid-column-start: 6;
  }

  .min-width\:col-start-7{
    grid-column-start: 7;
  }

  .min-width\:col-start-8{
    grid-column-start: 8;
  }

  .min-width\:col-start-9{
    grid-column-start: 9;
  }

  .min-width\:col-start-10{
    grid-column-start: 10;
  }

  .min-width\:col-start-11{
    grid-column-start: 11;
  }

  .min-width\:col-start-12{
    grid-column-start: 12;
  }

  .min-width\:col-start-13{
    grid-column-start: 13;
  }

  .min-width\:col-start-auto{
    grid-column-start: auto;
  }

  .min-width\:col-end-1{
    grid-column-end: 1;
  }

  .min-width\:col-end-2{
    grid-column-end: 2;
  }

  .min-width\:col-end-3{
    grid-column-end: 3;
  }

  .min-width\:col-end-4{
    grid-column-end: 4;
  }

  .min-width\:col-end-5{
    grid-column-end: 5;
  }

  .min-width\:col-end-6{
    grid-column-end: 6;
  }

  .min-width\:col-end-7{
    grid-column-end: 7;
  }

  .min-width\:col-end-8{
    grid-column-end: 8;
  }

  .min-width\:col-end-9{
    grid-column-end: 9;
  }

  .min-width\:col-end-10{
    grid-column-end: 10;
  }

  .min-width\:col-end-11{
    grid-column-end: 11;
  }

  .min-width\:col-end-12{
    grid-column-end: 12;
  }

  .min-width\:col-end-13{
    grid-column-end: 13;
  }

  .min-width\:col-end-auto{
    grid-column-end: auto;
  }

  .min-width\:row-auto{
    grid-row: auto;
  }

  .min-width\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .min-width\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .min-width\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .min-width\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .min-width\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .min-width\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .min-width\:row-span-full{
    grid-row: 1 / -1;
  }

  .min-width\:row-start-1{
    grid-row-start: 1;
  }

  .min-width\:row-start-2{
    grid-row-start: 2;
  }

  .min-width\:row-start-3{
    grid-row-start: 3;
  }

  .min-width\:row-start-4{
    grid-row-start: 4;
  }

  .min-width\:row-start-5{
    grid-row-start: 5;
  }

  .min-width\:row-start-6{
    grid-row-start: 6;
  }

  .min-width\:row-start-7{
    grid-row-start: 7;
  }

  .min-width\:row-start-auto{
    grid-row-start: auto;
  }

  .min-width\:row-end-1{
    grid-row-end: 1;
  }

  .min-width\:row-end-2{
    grid-row-end: 2;
  }

  .min-width\:row-end-3{
    grid-row-end: 3;
  }

  .min-width\:row-end-4{
    grid-row-end: 4;
  }

  .min-width\:row-end-5{
    grid-row-end: 5;
  }

  .min-width\:row-end-6{
    grid-row-end: 6;
  }

  .min-width\:row-end-7{
    grid-row-end: 7;
  }

  .min-width\:row-end-auto{
    grid-row-end: auto;
  }

  .min-width\:float-right{
    float: right;
  }

  .min-width\:float-left{
    float: left;
  }

  .min-width\:float-none{
    float: none;
  }

  .min-width\:clear-left{
    clear: left;
  }

  .min-width\:clear-right{
    clear: right;
  }

  .min-width\:clear-both{
    clear: both;
  }

  .min-width\:clear-none{
    clear: none;
  }

  .min-width\:m-0{
    margin: 0;
  }

  .min-width\:m-4{
    margin: 0.25rem;
  }

  .min-width\:m-8{
    margin: 0.5rem;
  }

  .min-width\:m-12{
    margin: 0.75rem;
  }

  .min-width\:m-16{
    margin: 1rem;
  }

  .min-width\:m-20{
    margin: 1.25rem;
  }

  .min-width\:m-24{
    margin: 1.5rem;
  }

  .min-width\:m-32{
    margin: 2rem;
  }

  .min-width\:m-40{
    margin: 2.5rem;
  }

  .min-width\:m-48{
    margin: 3rem;
  }

  .min-width\:m-56{
    margin: 3.5rem;
  }

  .min-width\:m-64{
    margin: 4rem;
  }

  .min-width\:m-80{
    margin: 5rem;
  }

  .min-width\:m-96{
    margin: 6rem;
  }

  .min-width\:m-104{
    margin: 6.5rem;
  }

  .min-width\:m-112{
    margin: 7rem;
  }

  .min-width\:m-128{
    margin: 8rem;
  }

  .min-width\:m-140{
    margin: 8.75rem;
  }

  .min-width\:m-160{
    margin: 10rem;
  }

  .min-width\:m-180{
    margin: 11.25rem;
  }

  .min-width\:m-200{
    margin: 12.5rem;
  }

  .min-width\:m-224{
    margin: 14rem;
  }

  .min-width\:m-240{
    margin: 15rem;
  }

  .min-width\:m-260{
    margin: 16.25rem;
  }

  .min-width\:m-300{
    margin: 18.75rem;
  }

  .min-width\:m-auto{
    margin: auto;
  }

  .min-width\:-m-78\%{
    margin: -78%;
  }

  .min-width\:-m-80\%{
    margin: -80%;
  }

  .min-width\:-m-50\%{
    margin: -50%;
  }

  .min-width\:-m-35\%{
    margin: -35%;
  }

  .min-width\:-m-128{
    margin: -8rem;
  }

  .min-width\:-m-96{
    margin: -6rem;
  }

  .min-width\:-m-64{
    margin: -4rem;
  }

  .min-width\:-m-32{
    margin: -2rem;
  }

  .min-width\:-m-8{
    margin: -0.5rem;
  }

  .min-width\:m-5\%{
    margin: 5%;
  }

  .min-width\:m-10\%{
    margin: 10%;
  }

  .min-width\:m-15\%{
    margin: 15%;
  }

  .min-width\:m-20\%{
    margin: 20%;
  }

  .min-width\:m-25\%{
    margin: 25%;
  }

  .min-width\:m-30\%{
    margin: 30%;
  }

  .min-width\:m-31\%{
    margin: 31%;
  }

  .min-width\:m-33\%{
    margin: 33.333%;
  }

  .min-width\:m-34\%{
    margin: 34%;
  }

  .min-width\:m-45\%{
    margin: 45%;
  }

  .min-width\:m-50\%{
    margin: 50%;
  }

  .min-width\:m-54\%{
    margin: 54%;
  }

  .min-width\:m-75\%{
    margin: 75%;
  }

  .min-width\:m-55\%{
    margin: 55%;
  }

  .min-width\:m-65\%{
    margin: 65%;
  }

  .min-width\:m-66\%{
    margin: 66%;
  }

  .min-width\:m-85\%{
    margin: 85%;
  }

  .min-width\:m-96\%{
    margin: 96%;
  }

  .min-width\:m-130\%{
    margin: 130%;
  }

  .min-width\:m-135\%{
    margin: 135%;
  }

  .min-width\:m-200\%{
    margin: 200%;
  }

  .min-width\:m-16\/9{
    margin: 56.25%;
  }

  .min-width\:m-1\/2{
    margin: 50%;
  }

  .min-width\:m-full{
    margin: 100%;
  }

  .min-width\:m-span{
    margin: 8.333%;
  }

  .min-width\:m-2span{
    margin: 16.666%;
  }

  .min-width\:m-px{
    margin: 1px;
  }

  .min-width\:-m-4{
    margin: -0.25rem;
  }

  .min-width\:-m-12{
    margin: -0.75rem;
  }

  .min-width\:-m-16{
    margin: -1rem;
  }

  .min-width\:-m-20{
    margin: -1.25rem;
  }

  .min-width\:-m-24{
    margin: -1.5rem;
  }

  .min-width\:-m-40{
    margin: -2.5rem;
  }

  .min-width\:-m-48{
    margin: -3rem;
  }

  .min-width\:-m-56{
    margin: -3.5rem;
  }

  .min-width\:-m-80{
    margin: -5rem;
  }

  .min-width\:-m-104{
    margin: -6.5rem;
  }

  .min-width\:-m-112{
    margin: -7rem;
  }

  .min-width\:-m-140{
    margin: -8.75rem;
  }

  .min-width\:-m-160{
    margin: -10rem;
  }

  .min-width\:-m-180{
    margin: -11.25rem;
  }

  .min-width\:-m-200{
    margin: -12.5rem;
  }

  .min-width\:-m-224{
    margin: -14rem;
  }

  .min-width\:-m-240{
    margin: -15rem;
  }

  .min-width\:-m-260{
    margin: -16.25rem;
  }

  .min-width\:-m-300{
    margin: -18.75rem;
  }

  .min-width\:-m--78\%{
    margin: 78%;
  }

  .min-width\:-m--80\%{
    margin: 80%;
  }

  .min-width\:-m--50\%{
    margin: 50%;
  }

  .min-width\:-m--35\%{
    margin: 35%;
  }

  .min-width\:-m--128{
    margin: 8rem;
  }

  .min-width\:-m--96{
    margin: 6rem;
  }

  .min-width\:-m--64{
    margin: 4rem;
  }

  .min-width\:-m--32{
    margin: 2rem;
  }

  .min-width\:-m--8{
    margin: 0.5rem;
  }

  .min-width\:-m-5\%{
    margin: -5%;
  }

  .min-width\:-m-10\%{
    margin: -10%;
  }

  .min-width\:-m-15\%{
    margin: -15%;
  }

  .min-width\:-m-20\%{
    margin: -20%;
  }

  .min-width\:-m-25\%{
    margin: -25%;
  }

  .min-width\:-m-30\%{
    margin: -30%;
  }

  .min-width\:-m-31\%{
    margin: -31%;
  }

  .min-width\:-m-33\%{
    margin: -33.333%;
  }

  .min-width\:-m-34\%{
    margin: -34%;
  }

  .min-width\:-m-45\%{
    margin: -45%;
  }

  .min-width\:-m-54\%{
    margin: -54%;
  }

  .min-width\:-m-75\%{
    margin: -75%;
  }

  .min-width\:-m-55\%{
    margin: -55%;
  }

  .min-width\:-m-65\%{
    margin: -65%;
  }

  .min-width\:-m-66\%{
    margin: -66%;
  }

  .min-width\:-m-85\%{
    margin: -85%;
  }

  .min-width\:-m-96\%{
    margin: -96%;
  }

  .min-width\:-m-130\%{
    margin: -130%;
  }

  .min-width\:-m-135\%{
    margin: -135%;
  }

  .min-width\:-m-200\%{
    margin: -200%;
  }

  .min-width\:-m-16\/9{
    margin: -56.25%;
  }

  .min-width\:-m-1\/2{
    margin: -50%;
  }

  .min-width\:-m-full{
    margin: -100%;
  }

  .min-width\:-m-span{
    margin: -8.333%;
  }

  .min-width\:-m-2span{
    margin: -16.666%;
  }

  .min-width\:-m-px{
    margin: -1px;
  }

  .min-width\:last\:m-0:last-child{
    margin: 0;
  }

  .min-width\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .min-width\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .min-width\:last\:m-12:last-child{
    margin: 0.75rem;
  }

  .min-width\:last\:m-16:last-child{
    margin: 1rem;
  }

  .min-width\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .min-width\:last\:m-24:last-child{
    margin: 1.5rem;
  }

  .min-width\:last\:m-32:last-child{
    margin: 2rem;
  }

  .min-width\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .min-width\:last\:m-48:last-child{
    margin: 3rem;
  }

  .min-width\:last\:m-56:last-child{
    margin: 3.5rem;
  }

  .min-width\:last\:m-64:last-child{
    margin: 4rem;
  }

  .min-width\:last\:m-80:last-child{
    margin: 5rem;
  }

  .min-width\:last\:m-96:last-child{
    margin: 6rem;
  }

  .min-width\:last\:m-104:last-child{
    margin: 6.5rem;
  }

  .min-width\:last\:m-112:last-child{
    margin: 7rem;
  }

  .min-width\:last\:m-128:last-child{
    margin: 8rem;
  }

  .min-width\:last\:m-140:last-child{
    margin: 8.75rem;
  }

  .min-width\:last\:m-160:last-child{
    margin: 10rem;
  }

  .min-width\:last\:m-180:last-child{
    margin: 11.25rem;
  }

  .min-width\:last\:m-200:last-child{
    margin: 12.5rem;
  }

  .min-width\:last\:m-224:last-child{
    margin: 14rem;
  }

  .min-width\:last\:m-240:last-child{
    margin: 15rem;
  }

  .min-width\:last\:m-260:last-child{
    margin: 16.25rem;
  }

  .min-width\:last\:m-300:last-child{
    margin: 18.75rem;
  }

  .min-width\:last\:m-auto:last-child{
    margin: auto;
  }

  .min-width\:last\:-m-78\%:last-child{
    margin: -78%;
  }

  .min-width\:last\:-m-80\%:last-child{
    margin: -80%;
  }

  .min-width\:last\:-m-50\%:last-child{
    margin: -50%;
  }

  .min-width\:last\:-m-35\%:last-child{
    margin: -35%;
  }

  .min-width\:last\:-m-128:last-child{
    margin: -8rem;
  }

  .min-width\:last\:-m-96:last-child{
    margin: -6rem;
  }

  .min-width\:last\:-m-64:last-child{
    margin: -4rem;
  }

  .min-width\:last\:-m-32:last-child{
    margin: -2rem;
  }

  .min-width\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .min-width\:last\:m-5\%:last-child{
    margin: 5%;
  }

  .min-width\:last\:m-10\%:last-child{
    margin: 10%;
  }

  .min-width\:last\:m-15\%:last-child{
    margin: 15%;
  }

  .min-width\:last\:m-20\%:last-child{
    margin: 20%;
  }

  .min-width\:last\:m-25\%:last-child{
    margin: 25%;
  }

  .min-width\:last\:m-30\%:last-child{
    margin: 30%;
  }

  .min-width\:last\:m-31\%:last-child{
    margin: 31%;
  }

  .min-width\:last\:m-33\%:last-child{
    margin: 33.333%;
  }

  .min-width\:last\:m-34\%:last-child{
    margin: 34%;
  }

  .min-width\:last\:m-45\%:last-child{
    margin: 45%;
  }

  .min-width\:last\:m-50\%:last-child{
    margin: 50%;
  }

  .min-width\:last\:m-54\%:last-child{
    margin: 54%;
  }

  .min-width\:last\:m-75\%:last-child{
    margin: 75%;
  }

  .min-width\:last\:m-55\%:last-child{
    margin: 55%;
  }

  .min-width\:last\:m-65\%:last-child{
    margin: 65%;
  }

  .min-width\:last\:m-66\%:last-child{
    margin: 66%;
  }

  .min-width\:last\:m-85\%:last-child{
    margin: 85%;
  }

  .min-width\:last\:m-96\%:last-child{
    margin: 96%;
  }

  .min-width\:last\:m-130\%:last-child{
    margin: 130%;
  }

  .min-width\:last\:m-135\%:last-child{
    margin: 135%;
  }

  .min-width\:last\:m-200\%:last-child{
    margin: 200%;
  }

  .min-width\:last\:m-16\/9:last-child{
    margin: 56.25%;
  }

  .min-width\:last\:m-1\/2:last-child{
    margin: 50%;
  }

  .min-width\:last\:m-full:last-child{
    margin: 100%;
  }

  .min-width\:last\:m-span:last-child{
    margin: 8.333%;
  }

  .min-width\:last\:m-2span:last-child{
    margin: 16.666%;
  }

  .min-width\:last\:m-px:last-child{
    margin: 1px;
  }

  .min-width\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .min-width\:last\:-m-12:last-child{
    margin: -0.75rem;
  }

  .min-width\:last\:-m-16:last-child{
    margin: -1rem;
  }

  .min-width\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .min-width\:last\:-m-24:last-child{
    margin: -1.5rem;
  }

  .min-width\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .min-width\:last\:-m-48:last-child{
    margin: -3rem;
  }

  .min-width\:last\:-m-56:last-child{
    margin: -3.5rem;
  }

  .min-width\:last\:-m-80:last-child{
    margin: -5rem;
  }

  .min-width\:last\:-m-104:last-child{
    margin: -6.5rem;
  }

  .min-width\:last\:-m-112:last-child{
    margin: -7rem;
  }

  .min-width\:last\:-m-140:last-child{
    margin: -8.75rem;
  }

  .min-width\:last\:-m-160:last-child{
    margin: -10rem;
  }

  .min-width\:last\:-m-180:last-child{
    margin: -11.25rem;
  }

  .min-width\:last\:-m-200:last-child{
    margin: -12.5rem;
  }

  .min-width\:last\:-m-224:last-child{
    margin: -14rem;
  }

  .min-width\:last\:-m-240:last-child{
    margin: -15rem;
  }

  .min-width\:last\:-m-260:last-child{
    margin: -16.25rem;
  }

  .min-width\:last\:-m-300:last-child{
    margin: -18.75rem;
  }

  .min-width\:last\:-m--78\%:last-child{
    margin: 78%;
  }

  .min-width\:last\:-m--80\%:last-child{
    margin: 80%;
  }

  .min-width\:last\:-m--50\%:last-child{
    margin: 50%;
  }

  .min-width\:last\:-m--35\%:last-child{
    margin: 35%;
  }

  .min-width\:last\:-m--128:last-child{
    margin: 8rem;
  }

  .min-width\:last\:-m--96:last-child{
    margin: 6rem;
  }

  .min-width\:last\:-m--64:last-child{
    margin: 4rem;
  }

  .min-width\:last\:-m--32:last-child{
    margin: 2rem;
  }

  .min-width\:last\:-m--8:last-child{
    margin: 0.5rem;
  }

  .min-width\:last\:-m-5\%:last-child{
    margin: -5%;
  }

  .min-width\:last\:-m-10\%:last-child{
    margin: -10%;
  }

  .min-width\:last\:-m-15\%:last-child{
    margin: -15%;
  }

  .min-width\:last\:-m-20\%:last-child{
    margin: -20%;
  }

  .min-width\:last\:-m-25\%:last-child{
    margin: -25%;
  }

  .min-width\:last\:-m-30\%:last-child{
    margin: -30%;
  }

  .min-width\:last\:-m-31\%:last-child{
    margin: -31%;
  }

  .min-width\:last\:-m-33\%:last-child{
    margin: -33.333%;
  }

  .min-width\:last\:-m-34\%:last-child{
    margin: -34%;
  }

  .min-width\:last\:-m-45\%:last-child{
    margin: -45%;
  }

  .min-width\:last\:-m-54\%:last-child{
    margin: -54%;
  }

  .min-width\:last\:-m-75\%:last-child{
    margin: -75%;
  }

  .min-width\:last\:-m-55\%:last-child{
    margin: -55%;
  }

  .min-width\:last\:-m-65\%:last-child{
    margin: -65%;
  }

  .min-width\:last\:-m-66\%:last-child{
    margin: -66%;
  }

  .min-width\:last\:-m-85\%:last-child{
    margin: -85%;
  }

  .min-width\:last\:-m-96\%:last-child{
    margin: -96%;
  }

  .min-width\:last\:-m-130\%:last-child{
    margin: -130%;
  }

  .min-width\:last\:-m-135\%:last-child{
    margin: -135%;
  }

  .min-width\:last\:-m-200\%:last-child{
    margin: -200%;
  }

  .min-width\:last\:-m-16\/9:last-child{
    margin: -56.25%;
  }

  .min-width\:last\:-m-1\/2:last-child{
    margin: -50%;
  }

  .min-width\:last\:-m-full:last-child{
    margin: -100%;
  }

  .min-width\:last\:-m-span:last-child{
    margin: -8.333%;
  }

  .min-width\:last\:-m-2span:last-child{
    margin: -16.666%;
  }

  .min-width\:last\:-m-px:last-child{
    margin: -1px;
  }

  .min-width\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .min-width\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .min-width\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .min-width\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .min-width\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .min-width\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .min-width\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .min-width\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .min-width\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .min-width\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .min-width\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .min-width\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .min-width\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .min-width\:mx-96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .min-width\:mx-104{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .min-width\:mx-112{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .min-width\:mx-128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .min-width\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .min-width\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .min-width\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .min-width\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .min-width\:mx-224{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .min-width\:mx-240{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .min-width\:mx-260{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .min-width\:mx-300{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .min-width\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .min-width\:-mx-78\%{
    margin-left: -78%;
    margin-right: -78%;
  }

  .min-width\:-mx-80\%{
    margin-left: -80%;
    margin-right: -80%;
  }

  .min-width\:-mx-50\%{
    margin-left: -50%;
    margin-right: -50%;
  }

  .min-width\:-mx-35\%{
    margin-left: -35%;
    margin-right: -35%;
  }

  .min-width\:-mx-128{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .min-width\:-mx-96{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .min-width\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .min-width\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .min-width\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .min-width\:mx-5\%{
    margin-left: 5%;
    margin-right: 5%;
  }

  .min-width\:mx-10\%{
    margin-left: 10%;
    margin-right: 10%;
  }

  .min-width\:mx-15\%{
    margin-left: 15%;
    margin-right: 15%;
  }

  .min-width\:mx-20\%{
    margin-left: 20%;
    margin-right: 20%;
  }

  .min-width\:mx-25\%{
    margin-left: 25%;
    margin-right: 25%;
  }

  .min-width\:mx-30\%{
    margin-left: 30%;
    margin-right: 30%;
  }

  .min-width\:mx-31\%{
    margin-left: 31%;
    margin-right: 31%;
  }

  .min-width\:mx-33\%{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .min-width\:mx-34\%{
    margin-left: 34%;
    margin-right: 34%;
  }

  .min-width\:mx-45\%{
    margin-left: 45%;
    margin-right: 45%;
  }

  .min-width\:mx-50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .min-width\:mx-54\%{
    margin-left: 54%;
    margin-right: 54%;
  }

  .min-width\:mx-75\%{
    margin-left: 75%;
    margin-right: 75%;
  }

  .min-width\:mx-55\%{
    margin-left: 55%;
    margin-right: 55%;
  }

  .min-width\:mx-65\%{
    margin-left: 65%;
    margin-right: 65%;
  }

  .min-width\:mx-66\%{
    margin-left: 66%;
    margin-right: 66%;
  }

  .min-width\:mx-85\%{
    margin-left: 85%;
    margin-right: 85%;
  }

  .min-width\:mx-96\%{
    margin-left: 96%;
    margin-right: 96%;
  }

  .min-width\:mx-130\%{
    margin-left: 130%;
    margin-right: 130%;
  }

  .min-width\:mx-135\%{
    margin-left: 135%;
    margin-right: 135%;
  }

  .min-width\:mx-200\%{
    margin-left: 200%;
    margin-right: 200%;
  }

  .min-width\:mx-16\/9{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .min-width\:mx-1\/2{
    margin-left: 50%;
    margin-right: 50%;
  }

  .min-width\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .min-width\:mx-span{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .min-width\:mx-2span{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .min-width\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .min-width\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .min-width\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .min-width\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .min-width\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .min-width\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .min-width\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .min-width\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .min-width\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .min-width\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .min-width\:-mx-104{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .min-width\:-mx-112{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .min-width\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .min-width\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .min-width\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .min-width\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .min-width\:-mx-224{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .min-width\:-mx-240{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .min-width\:-mx-260{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .min-width\:-mx-300{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .min-width\:-mx--78\%{
    margin-left: 78%;
    margin-right: 78%;
  }

  .min-width\:-mx--80\%{
    margin-left: 80%;
    margin-right: 80%;
  }

  .min-width\:-mx--50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .min-width\:-mx--35\%{
    margin-left: 35%;
    margin-right: 35%;
  }

  .min-width\:-mx--128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .min-width\:-mx--96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .min-width\:-mx--64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .min-width\:-mx--32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .min-width\:-mx--8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .min-width\:-mx-5\%{
    margin-left: -5%;
    margin-right: -5%;
  }

  .min-width\:-mx-10\%{
    margin-left: -10%;
    margin-right: -10%;
  }

  .min-width\:-mx-15\%{
    margin-left: -15%;
    margin-right: -15%;
  }

  .min-width\:-mx-20\%{
    margin-left: -20%;
    margin-right: -20%;
  }

  .min-width\:-mx-25\%{
    margin-left: -25%;
    margin-right: -25%;
  }

  .min-width\:-mx-30\%{
    margin-left: -30%;
    margin-right: -30%;
  }

  .min-width\:-mx-31\%{
    margin-left: -31%;
    margin-right: -31%;
  }

  .min-width\:-mx-33\%{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .min-width\:-mx-34\%{
    margin-left: -34%;
    margin-right: -34%;
  }

  .min-width\:-mx-45\%{
    margin-left: -45%;
    margin-right: -45%;
  }

  .min-width\:-mx-54\%{
    margin-left: -54%;
    margin-right: -54%;
  }

  .min-width\:-mx-75\%{
    margin-left: -75%;
    margin-right: -75%;
  }

  .min-width\:-mx-55\%{
    margin-left: -55%;
    margin-right: -55%;
  }

  .min-width\:-mx-65\%{
    margin-left: -65%;
    margin-right: -65%;
  }

  .min-width\:-mx-66\%{
    margin-left: -66%;
    margin-right: -66%;
  }

  .min-width\:-mx-85\%{
    margin-left: -85%;
    margin-right: -85%;
  }

  .min-width\:-mx-96\%{
    margin-left: -96%;
    margin-right: -96%;
  }

  .min-width\:-mx-130\%{
    margin-left: -130%;
    margin-right: -130%;
  }

  .min-width\:-mx-135\%{
    margin-left: -135%;
    margin-right: -135%;
  }

  .min-width\:-mx-200\%{
    margin-left: -200%;
    margin-right: -200%;
  }

  .min-width\:-mx-16\/9{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .min-width\:-mx-1\/2{
    margin-left: -50%;
    margin-right: -50%;
  }

  .min-width\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .min-width\:-mx-span{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .min-width\:-mx-2span{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .min-width\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .min-width\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .min-width\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .min-width\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .min-width\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .min-width\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .min-width\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .min-width\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .min-width\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .min-width\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .min-width\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .min-width\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .min-width\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .min-width\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .min-width\:my-96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .min-width\:my-104{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .min-width\:my-112{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .min-width\:my-128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .min-width\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .min-width\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .min-width\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .min-width\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .min-width\:my-224{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .min-width\:my-240{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .min-width\:my-260{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .min-width\:my-300{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .min-width\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .min-width\:-my-78\%{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .min-width\:-my-80\%{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .min-width\:-my-50\%{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .min-width\:-my-35\%{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .min-width\:-my-128{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .min-width\:-my-96{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .min-width\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .min-width\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .min-width\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .min-width\:my-5\%{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .min-width\:my-10\%{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .min-width\:my-15\%{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .min-width\:my-20\%{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .min-width\:my-25\%{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .min-width\:my-30\%{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .min-width\:my-31\%{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .min-width\:my-33\%{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .min-width\:my-34\%{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .min-width\:my-45\%{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .min-width\:my-50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .min-width\:my-54\%{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .min-width\:my-75\%{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .min-width\:my-55\%{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .min-width\:my-65\%{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .min-width\:my-66\%{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .min-width\:my-85\%{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .min-width\:my-96\%{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .min-width\:my-130\%{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .min-width\:my-135\%{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .min-width\:my-200\%{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .min-width\:my-16\/9{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .min-width\:my-1\/2{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .min-width\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .min-width\:my-span{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .min-width\:my-2span{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .min-width\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .min-width\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .min-width\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .min-width\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .min-width\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .min-width\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .min-width\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .min-width\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .min-width\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .min-width\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .min-width\:-my-104{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .min-width\:-my-112{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .min-width\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .min-width\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .min-width\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .min-width\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .min-width\:-my-224{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .min-width\:-my-240{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .min-width\:-my-260{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .min-width\:-my-300{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .min-width\:-my--78\%{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .min-width\:-my--80\%{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .min-width\:-my--50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .min-width\:-my--35\%{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .min-width\:-my--128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .min-width\:-my--96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .min-width\:-my--64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .min-width\:-my--32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .min-width\:-my--8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .min-width\:-my-5\%{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .min-width\:-my-10\%{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .min-width\:-my-15\%{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .min-width\:-my-20\%{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .min-width\:-my-25\%{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .min-width\:-my-30\%{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .min-width\:-my-31\%{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .min-width\:-my-33\%{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .min-width\:-my-34\%{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .min-width\:-my-45\%{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .min-width\:-my-54\%{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .min-width\:-my-75\%{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .min-width\:-my-55\%{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .min-width\:-my-65\%{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .min-width\:-my-66\%{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .min-width\:-my-85\%{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .min-width\:-my-96\%{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .min-width\:-my-130\%{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .min-width\:-my-135\%{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .min-width\:-my-200\%{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .min-width\:-my-16\/9{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .min-width\:-my-1\/2{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .min-width\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .min-width\:-my-span{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .min-width\:-my-2span{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .min-width\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .min-width\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .min-width\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .min-width\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .min-width\:last\:mx-12:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .min-width\:last\:mx-16:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .min-width\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .min-width\:last\:mx-24:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .min-width\:last\:mx-32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .min-width\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .min-width\:last\:mx-48:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .min-width\:last\:mx-56:last-child{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .min-width\:last\:mx-64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .min-width\:last\:mx-80:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .min-width\:last\:mx-96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .min-width\:last\:mx-104:last-child{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .min-width\:last\:mx-112:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .min-width\:last\:mx-128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .min-width\:last\:mx-140:last-child{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .min-width\:last\:mx-160:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .min-width\:last\:mx-180:last-child{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .min-width\:last\:mx-200:last-child{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .min-width\:last\:mx-224:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .min-width\:last\:mx-240:last-child{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .min-width\:last\:mx-260:last-child{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .min-width\:last\:mx-300:last-child{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .min-width\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .min-width\:last\:-mx-78\%:last-child{
    margin-left: -78%;
    margin-right: -78%;
  }

  .min-width\:last\:-mx-80\%:last-child{
    margin-left: -80%;
    margin-right: -80%;
  }

  .min-width\:last\:-mx-50\%:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .min-width\:last\:-mx-35\%:last-child{
    margin-left: -35%;
    margin-right: -35%;
  }

  .min-width\:last\:-mx-128:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .min-width\:last\:-mx-96:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .min-width\:last\:-mx-64:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .min-width\:last\:-mx-32:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .min-width\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .min-width\:last\:mx-5\%:last-child{
    margin-left: 5%;
    margin-right: 5%;
  }

  .min-width\:last\:mx-10\%:last-child{
    margin-left: 10%;
    margin-right: 10%;
  }

  .min-width\:last\:mx-15\%:last-child{
    margin-left: 15%;
    margin-right: 15%;
  }

  .min-width\:last\:mx-20\%:last-child{
    margin-left: 20%;
    margin-right: 20%;
  }

  .min-width\:last\:mx-25\%:last-child{
    margin-left: 25%;
    margin-right: 25%;
  }

  .min-width\:last\:mx-30\%:last-child{
    margin-left: 30%;
    margin-right: 30%;
  }

  .min-width\:last\:mx-31\%:last-child{
    margin-left: 31%;
    margin-right: 31%;
  }

  .min-width\:last\:mx-33\%:last-child{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .min-width\:last\:mx-34\%:last-child{
    margin-left: 34%;
    margin-right: 34%;
  }

  .min-width\:last\:mx-45\%:last-child{
    margin-left: 45%;
    margin-right: 45%;
  }

  .min-width\:last\:mx-50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .min-width\:last\:mx-54\%:last-child{
    margin-left: 54%;
    margin-right: 54%;
  }

  .min-width\:last\:mx-75\%:last-child{
    margin-left: 75%;
    margin-right: 75%;
  }

  .min-width\:last\:mx-55\%:last-child{
    margin-left: 55%;
    margin-right: 55%;
  }

  .min-width\:last\:mx-65\%:last-child{
    margin-left: 65%;
    margin-right: 65%;
  }

  .min-width\:last\:mx-66\%:last-child{
    margin-left: 66%;
    margin-right: 66%;
  }

  .min-width\:last\:mx-85\%:last-child{
    margin-left: 85%;
    margin-right: 85%;
  }

  .min-width\:last\:mx-96\%:last-child{
    margin-left: 96%;
    margin-right: 96%;
  }

  .min-width\:last\:mx-130\%:last-child{
    margin-left: 130%;
    margin-right: 130%;
  }

  .min-width\:last\:mx-135\%:last-child{
    margin-left: 135%;
    margin-right: 135%;
  }

  .min-width\:last\:mx-200\%:last-child{
    margin-left: 200%;
    margin-right: 200%;
  }

  .min-width\:last\:mx-16\/9:last-child{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .min-width\:last\:mx-1\/2:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .min-width\:last\:mx-full:last-child{
    margin-left: 100%;
    margin-right: 100%;
  }

  .min-width\:last\:mx-span:last-child{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .min-width\:last\:mx-2span:last-child{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .min-width\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .min-width\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .min-width\:last\:-mx-12:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .min-width\:last\:-mx-16:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .min-width\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .min-width\:last\:-mx-24:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .min-width\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .min-width\:last\:-mx-48:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .min-width\:last\:-mx-56:last-child{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .min-width\:last\:-mx-80:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .min-width\:last\:-mx-104:last-child{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .min-width\:last\:-mx-112:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .min-width\:last\:-mx-140:last-child{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .min-width\:last\:-mx-160:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .min-width\:last\:-mx-180:last-child{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .min-width\:last\:-mx-200:last-child{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .min-width\:last\:-mx-224:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .min-width\:last\:-mx-240:last-child{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .min-width\:last\:-mx-260:last-child{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .min-width\:last\:-mx-300:last-child{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .min-width\:last\:-mx--78\%:last-child{
    margin-left: 78%;
    margin-right: 78%;
  }

  .min-width\:last\:-mx--80\%:last-child{
    margin-left: 80%;
    margin-right: 80%;
  }

  .min-width\:last\:-mx--50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .min-width\:last\:-mx--35\%:last-child{
    margin-left: 35%;
    margin-right: 35%;
  }

  .min-width\:last\:-mx--128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .min-width\:last\:-mx--96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .min-width\:last\:-mx--64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .min-width\:last\:-mx--32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .min-width\:last\:-mx--8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .min-width\:last\:-mx-5\%:last-child{
    margin-left: -5%;
    margin-right: -5%;
  }

  .min-width\:last\:-mx-10\%:last-child{
    margin-left: -10%;
    margin-right: -10%;
  }

  .min-width\:last\:-mx-15\%:last-child{
    margin-left: -15%;
    margin-right: -15%;
  }

  .min-width\:last\:-mx-20\%:last-child{
    margin-left: -20%;
    margin-right: -20%;
  }

  .min-width\:last\:-mx-25\%:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .min-width\:last\:-mx-30\%:last-child{
    margin-left: -30%;
    margin-right: -30%;
  }

  .min-width\:last\:-mx-31\%:last-child{
    margin-left: -31%;
    margin-right: -31%;
  }

  .min-width\:last\:-mx-33\%:last-child{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .min-width\:last\:-mx-34\%:last-child{
    margin-left: -34%;
    margin-right: -34%;
  }

  .min-width\:last\:-mx-45\%:last-child{
    margin-left: -45%;
    margin-right: -45%;
  }

  .min-width\:last\:-mx-54\%:last-child{
    margin-left: -54%;
    margin-right: -54%;
  }

  .min-width\:last\:-mx-75\%:last-child{
    margin-left: -75%;
    margin-right: -75%;
  }

  .min-width\:last\:-mx-55\%:last-child{
    margin-left: -55%;
    margin-right: -55%;
  }

  .min-width\:last\:-mx-65\%:last-child{
    margin-left: -65%;
    margin-right: -65%;
  }

  .min-width\:last\:-mx-66\%:last-child{
    margin-left: -66%;
    margin-right: -66%;
  }

  .min-width\:last\:-mx-85\%:last-child{
    margin-left: -85%;
    margin-right: -85%;
  }

  .min-width\:last\:-mx-96\%:last-child{
    margin-left: -96%;
    margin-right: -96%;
  }

  .min-width\:last\:-mx-130\%:last-child{
    margin-left: -130%;
    margin-right: -130%;
  }

  .min-width\:last\:-mx-135\%:last-child{
    margin-left: -135%;
    margin-right: -135%;
  }

  .min-width\:last\:-mx-200\%:last-child{
    margin-left: -200%;
    margin-right: -200%;
  }

  .min-width\:last\:-mx-16\/9:last-child{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .min-width\:last\:-mx-1\/2:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .min-width\:last\:-mx-full:last-child{
    margin-left: -100%;
    margin-right: -100%;
  }

  .min-width\:last\:-mx-span:last-child{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .min-width\:last\:-mx-2span:last-child{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .min-width\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .min-width\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .min-width\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .min-width\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .min-width\:last\:my-12:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .min-width\:last\:my-16:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .min-width\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .min-width\:last\:my-24:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .min-width\:last\:my-32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .min-width\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .min-width\:last\:my-48:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .min-width\:last\:my-56:last-child{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .min-width\:last\:my-64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .min-width\:last\:my-80:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .min-width\:last\:my-96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .min-width\:last\:my-104:last-child{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .min-width\:last\:my-112:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .min-width\:last\:my-128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .min-width\:last\:my-140:last-child{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .min-width\:last\:my-160:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .min-width\:last\:my-180:last-child{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .min-width\:last\:my-200:last-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .min-width\:last\:my-224:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .min-width\:last\:my-240:last-child{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .min-width\:last\:my-260:last-child{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .min-width\:last\:my-300:last-child{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .min-width\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .min-width\:last\:-my-78\%:last-child{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .min-width\:last\:-my-80\%:last-child{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .min-width\:last\:-my-50\%:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .min-width\:last\:-my-35\%:last-child{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .min-width\:last\:-my-128:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .min-width\:last\:-my-96:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .min-width\:last\:-my-64:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .min-width\:last\:-my-32:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .min-width\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .min-width\:last\:my-5\%:last-child{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .min-width\:last\:my-10\%:last-child{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .min-width\:last\:my-15\%:last-child{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .min-width\:last\:my-20\%:last-child{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .min-width\:last\:my-25\%:last-child{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .min-width\:last\:my-30\%:last-child{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .min-width\:last\:my-31\%:last-child{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .min-width\:last\:my-33\%:last-child{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .min-width\:last\:my-34\%:last-child{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .min-width\:last\:my-45\%:last-child{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .min-width\:last\:my-50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .min-width\:last\:my-54\%:last-child{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .min-width\:last\:my-75\%:last-child{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .min-width\:last\:my-55\%:last-child{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .min-width\:last\:my-65\%:last-child{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .min-width\:last\:my-66\%:last-child{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .min-width\:last\:my-85\%:last-child{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .min-width\:last\:my-96\%:last-child{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .min-width\:last\:my-130\%:last-child{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .min-width\:last\:my-135\%:last-child{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .min-width\:last\:my-200\%:last-child{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .min-width\:last\:my-16\/9:last-child{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .min-width\:last\:my-1\/2:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .min-width\:last\:my-full:last-child{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .min-width\:last\:my-span:last-child{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .min-width\:last\:my-2span:last-child{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .min-width\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .min-width\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .min-width\:last\:-my-12:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .min-width\:last\:-my-16:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .min-width\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .min-width\:last\:-my-24:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .min-width\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .min-width\:last\:-my-48:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .min-width\:last\:-my-56:last-child{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .min-width\:last\:-my-80:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .min-width\:last\:-my-104:last-child{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .min-width\:last\:-my-112:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .min-width\:last\:-my-140:last-child{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .min-width\:last\:-my-160:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .min-width\:last\:-my-180:last-child{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .min-width\:last\:-my-200:last-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .min-width\:last\:-my-224:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .min-width\:last\:-my-240:last-child{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .min-width\:last\:-my-260:last-child{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .min-width\:last\:-my-300:last-child{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .min-width\:last\:-my--78\%:last-child{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .min-width\:last\:-my--80\%:last-child{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .min-width\:last\:-my--50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .min-width\:last\:-my--35\%:last-child{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .min-width\:last\:-my--128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .min-width\:last\:-my--96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .min-width\:last\:-my--64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .min-width\:last\:-my--32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .min-width\:last\:-my--8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .min-width\:last\:-my-5\%:last-child{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .min-width\:last\:-my-10\%:last-child{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .min-width\:last\:-my-15\%:last-child{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .min-width\:last\:-my-20\%:last-child{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .min-width\:last\:-my-25\%:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .min-width\:last\:-my-30\%:last-child{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .min-width\:last\:-my-31\%:last-child{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .min-width\:last\:-my-33\%:last-child{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .min-width\:last\:-my-34\%:last-child{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .min-width\:last\:-my-45\%:last-child{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .min-width\:last\:-my-54\%:last-child{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .min-width\:last\:-my-75\%:last-child{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .min-width\:last\:-my-55\%:last-child{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .min-width\:last\:-my-65\%:last-child{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .min-width\:last\:-my-66\%:last-child{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .min-width\:last\:-my-85\%:last-child{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .min-width\:last\:-my-96\%:last-child{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .min-width\:last\:-my-130\%:last-child{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .min-width\:last\:-my-135\%:last-child{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .min-width\:last\:-my-200\%:last-child{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .min-width\:last\:-my-16\/9:last-child{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .min-width\:last\:-my-1\/2:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .min-width\:last\:-my-full:last-child{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .min-width\:last\:-my-span:last-child{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .min-width\:last\:-my-2span:last-child{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .min-width\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .min-width\:mt-0{
    margin-top: 0;
  }

  .min-width\:mt-4{
    margin-top: 0.25rem;
  }

  .min-width\:mt-8{
    margin-top: 0.5rem;
  }

  .min-width\:mt-12{
    margin-top: 0.75rem;
  }

  .min-width\:mt-16{
    margin-top: 1rem;
  }

  .min-width\:mt-20{
    margin-top: 1.25rem;
  }

  .min-width\:mt-24{
    margin-top: 1.5rem;
  }

  .min-width\:mt-32{
    margin-top: 2rem;
  }

  .min-width\:mt-40{
    margin-top: 2.5rem;
  }

  .min-width\:mt-48{
    margin-top: 3rem;
  }

  .min-width\:mt-56{
    margin-top: 3.5rem;
  }

  .min-width\:mt-64{
    margin-top: 4rem;
  }

  .min-width\:mt-80{
    margin-top: 5rem;
  }

  .min-width\:mt-96{
    margin-top: 6rem;
  }

  .min-width\:mt-104{
    margin-top: 6.5rem;
  }

  .min-width\:mt-112{
    margin-top: 7rem;
  }

  .min-width\:mt-128{
    margin-top: 8rem;
  }

  .min-width\:mt-140{
    margin-top: 8.75rem;
  }

  .min-width\:mt-160{
    margin-top: 10rem;
  }

  .min-width\:mt-180{
    margin-top: 11.25rem;
  }

  .min-width\:mt-200{
    margin-top: 12.5rem;
  }

  .min-width\:mt-224{
    margin-top: 14rem;
  }

  .min-width\:mt-240{
    margin-top: 15rem;
  }

  .min-width\:mt-260{
    margin-top: 16.25rem;
  }

  .min-width\:mt-300{
    margin-top: 18.75rem;
  }

  .min-width\:mt-auto{
    margin-top: auto;
  }

  .min-width\:-mt-78\%{
    margin-top: -78%;
  }

  .min-width\:-mt-80\%{
    margin-top: -80%;
  }

  .min-width\:-mt-50\%{
    margin-top: -50%;
  }

  .min-width\:-mt-35\%{
    margin-top: -35%;
  }

  .min-width\:-mt-128{
    margin-top: -8rem;
  }

  .min-width\:-mt-96{
    margin-top: -6rem;
  }

  .min-width\:-mt-64{
    margin-top: -4rem;
  }

  .min-width\:-mt-32{
    margin-top: -2rem;
  }

  .min-width\:-mt-8{
    margin-top: -0.5rem;
  }

  .min-width\:mt-5\%{
    margin-top: 5%;
  }

  .min-width\:mt-10\%{
    margin-top: 10%;
  }

  .min-width\:mt-15\%{
    margin-top: 15%;
  }

  .min-width\:mt-20\%{
    margin-top: 20%;
  }

  .min-width\:mt-25\%{
    margin-top: 25%;
  }

  .min-width\:mt-30\%{
    margin-top: 30%;
  }

  .min-width\:mt-31\%{
    margin-top: 31%;
  }

  .min-width\:mt-33\%{
    margin-top: 33.333%;
  }

  .min-width\:mt-34\%{
    margin-top: 34%;
  }

  .min-width\:mt-45\%{
    margin-top: 45%;
  }

  .min-width\:mt-50\%{
    margin-top: 50%;
  }

  .min-width\:mt-54\%{
    margin-top: 54%;
  }

  .min-width\:mt-75\%{
    margin-top: 75%;
  }

  .min-width\:mt-55\%{
    margin-top: 55%;
  }

  .min-width\:mt-65\%{
    margin-top: 65%;
  }

  .min-width\:mt-66\%{
    margin-top: 66%;
  }

  .min-width\:mt-85\%{
    margin-top: 85%;
  }

  .min-width\:mt-96\%{
    margin-top: 96%;
  }

  .min-width\:mt-130\%{
    margin-top: 130%;
  }

  .min-width\:mt-135\%{
    margin-top: 135%;
  }

  .min-width\:mt-200\%{
    margin-top: 200%;
  }

  .min-width\:mt-16\/9{
    margin-top: 56.25%;
  }

  .min-width\:mt-1\/2{
    margin-top: 50%;
  }

  .min-width\:mt-full{
    margin-top: 100%;
  }

  .min-width\:mt-span{
    margin-top: 8.333%;
  }

  .min-width\:mt-2span{
    margin-top: 16.666%;
  }

  .min-width\:mt-px{
    margin-top: 1px;
  }

  .min-width\:-mt-4{
    margin-top: -0.25rem;
  }

  .min-width\:-mt-12{
    margin-top: -0.75rem;
  }

  .min-width\:-mt-16{
    margin-top: -1rem;
  }

  .min-width\:-mt-20{
    margin-top: -1.25rem;
  }

  .min-width\:-mt-24{
    margin-top: -1.5rem;
  }

  .min-width\:-mt-40{
    margin-top: -2.5rem;
  }

  .min-width\:-mt-48{
    margin-top: -3rem;
  }

  .min-width\:-mt-56{
    margin-top: -3.5rem;
  }

  .min-width\:-mt-80{
    margin-top: -5rem;
  }

  .min-width\:-mt-104{
    margin-top: -6.5rem;
  }

  .min-width\:-mt-112{
    margin-top: -7rem;
  }

  .min-width\:-mt-140{
    margin-top: -8.75rem;
  }

  .min-width\:-mt-160{
    margin-top: -10rem;
  }

  .min-width\:-mt-180{
    margin-top: -11.25rem;
  }

  .min-width\:-mt-200{
    margin-top: -12.5rem;
  }

  .min-width\:-mt-224{
    margin-top: -14rem;
  }

  .min-width\:-mt-240{
    margin-top: -15rem;
  }

  .min-width\:-mt-260{
    margin-top: -16.25rem;
  }

  .min-width\:-mt-300{
    margin-top: -18.75rem;
  }

  .min-width\:-mt--78\%{
    margin-top: 78%;
  }

  .min-width\:-mt--80\%{
    margin-top: 80%;
  }

  .min-width\:-mt--50\%{
    margin-top: 50%;
  }

  .min-width\:-mt--35\%{
    margin-top: 35%;
  }

  .min-width\:-mt--128{
    margin-top: 8rem;
  }

  .min-width\:-mt--96{
    margin-top: 6rem;
  }

  .min-width\:-mt--64{
    margin-top: 4rem;
  }

  .min-width\:-mt--32{
    margin-top: 2rem;
  }

  .min-width\:-mt--8{
    margin-top: 0.5rem;
  }

  .min-width\:-mt-5\%{
    margin-top: -5%;
  }

  .min-width\:-mt-10\%{
    margin-top: -10%;
  }

  .min-width\:-mt-15\%{
    margin-top: -15%;
  }

  .min-width\:-mt-20\%{
    margin-top: -20%;
  }

  .min-width\:-mt-25\%{
    margin-top: -25%;
  }

  .min-width\:-mt-30\%{
    margin-top: -30%;
  }

  .min-width\:-mt-31\%{
    margin-top: -31%;
  }

  .min-width\:-mt-33\%{
    margin-top: -33.333%;
  }

  .min-width\:-mt-34\%{
    margin-top: -34%;
  }

  .min-width\:-mt-45\%{
    margin-top: -45%;
  }

  .min-width\:-mt-54\%{
    margin-top: -54%;
  }

  .min-width\:-mt-75\%{
    margin-top: -75%;
  }

  .min-width\:-mt-55\%{
    margin-top: -55%;
  }

  .min-width\:-mt-65\%{
    margin-top: -65%;
  }

  .min-width\:-mt-66\%{
    margin-top: -66%;
  }

  .min-width\:-mt-85\%{
    margin-top: -85%;
  }

  .min-width\:-mt-96\%{
    margin-top: -96%;
  }

  .min-width\:-mt-130\%{
    margin-top: -130%;
  }

  .min-width\:-mt-135\%{
    margin-top: -135%;
  }

  .min-width\:-mt-200\%{
    margin-top: -200%;
  }

  .min-width\:-mt-16\/9{
    margin-top: -56.25%;
  }

  .min-width\:-mt-1\/2{
    margin-top: -50%;
  }

  .min-width\:-mt-full{
    margin-top: -100%;
  }

  .min-width\:-mt-span{
    margin-top: -8.333%;
  }

  .min-width\:-mt-2span{
    margin-top: -16.666%;
  }

  .min-width\:-mt-px{
    margin-top: -1px;
  }

  .min-width\:mr-0{
    margin-right: 0;
  }

  .min-width\:mr-4{
    margin-right: 0.25rem;
  }

  .min-width\:mr-8{
    margin-right: 0.5rem;
  }

  .min-width\:mr-12{
    margin-right: 0.75rem;
  }

  .min-width\:mr-16{
    margin-right: 1rem;
  }

  .min-width\:mr-20{
    margin-right: 1.25rem;
  }

  .min-width\:mr-24{
    margin-right: 1.5rem;
  }

  .min-width\:mr-32{
    margin-right: 2rem;
  }

  .min-width\:mr-40{
    margin-right: 2.5rem;
  }

  .min-width\:mr-48{
    margin-right: 3rem;
  }

  .min-width\:mr-56{
    margin-right: 3.5rem;
  }

  .min-width\:mr-64{
    margin-right: 4rem;
  }

  .min-width\:mr-80{
    margin-right: 5rem;
  }

  .min-width\:mr-96{
    margin-right: 6rem;
  }

  .min-width\:mr-104{
    margin-right: 6.5rem;
  }

  .min-width\:mr-112{
    margin-right: 7rem;
  }

  .min-width\:mr-128{
    margin-right: 8rem;
  }

  .min-width\:mr-140{
    margin-right: 8.75rem;
  }

  .min-width\:mr-160{
    margin-right: 10rem;
  }

  .min-width\:mr-180{
    margin-right: 11.25rem;
  }

  .min-width\:mr-200{
    margin-right: 12.5rem;
  }

  .min-width\:mr-224{
    margin-right: 14rem;
  }

  .min-width\:mr-240{
    margin-right: 15rem;
  }

  .min-width\:mr-260{
    margin-right: 16.25rem;
  }

  .min-width\:mr-300{
    margin-right: 18.75rem;
  }

  .min-width\:mr-auto{
    margin-right: auto;
  }

  .min-width\:-mr-78\%{
    margin-right: -78%;
  }

  .min-width\:-mr-80\%{
    margin-right: -80%;
  }

  .min-width\:-mr-50\%{
    margin-right: -50%;
  }

  .min-width\:-mr-35\%{
    margin-right: -35%;
  }

  .min-width\:-mr-128{
    margin-right: -8rem;
  }

  .min-width\:-mr-96{
    margin-right: -6rem;
  }

  .min-width\:-mr-64{
    margin-right: -4rem;
  }

  .min-width\:-mr-32{
    margin-right: -2rem;
  }

  .min-width\:-mr-8{
    margin-right: -0.5rem;
  }

  .min-width\:mr-5\%{
    margin-right: 5%;
  }

  .min-width\:mr-10\%{
    margin-right: 10%;
  }

  .min-width\:mr-15\%{
    margin-right: 15%;
  }

  .min-width\:mr-20\%{
    margin-right: 20%;
  }

  .min-width\:mr-25\%{
    margin-right: 25%;
  }

  .min-width\:mr-30\%{
    margin-right: 30%;
  }

  .min-width\:mr-31\%{
    margin-right: 31%;
  }

  .min-width\:mr-33\%{
    margin-right: 33.333%;
  }

  .min-width\:mr-34\%{
    margin-right: 34%;
  }

  .min-width\:mr-45\%{
    margin-right: 45%;
  }

  .min-width\:mr-50\%{
    margin-right: 50%;
  }

  .min-width\:mr-54\%{
    margin-right: 54%;
  }

  .min-width\:mr-75\%{
    margin-right: 75%;
  }

  .min-width\:mr-55\%{
    margin-right: 55%;
  }

  .min-width\:mr-65\%{
    margin-right: 65%;
  }

  .min-width\:mr-66\%{
    margin-right: 66%;
  }

  .min-width\:mr-85\%{
    margin-right: 85%;
  }

  .min-width\:mr-96\%{
    margin-right: 96%;
  }

  .min-width\:mr-130\%{
    margin-right: 130%;
  }

  .min-width\:mr-135\%{
    margin-right: 135%;
  }

  .min-width\:mr-200\%{
    margin-right: 200%;
  }

  .min-width\:mr-16\/9{
    margin-right: 56.25%;
  }

  .min-width\:mr-1\/2{
    margin-right: 50%;
  }

  .min-width\:mr-full{
    margin-right: 100%;
  }

  .min-width\:mr-span{
    margin-right: 8.333%;
  }

  .min-width\:mr-2span{
    margin-right: 16.666%;
  }

  .min-width\:mr-px{
    margin-right: 1px;
  }

  .min-width\:-mr-4{
    margin-right: -0.25rem;
  }

  .min-width\:-mr-12{
    margin-right: -0.75rem;
  }

  .min-width\:-mr-16{
    margin-right: -1rem;
  }

  .min-width\:-mr-20{
    margin-right: -1.25rem;
  }

  .min-width\:-mr-24{
    margin-right: -1.5rem;
  }

  .min-width\:-mr-40{
    margin-right: -2.5rem;
  }

  .min-width\:-mr-48{
    margin-right: -3rem;
  }

  .min-width\:-mr-56{
    margin-right: -3.5rem;
  }

  .min-width\:-mr-80{
    margin-right: -5rem;
  }

  .min-width\:-mr-104{
    margin-right: -6.5rem;
  }

  .min-width\:-mr-112{
    margin-right: -7rem;
  }

  .min-width\:-mr-140{
    margin-right: -8.75rem;
  }

  .min-width\:-mr-160{
    margin-right: -10rem;
  }

  .min-width\:-mr-180{
    margin-right: -11.25rem;
  }

  .min-width\:-mr-200{
    margin-right: -12.5rem;
  }

  .min-width\:-mr-224{
    margin-right: -14rem;
  }

  .min-width\:-mr-240{
    margin-right: -15rem;
  }

  .min-width\:-mr-260{
    margin-right: -16.25rem;
  }

  .min-width\:-mr-300{
    margin-right: -18.75rem;
  }

  .min-width\:-mr--78\%{
    margin-right: 78%;
  }

  .min-width\:-mr--80\%{
    margin-right: 80%;
  }

  .min-width\:-mr--50\%{
    margin-right: 50%;
  }

  .min-width\:-mr--35\%{
    margin-right: 35%;
  }

  .min-width\:-mr--128{
    margin-right: 8rem;
  }

  .min-width\:-mr--96{
    margin-right: 6rem;
  }

  .min-width\:-mr--64{
    margin-right: 4rem;
  }

  .min-width\:-mr--32{
    margin-right: 2rem;
  }

  .min-width\:-mr--8{
    margin-right: 0.5rem;
  }

  .min-width\:-mr-5\%{
    margin-right: -5%;
  }

  .min-width\:-mr-10\%{
    margin-right: -10%;
  }

  .min-width\:-mr-15\%{
    margin-right: -15%;
  }

  .min-width\:-mr-20\%{
    margin-right: -20%;
  }

  .min-width\:-mr-25\%{
    margin-right: -25%;
  }

  .min-width\:-mr-30\%{
    margin-right: -30%;
  }

  .min-width\:-mr-31\%{
    margin-right: -31%;
  }

  .min-width\:-mr-33\%{
    margin-right: -33.333%;
  }

  .min-width\:-mr-34\%{
    margin-right: -34%;
  }

  .min-width\:-mr-45\%{
    margin-right: -45%;
  }

  .min-width\:-mr-54\%{
    margin-right: -54%;
  }

  .min-width\:-mr-75\%{
    margin-right: -75%;
  }

  .min-width\:-mr-55\%{
    margin-right: -55%;
  }

  .min-width\:-mr-65\%{
    margin-right: -65%;
  }

  .min-width\:-mr-66\%{
    margin-right: -66%;
  }

  .min-width\:-mr-85\%{
    margin-right: -85%;
  }

  .min-width\:-mr-96\%{
    margin-right: -96%;
  }

  .min-width\:-mr-130\%{
    margin-right: -130%;
  }

  .min-width\:-mr-135\%{
    margin-right: -135%;
  }

  .min-width\:-mr-200\%{
    margin-right: -200%;
  }

  .min-width\:-mr-16\/9{
    margin-right: -56.25%;
  }

  .min-width\:-mr-1\/2{
    margin-right: -50%;
  }

  .min-width\:-mr-full{
    margin-right: -100%;
  }

  .min-width\:-mr-span{
    margin-right: -8.333%;
  }

  .min-width\:-mr-2span{
    margin-right: -16.666%;
  }

  .min-width\:-mr-px{
    margin-right: -1px;
  }

  .min-width\:mb-0{
    margin-bottom: 0;
  }

  .min-width\:mb-4{
    margin-bottom: 0.25rem;
  }

  .min-width\:mb-8{
    margin-bottom: 0.5rem;
  }

  .min-width\:mb-12{
    margin-bottom: 0.75rem;
  }

  .min-width\:mb-16{
    margin-bottom: 1rem;
  }

  .min-width\:mb-20{
    margin-bottom: 1.25rem;
  }

  .min-width\:mb-24{
    margin-bottom: 1.5rem;
  }

  .min-width\:mb-32{
    margin-bottom: 2rem;
  }

  .min-width\:mb-40{
    margin-bottom: 2.5rem;
  }

  .min-width\:mb-48{
    margin-bottom: 3rem;
  }

  .min-width\:mb-56{
    margin-bottom: 3.5rem;
  }

  .min-width\:mb-64{
    margin-bottom: 4rem;
  }

  .min-width\:mb-80{
    margin-bottom: 5rem;
  }

  .min-width\:mb-96{
    margin-bottom: 6rem;
  }

  .min-width\:mb-104{
    margin-bottom: 6.5rem;
  }

  .min-width\:mb-112{
    margin-bottom: 7rem;
  }

  .min-width\:mb-128{
    margin-bottom: 8rem;
  }

  .min-width\:mb-140{
    margin-bottom: 8.75rem;
  }

  .min-width\:mb-160{
    margin-bottom: 10rem;
  }

  .min-width\:mb-180{
    margin-bottom: 11.25rem;
  }

  .min-width\:mb-200{
    margin-bottom: 12.5rem;
  }

  .min-width\:mb-224{
    margin-bottom: 14rem;
  }

  .min-width\:mb-240{
    margin-bottom: 15rem;
  }

  .min-width\:mb-260{
    margin-bottom: 16.25rem;
  }

  .min-width\:mb-300{
    margin-bottom: 18.75rem;
  }

  .min-width\:mb-auto{
    margin-bottom: auto;
  }

  .min-width\:-mb-78\%{
    margin-bottom: -78%;
  }

  .min-width\:-mb-80\%{
    margin-bottom: -80%;
  }

  .min-width\:-mb-50\%{
    margin-bottom: -50%;
  }

  .min-width\:-mb-35\%{
    margin-bottom: -35%;
  }

  .min-width\:-mb-128{
    margin-bottom: -8rem;
  }

  .min-width\:-mb-96{
    margin-bottom: -6rem;
  }

  .min-width\:-mb-64{
    margin-bottom: -4rem;
  }

  .min-width\:-mb-32{
    margin-bottom: -2rem;
  }

  .min-width\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .min-width\:mb-5\%{
    margin-bottom: 5%;
  }

  .min-width\:mb-10\%{
    margin-bottom: 10%;
  }

  .min-width\:mb-15\%{
    margin-bottom: 15%;
  }

  .min-width\:mb-20\%{
    margin-bottom: 20%;
  }

  .min-width\:mb-25\%{
    margin-bottom: 25%;
  }

  .min-width\:mb-30\%{
    margin-bottom: 30%;
  }

  .min-width\:mb-31\%{
    margin-bottom: 31%;
  }

  .min-width\:mb-33\%{
    margin-bottom: 33.333%;
  }

  .min-width\:mb-34\%{
    margin-bottom: 34%;
  }

  .min-width\:mb-45\%{
    margin-bottom: 45%;
  }

  .min-width\:mb-50\%{
    margin-bottom: 50%;
  }

  .min-width\:mb-54\%{
    margin-bottom: 54%;
  }

  .min-width\:mb-75\%{
    margin-bottom: 75%;
  }

  .min-width\:mb-55\%{
    margin-bottom: 55%;
  }

  .min-width\:mb-65\%{
    margin-bottom: 65%;
  }

  .min-width\:mb-66\%{
    margin-bottom: 66%;
  }

  .min-width\:mb-85\%{
    margin-bottom: 85%;
  }

  .min-width\:mb-96\%{
    margin-bottom: 96%;
  }

  .min-width\:mb-130\%{
    margin-bottom: 130%;
  }

  .min-width\:mb-135\%{
    margin-bottom: 135%;
  }

  .min-width\:mb-200\%{
    margin-bottom: 200%;
  }

  .min-width\:mb-16\/9{
    margin-bottom: 56.25%;
  }

  .min-width\:mb-1\/2{
    margin-bottom: 50%;
  }

  .min-width\:mb-full{
    margin-bottom: 100%;
  }

  .min-width\:mb-span{
    margin-bottom: 8.333%;
  }

  .min-width\:mb-2span{
    margin-bottom: 16.666%;
  }

  .min-width\:mb-px{
    margin-bottom: 1px;
  }

  .min-width\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .min-width\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .min-width\:-mb-16{
    margin-bottom: -1rem;
  }

  .min-width\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .min-width\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .min-width\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .min-width\:-mb-48{
    margin-bottom: -3rem;
  }

  .min-width\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .min-width\:-mb-80{
    margin-bottom: -5rem;
  }

  .min-width\:-mb-104{
    margin-bottom: -6.5rem;
  }

  .min-width\:-mb-112{
    margin-bottom: -7rem;
  }

  .min-width\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .min-width\:-mb-160{
    margin-bottom: -10rem;
  }

  .min-width\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .min-width\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .min-width\:-mb-224{
    margin-bottom: -14rem;
  }

  .min-width\:-mb-240{
    margin-bottom: -15rem;
  }

  .min-width\:-mb-260{
    margin-bottom: -16.25rem;
  }

  .min-width\:-mb-300{
    margin-bottom: -18.75rem;
  }

  .min-width\:-mb--78\%{
    margin-bottom: 78%;
  }

  .min-width\:-mb--80\%{
    margin-bottom: 80%;
  }

  .min-width\:-mb--50\%{
    margin-bottom: 50%;
  }

  .min-width\:-mb--35\%{
    margin-bottom: 35%;
  }

  .min-width\:-mb--128{
    margin-bottom: 8rem;
  }

  .min-width\:-mb--96{
    margin-bottom: 6rem;
  }

  .min-width\:-mb--64{
    margin-bottom: 4rem;
  }

  .min-width\:-mb--32{
    margin-bottom: 2rem;
  }

  .min-width\:-mb--8{
    margin-bottom: 0.5rem;
  }

  .min-width\:-mb-5\%{
    margin-bottom: -5%;
  }

  .min-width\:-mb-10\%{
    margin-bottom: -10%;
  }

  .min-width\:-mb-15\%{
    margin-bottom: -15%;
  }

  .min-width\:-mb-20\%{
    margin-bottom: -20%;
  }

  .min-width\:-mb-25\%{
    margin-bottom: -25%;
  }

  .min-width\:-mb-30\%{
    margin-bottom: -30%;
  }

  .min-width\:-mb-31\%{
    margin-bottom: -31%;
  }

  .min-width\:-mb-33\%{
    margin-bottom: -33.333%;
  }

  .min-width\:-mb-34\%{
    margin-bottom: -34%;
  }

  .min-width\:-mb-45\%{
    margin-bottom: -45%;
  }

  .min-width\:-mb-54\%{
    margin-bottom: -54%;
  }

  .min-width\:-mb-75\%{
    margin-bottom: -75%;
  }

  .min-width\:-mb-55\%{
    margin-bottom: -55%;
  }

  .min-width\:-mb-65\%{
    margin-bottom: -65%;
  }

  .min-width\:-mb-66\%{
    margin-bottom: -66%;
  }

  .min-width\:-mb-85\%{
    margin-bottom: -85%;
  }

  .min-width\:-mb-96\%{
    margin-bottom: -96%;
  }

  .min-width\:-mb-130\%{
    margin-bottom: -130%;
  }

  .min-width\:-mb-135\%{
    margin-bottom: -135%;
  }

  .min-width\:-mb-200\%{
    margin-bottom: -200%;
  }

  .min-width\:-mb-16\/9{
    margin-bottom: -56.25%;
  }

  .min-width\:-mb-1\/2{
    margin-bottom: -50%;
  }

  .min-width\:-mb-full{
    margin-bottom: -100%;
  }

  .min-width\:-mb-span{
    margin-bottom: -8.333%;
  }

  .min-width\:-mb-2span{
    margin-bottom: -16.666%;
  }

  .min-width\:-mb-px{
    margin-bottom: -1px;
  }

  .min-width\:ml-0{
    margin-left: 0;
  }

  .min-width\:ml-4{
    margin-left: 0.25rem;
  }

  .min-width\:ml-8{
    margin-left: 0.5rem;
  }

  .min-width\:ml-12{
    margin-left: 0.75rem;
  }

  .min-width\:ml-16{
    margin-left: 1rem;
  }

  .min-width\:ml-20{
    margin-left: 1.25rem;
  }

  .min-width\:ml-24{
    margin-left: 1.5rem;
  }

  .min-width\:ml-32{
    margin-left: 2rem;
  }

  .min-width\:ml-40{
    margin-left: 2.5rem;
  }

  .min-width\:ml-48{
    margin-left: 3rem;
  }

  .min-width\:ml-56{
    margin-left: 3.5rem;
  }

  .min-width\:ml-64{
    margin-left: 4rem;
  }

  .min-width\:ml-80{
    margin-left: 5rem;
  }

  .min-width\:ml-96{
    margin-left: 6rem;
  }

  .min-width\:ml-104{
    margin-left: 6.5rem;
  }

  .min-width\:ml-112{
    margin-left: 7rem;
  }

  .min-width\:ml-128{
    margin-left: 8rem;
  }

  .min-width\:ml-140{
    margin-left: 8.75rem;
  }

  .min-width\:ml-160{
    margin-left: 10rem;
  }

  .min-width\:ml-180{
    margin-left: 11.25rem;
  }

  .min-width\:ml-200{
    margin-left: 12.5rem;
  }

  .min-width\:ml-224{
    margin-left: 14rem;
  }

  .min-width\:ml-240{
    margin-left: 15rem;
  }

  .min-width\:ml-260{
    margin-left: 16.25rem;
  }

  .min-width\:ml-300{
    margin-left: 18.75rem;
  }

  .min-width\:ml-auto{
    margin-left: auto;
  }

  .min-width\:-ml-78\%{
    margin-left: -78%;
  }

  .min-width\:-ml-80\%{
    margin-left: -80%;
  }

  .min-width\:-ml-50\%{
    margin-left: -50%;
  }

  .min-width\:-ml-35\%{
    margin-left: -35%;
  }

  .min-width\:-ml-128{
    margin-left: -8rem;
  }

  .min-width\:-ml-96{
    margin-left: -6rem;
  }

  .min-width\:-ml-64{
    margin-left: -4rem;
  }

  .min-width\:-ml-32{
    margin-left: -2rem;
  }

  .min-width\:-ml-8{
    margin-left: -0.5rem;
  }

  .min-width\:ml-5\%{
    margin-left: 5%;
  }

  .min-width\:ml-10\%{
    margin-left: 10%;
  }

  .min-width\:ml-15\%{
    margin-left: 15%;
  }

  .min-width\:ml-20\%{
    margin-left: 20%;
  }

  .min-width\:ml-25\%{
    margin-left: 25%;
  }

  .min-width\:ml-30\%{
    margin-left: 30%;
  }

  .min-width\:ml-31\%{
    margin-left: 31%;
  }

  .min-width\:ml-33\%{
    margin-left: 33.333%;
  }

  .min-width\:ml-34\%{
    margin-left: 34%;
  }

  .min-width\:ml-45\%{
    margin-left: 45%;
  }

  .min-width\:ml-50\%{
    margin-left: 50%;
  }

  .min-width\:ml-54\%{
    margin-left: 54%;
  }

  .min-width\:ml-75\%{
    margin-left: 75%;
  }

  .min-width\:ml-55\%{
    margin-left: 55%;
  }

  .min-width\:ml-65\%{
    margin-left: 65%;
  }

  .min-width\:ml-66\%{
    margin-left: 66%;
  }

  .min-width\:ml-85\%{
    margin-left: 85%;
  }

  .min-width\:ml-96\%{
    margin-left: 96%;
  }

  .min-width\:ml-130\%{
    margin-left: 130%;
  }

  .min-width\:ml-135\%{
    margin-left: 135%;
  }

  .min-width\:ml-200\%{
    margin-left: 200%;
  }

  .min-width\:ml-16\/9{
    margin-left: 56.25%;
  }

  .min-width\:ml-1\/2{
    margin-left: 50%;
  }

  .min-width\:ml-full{
    margin-left: 100%;
  }

  .min-width\:ml-span{
    margin-left: 8.333%;
  }

  .min-width\:ml-2span{
    margin-left: 16.666%;
  }

  .min-width\:ml-px{
    margin-left: 1px;
  }

  .min-width\:-ml-4{
    margin-left: -0.25rem;
  }

  .min-width\:-ml-12{
    margin-left: -0.75rem;
  }

  .min-width\:-ml-16{
    margin-left: -1rem;
  }

  .min-width\:-ml-20{
    margin-left: -1.25rem;
  }

  .min-width\:-ml-24{
    margin-left: -1.5rem;
  }

  .min-width\:-ml-40{
    margin-left: -2.5rem;
  }

  .min-width\:-ml-48{
    margin-left: -3rem;
  }

  .min-width\:-ml-56{
    margin-left: -3.5rem;
  }

  .min-width\:-ml-80{
    margin-left: -5rem;
  }

  .min-width\:-ml-104{
    margin-left: -6.5rem;
  }

  .min-width\:-ml-112{
    margin-left: -7rem;
  }

  .min-width\:-ml-140{
    margin-left: -8.75rem;
  }

  .min-width\:-ml-160{
    margin-left: -10rem;
  }

  .min-width\:-ml-180{
    margin-left: -11.25rem;
  }

  .min-width\:-ml-200{
    margin-left: -12.5rem;
  }

  .min-width\:-ml-224{
    margin-left: -14rem;
  }

  .min-width\:-ml-240{
    margin-left: -15rem;
  }

  .min-width\:-ml-260{
    margin-left: -16.25rem;
  }

  .min-width\:-ml-300{
    margin-left: -18.75rem;
  }

  .min-width\:-ml--78\%{
    margin-left: 78%;
  }

  .min-width\:-ml--80\%{
    margin-left: 80%;
  }

  .min-width\:-ml--50\%{
    margin-left: 50%;
  }

  .min-width\:-ml--35\%{
    margin-left: 35%;
  }

  .min-width\:-ml--128{
    margin-left: 8rem;
  }

  .min-width\:-ml--96{
    margin-left: 6rem;
  }

  .min-width\:-ml--64{
    margin-left: 4rem;
  }

  .min-width\:-ml--32{
    margin-left: 2rem;
  }

  .min-width\:-ml--8{
    margin-left: 0.5rem;
  }

  .min-width\:-ml-5\%{
    margin-left: -5%;
  }

  .min-width\:-ml-10\%{
    margin-left: -10%;
  }

  .min-width\:-ml-15\%{
    margin-left: -15%;
  }

  .min-width\:-ml-20\%{
    margin-left: -20%;
  }

  .min-width\:-ml-25\%{
    margin-left: -25%;
  }

  .min-width\:-ml-30\%{
    margin-left: -30%;
  }

  .min-width\:-ml-31\%{
    margin-left: -31%;
  }

  .min-width\:-ml-33\%{
    margin-left: -33.333%;
  }

  .min-width\:-ml-34\%{
    margin-left: -34%;
  }

  .min-width\:-ml-45\%{
    margin-left: -45%;
  }

  .min-width\:-ml-54\%{
    margin-left: -54%;
  }

  .min-width\:-ml-75\%{
    margin-left: -75%;
  }

  .min-width\:-ml-55\%{
    margin-left: -55%;
  }

  .min-width\:-ml-65\%{
    margin-left: -65%;
  }

  .min-width\:-ml-66\%{
    margin-left: -66%;
  }

  .min-width\:-ml-85\%{
    margin-left: -85%;
  }

  .min-width\:-ml-96\%{
    margin-left: -96%;
  }

  .min-width\:-ml-130\%{
    margin-left: -130%;
  }

  .min-width\:-ml-135\%{
    margin-left: -135%;
  }

  .min-width\:-ml-200\%{
    margin-left: -200%;
  }

  .min-width\:-ml-16\/9{
    margin-left: -56.25%;
  }

  .min-width\:-ml-1\/2{
    margin-left: -50%;
  }

  .min-width\:-ml-full{
    margin-left: -100%;
  }

  .min-width\:-ml-span{
    margin-left: -8.333%;
  }

  .min-width\:-ml-2span{
    margin-left: -16.666%;
  }

  .min-width\:-ml-px{
    margin-left: -1px;
  }

  .min-width\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .min-width\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .min-width\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .min-width\:last\:mt-12:last-child{
    margin-top: 0.75rem;
  }

  .min-width\:last\:mt-16:last-child{
    margin-top: 1rem;
  }

  .min-width\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .min-width\:last\:mt-24:last-child{
    margin-top: 1.5rem;
  }

  .min-width\:last\:mt-32:last-child{
    margin-top: 2rem;
  }

  .min-width\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .min-width\:last\:mt-48:last-child{
    margin-top: 3rem;
  }

  .min-width\:last\:mt-56:last-child{
    margin-top: 3.5rem;
  }

  .min-width\:last\:mt-64:last-child{
    margin-top: 4rem;
  }

  .min-width\:last\:mt-80:last-child{
    margin-top: 5rem;
  }

  .min-width\:last\:mt-96:last-child{
    margin-top: 6rem;
  }

  .min-width\:last\:mt-104:last-child{
    margin-top: 6.5rem;
  }

  .min-width\:last\:mt-112:last-child{
    margin-top: 7rem;
  }

  .min-width\:last\:mt-128:last-child{
    margin-top: 8rem;
  }

  .min-width\:last\:mt-140:last-child{
    margin-top: 8.75rem;
  }

  .min-width\:last\:mt-160:last-child{
    margin-top: 10rem;
  }

  .min-width\:last\:mt-180:last-child{
    margin-top: 11.25rem;
  }

  .min-width\:last\:mt-200:last-child{
    margin-top: 12.5rem;
  }

  .min-width\:last\:mt-224:last-child{
    margin-top: 14rem;
  }

  .min-width\:last\:mt-240:last-child{
    margin-top: 15rem;
  }

  .min-width\:last\:mt-260:last-child{
    margin-top: 16.25rem;
  }

  .min-width\:last\:mt-300:last-child{
    margin-top: 18.75rem;
  }

  .min-width\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .min-width\:last\:-mt-78\%:last-child{
    margin-top: -78%;
  }

  .min-width\:last\:-mt-80\%:last-child{
    margin-top: -80%;
  }

  .min-width\:last\:-mt-50\%:last-child{
    margin-top: -50%;
  }

  .min-width\:last\:-mt-35\%:last-child{
    margin-top: -35%;
  }

  .min-width\:last\:-mt-128:last-child{
    margin-top: -8rem;
  }

  .min-width\:last\:-mt-96:last-child{
    margin-top: -6rem;
  }

  .min-width\:last\:-mt-64:last-child{
    margin-top: -4rem;
  }

  .min-width\:last\:-mt-32:last-child{
    margin-top: -2rem;
  }

  .min-width\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .min-width\:last\:mt-5\%:last-child{
    margin-top: 5%;
  }

  .min-width\:last\:mt-10\%:last-child{
    margin-top: 10%;
  }

  .min-width\:last\:mt-15\%:last-child{
    margin-top: 15%;
  }

  .min-width\:last\:mt-20\%:last-child{
    margin-top: 20%;
  }

  .min-width\:last\:mt-25\%:last-child{
    margin-top: 25%;
  }

  .min-width\:last\:mt-30\%:last-child{
    margin-top: 30%;
  }

  .min-width\:last\:mt-31\%:last-child{
    margin-top: 31%;
  }

  .min-width\:last\:mt-33\%:last-child{
    margin-top: 33.333%;
  }

  .min-width\:last\:mt-34\%:last-child{
    margin-top: 34%;
  }

  .min-width\:last\:mt-45\%:last-child{
    margin-top: 45%;
  }

  .min-width\:last\:mt-50\%:last-child{
    margin-top: 50%;
  }

  .min-width\:last\:mt-54\%:last-child{
    margin-top: 54%;
  }

  .min-width\:last\:mt-75\%:last-child{
    margin-top: 75%;
  }

  .min-width\:last\:mt-55\%:last-child{
    margin-top: 55%;
  }

  .min-width\:last\:mt-65\%:last-child{
    margin-top: 65%;
  }

  .min-width\:last\:mt-66\%:last-child{
    margin-top: 66%;
  }

  .min-width\:last\:mt-85\%:last-child{
    margin-top: 85%;
  }

  .min-width\:last\:mt-96\%:last-child{
    margin-top: 96%;
  }

  .min-width\:last\:mt-130\%:last-child{
    margin-top: 130%;
  }

  .min-width\:last\:mt-135\%:last-child{
    margin-top: 135%;
  }

  .min-width\:last\:mt-200\%:last-child{
    margin-top: 200%;
  }

  .min-width\:last\:mt-16\/9:last-child{
    margin-top: 56.25%;
  }

  .min-width\:last\:mt-1\/2:last-child{
    margin-top: 50%;
  }

  .min-width\:last\:mt-full:last-child{
    margin-top: 100%;
  }

  .min-width\:last\:mt-span:last-child{
    margin-top: 8.333%;
  }

  .min-width\:last\:mt-2span:last-child{
    margin-top: 16.666%;
  }

  .min-width\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .min-width\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .min-width\:last\:-mt-12:last-child{
    margin-top: -0.75rem;
  }

  .min-width\:last\:-mt-16:last-child{
    margin-top: -1rem;
  }

  .min-width\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .min-width\:last\:-mt-24:last-child{
    margin-top: -1.5rem;
  }

  .min-width\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .min-width\:last\:-mt-48:last-child{
    margin-top: -3rem;
  }

  .min-width\:last\:-mt-56:last-child{
    margin-top: -3.5rem;
  }

  .min-width\:last\:-mt-80:last-child{
    margin-top: -5rem;
  }

  .min-width\:last\:-mt-104:last-child{
    margin-top: -6.5rem;
  }

  .min-width\:last\:-mt-112:last-child{
    margin-top: -7rem;
  }

  .min-width\:last\:-mt-140:last-child{
    margin-top: -8.75rem;
  }

  .min-width\:last\:-mt-160:last-child{
    margin-top: -10rem;
  }

  .min-width\:last\:-mt-180:last-child{
    margin-top: -11.25rem;
  }

  .min-width\:last\:-mt-200:last-child{
    margin-top: -12.5rem;
  }

  .min-width\:last\:-mt-224:last-child{
    margin-top: -14rem;
  }

  .min-width\:last\:-mt-240:last-child{
    margin-top: -15rem;
  }

  .min-width\:last\:-mt-260:last-child{
    margin-top: -16.25rem;
  }

  .min-width\:last\:-mt-300:last-child{
    margin-top: -18.75rem;
  }

  .min-width\:last\:-mt--78\%:last-child{
    margin-top: 78%;
  }

  .min-width\:last\:-mt--80\%:last-child{
    margin-top: 80%;
  }

  .min-width\:last\:-mt--50\%:last-child{
    margin-top: 50%;
  }

  .min-width\:last\:-mt--35\%:last-child{
    margin-top: 35%;
  }

  .min-width\:last\:-mt--128:last-child{
    margin-top: 8rem;
  }

  .min-width\:last\:-mt--96:last-child{
    margin-top: 6rem;
  }

  .min-width\:last\:-mt--64:last-child{
    margin-top: 4rem;
  }

  .min-width\:last\:-mt--32:last-child{
    margin-top: 2rem;
  }

  .min-width\:last\:-mt--8:last-child{
    margin-top: 0.5rem;
  }

  .min-width\:last\:-mt-5\%:last-child{
    margin-top: -5%;
  }

  .min-width\:last\:-mt-10\%:last-child{
    margin-top: -10%;
  }

  .min-width\:last\:-mt-15\%:last-child{
    margin-top: -15%;
  }

  .min-width\:last\:-mt-20\%:last-child{
    margin-top: -20%;
  }

  .min-width\:last\:-mt-25\%:last-child{
    margin-top: -25%;
  }

  .min-width\:last\:-mt-30\%:last-child{
    margin-top: -30%;
  }

  .min-width\:last\:-mt-31\%:last-child{
    margin-top: -31%;
  }

  .min-width\:last\:-mt-33\%:last-child{
    margin-top: -33.333%;
  }

  .min-width\:last\:-mt-34\%:last-child{
    margin-top: -34%;
  }

  .min-width\:last\:-mt-45\%:last-child{
    margin-top: -45%;
  }

  .min-width\:last\:-mt-54\%:last-child{
    margin-top: -54%;
  }

  .min-width\:last\:-mt-75\%:last-child{
    margin-top: -75%;
  }

  .min-width\:last\:-mt-55\%:last-child{
    margin-top: -55%;
  }

  .min-width\:last\:-mt-65\%:last-child{
    margin-top: -65%;
  }

  .min-width\:last\:-mt-66\%:last-child{
    margin-top: -66%;
  }

  .min-width\:last\:-mt-85\%:last-child{
    margin-top: -85%;
  }

  .min-width\:last\:-mt-96\%:last-child{
    margin-top: -96%;
  }

  .min-width\:last\:-mt-130\%:last-child{
    margin-top: -130%;
  }

  .min-width\:last\:-mt-135\%:last-child{
    margin-top: -135%;
  }

  .min-width\:last\:-mt-200\%:last-child{
    margin-top: -200%;
  }

  .min-width\:last\:-mt-16\/9:last-child{
    margin-top: -56.25%;
  }

  .min-width\:last\:-mt-1\/2:last-child{
    margin-top: -50%;
  }

  .min-width\:last\:-mt-full:last-child{
    margin-top: -100%;
  }

  .min-width\:last\:-mt-span:last-child{
    margin-top: -8.333%;
  }

  .min-width\:last\:-mt-2span:last-child{
    margin-top: -16.666%;
  }

  .min-width\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .min-width\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .min-width\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .min-width\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .min-width\:last\:mr-12:last-child{
    margin-right: 0.75rem;
  }

  .min-width\:last\:mr-16:last-child{
    margin-right: 1rem;
  }

  .min-width\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .min-width\:last\:mr-24:last-child{
    margin-right: 1.5rem;
  }

  .min-width\:last\:mr-32:last-child{
    margin-right: 2rem;
  }

  .min-width\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .min-width\:last\:mr-48:last-child{
    margin-right: 3rem;
  }

  .min-width\:last\:mr-56:last-child{
    margin-right: 3.5rem;
  }

  .min-width\:last\:mr-64:last-child{
    margin-right: 4rem;
  }

  .min-width\:last\:mr-80:last-child{
    margin-right: 5rem;
  }

  .min-width\:last\:mr-96:last-child{
    margin-right: 6rem;
  }

  .min-width\:last\:mr-104:last-child{
    margin-right: 6.5rem;
  }

  .min-width\:last\:mr-112:last-child{
    margin-right: 7rem;
  }

  .min-width\:last\:mr-128:last-child{
    margin-right: 8rem;
  }

  .min-width\:last\:mr-140:last-child{
    margin-right: 8.75rem;
  }

  .min-width\:last\:mr-160:last-child{
    margin-right: 10rem;
  }

  .min-width\:last\:mr-180:last-child{
    margin-right: 11.25rem;
  }

  .min-width\:last\:mr-200:last-child{
    margin-right: 12.5rem;
  }

  .min-width\:last\:mr-224:last-child{
    margin-right: 14rem;
  }

  .min-width\:last\:mr-240:last-child{
    margin-right: 15rem;
  }

  .min-width\:last\:mr-260:last-child{
    margin-right: 16.25rem;
  }

  .min-width\:last\:mr-300:last-child{
    margin-right: 18.75rem;
  }

  .min-width\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .min-width\:last\:-mr-78\%:last-child{
    margin-right: -78%;
  }

  .min-width\:last\:-mr-80\%:last-child{
    margin-right: -80%;
  }

  .min-width\:last\:-mr-50\%:last-child{
    margin-right: -50%;
  }

  .min-width\:last\:-mr-35\%:last-child{
    margin-right: -35%;
  }

  .min-width\:last\:-mr-128:last-child{
    margin-right: -8rem;
  }

  .min-width\:last\:-mr-96:last-child{
    margin-right: -6rem;
  }

  .min-width\:last\:-mr-64:last-child{
    margin-right: -4rem;
  }

  .min-width\:last\:-mr-32:last-child{
    margin-right: -2rem;
  }

  .min-width\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .min-width\:last\:mr-5\%:last-child{
    margin-right: 5%;
  }

  .min-width\:last\:mr-10\%:last-child{
    margin-right: 10%;
  }

  .min-width\:last\:mr-15\%:last-child{
    margin-right: 15%;
  }

  .min-width\:last\:mr-20\%:last-child{
    margin-right: 20%;
  }

  .min-width\:last\:mr-25\%:last-child{
    margin-right: 25%;
  }

  .min-width\:last\:mr-30\%:last-child{
    margin-right: 30%;
  }

  .min-width\:last\:mr-31\%:last-child{
    margin-right: 31%;
  }

  .min-width\:last\:mr-33\%:last-child{
    margin-right: 33.333%;
  }

  .min-width\:last\:mr-34\%:last-child{
    margin-right: 34%;
  }

  .min-width\:last\:mr-45\%:last-child{
    margin-right: 45%;
  }

  .min-width\:last\:mr-50\%:last-child{
    margin-right: 50%;
  }

  .min-width\:last\:mr-54\%:last-child{
    margin-right: 54%;
  }

  .min-width\:last\:mr-75\%:last-child{
    margin-right: 75%;
  }

  .min-width\:last\:mr-55\%:last-child{
    margin-right: 55%;
  }

  .min-width\:last\:mr-65\%:last-child{
    margin-right: 65%;
  }

  .min-width\:last\:mr-66\%:last-child{
    margin-right: 66%;
  }

  .min-width\:last\:mr-85\%:last-child{
    margin-right: 85%;
  }

  .min-width\:last\:mr-96\%:last-child{
    margin-right: 96%;
  }

  .min-width\:last\:mr-130\%:last-child{
    margin-right: 130%;
  }

  .min-width\:last\:mr-135\%:last-child{
    margin-right: 135%;
  }

  .min-width\:last\:mr-200\%:last-child{
    margin-right: 200%;
  }

  .min-width\:last\:mr-16\/9:last-child{
    margin-right: 56.25%;
  }

  .min-width\:last\:mr-1\/2:last-child{
    margin-right: 50%;
  }

  .min-width\:last\:mr-full:last-child{
    margin-right: 100%;
  }

  .min-width\:last\:mr-span:last-child{
    margin-right: 8.333%;
  }

  .min-width\:last\:mr-2span:last-child{
    margin-right: 16.666%;
  }

  .min-width\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .min-width\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .min-width\:last\:-mr-12:last-child{
    margin-right: -0.75rem;
  }

  .min-width\:last\:-mr-16:last-child{
    margin-right: -1rem;
  }

  .min-width\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .min-width\:last\:-mr-24:last-child{
    margin-right: -1.5rem;
  }

  .min-width\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .min-width\:last\:-mr-48:last-child{
    margin-right: -3rem;
  }

  .min-width\:last\:-mr-56:last-child{
    margin-right: -3.5rem;
  }

  .min-width\:last\:-mr-80:last-child{
    margin-right: -5rem;
  }

  .min-width\:last\:-mr-104:last-child{
    margin-right: -6.5rem;
  }

  .min-width\:last\:-mr-112:last-child{
    margin-right: -7rem;
  }

  .min-width\:last\:-mr-140:last-child{
    margin-right: -8.75rem;
  }

  .min-width\:last\:-mr-160:last-child{
    margin-right: -10rem;
  }

  .min-width\:last\:-mr-180:last-child{
    margin-right: -11.25rem;
  }

  .min-width\:last\:-mr-200:last-child{
    margin-right: -12.5rem;
  }

  .min-width\:last\:-mr-224:last-child{
    margin-right: -14rem;
  }

  .min-width\:last\:-mr-240:last-child{
    margin-right: -15rem;
  }

  .min-width\:last\:-mr-260:last-child{
    margin-right: -16.25rem;
  }

  .min-width\:last\:-mr-300:last-child{
    margin-right: -18.75rem;
  }

  .min-width\:last\:-mr--78\%:last-child{
    margin-right: 78%;
  }

  .min-width\:last\:-mr--80\%:last-child{
    margin-right: 80%;
  }

  .min-width\:last\:-mr--50\%:last-child{
    margin-right: 50%;
  }

  .min-width\:last\:-mr--35\%:last-child{
    margin-right: 35%;
  }

  .min-width\:last\:-mr--128:last-child{
    margin-right: 8rem;
  }

  .min-width\:last\:-mr--96:last-child{
    margin-right: 6rem;
  }

  .min-width\:last\:-mr--64:last-child{
    margin-right: 4rem;
  }

  .min-width\:last\:-mr--32:last-child{
    margin-right: 2rem;
  }

  .min-width\:last\:-mr--8:last-child{
    margin-right: 0.5rem;
  }

  .min-width\:last\:-mr-5\%:last-child{
    margin-right: -5%;
  }

  .min-width\:last\:-mr-10\%:last-child{
    margin-right: -10%;
  }

  .min-width\:last\:-mr-15\%:last-child{
    margin-right: -15%;
  }

  .min-width\:last\:-mr-20\%:last-child{
    margin-right: -20%;
  }

  .min-width\:last\:-mr-25\%:last-child{
    margin-right: -25%;
  }

  .min-width\:last\:-mr-30\%:last-child{
    margin-right: -30%;
  }

  .min-width\:last\:-mr-31\%:last-child{
    margin-right: -31%;
  }

  .min-width\:last\:-mr-33\%:last-child{
    margin-right: -33.333%;
  }

  .min-width\:last\:-mr-34\%:last-child{
    margin-right: -34%;
  }

  .min-width\:last\:-mr-45\%:last-child{
    margin-right: -45%;
  }

  .min-width\:last\:-mr-54\%:last-child{
    margin-right: -54%;
  }

  .min-width\:last\:-mr-75\%:last-child{
    margin-right: -75%;
  }

  .min-width\:last\:-mr-55\%:last-child{
    margin-right: -55%;
  }

  .min-width\:last\:-mr-65\%:last-child{
    margin-right: -65%;
  }

  .min-width\:last\:-mr-66\%:last-child{
    margin-right: -66%;
  }

  .min-width\:last\:-mr-85\%:last-child{
    margin-right: -85%;
  }

  .min-width\:last\:-mr-96\%:last-child{
    margin-right: -96%;
  }

  .min-width\:last\:-mr-130\%:last-child{
    margin-right: -130%;
  }

  .min-width\:last\:-mr-135\%:last-child{
    margin-right: -135%;
  }

  .min-width\:last\:-mr-200\%:last-child{
    margin-right: -200%;
  }

  .min-width\:last\:-mr-16\/9:last-child{
    margin-right: -56.25%;
  }

  .min-width\:last\:-mr-1\/2:last-child{
    margin-right: -50%;
  }

  .min-width\:last\:-mr-full:last-child{
    margin-right: -100%;
  }

  .min-width\:last\:-mr-span:last-child{
    margin-right: -8.333%;
  }

  .min-width\:last\:-mr-2span:last-child{
    margin-right: -16.666%;
  }

  .min-width\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .min-width\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .min-width\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .min-width\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .min-width\:last\:mb-12:last-child{
    margin-bottom: 0.75rem;
  }

  .min-width\:last\:mb-16:last-child{
    margin-bottom: 1rem;
  }

  .min-width\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .min-width\:last\:mb-24:last-child{
    margin-bottom: 1.5rem;
  }

  .min-width\:last\:mb-32:last-child{
    margin-bottom: 2rem;
  }

  .min-width\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .min-width\:last\:mb-48:last-child{
    margin-bottom: 3rem;
  }

  .min-width\:last\:mb-56:last-child{
    margin-bottom: 3.5rem;
  }

  .min-width\:last\:mb-64:last-child{
    margin-bottom: 4rem;
  }

  .min-width\:last\:mb-80:last-child{
    margin-bottom: 5rem;
  }

  .min-width\:last\:mb-96:last-child{
    margin-bottom: 6rem;
  }

  .min-width\:last\:mb-104:last-child{
    margin-bottom: 6.5rem;
  }

  .min-width\:last\:mb-112:last-child{
    margin-bottom: 7rem;
  }

  .min-width\:last\:mb-128:last-child{
    margin-bottom: 8rem;
  }

  .min-width\:last\:mb-140:last-child{
    margin-bottom: 8.75rem;
  }

  .min-width\:last\:mb-160:last-child{
    margin-bottom: 10rem;
  }

  .min-width\:last\:mb-180:last-child{
    margin-bottom: 11.25rem;
  }

  .min-width\:last\:mb-200:last-child{
    margin-bottom: 12.5rem;
  }

  .min-width\:last\:mb-224:last-child{
    margin-bottom: 14rem;
  }

  .min-width\:last\:mb-240:last-child{
    margin-bottom: 15rem;
  }

  .min-width\:last\:mb-260:last-child{
    margin-bottom: 16.25rem;
  }

  .min-width\:last\:mb-300:last-child{
    margin-bottom: 18.75rem;
  }

  .min-width\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .min-width\:last\:-mb-78\%:last-child{
    margin-bottom: -78%;
  }

  .min-width\:last\:-mb-80\%:last-child{
    margin-bottom: -80%;
  }

  .min-width\:last\:-mb-50\%:last-child{
    margin-bottom: -50%;
  }

  .min-width\:last\:-mb-35\%:last-child{
    margin-bottom: -35%;
  }

  .min-width\:last\:-mb-128:last-child{
    margin-bottom: -8rem;
  }

  .min-width\:last\:-mb-96:last-child{
    margin-bottom: -6rem;
  }

  .min-width\:last\:-mb-64:last-child{
    margin-bottom: -4rem;
  }

  .min-width\:last\:-mb-32:last-child{
    margin-bottom: -2rem;
  }

  .min-width\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .min-width\:last\:mb-5\%:last-child{
    margin-bottom: 5%;
  }

  .min-width\:last\:mb-10\%:last-child{
    margin-bottom: 10%;
  }

  .min-width\:last\:mb-15\%:last-child{
    margin-bottom: 15%;
  }

  .min-width\:last\:mb-20\%:last-child{
    margin-bottom: 20%;
  }

  .min-width\:last\:mb-25\%:last-child{
    margin-bottom: 25%;
  }

  .min-width\:last\:mb-30\%:last-child{
    margin-bottom: 30%;
  }

  .min-width\:last\:mb-31\%:last-child{
    margin-bottom: 31%;
  }

  .min-width\:last\:mb-33\%:last-child{
    margin-bottom: 33.333%;
  }

  .min-width\:last\:mb-34\%:last-child{
    margin-bottom: 34%;
  }

  .min-width\:last\:mb-45\%:last-child{
    margin-bottom: 45%;
  }

  .min-width\:last\:mb-50\%:last-child{
    margin-bottom: 50%;
  }

  .min-width\:last\:mb-54\%:last-child{
    margin-bottom: 54%;
  }

  .min-width\:last\:mb-75\%:last-child{
    margin-bottom: 75%;
  }

  .min-width\:last\:mb-55\%:last-child{
    margin-bottom: 55%;
  }

  .min-width\:last\:mb-65\%:last-child{
    margin-bottom: 65%;
  }

  .min-width\:last\:mb-66\%:last-child{
    margin-bottom: 66%;
  }

  .min-width\:last\:mb-85\%:last-child{
    margin-bottom: 85%;
  }

  .min-width\:last\:mb-96\%:last-child{
    margin-bottom: 96%;
  }

  .min-width\:last\:mb-130\%:last-child{
    margin-bottom: 130%;
  }

  .min-width\:last\:mb-135\%:last-child{
    margin-bottom: 135%;
  }

  .min-width\:last\:mb-200\%:last-child{
    margin-bottom: 200%;
  }

  .min-width\:last\:mb-16\/9:last-child{
    margin-bottom: 56.25%;
  }

  .min-width\:last\:mb-1\/2:last-child{
    margin-bottom: 50%;
  }

  .min-width\:last\:mb-full:last-child{
    margin-bottom: 100%;
  }

  .min-width\:last\:mb-span:last-child{
    margin-bottom: 8.333%;
  }

  .min-width\:last\:mb-2span:last-child{
    margin-bottom: 16.666%;
  }

  .min-width\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .min-width\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .min-width\:last\:-mb-12:last-child{
    margin-bottom: -0.75rem;
  }

  .min-width\:last\:-mb-16:last-child{
    margin-bottom: -1rem;
  }

  .min-width\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .min-width\:last\:-mb-24:last-child{
    margin-bottom: -1.5rem;
  }

  .min-width\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .min-width\:last\:-mb-48:last-child{
    margin-bottom: -3rem;
  }

  .min-width\:last\:-mb-56:last-child{
    margin-bottom: -3.5rem;
  }

  .min-width\:last\:-mb-80:last-child{
    margin-bottom: -5rem;
  }

  .min-width\:last\:-mb-104:last-child{
    margin-bottom: -6.5rem;
  }

  .min-width\:last\:-mb-112:last-child{
    margin-bottom: -7rem;
  }

  .min-width\:last\:-mb-140:last-child{
    margin-bottom: -8.75rem;
  }

  .min-width\:last\:-mb-160:last-child{
    margin-bottom: -10rem;
  }

  .min-width\:last\:-mb-180:last-child{
    margin-bottom: -11.25rem;
  }

  .min-width\:last\:-mb-200:last-child{
    margin-bottom: -12.5rem;
  }

  .min-width\:last\:-mb-224:last-child{
    margin-bottom: -14rem;
  }

  .min-width\:last\:-mb-240:last-child{
    margin-bottom: -15rem;
  }

  .min-width\:last\:-mb-260:last-child{
    margin-bottom: -16.25rem;
  }

  .min-width\:last\:-mb-300:last-child{
    margin-bottom: -18.75rem;
  }

  .min-width\:last\:-mb--78\%:last-child{
    margin-bottom: 78%;
  }

  .min-width\:last\:-mb--80\%:last-child{
    margin-bottom: 80%;
  }

  .min-width\:last\:-mb--50\%:last-child{
    margin-bottom: 50%;
  }

  .min-width\:last\:-mb--35\%:last-child{
    margin-bottom: 35%;
  }

  .min-width\:last\:-mb--128:last-child{
    margin-bottom: 8rem;
  }

  .min-width\:last\:-mb--96:last-child{
    margin-bottom: 6rem;
  }

  .min-width\:last\:-mb--64:last-child{
    margin-bottom: 4rem;
  }

  .min-width\:last\:-mb--32:last-child{
    margin-bottom: 2rem;
  }

  .min-width\:last\:-mb--8:last-child{
    margin-bottom: 0.5rem;
  }

  .min-width\:last\:-mb-5\%:last-child{
    margin-bottom: -5%;
  }

  .min-width\:last\:-mb-10\%:last-child{
    margin-bottom: -10%;
  }

  .min-width\:last\:-mb-15\%:last-child{
    margin-bottom: -15%;
  }

  .min-width\:last\:-mb-20\%:last-child{
    margin-bottom: -20%;
  }

  .min-width\:last\:-mb-25\%:last-child{
    margin-bottom: -25%;
  }

  .min-width\:last\:-mb-30\%:last-child{
    margin-bottom: -30%;
  }

  .min-width\:last\:-mb-31\%:last-child{
    margin-bottom: -31%;
  }

  .min-width\:last\:-mb-33\%:last-child{
    margin-bottom: -33.333%;
  }

  .min-width\:last\:-mb-34\%:last-child{
    margin-bottom: -34%;
  }

  .min-width\:last\:-mb-45\%:last-child{
    margin-bottom: -45%;
  }

  .min-width\:last\:-mb-54\%:last-child{
    margin-bottom: -54%;
  }

  .min-width\:last\:-mb-75\%:last-child{
    margin-bottom: -75%;
  }

  .min-width\:last\:-mb-55\%:last-child{
    margin-bottom: -55%;
  }

  .min-width\:last\:-mb-65\%:last-child{
    margin-bottom: -65%;
  }

  .min-width\:last\:-mb-66\%:last-child{
    margin-bottom: -66%;
  }

  .min-width\:last\:-mb-85\%:last-child{
    margin-bottom: -85%;
  }

  .min-width\:last\:-mb-96\%:last-child{
    margin-bottom: -96%;
  }

  .min-width\:last\:-mb-130\%:last-child{
    margin-bottom: -130%;
  }

  .min-width\:last\:-mb-135\%:last-child{
    margin-bottom: -135%;
  }

  .min-width\:last\:-mb-200\%:last-child{
    margin-bottom: -200%;
  }

  .min-width\:last\:-mb-16\/9:last-child{
    margin-bottom: -56.25%;
  }

  .min-width\:last\:-mb-1\/2:last-child{
    margin-bottom: -50%;
  }

  .min-width\:last\:-mb-full:last-child{
    margin-bottom: -100%;
  }

  .min-width\:last\:-mb-span:last-child{
    margin-bottom: -8.333%;
  }

  .min-width\:last\:-mb-2span:last-child{
    margin-bottom: -16.666%;
  }

  .min-width\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .min-width\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .min-width\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .min-width\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .min-width\:last\:ml-12:last-child{
    margin-left: 0.75rem;
  }

  .min-width\:last\:ml-16:last-child{
    margin-left: 1rem;
  }

  .min-width\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .min-width\:last\:ml-24:last-child{
    margin-left: 1.5rem;
  }

  .min-width\:last\:ml-32:last-child{
    margin-left: 2rem;
  }

  .min-width\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .min-width\:last\:ml-48:last-child{
    margin-left: 3rem;
  }

  .min-width\:last\:ml-56:last-child{
    margin-left: 3.5rem;
  }

  .min-width\:last\:ml-64:last-child{
    margin-left: 4rem;
  }

  .min-width\:last\:ml-80:last-child{
    margin-left: 5rem;
  }

  .min-width\:last\:ml-96:last-child{
    margin-left: 6rem;
  }

  .min-width\:last\:ml-104:last-child{
    margin-left: 6.5rem;
  }

  .min-width\:last\:ml-112:last-child{
    margin-left: 7rem;
  }

  .min-width\:last\:ml-128:last-child{
    margin-left: 8rem;
  }

  .min-width\:last\:ml-140:last-child{
    margin-left: 8.75rem;
  }

  .min-width\:last\:ml-160:last-child{
    margin-left: 10rem;
  }

  .min-width\:last\:ml-180:last-child{
    margin-left: 11.25rem;
  }

  .min-width\:last\:ml-200:last-child{
    margin-left: 12.5rem;
  }

  .min-width\:last\:ml-224:last-child{
    margin-left: 14rem;
  }

  .min-width\:last\:ml-240:last-child{
    margin-left: 15rem;
  }

  .min-width\:last\:ml-260:last-child{
    margin-left: 16.25rem;
  }

  .min-width\:last\:ml-300:last-child{
    margin-left: 18.75rem;
  }

  .min-width\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .min-width\:last\:-ml-78\%:last-child{
    margin-left: -78%;
  }

  .min-width\:last\:-ml-80\%:last-child{
    margin-left: -80%;
  }

  .min-width\:last\:-ml-50\%:last-child{
    margin-left: -50%;
  }

  .min-width\:last\:-ml-35\%:last-child{
    margin-left: -35%;
  }

  .min-width\:last\:-ml-128:last-child{
    margin-left: -8rem;
  }

  .min-width\:last\:-ml-96:last-child{
    margin-left: -6rem;
  }

  .min-width\:last\:-ml-64:last-child{
    margin-left: -4rem;
  }

  .min-width\:last\:-ml-32:last-child{
    margin-left: -2rem;
  }

  .min-width\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .min-width\:last\:ml-5\%:last-child{
    margin-left: 5%;
  }

  .min-width\:last\:ml-10\%:last-child{
    margin-left: 10%;
  }

  .min-width\:last\:ml-15\%:last-child{
    margin-left: 15%;
  }

  .min-width\:last\:ml-20\%:last-child{
    margin-left: 20%;
  }

  .min-width\:last\:ml-25\%:last-child{
    margin-left: 25%;
  }

  .min-width\:last\:ml-30\%:last-child{
    margin-left: 30%;
  }

  .min-width\:last\:ml-31\%:last-child{
    margin-left: 31%;
  }

  .min-width\:last\:ml-33\%:last-child{
    margin-left: 33.333%;
  }

  .min-width\:last\:ml-34\%:last-child{
    margin-left: 34%;
  }

  .min-width\:last\:ml-45\%:last-child{
    margin-left: 45%;
  }

  .min-width\:last\:ml-50\%:last-child{
    margin-left: 50%;
  }

  .min-width\:last\:ml-54\%:last-child{
    margin-left: 54%;
  }

  .min-width\:last\:ml-75\%:last-child{
    margin-left: 75%;
  }

  .min-width\:last\:ml-55\%:last-child{
    margin-left: 55%;
  }

  .min-width\:last\:ml-65\%:last-child{
    margin-left: 65%;
  }

  .min-width\:last\:ml-66\%:last-child{
    margin-left: 66%;
  }

  .min-width\:last\:ml-85\%:last-child{
    margin-left: 85%;
  }

  .min-width\:last\:ml-96\%:last-child{
    margin-left: 96%;
  }

  .min-width\:last\:ml-130\%:last-child{
    margin-left: 130%;
  }

  .min-width\:last\:ml-135\%:last-child{
    margin-left: 135%;
  }

  .min-width\:last\:ml-200\%:last-child{
    margin-left: 200%;
  }

  .min-width\:last\:ml-16\/9:last-child{
    margin-left: 56.25%;
  }

  .min-width\:last\:ml-1\/2:last-child{
    margin-left: 50%;
  }

  .min-width\:last\:ml-full:last-child{
    margin-left: 100%;
  }

  .min-width\:last\:ml-span:last-child{
    margin-left: 8.333%;
  }

  .min-width\:last\:ml-2span:last-child{
    margin-left: 16.666%;
  }

  .min-width\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .min-width\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .min-width\:last\:-ml-12:last-child{
    margin-left: -0.75rem;
  }

  .min-width\:last\:-ml-16:last-child{
    margin-left: -1rem;
  }

  .min-width\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .min-width\:last\:-ml-24:last-child{
    margin-left: -1.5rem;
  }

  .min-width\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .min-width\:last\:-ml-48:last-child{
    margin-left: -3rem;
  }

  .min-width\:last\:-ml-56:last-child{
    margin-left: -3.5rem;
  }

  .min-width\:last\:-ml-80:last-child{
    margin-left: -5rem;
  }

  .min-width\:last\:-ml-104:last-child{
    margin-left: -6.5rem;
  }

  .min-width\:last\:-ml-112:last-child{
    margin-left: -7rem;
  }

  .min-width\:last\:-ml-140:last-child{
    margin-left: -8.75rem;
  }

  .min-width\:last\:-ml-160:last-child{
    margin-left: -10rem;
  }

  .min-width\:last\:-ml-180:last-child{
    margin-left: -11.25rem;
  }

  .min-width\:last\:-ml-200:last-child{
    margin-left: -12.5rem;
  }

  .min-width\:last\:-ml-224:last-child{
    margin-left: -14rem;
  }

  .min-width\:last\:-ml-240:last-child{
    margin-left: -15rem;
  }

  .min-width\:last\:-ml-260:last-child{
    margin-left: -16.25rem;
  }

  .min-width\:last\:-ml-300:last-child{
    margin-left: -18.75rem;
  }

  .min-width\:last\:-ml--78\%:last-child{
    margin-left: 78%;
  }

  .min-width\:last\:-ml--80\%:last-child{
    margin-left: 80%;
  }

  .min-width\:last\:-ml--50\%:last-child{
    margin-left: 50%;
  }

  .min-width\:last\:-ml--35\%:last-child{
    margin-left: 35%;
  }

  .min-width\:last\:-ml--128:last-child{
    margin-left: 8rem;
  }

  .min-width\:last\:-ml--96:last-child{
    margin-left: 6rem;
  }

  .min-width\:last\:-ml--64:last-child{
    margin-left: 4rem;
  }

  .min-width\:last\:-ml--32:last-child{
    margin-left: 2rem;
  }

  .min-width\:last\:-ml--8:last-child{
    margin-left: 0.5rem;
  }

  .min-width\:last\:-ml-5\%:last-child{
    margin-left: -5%;
  }

  .min-width\:last\:-ml-10\%:last-child{
    margin-left: -10%;
  }

  .min-width\:last\:-ml-15\%:last-child{
    margin-left: -15%;
  }

  .min-width\:last\:-ml-20\%:last-child{
    margin-left: -20%;
  }

  .min-width\:last\:-ml-25\%:last-child{
    margin-left: -25%;
  }

  .min-width\:last\:-ml-30\%:last-child{
    margin-left: -30%;
  }

  .min-width\:last\:-ml-31\%:last-child{
    margin-left: -31%;
  }

  .min-width\:last\:-ml-33\%:last-child{
    margin-left: -33.333%;
  }

  .min-width\:last\:-ml-34\%:last-child{
    margin-left: -34%;
  }

  .min-width\:last\:-ml-45\%:last-child{
    margin-left: -45%;
  }

  .min-width\:last\:-ml-54\%:last-child{
    margin-left: -54%;
  }

  .min-width\:last\:-ml-75\%:last-child{
    margin-left: -75%;
  }

  .min-width\:last\:-ml-55\%:last-child{
    margin-left: -55%;
  }

  .min-width\:last\:-ml-65\%:last-child{
    margin-left: -65%;
  }

  .min-width\:last\:-ml-66\%:last-child{
    margin-left: -66%;
  }

  .min-width\:last\:-ml-85\%:last-child{
    margin-left: -85%;
  }

  .min-width\:last\:-ml-96\%:last-child{
    margin-left: -96%;
  }

  .min-width\:last\:-ml-130\%:last-child{
    margin-left: -130%;
  }

  .min-width\:last\:-ml-135\%:last-child{
    margin-left: -135%;
  }

  .min-width\:last\:-ml-200\%:last-child{
    margin-left: -200%;
  }

  .min-width\:last\:-ml-16\/9:last-child{
    margin-left: -56.25%;
  }

  .min-width\:last\:-ml-1\/2:last-child{
    margin-left: -50%;
  }

  .min-width\:last\:-ml-full:last-child{
    margin-left: -100%;
  }

  .min-width\:last\:-ml-span:last-child{
    margin-left: -8.333%;
  }

  .min-width\:last\:-ml-2span:last-child{
    margin-left: -16.666%;
  }

  .min-width\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .min-width\:box-border{
    box-sizing: border-box;
  }

  .min-width\:box-content{
    box-sizing: content-box;
  }

  .min-width\:block{
    display: block;
  }

  .min-width\:inline-block{
    display: inline-block;
  }

  .min-width\:inline{
    display: inline;
  }

  .min-width\:flex{
    display: flex;
  }

  .min-width\:inline-flex{
    display: inline-flex;
  }

  .min-width\:table{
    display: table;
  }

  .min-width\:inline-table{
    display: inline-table;
  }

  .min-width\:table-caption{
    display: table-caption;
  }

  .min-width\:table-cell{
    display: table-cell;
  }

  .min-width\:table-column{
    display: table-column;
  }

  .min-width\:table-column-group{
    display: table-column-group;
  }

  .min-width\:table-footer-group{
    display: table-footer-group;
  }

  .min-width\:table-header-group{
    display: table-header-group;
  }

  .min-width\:table-row-group{
    display: table-row-group;
  }

  .min-width\:table-row{
    display: table-row;
  }

  .min-width\:flow-root{
    display: flow-root;
  }

  .min-width\:grid{
    display: grid;
  }

  .min-width\:inline-grid{
    display: inline-grid;
  }

  .min-width\:contents{
    display: contents;
  }

  .min-width\:list-item{
    display: list-item;
  }

  .min-width\:hidden{
    display: none;
  }

  .min-width\:h-0{
    height: 0;
  }

  .min-width\:h-2{
    height: 0.125rem;
  }

  .min-width\:h-4{
    height: 0.25rem;
  }

  .min-width\:h-8{
    height: 0.5rem;
  }

  .min-width\:h-12{
    height: 0.75rem;
  }

  .min-width\:h-16{
    height: 1rem;
  }

  .min-width\:h-20{
    height: 1.25rem;
  }

  .min-width\:h-24{
    height: 1.5rem;
  }

  .min-width\:h-30{
    height: 1.875rem;
  }

  .min-width\:h-32{
    height: 2rem;
  }

  .min-width\:h-40{
    height: 2.5rem;
  }

  .min-width\:h-48{
    height: 3rem;
  }

  .min-width\:h-56{
    height: 3.5rem;
  }

  .min-width\:h-64{
    height: 4rem;
  }

  .min-width\:h-80{
    height: 5rem;
  }

  .min-width\:h-96{
    height: 6rem;
  }

  .min-width\:h-104{
    height: 6.5rem;
  }

  .min-width\:h-112{
    height: 7rem;
  }

  .min-width\:h-128{
    height: 8rem;
  }

  .min-width\:h-140{
    height: 8.75rem;
  }

  .min-width\:h-160{
    height: 10rem;
  }

  .min-width\:h-180{
    height: 11.25rem;
  }

  .min-width\:h-192{
    height: 12rem;
  }

  .min-width\:h-200{
    height: 12.5rem;
  }

  .min-width\:h-224{
    height: 14rem;
  }

  .min-width\:h-240{
    height: 15rem;
  }

  .min-width\:h-260{
    height: 16.25rem;
  }

  .min-width\:h-300{
    height: 18.75rem;
  }

  .min-width\:h-336{
    height: 21rem;
  }

  .min-width\:h-400{
    height: 25rem;
  }

  .min-width\:h-448{
    height: 28rem;
  }

  .min-width\:h-450{
    height: 28.125rem;
  }

  .min-width\:h-560{
    height: 35rem;
  }

  .min-width\:h-672{
    height: 42rem;
  }

  .min-width\:h-750{
    height: 45rem;
  }

  .min-width\:h-832{
    height: 52rem;
  }

  .min-width\:h-1080{
    height: 67.5rem;
  }

  .min-width\:h-auto{
    height: auto;
  }

  .min-width\:-h-78\%{
    height: -78%;
  }

  .min-width\:-h-80\%{
    height: -80%;
  }

  .min-width\:-h-50\%{
    height: -50%;
  }

  .min-width\:-h-35\%{
    height: -35%;
  }

  .min-width\:-h-128{
    height: -8rem;
  }

  .min-width\:-h-96{
    height: -6rem;
  }

  .min-width\:-h-64{
    height: -4rem;
  }

  .min-width\:-h-32{
    height: -2rem;
  }

  .min-width\:-h-8{
    height: -0.5rem;
  }

  .min-width\:h-5\%{
    height: 5%;
  }

  .min-width\:h-10\%{
    height: 10%;
  }

  .min-width\:h-15\%{
    height: 15%;
  }

  .min-width\:h-20\%{
    height: 20%;
  }

  .min-width\:h-25\%{
    height: 25%;
  }

  .min-width\:h-30\%{
    height: 30%;
  }

  .min-width\:h-31\%{
    height: 31%;
  }

  .min-width\:h-33\%{
    height: 33.333%;
  }

  .min-width\:h-34\%{
    height: 34%;
  }

  .min-width\:h-45\%{
    height: 45%;
  }

  .min-width\:h-50\%{
    height: 50%;
  }

  .min-width\:h-54\%{
    height: 54%;
  }

  .min-width\:h-75\%{
    height: 75%;
  }

  .min-width\:h-55\%{
    height: 55%;
  }

  .min-width\:h-65\%{
    height: 65%;
  }

  .min-width\:h-66\%{
    height: 66%;
  }

  .min-width\:h-85\%{
    height: 85%;
  }

  .min-width\:h-96\%{
    height: 96%;
  }

  .min-width\:h-130\%{
    height: 130%;
  }

  .min-width\:h-135\%{
    height: 135%;
  }

  .min-width\:h-200\%{
    height: 200%;
  }

  .min-width\:h-16\/9{
    height: 56.25%;
  }

  .min-width\:h-1\/2{
    height: 50%;
  }

  .min-width\:h-full{
    height: 100%;
  }

  .min-width\:h-span{
    height: 8.333%;
  }

  .min-width\:h-2span{
    height: 16.666%;
  }

  .min-width\:h-px{
    height: 1px;
  }

  .min-width\:h-1\/3{
    height: 33.333333%;
  }

  .min-width\:h-2\/3{
    height: 66.666667%;
  }

  .min-width\:h-1\/4{
    height: 25%;
  }

  .min-width\:h-2\/4{
    height: 50%;
  }

  .min-width\:h-3\/4{
    height: 75%;
  }

  .min-width\:h-1\/5{
    height: 20%;
  }

  .min-width\:h-2\/5{
    height: 40%;
  }

  .min-width\:h-3\/5{
    height: 60%;
  }

  .min-width\:h-4\/5{
    height: 80%;
  }

  .min-width\:h-1\/6{
    height: 16.666667%;
  }

  .min-width\:h-2\/6{
    height: 33.333333%;
  }

  .min-width\:h-3\/6{
    height: 50%;
  }

  .min-width\:h-4\/6{
    height: 66.666667%;
  }

  .min-width\:h-5\/6{
    height: 83.333333%;
  }

  .min-width\:h-screen{
    height: 100vh;
  }

  .min-width\:h-100vh{
    height: 100vh;
  }

  .min-width\:h-105\%{
    height: 105%;
  }

  .min-width\:max-h-0{
    max-height: 0;
  }

  .min-width\:max-h-4{
    max-height: 0.25rem;
  }

  .min-width\:max-h-8{
    max-height: 0.5rem;
  }

  .min-width\:max-h-12{
    max-height: 0.75rem;
  }

  .min-width\:max-h-16{
    max-height: 1rem;
  }

  .min-width\:max-h-20{
    max-height: 1.25rem;
  }

  .min-width\:max-h-24{
    max-height: 1.5rem;
  }

  .min-width\:max-h-32{
    max-height: 2rem;
  }

  .min-width\:max-h-40{
    max-height: 2.5rem;
  }

  .min-width\:max-h-48{
    max-height: 3rem;
  }

  .min-width\:max-h-56{
    max-height: 3.5rem;
  }

  .min-width\:max-h-64{
    max-height: 4rem;
  }

  .min-width\:max-h-80{
    max-height: 5rem;
  }

  .min-width\:max-h-96{
    max-height: 6rem;
  }

  .min-width\:max-h-104{
    max-height: 6.5rem;
  }

  .min-width\:max-h-112{
    max-height: 7rem;
  }

  .min-width\:max-h-120{
    max-height: 7.5rem;
  }

  .min-width\:max-h-128{
    max-height: 8rem;
  }

  .min-width\:max-h-140{
    max-height: 8.75rem;
  }

  .min-width\:max-h-160{
    max-height: 10rem;
  }

  .min-width\:max-h-180{
    max-height: 11.25rem;
  }

  .min-width\:max-h-200{
    max-height: 12.5rem;
  }

  .min-width\:max-h-224{
    max-height: 14rem;
  }

  .min-width\:max-h-240{
    max-height: 15rem;
  }

  .min-width\:max-h-260{
    max-height: 16.25rem;
  }

  .min-width\:max-h-300{
    max-height: 18.75rem;
  }

  .min-width\:max-h-800{
    max-height: 50rem;
  }

  .min-width\:max-h-1500{
    max-height: 93.75rem;
  }

  .min-width\:-max-h-78\%{
    max-height: -78%;
  }

  .min-width\:-max-h-80\%{
    max-height: -80%;
  }

  .min-width\:-max-h-50\%{
    max-height: -50%;
  }

  .min-width\:-max-h-35\%{
    max-height: -35%;
  }

  .min-width\:-max-h-128{
    max-height: -8rem;
  }

  .min-width\:-max-h-96{
    max-height: -6rem;
  }

  .min-width\:-max-h-64{
    max-height: -4rem;
  }

  .min-width\:-max-h-32{
    max-height: -2rem;
  }

  .min-width\:-max-h-8{
    max-height: -0.5rem;
  }

  .min-width\:max-h-5\%{
    max-height: 5%;
  }

  .min-width\:max-h-10\%{
    max-height: 10%;
  }

  .min-width\:max-h-15\%{
    max-height: 15%;
  }

  .min-width\:max-h-20\%{
    max-height: 20%;
  }

  .min-width\:max-h-25\%{
    max-height: 25%;
  }

  .min-width\:max-h-30\%{
    max-height: 30%;
  }

  .min-width\:max-h-31\%{
    max-height: 31%;
  }

  .min-width\:max-h-33\%{
    max-height: 33.333%;
  }

  .min-width\:max-h-34\%{
    max-height: 34%;
  }

  .min-width\:max-h-45\%{
    max-height: 45%;
  }

  .min-width\:max-h-50\%{
    max-height: 50%;
  }

  .min-width\:max-h-54\%{
    max-height: 54%;
  }

  .min-width\:max-h-75\%{
    max-height: 75%;
  }

  .min-width\:max-h-55\%{
    max-height: 55%;
  }

  .min-width\:max-h-65\%{
    max-height: 65%;
  }

  .min-width\:max-h-66\%{
    max-height: 66%;
  }

  .min-width\:max-h-85\%{
    max-height: 85%;
  }

  .min-width\:max-h-96\%{
    max-height: 96%;
  }

  .min-width\:max-h-130\%{
    max-height: 130%;
  }

  .min-width\:max-h-135\%{
    max-height: 135%;
  }

  .min-width\:max-h-200\%{
    max-height: 200%;
  }

  .min-width\:max-h-16\/9{
    max-height: 56.25%;
  }

  .min-width\:max-h-1\/2{
    max-height: 50%;
  }

  .min-width\:max-h-full{
    max-height: 100%;
  }

  .min-width\:max-h-span{
    max-height: 8.333%;
  }

  .min-width\:max-h-2span{
    max-height: 16.666%;
  }

  .min-width\:max-h-px{
    max-height: 1px;
  }

  .min-width\:max-h-screen{
    max-height: 100vh;
  }

  .min-width\:max-h-80vh{
    max-height: 80vh;
  }

  .min-width\:min-h-0{
    min-height: 0px;
  }

  .min-width\:min-h-32{
    min-height: 2rem;
  }

  .min-width\:min-h-64{
    min-height: 4rem;
  }

  .min-width\:min-h-96{
    min-height: 6rem;
  }

  .min-width\:min-h-272{
    min-height: 17rem;
  }

  .min-width\:min-h-300{
    min-height: 18.75rem;
  }

  .min-width\:min-h-448{
    min-height: 28rem;
  }

  .min-width\:min-h-460{
    min-height: 28.75rem;
  }

  .min-width\:min-h-500{
    min-height: 31.25rem;
  }

  .min-width\:min-h-560{
    min-height: 35rem;
  }

  .min-width\:min-h-672{
    min-height: 42rem;
  }

  .min-width\:min-h-704{
    min-height: 44rem;
  }

  .min-width\:min-h-736{
    min-height: 46rem;
  }

  .min-width\:min-h-780{
    min-height: 48.75rem;
  }

  .min-width\:min-h-816{
    min-height: 51rem;
  }

  .min-width\:min-h-832{
    min-height: 52rem;
  }

  .min-width\:min-h-1040{
    min-height: 65rem;
  }

  .min-width\:min-h-full{
    min-height: 100%;
  }

  .min-width\:min-h-screen{
    min-height: 100vh;
  }

  .min-width\:min-h-1\/2{
    min-height: 50%;
  }

  .min-width\:min-h-100vh{
    min-height: 100vh;
  }

  .min-width\:w-0{
    width: 0;
  }

  .min-width\:w-4{
    width: 0.25rem;
  }

  .min-width\:w-8{
    width: 0.5rem;
  }

  .min-width\:w-12{
    width: 0.75rem;
  }

  .min-width\:w-16{
    width: 1rem;
  }

  .min-width\:w-20{
    width: 1.25rem;
  }

  .min-width\:w-24{
    width: 1.5rem;
  }

  .min-width\:w-30{
    width: 1.875rem;
  }

  .min-width\:w-32{
    width: 2rem;
  }

  .min-width\:w-40{
    width: 2.5rem;
  }

  .min-width\:w-48{
    width: 3rem;
  }

  .min-width\:w-56{
    width: 3.5rem;
  }

  .min-width\:w-64{
    width: 4rem;
  }

  .min-width\:w-80{
    width: 5rem;
  }

  .min-width\:w-96{
    width: 6rem;
  }

  .min-width\:w-104{
    width: 6.5rem;
  }

  .min-width\:w-112{
    width: 7rem;
  }

  .min-width\:w-128{
    width: 8rem;
  }

  .min-width\:w-140{
    width: 8.75rem;
  }

  .min-width\:w-144{
    width: 9rem;
  }

  .min-width\:w-160{
    width: 10rem;
  }

  .min-width\:w-180{
    width: 11.25rem;
  }

  .min-width\:w-200{
    width: 12.5rem;
  }

  .min-width\:w-224{
    width: 14rem;
  }

  .min-width\:w-240{
    width: 15rem;
  }

  .min-width\:w-260{
    width: 16.25rem;
  }

  .min-width\:w-288{
    width: 18rem;
  }

  .min-width\:w-300{
    width: 18.75rem;
  }

  .min-width\:w-336{
    width: 21rem;
  }

  .min-width\:w-390{
    width: 24.375rem;
  }

  .min-width\:w-448{
    width: 28rem;
  }

  .min-width\:w-475{
    width: 29.625rem;
  }

  .min-width\:w-528{
    width: 33rem;
  }

  .min-width\:w-560{
    width: 35rem;
  }

  .min-width\:w-672{
    width: 42rem;
  }

  .min-width\:w-832{
    width: 52rem;
  }

  .min-width\:w-834{
    width: 52.125rem;
  }

  .min-width\:w-1080{
    width: 67.5rem;
  }

  .min-width\:w-auto{
    width: auto;
  }

  .min-width\:-w-78\%{
    width: -78%;
  }

  .min-width\:-w-80\%{
    width: -80%;
  }

  .min-width\:-w-50\%{
    width: -50%;
  }

  .min-width\:-w-35\%{
    width: -35%;
  }

  .min-width\:-w-128{
    width: -8rem;
  }

  .min-width\:-w-96{
    width: -6rem;
  }

  .min-width\:-w-64{
    width: -4rem;
  }

  .min-width\:-w-32{
    width: -2rem;
  }

  .min-width\:-w-8{
    width: -0.5rem;
  }

  .min-width\:w-5\%{
    width: 5%;
  }

  .min-width\:w-10\%{
    width: 10%;
  }

  .min-width\:w-15\%{
    width: 15%;
  }

  .min-width\:w-20\%{
    width: 20%;
  }

  .min-width\:w-25\%{
    width: 25%;
  }

  .min-width\:w-30\%{
    width: 30%;
  }

  .min-width\:w-31\%{
    width: 31%;
  }

  .min-width\:w-33\%{
    width: 33.333%;
  }

  .min-width\:w-34\%{
    width: 34%;
  }

  .min-width\:w-45\%{
    width: 45%;
  }

  .min-width\:w-50\%{
    width: 50%;
  }

  .min-width\:w-54\%{
    width: 54%;
  }

  .min-width\:w-75\%{
    width: 75%;
  }

  .min-width\:w-55\%{
    width: 55%;
  }

  .min-width\:w-65\%{
    width: 65%;
  }

  .min-width\:w-66\%{
    width: 66%;
  }

  .min-width\:w-85\%{
    width: 85%;
  }

  .min-width\:w-96\%{
    width: 96%;
  }

  .min-width\:w-130\%{
    width: 130%;
  }

  .min-width\:w-135\%{
    width: 135%;
  }

  .min-width\:w-200\%{
    width: 200%;
  }

  .min-width\:w-16\/9{
    width: 56.25%;
  }

  .min-width\:w-1\/2{
    width: 50%;
  }

  .min-width\:w-full{
    width: 100%;
  }

  .min-width\:w-span{
    width: 8.333%;
  }

  .min-width\:w-2span{
    width: 16.666%;
  }

  .min-width\:w-px{
    width: 1px;
  }

  .min-width\:w-1\/3{
    width: 33.333333%;
  }

  .min-width\:w-2\/3{
    width: 66.666667%;
  }

  .min-width\:w-1\/4{
    width: 25%;
  }

  .min-width\:w-2\/4{
    width: 50%;
  }

  .min-width\:w-3\/4{
    width: 75%;
  }

  .min-width\:w-1\/5{
    width: 20%;
  }

  .min-width\:w-2\/5{
    width: 40%;
  }

  .min-width\:w-3\/5{
    width: 60%;
  }

  .min-width\:w-4\/5{
    width: 80%;
  }

  .min-width\:w-1\/6{
    width: 16.666667%;
  }

  .min-width\:w-2\/6{
    width: 33.333333%;
  }

  .min-width\:w-3\/6{
    width: 50%;
  }

  .min-width\:w-4\/6{
    width: 66.666667%;
  }

  .min-width\:w-5\/6{
    width: 83.333333%;
  }

  .min-width\:w-1\/12{
    width: 8.333333%;
  }

  .min-width\:w-2\/12{
    width: 16.666667%;
  }

  .min-width\:w-3\/12{
    width: 25%;
  }

  .min-width\:w-4\/12{
    width: 33.333333%;
  }

  .min-width\:w-5\/12{
    width: 41.666667%;
  }

  .min-width\:w-6\/12{
    width: 50%;
  }

  .min-width\:w-7\/12{
    width: 58.333333%;
  }

  .min-width\:w-8\/12{
    width: 66.666667%;
  }

  .min-width\:w-9\/12{
    width: 75%;
  }

  .min-width\:w-10\/12{
    width: 83.333333%;
  }

  .min-width\:w-11\/12{
    width: 91.666667%;
  }

  .min-width\:w-screen{
    width: 100vw;
  }

  .min-width\:w-min{
    width: min-content;
  }

  .min-width\:w-max{
    width: max-content;
  }

  .min-width\:w-7span{
    width: 58.3%;
  }

  .min-width\:w-8span{
    width: 66.4%;
  }

  .min-width\:w-160\%{
    width: 160%;
  }

  .min-width\:min-w-0{
    min-width: 0px;
  }

  .min-width\:min-w-32{
    min-width: 2rem;
  }

  .min-width\:min-w-248{
    min-width: 15.5rem;
  }

  .min-width\:min-w-295{
    min-width: 18.4375rem;
  }

  .min-width\:min-w-560{
    min-width: 35rem;
  }

  .min-width\:min-w-736{
    min-width: 46rem;
  }

  .min-width\:min-w-816{
    min-width: 51rem;
  }

  .min-width\:min-w-1224{
    min-width: 76.5rem;
  }

  .min-width\:min-w-full{
    min-width: 100%;
  }

  .min-width\:min-w-min{
    min-width: min-content;
  }

  .min-width\:min-w-max{
    min-width: max-content;
  }

  .min-width\:max-w-0{
    max-width: 0rem;
  }

  .min-width\:max-w-32{
    max-width: 2rem;
  }

  .min-width\:max-w-260{
    max-width: 16rem;
  }

  .min-width\:max-w-none{
    max-width: none;
  }

  .min-width\:max-w-xs{
    max-width: 20rem;
  }

  .min-width\:max-w-sm{
    max-width: 24rem;
  }

  .min-width\:max-w-md{
    max-width: 28rem;
  }

  .min-width\:max-w-lg{
    max-width: 32rem;
  }

  .min-width\:max-w-xl{
    max-width: 90rem;
  }

  .min-width\:max-w-2xl{
    max-width: 42rem;
  }

  .min-width\:max-w-3xl{
    max-width: 48rem;
  }

  .min-width\:max-w-4xl{
    max-width: 56rem;
  }

  .min-width\:max-w-5xl{
    max-width: 64rem;
  }

  .min-width\:max-w-6xl{
    max-width: 72rem;
  }

  .min-width\:max-w-7xl{
    max-width: 80rem;
  }

  .min-width\:max-w-full{
    max-width: 100rem;
  }

  .min-width\:max-w-min{
    max-width: min-content;
  }

  .min-width\:max-w-max{
    max-width: max-content;
  }

  .min-width\:max-w-prose{
    max-width: 65ch;
  }

  .min-width\:max-w-screen-min-width{
    max-width: 320px;
  }

  .min-width\:max-w-screen-xs{
    max-width: 480px;
  }

  .min-width\:max-w-screen-sm{
    max-width: 768px;
  }

  .min-width\:max-w-screen-md{
    max-width: 1024px;
  }

  .min-width\:max-w-screen-lg{
    max-width: 1280px;
  }

  .min-width\:max-w-screen-xl{
    max-width: 1440px;
  }

  .min-width\:max-w-screen-max-width{
    max-width: 1680px;
  }

  .min-width\:max-w-screen-widescreen{
    max-width: 1920px;
  }

  .min-width\:max-w-logo{
    max-width: 16.25rem;
  }

  .min-width\:max-w-container{
    max-width: 120rem;
  }

  .min-width\:max-w-footer{
    max-width: 82rem;
  }

  .min-width\:max-w-content{
    max-width: 56rem;
  }

  .min-width\:max-w-imageTextBox{
    max-width: 34rem;
  }

  .min-width\:max-w-half{
    max-width: 50%;
  }

  .min-width\:max-w-3\/4{
    max-width: 75%;
  }

  .min-width\:max-w-1\/3{
    max-width: 33%;
  }

  .min-width\:flex-1{
    flex: 1 1 0%;
  }

  .min-width\:flex-auto{
    flex: 1 1 auto;
  }

  .min-width\:flex-initial{
    flex: 0 1 auto;
  }

  .min-width\:flex-none{
    flex: none;
  }

  .min-width\:flex-shrink-0{
    flex-shrink: 0;
  }

  .min-width\:flex-shrink{
    flex-shrink: 1;
  }

  .min-width\:flex-grow-0{
    flex-grow: 0;
  }

  .min-width\:flex-grow{
    flex-grow: 1;
  }

  .min-width\:table-auto{
    table-layout: auto;
  }

  .min-width\:table-fixed{
    table-layout: fixed;
  }

  .min-width\:border-collapse{
    border-collapse: collapse;
  }

  .min-width\:border-separate{
    border-collapse: separate;
  }

  .min-width\:origin-center{
    transform-origin: center;
  }

  .min-width\:origin-top{
    transform-origin: top;
  }

  .min-width\:origin-top-right{
    transform-origin: top right;
  }

  .min-width\:origin-right{
    transform-origin: right;
  }

  .min-width\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .min-width\:origin-bottom{
    transform-origin: bottom;
  }

  .min-width\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .min-width\:origin-left{
    transform-origin: left;
  }

  .min-width\:origin-top-left{
    transform-origin: top left;
  }

  .min-width\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .min-width\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .min-width\:transform-none{
    transform: none;
  }

  .min-width\:translate-x-0{
    --tw-translate-x: 0;
  }

  .min-width\:translate-x-4{
    --tw-translate-x: 0.25rem;
  }

  .min-width\:translate-x-8{
    --tw-translate-x: 0.5rem;
  }

  .min-width\:translate-x-12{
    --tw-translate-x: 0.75rem;
  }

  .min-width\:translate-x-16{
    --tw-translate-x: 1rem;
  }

  .min-width\:translate-x-20{
    --tw-translate-x: 1.25rem;
  }

  .min-width\:translate-x-24{
    --tw-translate-x: 1.5rem;
  }

  .min-width\:translate-x-32{
    --tw-translate-x: 2rem;
  }

  .min-width\:translate-x-40{
    --tw-translate-x: 2.5rem;
  }

  .min-width\:translate-x-48{
    --tw-translate-x: 3rem;
  }

  .min-width\:translate-x-56{
    --tw-translate-x: 3.5rem;
  }

  .min-width\:translate-x-64{
    --tw-translate-x: 4rem;
  }

  .min-width\:translate-x-80{
    --tw-translate-x: 5rem;
  }

  .min-width\:translate-x-96{
    --tw-translate-x: 6rem;
  }

  .min-width\:translate-x-104{
    --tw-translate-x: 6.5rem;
  }

  .min-width\:translate-x-112{
    --tw-translate-x: 7rem;
  }

  .min-width\:translate-x-128{
    --tw-translate-x: 8rem;
  }

  .min-width\:translate-x-140{
    --tw-translate-x: 8.75rem;
  }

  .min-width\:translate-x-160{
    --tw-translate-x: 10rem;
  }

  .min-width\:translate-x-180{
    --tw-translate-x: 11.25rem;
  }

  .min-width\:translate-x-200{
    --tw-translate-x: 12.5rem;
  }

  .min-width\:translate-x-224{
    --tw-translate-x: 14rem;
  }

  .min-width\:translate-x-240{
    --tw-translate-x: 15rem;
  }

  .min-width\:translate-x-260{
    --tw-translate-x: 16.25rem;
  }

  .min-width\:translate-x-300{
    --tw-translate-x: 18.75rem;
  }

  .min-width\:-translate-x-78\%{
    --tw-translate-x: -78%;
  }

  .min-width\:-translate-x-80\%{
    --tw-translate-x: -80%;
  }

  .min-width\:-translate-x-50\%{
    --tw-translate-x: -50%;
  }

  .min-width\:-translate-x-35\%{
    --tw-translate-x: -35%;
  }

  .min-width\:-translate-x-128{
    --tw-translate-x: -8rem;
  }

  .min-width\:-translate-x-96{
    --tw-translate-x: -6rem;
  }

  .min-width\:-translate-x-64{
    --tw-translate-x: -4rem;
  }

  .min-width\:-translate-x-32{
    --tw-translate-x: -2rem;
  }

  .min-width\:-translate-x-8{
    --tw-translate-x: -0.5rem;
  }

  .min-width\:translate-x-5\%{
    --tw-translate-x: 5%;
  }

  .min-width\:translate-x-10\%{
    --tw-translate-x: 10%;
  }

  .min-width\:translate-x-15\%{
    --tw-translate-x: 15%;
  }

  .min-width\:translate-x-20\%{
    --tw-translate-x: 20%;
  }

  .min-width\:translate-x-25\%{
    --tw-translate-x: 25%;
  }

  .min-width\:translate-x-30\%{
    --tw-translate-x: 30%;
  }

  .min-width\:translate-x-31\%{
    --tw-translate-x: 31%;
  }

  .min-width\:translate-x-33\%{
    --tw-translate-x: 33.333%;
  }

  .min-width\:translate-x-34\%{
    --tw-translate-x: 34%;
  }

  .min-width\:translate-x-45\%{
    --tw-translate-x: 45%;
  }

  .min-width\:translate-x-50\%{
    --tw-translate-x: 50%;
  }

  .min-width\:translate-x-54\%{
    --tw-translate-x: 54%;
  }

  .min-width\:translate-x-75\%{
    --tw-translate-x: 75%;
  }

  .min-width\:translate-x-55\%{
    --tw-translate-x: 55%;
  }

  .min-width\:translate-x-65\%{
    --tw-translate-x: 65%;
  }

  .min-width\:translate-x-66\%{
    --tw-translate-x: 66%;
  }

  .min-width\:translate-x-85\%{
    --tw-translate-x: 85%;
  }

  .min-width\:translate-x-96\%{
    --tw-translate-x: 96%;
  }

  .min-width\:translate-x-130\%{
    --tw-translate-x: 130%;
  }

  .min-width\:translate-x-135\%{
    --tw-translate-x: 135%;
  }

  .min-width\:translate-x-200\%{
    --tw-translate-x: 200%;
  }

  .min-width\:translate-x-16\/9{
    --tw-translate-x: 56.25%;
  }

  .min-width\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .min-width\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .min-width\:translate-x-span{
    --tw-translate-x: 8.333%;
  }

  .min-width\:translate-x-2span{
    --tw-translate-x: 16.666%;
  }

  .min-width\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .min-width\:-translate-x-4{
    --tw-translate-x: -0.25rem;
  }

  .min-width\:-translate-x-12{
    --tw-translate-x: -0.75rem;
  }

  .min-width\:-translate-x-16{
    --tw-translate-x: -1rem;
  }

  .min-width\:-translate-x-20{
    --tw-translate-x: -1.25rem;
  }

  .min-width\:-translate-x-24{
    --tw-translate-x: -1.5rem;
  }

  .min-width\:-translate-x-40{
    --tw-translate-x: -2.5rem;
  }

  .min-width\:-translate-x-48{
    --tw-translate-x: -3rem;
  }

  .min-width\:-translate-x-56{
    --tw-translate-x: -3.5rem;
  }

  .min-width\:-translate-x-80{
    --tw-translate-x: -5rem;
  }

  .min-width\:-translate-x-104{
    --tw-translate-x: -6.5rem;
  }

  .min-width\:-translate-x-112{
    --tw-translate-x: -7rem;
  }

  .min-width\:-translate-x-140{
    --tw-translate-x: -8.75rem;
  }

  .min-width\:-translate-x-160{
    --tw-translate-x: -10rem;
  }

  .min-width\:-translate-x-180{
    --tw-translate-x: -11.25rem;
  }

  .min-width\:-translate-x-200{
    --tw-translate-x: -12.5rem;
  }

  .min-width\:-translate-x-224{
    --tw-translate-x: -14rem;
  }

  .min-width\:-translate-x-240{
    --tw-translate-x: -15rem;
  }

  .min-width\:-translate-x-260{
    --tw-translate-x: -16.25rem;
  }

  .min-width\:-translate-x-300{
    --tw-translate-x: -18.75rem;
  }

  .min-width\:-translate-x--78\%{
    --tw-translate-x: 78%;
  }

  .min-width\:-translate-x--80\%{
    --tw-translate-x: 80%;
  }

  .min-width\:-translate-x--50\%{
    --tw-translate-x: 50%;
  }

  .min-width\:-translate-x--35\%{
    --tw-translate-x: 35%;
  }

  .min-width\:-translate-x--128{
    --tw-translate-x: 8rem;
  }

  .min-width\:-translate-x--96{
    --tw-translate-x: 6rem;
  }

  .min-width\:-translate-x--64{
    --tw-translate-x: 4rem;
  }

  .min-width\:-translate-x--32{
    --tw-translate-x: 2rem;
  }

  .min-width\:-translate-x--8{
    --tw-translate-x: 0.5rem;
  }

  .min-width\:-translate-x-5\%{
    --tw-translate-x: -5%;
  }

  .min-width\:-translate-x-10\%{
    --tw-translate-x: -10%;
  }

  .min-width\:-translate-x-15\%{
    --tw-translate-x: -15%;
  }

  .min-width\:-translate-x-20\%{
    --tw-translate-x: -20%;
  }

  .min-width\:-translate-x-25\%{
    --tw-translate-x: -25%;
  }

  .min-width\:-translate-x-30\%{
    --tw-translate-x: -30%;
  }

  .min-width\:-translate-x-31\%{
    --tw-translate-x: -31%;
  }

  .min-width\:-translate-x-33\%{
    --tw-translate-x: -33.333%;
  }

  .min-width\:-translate-x-34\%{
    --tw-translate-x: -34%;
  }

  .min-width\:-translate-x-45\%{
    --tw-translate-x: -45%;
  }

  .min-width\:-translate-x-54\%{
    --tw-translate-x: -54%;
  }

  .min-width\:-translate-x-75\%{
    --tw-translate-x: -75%;
  }

  .min-width\:-translate-x-55\%{
    --tw-translate-x: -55%;
  }

  .min-width\:-translate-x-65\%{
    --tw-translate-x: -65%;
  }

  .min-width\:-translate-x-66\%{
    --tw-translate-x: -66%;
  }

  .min-width\:-translate-x-85\%{
    --tw-translate-x: -85%;
  }

  .min-width\:-translate-x-96\%{
    --tw-translate-x: -96%;
  }

  .min-width\:-translate-x-130\%{
    --tw-translate-x: -130%;
  }

  .min-width\:-translate-x-135\%{
    --tw-translate-x: -135%;
  }

  .min-width\:-translate-x-200\%{
    --tw-translate-x: -200%;
  }

  .min-width\:-translate-x-16\/9{
    --tw-translate-x: -56.25%;
  }

  .min-width\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .min-width\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .min-width\:-translate-x-span{
    --tw-translate-x: -8.333%;
  }

  .min-width\:-translate-x-2span{
    --tw-translate-x: -16.666%;
  }

  .min-width\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .min-width\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .min-width\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .min-width\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .min-width\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .min-width\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .min-width\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .min-width\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .min-width\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .min-width\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .min-width\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .min-width\:translate-y-0{
    --tw-translate-y: 0;
  }

  .min-width\:translate-y-4{
    --tw-translate-y: 0.25rem;
  }

  .min-width\:translate-y-8{
    --tw-translate-y: 0.5rem;
  }

  .min-width\:translate-y-12{
    --tw-translate-y: 0.75rem;
  }

  .min-width\:translate-y-16{
    --tw-translate-y: 1rem;
  }

  .min-width\:translate-y-20{
    --tw-translate-y: 1.25rem;
  }

  .min-width\:translate-y-24{
    --tw-translate-y: 1.5rem;
  }

  .min-width\:translate-y-32{
    --tw-translate-y: 2rem;
  }

  .min-width\:translate-y-40{
    --tw-translate-y: 2.5rem;
  }

  .min-width\:translate-y-48{
    --tw-translate-y: 3rem;
  }

  .min-width\:translate-y-56{
    --tw-translate-y: 3.5rem;
  }

  .min-width\:translate-y-64{
    --tw-translate-y: 4rem;
  }

  .min-width\:translate-y-80{
    --tw-translate-y: 5rem;
  }

  .min-width\:translate-y-96{
    --tw-translate-y: 6rem;
  }

  .min-width\:translate-y-104{
    --tw-translate-y: 6.5rem;
  }

  .min-width\:translate-y-112{
    --tw-translate-y: 7rem;
  }

  .min-width\:translate-y-128{
    --tw-translate-y: 8rem;
  }

  .min-width\:translate-y-140{
    --tw-translate-y: 8.75rem;
  }

  .min-width\:translate-y-160{
    --tw-translate-y: 10rem;
  }

  .min-width\:translate-y-180{
    --tw-translate-y: 11.25rem;
  }

  .min-width\:translate-y-200{
    --tw-translate-y: 12.5rem;
  }

  .min-width\:translate-y-224{
    --tw-translate-y: 14rem;
  }

  .min-width\:translate-y-240{
    --tw-translate-y: 15rem;
  }

  .min-width\:translate-y-260{
    --tw-translate-y: 16.25rem;
  }

  .min-width\:translate-y-300{
    --tw-translate-y: 18.75rem;
  }

  .min-width\:-translate-y-78\%{
    --tw-translate-y: -78%;
  }

  .min-width\:-translate-y-80\%{
    --tw-translate-y: -80%;
  }

  .min-width\:-translate-y-50\%{
    --tw-translate-y: -50%;
  }

  .min-width\:-translate-y-35\%{
    --tw-translate-y: -35%;
  }

  .min-width\:-translate-y-128{
    --tw-translate-y: -8rem;
  }

  .min-width\:-translate-y-96{
    --tw-translate-y: -6rem;
  }

  .min-width\:-translate-y-64{
    --tw-translate-y: -4rem;
  }

  .min-width\:-translate-y-32{
    --tw-translate-y: -2rem;
  }

  .min-width\:-translate-y-8{
    --tw-translate-y: -0.5rem;
  }

  .min-width\:translate-y-5\%{
    --tw-translate-y: 5%;
  }

  .min-width\:translate-y-10\%{
    --tw-translate-y: 10%;
  }

  .min-width\:translate-y-15\%{
    --tw-translate-y: 15%;
  }

  .min-width\:translate-y-20\%{
    --tw-translate-y: 20%;
  }

  .min-width\:translate-y-25\%{
    --tw-translate-y: 25%;
  }

  .min-width\:translate-y-30\%{
    --tw-translate-y: 30%;
  }

  .min-width\:translate-y-31\%{
    --tw-translate-y: 31%;
  }

  .min-width\:translate-y-33\%{
    --tw-translate-y: 33.333%;
  }

  .min-width\:translate-y-34\%{
    --tw-translate-y: 34%;
  }

  .min-width\:translate-y-45\%{
    --tw-translate-y: 45%;
  }

  .min-width\:translate-y-50\%{
    --tw-translate-y: 50%;
  }

  .min-width\:translate-y-54\%{
    --tw-translate-y: 54%;
  }

  .min-width\:translate-y-75\%{
    --tw-translate-y: 75%;
  }

  .min-width\:translate-y-55\%{
    --tw-translate-y: 55%;
  }

  .min-width\:translate-y-65\%{
    --tw-translate-y: 65%;
  }

  .min-width\:translate-y-66\%{
    --tw-translate-y: 66%;
  }

  .min-width\:translate-y-85\%{
    --tw-translate-y: 85%;
  }

  .min-width\:translate-y-96\%{
    --tw-translate-y: 96%;
  }

  .min-width\:translate-y-130\%{
    --tw-translate-y: 130%;
  }

  .min-width\:translate-y-135\%{
    --tw-translate-y: 135%;
  }

  .min-width\:translate-y-200\%{
    --tw-translate-y: 200%;
  }

  .min-width\:translate-y-16\/9{
    --tw-translate-y: 56.25%;
  }

  .min-width\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .min-width\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .min-width\:translate-y-span{
    --tw-translate-y: 8.333%;
  }

  .min-width\:translate-y-2span{
    --tw-translate-y: 16.666%;
  }

  .min-width\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .min-width\:-translate-y-4{
    --tw-translate-y: -0.25rem;
  }

  .min-width\:-translate-y-12{
    --tw-translate-y: -0.75rem;
  }

  .min-width\:-translate-y-16{
    --tw-translate-y: -1rem;
  }

  .min-width\:-translate-y-20{
    --tw-translate-y: -1.25rem;
  }

  .min-width\:-translate-y-24{
    --tw-translate-y: -1.5rem;
  }

  .min-width\:-translate-y-40{
    --tw-translate-y: -2.5rem;
  }

  .min-width\:-translate-y-48{
    --tw-translate-y: -3rem;
  }

  .min-width\:-translate-y-56{
    --tw-translate-y: -3.5rem;
  }

  .min-width\:-translate-y-80{
    --tw-translate-y: -5rem;
  }

  .min-width\:-translate-y-104{
    --tw-translate-y: -6.5rem;
  }

  .min-width\:-translate-y-112{
    --tw-translate-y: -7rem;
  }

  .min-width\:-translate-y-140{
    --tw-translate-y: -8.75rem;
  }

  .min-width\:-translate-y-160{
    --tw-translate-y: -10rem;
  }

  .min-width\:-translate-y-180{
    --tw-translate-y: -11.25rem;
  }

  .min-width\:-translate-y-200{
    --tw-translate-y: -12.5rem;
  }

  .min-width\:-translate-y-224{
    --tw-translate-y: -14rem;
  }

  .min-width\:-translate-y-240{
    --tw-translate-y: -15rem;
  }

  .min-width\:-translate-y-260{
    --tw-translate-y: -16.25rem;
  }

  .min-width\:-translate-y-300{
    --tw-translate-y: -18.75rem;
  }

  .min-width\:-translate-y--78\%{
    --tw-translate-y: 78%;
  }

  .min-width\:-translate-y--80\%{
    --tw-translate-y: 80%;
  }

  .min-width\:-translate-y--50\%{
    --tw-translate-y: 50%;
  }

  .min-width\:-translate-y--35\%{
    --tw-translate-y: 35%;
  }

  .min-width\:-translate-y--128{
    --tw-translate-y: 8rem;
  }

  .min-width\:-translate-y--96{
    --tw-translate-y: 6rem;
  }

  .min-width\:-translate-y--64{
    --tw-translate-y: 4rem;
  }

  .min-width\:-translate-y--32{
    --tw-translate-y: 2rem;
  }

  .min-width\:-translate-y--8{
    --tw-translate-y: 0.5rem;
  }

  .min-width\:-translate-y-5\%{
    --tw-translate-y: -5%;
  }

  .min-width\:-translate-y-10\%{
    --tw-translate-y: -10%;
  }

  .min-width\:-translate-y-15\%{
    --tw-translate-y: -15%;
  }

  .min-width\:-translate-y-20\%{
    --tw-translate-y: -20%;
  }

  .min-width\:-translate-y-25\%{
    --tw-translate-y: -25%;
  }

  .min-width\:-translate-y-30\%{
    --tw-translate-y: -30%;
  }

  .min-width\:-translate-y-31\%{
    --tw-translate-y: -31%;
  }

  .min-width\:-translate-y-33\%{
    --tw-translate-y: -33.333%;
  }

  .min-width\:-translate-y-34\%{
    --tw-translate-y: -34%;
  }

  .min-width\:-translate-y-45\%{
    --tw-translate-y: -45%;
  }

  .min-width\:-translate-y-54\%{
    --tw-translate-y: -54%;
  }

  .min-width\:-translate-y-75\%{
    --tw-translate-y: -75%;
  }

  .min-width\:-translate-y-55\%{
    --tw-translate-y: -55%;
  }

  .min-width\:-translate-y-65\%{
    --tw-translate-y: -65%;
  }

  .min-width\:-translate-y-66\%{
    --tw-translate-y: -66%;
  }

  .min-width\:-translate-y-85\%{
    --tw-translate-y: -85%;
  }

  .min-width\:-translate-y-96\%{
    --tw-translate-y: -96%;
  }

  .min-width\:-translate-y-130\%{
    --tw-translate-y: -130%;
  }

  .min-width\:-translate-y-135\%{
    --tw-translate-y: -135%;
  }

  .min-width\:-translate-y-200\%{
    --tw-translate-y: -200%;
  }

  .min-width\:-translate-y-16\/9{
    --tw-translate-y: -56.25%;
  }

  .min-width\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .min-width\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .min-width\:-translate-y-span{
    --tw-translate-y: -8.333%;
  }

  .min-width\:-translate-y-2span{
    --tw-translate-y: -16.666%;
  }

  .min-width\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .min-width\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .min-width\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .min-width\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .min-width\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .min-width\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .min-width\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .min-width\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .min-width\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .min-width\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .min-width\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .min-width\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .min-width\:hover\:translate-x-4:hover{
    --tw-translate-x: 0.25rem;
  }

  .min-width\:hover\:translate-x-8:hover{
    --tw-translate-x: 0.5rem;
  }

  .min-width\:hover\:translate-x-12:hover{
    --tw-translate-x: 0.75rem;
  }

  .min-width\:hover\:translate-x-16:hover{
    --tw-translate-x: 1rem;
  }

  .min-width\:hover\:translate-x-20:hover{
    --tw-translate-x: 1.25rem;
  }

  .min-width\:hover\:translate-x-24:hover{
    --tw-translate-x: 1.5rem;
  }

  .min-width\:hover\:translate-x-32:hover{
    --tw-translate-x: 2rem;
  }

  .min-width\:hover\:translate-x-40:hover{
    --tw-translate-x: 2.5rem;
  }

  .min-width\:hover\:translate-x-48:hover{
    --tw-translate-x: 3rem;
  }

  .min-width\:hover\:translate-x-56:hover{
    --tw-translate-x: 3.5rem;
  }

  .min-width\:hover\:translate-x-64:hover{
    --tw-translate-x: 4rem;
  }

  .min-width\:hover\:translate-x-80:hover{
    --tw-translate-x: 5rem;
  }

  .min-width\:hover\:translate-x-96:hover{
    --tw-translate-x: 6rem;
  }

  .min-width\:hover\:translate-x-104:hover{
    --tw-translate-x: 6.5rem;
  }

  .min-width\:hover\:translate-x-112:hover{
    --tw-translate-x: 7rem;
  }

  .min-width\:hover\:translate-x-128:hover{
    --tw-translate-x: 8rem;
  }

  .min-width\:hover\:translate-x-140:hover{
    --tw-translate-x: 8.75rem;
  }

  .min-width\:hover\:translate-x-160:hover{
    --tw-translate-x: 10rem;
  }

  .min-width\:hover\:translate-x-180:hover{
    --tw-translate-x: 11.25rem;
  }

  .min-width\:hover\:translate-x-200:hover{
    --tw-translate-x: 12.5rem;
  }

  .min-width\:hover\:translate-x-224:hover{
    --tw-translate-x: 14rem;
  }

  .min-width\:hover\:translate-x-240:hover{
    --tw-translate-x: 15rem;
  }

  .min-width\:hover\:translate-x-260:hover{
    --tw-translate-x: 16.25rem;
  }

  .min-width\:hover\:translate-x-300:hover{
    --tw-translate-x: 18.75rem;
  }

  .min-width\:hover\:-translate-x-78\%:hover{
    --tw-translate-x: -78%;
  }

  .min-width\:hover\:-translate-x-80\%:hover{
    --tw-translate-x: -80%;
  }

  .min-width\:hover\:-translate-x-50\%:hover{
    --tw-translate-x: -50%;
  }

  .min-width\:hover\:-translate-x-35\%:hover{
    --tw-translate-x: -35%;
  }

  .min-width\:hover\:-translate-x-128:hover{
    --tw-translate-x: -8rem;
  }

  .min-width\:hover\:-translate-x-96:hover{
    --tw-translate-x: -6rem;
  }

  .min-width\:hover\:-translate-x-64:hover{
    --tw-translate-x: -4rem;
  }

  .min-width\:hover\:-translate-x-32:hover{
    --tw-translate-x: -2rem;
  }

  .min-width\:hover\:-translate-x-8:hover{
    --tw-translate-x: -0.5rem;
  }

  .min-width\:hover\:translate-x-5\%:hover{
    --tw-translate-x: 5%;
  }

  .min-width\:hover\:translate-x-10\%:hover{
    --tw-translate-x: 10%;
  }

  .min-width\:hover\:translate-x-15\%:hover{
    --tw-translate-x: 15%;
  }

  .min-width\:hover\:translate-x-20\%:hover{
    --tw-translate-x: 20%;
  }

  .min-width\:hover\:translate-x-25\%:hover{
    --tw-translate-x: 25%;
  }

  .min-width\:hover\:translate-x-30\%:hover{
    --tw-translate-x: 30%;
  }

  .min-width\:hover\:translate-x-31\%:hover{
    --tw-translate-x: 31%;
  }

  .min-width\:hover\:translate-x-33\%:hover{
    --tw-translate-x: 33.333%;
  }

  .min-width\:hover\:translate-x-34\%:hover{
    --tw-translate-x: 34%;
  }

  .min-width\:hover\:translate-x-45\%:hover{
    --tw-translate-x: 45%;
  }

  .min-width\:hover\:translate-x-50\%:hover{
    --tw-translate-x: 50%;
  }

  .min-width\:hover\:translate-x-54\%:hover{
    --tw-translate-x: 54%;
  }

  .min-width\:hover\:translate-x-75\%:hover{
    --tw-translate-x: 75%;
  }

  .min-width\:hover\:translate-x-55\%:hover{
    --tw-translate-x: 55%;
  }

  .min-width\:hover\:translate-x-65\%:hover{
    --tw-translate-x: 65%;
  }

  .min-width\:hover\:translate-x-66\%:hover{
    --tw-translate-x: 66%;
  }

  .min-width\:hover\:translate-x-85\%:hover{
    --tw-translate-x: 85%;
  }

  .min-width\:hover\:translate-x-96\%:hover{
    --tw-translate-x: 96%;
  }

  .min-width\:hover\:translate-x-130\%:hover{
    --tw-translate-x: 130%;
  }

  .min-width\:hover\:translate-x-135\%:hover{
    --tw-translate-x: 135%;
  }

  .min-width\:hover\:translate-x-200\%:hover{
    --tw-translate-x: 200%;
  }

  .min-width\:hover\:translate-x-16\/9:hover{
    --tw-translate-x: 56.25%;
  }

  .min-width\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .min-width\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .min-width\:hover\:translate-x-span:hover{
    --tw-translate-x: 8.333%;
  }

  .min-width\:hover\:translate-x-2span:hover{
    --tw-translate-x: 16.666%;
  }

  .min-width\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .min-width\:hover\:-translate-x-4:hover{
    --tw-translate-x: -0.25rem;
  }

  .min-width\:hover\:-translate-x-12:hover{
    --tw-translate-x: -0.75rem;
  }

  .min-width\:hover\:-translate-x-16:hover{
    --tw-translate-x: -1rem;
  }

  .min-width\:hover\:-translate-x-20:hover{
    --tw-translate-x: -1.25rem;
  }

  .min-width\:hover\:-translate-x-24:hover{
    --tw-translate-x: -1.5rem;
  }

  .min-width\:hover\:-translate-x-40:hover{
    --tw-translate-x: -2.5rem;
  }

  .min-width\:hover\:-translate-x-48:hover{
    --tw-translate-x: -3rem;
  }

  .min-width\:hover\:-translate-x-56:hover{
    --tw-translate-x: -3.5rem;
  }

  .min-width\:hover\:-translate-x-80:hover{
    --tw-translate-x: -5rem;
  }

  .min-width\:hover\:-translate-x-104:hover{
    --tw-translate-x: -6.5rem;
  }

  .min-width\:hover\:-translate-x-112:hover{
    --tw-translate-x: -7rem;
  }

  .min-width\:hover\:-translate-x-140:hover{
    --tw-translate-x: -8.75rem;
  }

  .min-width\:hover\:-translate-x-160:hover{
    --tw-translate-x: -10rem;
  }

  .min-width\:hover\:-translate-x-180:hover{
    --tw-translate-x: -11.25rem;
  }

  .min-width\:hover\:-translate-x-200:hover{
    --tw-translate-x: -12.5rem;
  }

  .min-width\:hover\:-translate-x-224:hover{
    --tw-translate-x: -14rem;
  }

  .min-width\:hover\:-translate-x-240:hover{
    --tw-translate-x: -15rem;
  }

  .min-width\:hover\:-translate-x-260:hover{
    --tw-translate-x: -16.25rem;
  }

  .min-width\:hover\:-translate-x-300:hover{
    --tw-translate-x: -18.75rem;
  }

  .min-width\:hover\:-translate-x--78\%:hover{
    --tw-translate-x: 78%;
  }

  .min-width\:hover\:-translate-x--80\%:hover{
    --tw-translate-x: 80%;
  }

  .min-width\:hover\:-translate-x--50\%:hover{
    --tw-translate-x: 50%;
  }

  .min-width\:hover\:-translate-x--35\%:hover{
    --tw-translate-x: 35%;
  }

  .min-width\:hover\:-translate-x--128:hover{
    --tw-translate-x: 8rem;
  }

  .min-width\:hover\:-translate-x--96:hover{
    --tw-translate-x: 6rem;
  }

  .min-width\:hover\:-translate-x--64:hover{
    --tw-translate-x: 4rem;
  }

  .min-width\:hover\:-translate-x--32:hover{
    --tw-translate-x: 2rem;
  }

  .min-width\:hover\:-translate-x--8:hover{
    --tw-translate-x: 0.5rem;
  }

  .min-width\:hover\:-translate-x-5\%:hover{
    --tw-translate-x: -5%;
  }

  .min-width\:hover\:-translate-x-10\%:hover{
    --tw-translate-x: -10%;
  }

  .min-width\:hover\:-translate-x-15\%:hover{
    --tw-translate-x: -15%;
  }

  .min-width\:hover\:-translate-x-20\%:hover{
    --tw-translate-x: -20%;
  }

  .min-width\:hover\:-translate-x-25\%:hover{
    --tw-translate-x: -25%;
  }

  .min-width\:hover\:-translate-x-30\%:hover{
    --tw-translate-x: -30%;
  }

  .min-width\:hover\:-translate-x-31\%:hover{
    --tw-translate-x: -31%;
  }

  .min-width\:hover\:-translate-x-33\%:hover{
    --tw-translate-x: -33.333%;
  }

  .min-width\:hover\:-translate-x-34\%:hover{
    --tw-translate-x: -34%;
  }

  .min-width\:hover\:-translate-x-45\%:hover{
    --tw-translate-x: -45%;
  }

  .min-width\:hover\:-translate-x-54\%:hover{
    --tw-translate-x: -54%;
  }

  .min-width\:hover\:-translate-x-75\%:hover{
    --tw-translate-x: -75%;
  }

  .min-width\:hover\:-translate-x-55\%:hover{
    --tw-translate-x: -55%;
  }

  .min-width\:hover\:-translate-x-65\%:hover{
    --tw-translate-x: -65%;
  }

  .min-width\:hover\:-translate-x-66\%:hover{
    --tw-translate-x: -66%;
  }

  .min-width\:hover\:-translate-x-85\%:hover{
    --tw-translate-x: -85%;
  }

  .min-width\:hover\:-translate-x-96\%:hover{
    --tw-translate-x: -96%;
  }

  .min-width\:hover\:-translate-x-130\%:hover{
    --tw-translate-x: -130%;
  }

  .min-width\:hover\:-translate-x-135\%:hover{
    --tw-translate-x: -135%;
  }

  .min-width\:hover\:-translate-x-200\%:hover{
    --tw-translate-x: -200%;
  }

  .min-width\:hover\:-translate-x-16\/9:hover{
    --tw-translate-x: -56.25%;
  }

  .min-width\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .min-width\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .min-width\:hover\:-translate-x-span:hover{
    --tw-translate-x: -8.333%;
  }

  .min-width\:hover\:-translate-x-2span:hover{
    --tw-translate-x: -16.666%;
  }

  .min-width\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .min-width\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .min-width\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .min-width\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .min-width\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .min-width\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .min-width\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .min-width\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .min-width\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .min-width\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .min-width\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .min-width\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  .min-width\:hover\:translate-y-4:hover{
    --tw-translate-y: 0.25rem;
  }

  .min-width\:hover\:translate-y-8:hover{
    --tw-translate-y: 0.5rem;
  }

  .min-width\:hover\:translate-y-12:hover{
    --tw-translate-y: 0.75rem;
  }

  .min-width\:hover\:translate-y-16:hover{
    --tw-translate-y: 1rem;
  }

  .min-width\:hover\:translate-y-20:hover{
    --tw-translate-y: 1.25rem;
  }

  .min-width\:hover\:translate-y-24:hover{
    --tw-translate-y: 1.5rem;
  }

  .min-width\:hover\:translate-y-32:hover{
    --tw-translate-y: 2rem;
  }

  .min-width\:hover\:translate-y-40:hover{
    --tw-translate-y: 2.5rem;
  }

  .min-width\:hover\:translate-y-48:hover{
    --tw-translate-y: 3rem;
  }

  .min-width\:hover\:translate-y-56:hover{
    --tw-translate-y: 3.5rem;
  }

  .min-width\:hover\:translate-y-64:hover{
    --tw-translate-y: 4rem;
  }

  .min-width\:hover\:translate-y-80:hover{
    --tw-translate-y: 5rem;
  }

  .min-width\:hover\:translate-y-96:hover{
    --tw-translate-y: 6rem;
  }

  .min-width\:hover\:translate-y-104:hover{
    --tw-translate-y: 6.5rem;
  }

  .min-width\:hover\:translate-y-112:hover{
    --tw-translate-y: 7rem;
  }

  .min-width\:hover\:translate-y-128:hover{
    --tw-translate-y: 8rem;
  }

  .min-width\:hover\:translate-y-140:hover{
    --tw-translate-y: 8.75rem;
  }

  .min-width\:hover\:translate-y-160:hover{
    --tw-translate-y: 10rem;
  }

  .min-width\:hover\:translate-y-180:hover{
    --tw-translate-y: 11.25rem;
  }

  .min-width\:hover\:translate-y-200:hover{
    --tw-translate-y: 12.5rem;
  }

  .min-width\:hover\:translate-y-224:hover{
    --tw-translate-y: 14rem;
  }

  .min-width\:hover\:translate-y-240:hover{
    --tw-translate-y: 15rem;
  }

  .min-width\:hover\:translate-y-260:hover{
    --tw-translate-y: 16.25rem;
  }

  .min-width\:hover\:translate-y-300:hover{
    --tw-translate-y: 18.75rem;
  }

  .min-width\:hover\:-translate-y-78\%:hover{
    --tw-translate-y: -78%;
  }

  .min-width\:hover\:-translate-y-80\%:hover{
    --tw-translate-y: -80%;
  }

  .min-width\:hover\:-translate-y-50\%:hover{
    --tw-translate-y: -50%;
  }

  .min-width\:hover\:-translate-y-35\%:hover{
    --tw-translate-y: -35%;
  }

  .min-width\:hover\:-translate-y-128:hover{
    --tw-translate-y: -8rem;
  }

  .min-width\:hover\:-translate-y-96:hover{
    --tw-translate-y: -6rem;
  }

  .min-width\:hover\:-translate-y-64:hover{
    --tw-translate-y: -4rem;
  }

  .min-width\:hover\:-translate-y-32:hover{
    --tw-translate-y: -2rem;
  }

  .min-width\:hover\:-translate-y-8:hover{
    --tw-translate-y: -0.5rem;
  }

  .min-width\:hover\:translate-y-5\%:hover{
    --tw-translate-y: 5%;
  }

  .min-width\:hover\:translate-y-10\%:hover{
    --tw-translate-y: 10%;
  }

  .min-width\:hover\:translate-y-15\%:hover{
    --tw-translate-y: 15%;
  }

  .min-width\:hover\:translate-y-20\%:hover{
    --tw-translate-y: 20%;
  }

  .min-width\:hover\:translate-y-25\%:hover{
    --tw-translate-y: 25%;
  }

  .min-width\:hover\:translate-y-30\%:hover{
    --tw-translate-y: 30%;
  }

  .min-width\:hover\:translate-y-31\%:hover{
    --tw-translate-y: 31%;
  }

  .min-width\:hover\:translate-y-33\%:hover{
    --tw-translate-y: 33.333%;
  }

  .min-width\:hover\:translate-y-34\%:hover{
    --tw-translate-y: 34%;
  }

  .min-width\:hover\:translate-y-45\%:hover{
    --tw-translate-y: 45%;
  }

  .min-width\:hover\:translate-y-50\%:hover{
    --tw-translate-y: 50%;
  }

  .min-width\:hover\:translate-y-54\%:hover{
    --tw-translate-y: 54%;
  }

  .min-width\:hover\:translate-y-75\%:hover{
    --tw-translate-y: 75%;
  }

  .min-width\:hover\:translate-y-55\%:hover{
    --tw-translate-y: 55%;
  }

  .min-width\:hover\:translate-y-65\%:hover{
    --tw-translate-y: 65%;
  }

  .min-width\:hover\:translate-y-66\%:hover{
    --tw-translate-y: 66%;
  }

  .min-width\:hover\:translate-y-85\%:hover{
    --tw-translate-y: 85%;
  }

  .min-width\:hover\:translate-y-96\%:hover{
    --tw-translate-y: 96%;
  }

  .min-width\:hover\:translate-y-130\%:hover{
    --tw-translate-y: 130%;
  }

  .min-width\:hover\:translate-y-135\%:hover{
    --tw-translate-y: 135%;
  }

  .min-width\:hover\:translate-y-200\%:hover{
    --tw-translate-y: 200%;
  }

  .min-width\:hover\:translate-y-16\/9:hover{
    --tw-translate-y: 56.25%;
  }

  .min-width\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .min-width\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .min-width\:hover\:translate-y-span:hover{
    --tw-translate-y: 8.333%;
  }

  .min-width\:hover\:translate-y-2span:hover{
    --tw-translate-y: 16.666%;
  }

  .min-width\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .min-width\:hover\:-translate-y-4:hover{
    --tw-translate-y: -0.25rem;
  }

  .min-width\:hover\:-translate-y-12:hover{
    --tw-translate-y: -0.75rem;
  }

  .min-width\:hover\:-translate-y-16:hover{
    --tw-translate-y: -1rem;
  }

  .min-width\:hover\:-translate-y-20:hover{
    --tw-translate-y: -1.25rem;
  }

  .min-width\:hover\:-translate-y-24:hover{
    --tw-translate-y: -1.5rem;
  }

  .min-width\:hover\:-translate-y-40:hover{
    --tw-translate-y: -2.5rem;
  }

  .min-width\:hover\:-translate-y-48:hover{
    --tw-translate-y: -3rem;
  }

  .min-width\:hover\:-translate-y-56:hover{
    --tw-translate-y: -3.5rem;
  }

  .min-width\:hover\:-translate-y-80:hover{
    --tw-translate-y: -5rem;
  }

  .min-width\:hover\:-translate-y-104:hover{
    --tw-translate-y: -6.5rem;
  }

  .min-width\:hover\:-translate-y-112:hover{
    --tw-translate-y: -7rem;
  }

  .min-width\:hover\:-translate-y-140:hover{
    --tw-translate-y: -8.75rem;
  }

  .min-width\:hover\:-translate-y-160:hover{
    --tw-translate-y: -10rem;
  }

  .min-width\:hover\:-translate-y-180:hover{
    --tw-translate-y: -11.25rem;
  }

  .min-width\:hover\:-translate-y-200:hover{
    --tw-translate-y: -12.5rem;
  }

  .min-width\:hover\:-translate-y-224:hover{
    --tw-translate-y: -14rem;
  }

  .min-width\:hover\:-translate-y-240:hover{
    --tw-translate-y: -15rem;
  }

  .min-width\:hover\:-translate-y-260:hover{
    --tw-translate-y: -16.25rem;
  }

  .min-width\:hover\:-translate-y-300:hover{
    --tw-translate-y: -18.75rem;
  }

  .min-width\:hover\:-translate-y--78\%:hover{
    --tw-translate-y: 78%;
  }

  .min-width\:hover\:-translate-y--80\%:hover{
    --tw-translate-y: 80%;
  }

  .min-width\:hover\:-translate-y--50\%:hover{
    --tw-translate-y: 50%;
  }

  .min-width\:hover\:-translate-y--35\%:hover{
    --tw-translate-y: 35%;
  }

  .min-width\:hover\:-translate-y--128:hover{
    --tw-translate-y: 8rem;
  }

  .min-width\:hover\:-translate-y--96:hover{
    --tw-translate-y: 6rem;
  }

  .min-width\:hover\:-translate-y--64:hover{
    --tw-translate-y: 4rem;
  }

  .min-width\:hover\:-translate-y--32:hover{
    --tw-translate-y: 2rem;
  }

  .min-width\:hover\:-translate-y--8:hover{
    --tw-translate-y: 0.5rem;
  }

  .min-width\:hover\:-translate-y-5\%:hover{
    --tw-translate-y: -5%;
  }

  .min-width\:hover\:-translate-y-10\%:hover{
    --tw-translate-y: -10%;
  }

  .min-width\:hover\:-translate-y-15\%:hover{
    --tw-translate-y: -15%;
  }

  .min-width\:hover\:-translate-y-20\%:hover{
    --tw-translate-y: -20%;
  }

  .min-width\:hover\:-translate-y-25\%:hover{
    --tw-translate-y: -25%;
  }

  .min-width\:hover\:-translate-y-30\%:hover{
    --tw-translate-y: -30%;
  }

  .min-width\:hover\:-translate-y-31\%:hover{
    --tw-translate-y: -31%;
  }

  .min-width\:hover\:-translate-y-33\%:hover{
    --tw-translate-y: -33.333%;
  }

  .min-width\:hover\:-translate-y-34\%:hover{
    --tw-translate-y: -34%;
  }

  .min-width\:hover\:-translate-y-45\%:hover{
    --tw-translate-y: -45%;
  }

  .min-width\:hover\:-translate-y-54\%:hover{
    --tw-translate-y: -54%;
  }

  .min-width\:hover\:-translate-y-75\%:hover{
    --tw-translate-y: -75%;
  }

  .min-width\:hover\:-translate-y-55\%:hover{
    --tw-translate-y: -55%;
  }

  .min-width\:hover\:-translate-y-65\%:hover{
    --tw-translate-y: -65%;
  }

  .min-width\:hover\:-translate-y-66\%:hover{
    --tw-translate-y: -66%;
  }

  .min-width\:hover\:-translate-y-85\%:hover{
    --tw-translate-y: -85%;
  }

  .min-width\:hover\:-translate-y-96\%:hover{
    --tw-translate-y: -96%;
  }

  .min-width\:hover\:-translate-y-130\%:hover{
    --tw-translate-y: -130%;
  }

  .min-width\:hover\:-translate-y-135\%:hover{
    --tw-translate-y: -135%;
  }

  .min-width\:hover\:-translate-y-200\%:hover{
    --tw-translate-y: -200%;
  }

  .min-width\:hover\:-translate-y-16\/9:hover{
    --tw-translate-y: -56.25%;
  }

  .min-width\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .min-width\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .min-width\:hover\:-translate-y-span:hover{
    --tw-translate-y: -8.333%;
  }

  .min-width\:hover\:-translate-y-2span:hover{
    --tw-translate-y: -16.666%;
  }

  .min-width\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .min-width\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .min-width\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .min-width\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .min-width\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .min-width\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .min-width\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .min-width\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .min-width\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .min-width\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .min-width\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .min-width\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .min-width\:focus\:translate-x-4:focus{
    --tw-translate-x: 0.25rem;
  }

  .min-width\:focus\:translate-x-8:focus{
    --tw-translate-x: 0.5rem;
  }

  .min-width\:focus\:translate-x-12:focus{
    --tw-translate-x: 0.75rem;
  }

  .min-width\:focus\:translate-x-16:focus{
    --tw-translate-x: 1rem;
  }

  .min-width\:focus\:translate-x-20:focus{
    --tw-translate-x: 1.25rem;
  }

  .min-width\:focus\:translate-x-24:focus{
    --tw-translate-x: 1.5rem;
  }

  .min-width\:focus\:translate-x-32:focus{
    --tw-translate-x: 2rem;
  }

  .min-width\:focus\:translate-x-40:focus{
    --tw-translate-x: 2.5rem;
  }

  .min-width\:focus\:translate-x-48:focus{
    --tw-translate-x: 3rem;
  }

  .min-width\:focus\:translate-x-56:focus{
    --tw-translate-x: 3.5rem;
  }

  .min-width\:focus\:translate-x-64:focus{
    --tw-translate-x: 4rem;
  }

  .min-width\:focus\:translate-x-80:focus{
    --tw-translate-x: 5rem;
  }

  .min-width\:focus\:translate-x-96:focus{
    --tw-translate-x: 6rem;
  }

  .min-width\:focus\:translate-x-104:focus{
    --tw-translate-x: 6.5rem;
  }

  .min-width\:focus\:translate-x-112:focus{
    --tw-translate-x: 7rem;
  }

  .min-width\:focus\:translate-x-128:focus{
    --tw-translate-x: 8rem;
  }

  .min-width\:focus\:translate-x-140:focus{
    --tw-translate-x: 8.75rem;
  }

  .min-width\:focus\:translate-x-160:focus{
    --tw-translate-x: 10rem;
  }

  .min-width\:focus\:translate-x-180:focus{
    --tw-translate-x: 11.25rem;
  }

  .min-width\:focus\:translate-x-200:focus{
    --tw-translate-x: 12.5rem;
  }

  .min-width\:focus\:translate-x-224:focus{
    --tw-translate-x: 14rem;
  }

  .min-width\:focus\:translate-x-240:focus{
    --tw-translate-x: 15rem;
  }

  .min-width\:focus\:translate-x-260:focus{
    --tw-translate-x: 16.25rem;
  }

  .min-width\:focus\:translate-x-300:focus{
    --tw-translate-x: 18.75rem;
  }

  .min-width\:focus\:-translate-x-78\%:focus{
    --tw-translate-x: -78%;
  }

  .min-width\:focus\:-translate-x-80\%:focus{
    --tw-translate-x: -80%;
  }

  .min-width\:focus\:-translate-x-50\%:focus{
    --tw-translate-x: -50%;
  }

  .min-width\:focus\:-translate-x-35\%:focus{
    --tw-translate-x: -35%;
  }

  .min-width\:focus\:-translate-x-128:focus{
    --tw-translate-x: -8rem;
  }

  .min-width\:focus\:-translate-x-96:focus{
    --tw-translate-x: -6rem;
  }

  .min-width\:focus\:-translate-x-64:focus{
    --tw-translate-x: -4rem;
  }

  .min-width\:focus\:-translate-x-32:focus{
    --tw-translate-x: -2rem;
  }

  .min-width\:focus\:-translate-x-8:focus{
    --tw-translate-x: -0.5rem;
  }

  .min-width\:focus\:translate-x-5\%:focus{
    --tw-translate-x: 5%;
  }

  .min-width\:focus\:translate-x-10\%:focus{
    --tw-translate-x: 10%;
  }

  .min-width\:focus\:translate-x-15\%:focus{
    --tw-translate-x: 15%;
  }

  .min-width\:focus\:translate-x-20\%:focus{
    --tw-translate-x: 20%;
  }

  .min-width\:focus\:translate-x-25\%:focus{
    --tw-translate-x: 25%;
  }

  .min-width\:focus\:translate-x-30\%:focus{
    --tw-translate-x: 30%;
  }

  .min-width\:focus\:translate-x-31\%:focus{
    --tw-translate-x: 31%;
  }

  .min-width\:focus\:translate-x-33\%:focus{
    --tw-translate-x: 33.333%;
  }

  .min-width\:focus\:translate-x-34\%:focus{
    --tw-translate-x: 34%;
  }

  .min-width\:focus\:translate-x-45\%:focus{
    --tw-translate-x: 45%;
  }

  .min-width\:focus\:translate-x-50\%:focus{
    --tw-translate-x: 50%;
  }

  .min-width\:focus\:translate-x-54\%:focus{
    --tw-translate-x: 54%;
  }

  .min-width\:focus\:translate-x-75\%:focus{
    --tw-translate-x: 75%;
  }

  .min-width\:focus\:translate-x-55\%:focus{
    --tw-translate-x: 55%;
  }

  .min-width\:focus\:translate-x-65\%:focus{
    --tw-translate-x: 65%;
  }

  .min-width\:focus\:translate-x-66\%:focus{
    --tw-translate-x: 66%;
  }

  .min-width\:focus\:translate-x-85\%:focus{
    --tw-translate-x: 85%;
  }

  .min-width\:focus\:translate-x-96\%:focus{
    --tw-translate-x: 96%;
  }

  .min-width\:focus\:translate-x-130\%:focus{
    --tw-translate-x: 130%;
  }

  .min-width\:focus\:translate-x-135\%:focus{
    --tw-translate-x: 135%;
  }

  .min-width\:focus\:translate-x-200\%:focus{
    --tw-translate-x: 200%;
  }

  .min-width\:focus\:translate-x-16\/9:focus{
    --tw-translate-x: 56.25%;
  }

  .min-width\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .min-width\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .min-width\:focus\:translate-x-span:focus{
    --tw-translate-x: 8.333%;
  }

  .min-width\:focus\:translate-x-2span:focus{
    --tw-translate-x: 16.666%;
  }

  .min-width\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .min-width\:focus\:-translate-x-4:focus{
    --tw-translate-x: -0.25rem;
  }

  .min-width\:focus\:-translate-x-12:focus{
    --tw-translate-x: -0.75rem;
  }

  .min-width\:focus\:-translate-x-16:focus{
    --tw-translate-x: -1rem;
  }

  .min-width\:focus\:-translate-x-20:focus{
    --tw-translate-x: -1.25rem;
  }

  .min-width\:focus\:-translate-x-24:focus{
    --tw-translate-x: -1.5rem;
  }

  .min-width\:focus\:-translate-x-40:focus{
    --tw-translate-x: -2.5rem;
  }

  .min-width\:focus\:-translate-x-48:focus{
    --tw-translate-x: -3rem;
  }

  .min-width\:focus\:-translate-x-56:focus{
    --tw-translate-x: -3.5rem;
  }

  .min-width\:focus\:-translate-x-80:focus{
    --tw-translate-x: -5rem;
  }

  .min-width\:focus\:-translate-x-104:focus{
    --tw-translate-x: -6.5rem;
  }

  .min-width\:focus\:-translate-x-112:focus{
    --tw-translate-x: -7rem;
  }

  .min-width\:focus\:-translate-x-140:focus{
    --tw-translate-x: -8.75rem;
  }

  .min-width\:focus\:-translate-x-160:focus{
    --tw-translate-x: -10rem;
  }

  .min-width\:focus\:-translate-x-180:focus{
    --tw-translate-x: -11.25rem;
  }

  .min-width\:focus\:-translate-x-200:focus{
    --tw-translate-x: -12.5rem;
  }

  .min-width\:focus\:-translate-x-224:focus{
    --tw-translate-x: -14rem;
  }

  .min-width\:focus\:-translate-x-240:focus{
    --tw-translate-x: -15rem;
  }

  .min-width\:focus\:-translate-x-260:focus{
    --tw-translate-x: -16.25rem;
  }

  .min-width\:focus\:-translate-x-300:focus{
    --tw-translate-x: -18.75rem;
  }

  .min-width\:focus\:-translate-x--78\%:focus{
    --tw-translate-x: 78%;
  }

  .min-width\:focus\:-translate-x--80\%:focus{
    --tw-translate-x: 80%;
  }

  .min-width\:focus\:-translate-x--50\%:focus{
    --tw-translate-x: 50%;
  }

  .min-width\:focus\:-translate-x--35\%:focus{
    --tw-translate-x: 35%;
  }

  .min-width\:focus\:-translate-x--128:focus{
    --tw-translate-x: 8rem;
  }

  .min-width\:focus\:-translate-x--96:focus{
    --tw-translate-x: 6rem;
  }

  .min-width\:focus\:-translate-x--64:focus{
    --tw-translate-x: 4rem;
  }

  .min-width\:focus\:-translate-x--32:focus{
    --tw-translate-x: 2rem;
  }

  .min-width\:focus\:-translate-x--8:focus{
    --tw-translate-x: 0.5rem;
  }

  .min-width\:focus\:-translate-x-5\%:focus{
    --tw-translate-x: -5%;
  }

  .min-width\:focus\:-translate-x-10\%:focus{
    --tw-translate-x: -10%;
  }

  .min-width\:focus\:-translate-x-15\%:focus{
    --tw-translate-x: -15%;
  }

  .min-width\:focus\:-translate-x-20\%:focus{
    --tw-translate-x: -20%;
  }

  .min-width\:focus\:-translate-x-25\%:focus{
    --tw-translate-x: -25%;
  }

  .min-width\:focus\:-translate-x-30\%:focus{
    --tw-translate-x: -30%;
  }

  .min-width\:focus\:-translate-x-31\%:focus{
    --tw-translate-x: -31%;
  }

  .min-width\:focus\:-translate-x-33\%:focus{
    --tw-translate-x: -33.333%;
  }

  .min-width\:focus\:-translate-x-34\%:focus{
    --tw-translate-x: -34%;
  }

  .min-width\:focus\:-translate-x-45\%:focus{
    --tw-translate-x: -45%;
  }

  .min-width\:focus\:-translate-x-54\%:focus{
    --tw-translate-x: -54%;
  }

  .min-width\:focus\:-translate-x-75\%:focus{
    --tw-translate-x: -75%;
  }

  .min-width\:focus\:-translate-x-55\%:focus{
    --tw-translate-x: -55%;
  }

  .min-width\:focus\:-translate-x-65\%:focus{
    --tw-translate-x: -65%;
  }

  .min-width\:focus\:-translate-x-66\%:focus{
    --tw-translate-x: -66%;
  }

  .min-width\:focus\:-translate-x-85\%:focus{
    --tw-translate-x: -85%;
  }

  .min-width\:focus\:-translate-x-96\%:focus{
    --tw-translate-x: -96%;
  }

  .min-width\:focus\:-translate-x-130\%:focus{
    --tw-translate-x: -130%;
  }

  .min-width\:focus\:-translate-x-135\%:focus{
    --tw-translate-x: -135%;
  }

  .min-width\:focus\:-translate-x-200\%:focus{
    --tw-translate-x: -200%;
  }

  .min-width\:focus\:-translate-x-16\/9:focus{
    --tw-translate-x: -56.25%;
  }

  .min-width\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .min-width\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .min-width\:focus\:-translate-x-span:focus{
    --tw-translate-x: -8.333%;
  }

  .min-width\:focus\:-translate-x-2span:focus{
    --tw-translate-x: -16.666%;
  }

  .min-width\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .min-width\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .min-width\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .min-width\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .min-width\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .min-width\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .min-width\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .min-width\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .min-width\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .min-width\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .min-width\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .min-width\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  .min-width\:focus\:translate-y-4:focus{
    --tw-translate-y: 0.25rem;
  }

  .min-width\:focus\:translate-y-8:focus{
    --tw-translate-y: 0.5rem;
  }

  .min-width\:focus\:translate-y-12:focus{
    --tw-translate-y: 0.75rem;
  }

  .min-width\:focus\:translate-y-16:focus{
    --tw-translate-y: 1rem;
  }

  .min-width\:focus\:translate-y-20:focus{
    --tw-translate-y: 1.25rem;
  }

  .min-width\:focus\:translate-y-24:focus{
    --tw-translate-y: 1.5rem;
  }

  .min-width\:focus\:translate-y-32:focus{
    --tw-translate-y: 2rem;
  }

  .min-width\:focus\:translate-y-40:focus{
    --tw-translate-y: 2.5rem;
  }

  .min-width\:focus\:translate-y-48:focus{
    --tw-translate-y: 3rem;
  }

  .min-width\:focus\:translate-y-56:focus{
    --tw-translate-y: 3.5rem;
  }

  .min-width\:focus\:translate-y-64:focus{
    --tw-translate-y: 4rem;
  }

  .min-width\:focus\:translate-y-80:focus{
    --tw-translate-y: 5rem;
  }

  .min-width\:focus\:translate-y-96:focus{
    --tw-translate-y: 6rem;
  }

  .min-width\:focus\:translate-y-104:focus{
    --tw-translate-y: 6.5rem;
  }

  .min-width\:focus\:translate-y-112:focus{
    --tw-translate-y: 7rem;
  }

  .min-width\:focus\:translate-y-128:focus{
    --tw-translate-y: 8rem;
  }

  .min-width\:focus\:translate-y-140:focus{
    --tw-translate-y: 8.75rem;
  }

  .min-width\:focus\:translate-y-160:focus{
    --tw-translate-y: 10rem;
  }

  .min-width\:focus\:translate-y-180:focus{
    --tw-translate-y: 11.25rem;
  }

  .min-width\:focus\:translate-y-200:focus{
    --tw-translate-y: 12.5rem;
  }

  .min-width\:focus\:translate-y-224:focus{
    --tw-translate-y: 14rem;
  }

  .min-width\:focus\:translate-y-240:focus{
    --tw-translate-y: 15rem;
  }

  .min-width\:focus\:translate-y-260:focus{
    --tw-translate-y: 16.25rem;
  }

  .min-width\:focus\:translate-y-300:focus{
    --tw-translate-y: 18.75rem;
  }

  .min-width\:focus\:-translate-y-78\%:focus{
    --tw-translate-y: -78%;
  }

  .min-width\:focus\:-translate-y-80\%:focus{
    --tw-translate-y: -80%;
  }

  .min-width\:focus\:-translate-y-50\%:focus{
    --tw-translate-y: -50%;
  }

  .min-width\:focus\:-translate-y-35\%:focus{
    --tw-translate-y: -35%;
  }

  .min-width\:focus\:-translate-y-128:focus{
    --tw-translate-y: -8rem;
  }

  .min-width\:focus\:-translate-y-96:focus{
    --tw-translate-y: -6rem;
  }

  .min-width\:focus\:-translate-y-64:focus{
    --tw-translate-y: -4rem;
  }

  .min-width\:focus\:-translate-y-32:focus{
    --tw-translate-y: -2rem;
  }

  .min-width\:focus\:-translate-y-8:focus{
    --tw-translate-y: -0.5rem;
  }

  .min-width\:focus\:translate-y-5\%:focus{
    --tw-translate-y: 5%;
  }

  .min-width\:focus\:translate-y-10\%:focus{
    --tw-translate-y: 10%;
  }

  .min-width\:focus\:translate-y-15\%:focus{
    --tw-translate-y: 15%;
  }

  .min-width\:focus\:translate-y-20\%:focus{
    --tw-translate-y: 20%;
  }

  .min-width\:focus\:translate-y-25\%:focus{
    --tw-translate-y: 25%;
  }

  .min-width\:focus\:translate-y-30\%:focus{
    --tw-translate-y: 30%;
  }

  .min-width\:focus\:translate-y-31\%:focus{
    --tw-translate-y: 31%;
  }

  .min-width\:focus\:translate-y-33\%:focus{
    --tw-translate-y: 33.333%;
  }

  .min-width\:focus\:translate-y-34\%:focus{
    --tw-translate-y: 34%;
  }

  .min-width\:focus\:translate-y-45\%:focus{
    --tw-translate-y: 45%;
  }

  .min-width\:focus\:translate-y-50\%:focus{
    --tw-translate-y: 50%;
  }

  .min-width\:focus\:translate-y-54\%:focus{
    --tw-translate-y: 54%;
  }

  .min-width\:focus\:translate-y-75\%:focus{
    --tw-translate-y: 75%;
  }

  .min-width\:focus\:translate-y-55\%:focus{
    --tw-translate-y: 55%;
  }

  .min-width\:focus\:translate-y-65\%:focus{
    --tw-translate-y: 65%;
  }

  .min-width\:focus\:translate-y-66\%:focus{
    --tw-translate-y: 66%;
  }

  .min-width\:focus\:translate-y-85\%:focus{
    --tw-translate-y: 85%;
  }

  .min-width\:focus\:translate-y-96\%:focus{
    --tw-translate-y: 96%;
  }

  .min-width\:focus\:translate-y-130\%:focus{
    --tw-translate-y: 130%;
  }

  .min-width\:focus\:translate-y-135\%:focus{
    --tw-translate-y: 135%;
  }

  .min-width\:focus\:translate-y-200\%:focus{
    --tw-translate-y: 200%;
  }

  .min-width\:focus\:translate-y-16\/9:focus{
    --tw-translate-y: 56.25%;
  }

  .min-width\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .min-width\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .min-width\:focus\:translate-y-span:focus{
    --tw-translate-y: 8.333%;
  }

  .min-width\:focus\:translate-y-2span:focus{
    --tw-translate-y: 16.666%;
  }

  .min-width\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .min-width\:focus\:-translate-y-4:focus{
    --tw-translate-y: -0.25rem;
  }

  .min-width\:focus\:-translate-y-12:focus{
    --tw-translate-y: -0.75rem;
  }

  .min-width\:focus\:-translate-y-16:focus{
    --tw-translate-y: -1rem;
  }

  .min-width\:focus\:-translate-y-20:focus{
    --tw-translate-y: -1.25rem;
  }

  .min-width\:focus\:-translate-y-24:focus{
    --tw-translate-y: -1.5rem;
  }

  .min-width\:focus\:-translate-y-40:focus{
    --tw-translate-y: -2.5rem;
  }

  .min-width\:focus\:-translate-y-48:focus{
    --tw-translate-y: -3rem;
  }

  .min-width\:focus\:-translate-y-56:focus{
    --tw-translate-y: -3.5rem;
  }

  .min-width\:focus\:-translate-y-80:focus{
    --tw-translate-y: -5rem;
  }

  .min-width\:focus\:-translate-y-104:focus{
    --tw-translate-y: -6.5rem;
  }

  .min-width\:focus\:-translate-y-112:focus{
    --tw-translate-y: -7rem;
  }

  .min-width\:focus\:-translate-y-140:focus{
    --tw-translate-y: -8.75rem;
  }

  .min-width\:focus\:-translate-y-160:focus{
    --tw-translate-y: -10rem;
  }

  .min-width\:focus\:-translate-y-180:focus{
    --tw-translate-y: -11.25rem;
  }

  .min-width\:focus\:-translate-y-200:focus{
    --tw-translate-y: -12.5rem;
  }

  .min-width\:focus\:-translate-y-224:focus{
    --tw-translate-y: -14rem;
  }

  .min-width\:focus\:-translate-y-240:focus{
    --tw-translate-y: -15rem;
  }

  .min-width\:focus\:-translate-y-260:focus{
    --tw-translate-y: -16.25rem;
  }

  .min-width\:focus\:-translate-y-300:focus{
    --tw-translate-y: -18.75rem;
  }

  .min-width\:focus\:-translate-y--78\%:focus{
    --tw-translate-y: 78%;
  }

  .min-width\:focus\:-translate-y--80\%:focus{
    --tw-translate-y: 80%;
  }

  .min-width\:focus\:-translate-y--50\%:focus{
    --tw-translate-y: 50%;
  }

  .min-width\:focus\:-translate-y--35\%:focus{
    --tw-translate-y: 35%;
  }

  .min-width\:focus\:-translate-y--128:focus{
    --tw-translate-y: 8rem;
  }

  .min-width\:focus\:-translate-y--96:focus{
    --tw-translate-y: 6rem;
  }

  .min-width\:focus\:-translate-y--64:focus{
    --tw-translate-y: 4rem;
  }

  .min-width\:focus\:-translate-y--32:focus{
    --tw-translate-y: 2rem;
  }

  .min-width\:focus\:-translate-y--8:focus{
    --tw-translate-y: 0.5rem;
  }

  .min-width\:focus\:-translate-y-5\%:focus{
    --tw-translate-y: -5%;
  }

  .min-width\:focus\:-translate-y-10\%:focus{
    --tw-translate-y: -10%;
  }

  .min-width\:focus\:-translate-y-15\%:focus{
    --tw-translate-y: -15%;
  }

  .min-width\:focus\:-translate-y-20\%:focus{
    --tw-translate-y: -20%;
  }

  .min-width\:focus\:-translate-y-25\%:focus{
    --tw-translate-y: -25%;
  }

  .min-width\:focus\:-translate-y-30\%:focus{
    --tw-translate-y: -30%;
  }

  .min-width\:focus\:-translate-y-31\%:focus{
    --tw-translate-y: -31%;
  }

  .min-width\:focus\:-translate-y-33\%:focus{
    --tw-translate-y: -33.333%;
  }

  .min-width\:focus\:-translate-y-34\%:focus{
    --tw-translate-y: -34%;
  }

  .min-width\:focus\:-translate-y-45\%:focus{
    --tw-translate-y: -45%;
  }

  .min-width\:focus\:-translate-y-54\%:focus{
    --tw-translate-y: -54%;
  }

  .min-width\:focus\:-translate-y-75\%:focus{
    --tw-translate-y: -75%;
  }

  .min-width\:focus\:-translate-y-55\%:focus{
    --tw-translate-y: -55%;
  }

  .min-width\:focus\:-translate-y-65\%:focus{
    --tw-translate-y: -65%;
  }

  .min-width\:focus\:-translate-y-66\%:focus{
    --tw-translate-y: -66%;
  }

  .min-width\:focus\:-translate-y-85\%:focus{
    --tw-translate-y: -85%;
  }

  .min-width\:focus\:-translate-y-96\%:focus{
    --tw-translate-y: -96%;
  }

  .min-width\:focus\:-translate-y-130\%:focus{
    --tw-translate-y: -130%;
  }

  .min-width\:focus\:-translate-y-135\%:focus{
    --tw-translate-y: -135%;
  }

  .min-width\:focus\:-translate-y-200\%:focus{
    --tw-translate-y: -200%;
  }

  .min-width\:focus\:-translate-y-16\/9:focus{
    --tw-translate-y: -56.25%;
  }

  .min-width\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .min-width\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .min-width\:focus\:-translate-y-span:focus{
    --tw-translate-y: -8.333%;
  }

  .min-width\:focus\:-translate-y-2span:focus{
    --tw-translate-y: -16.666%;
  }

  .min-width\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .min-width\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .min-width\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .min-width\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .min-width\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .min-width\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .min-width\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .min-width\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .min-width\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .min-width\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .min-width\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .min-width\:rotate-0{
    --tw-rotate: 0deg;
  }

  .min-width\:rotate-1{
    --tw-rotate: 1deg;
  }

  .min-width\:rotate-2{
    --tw-rotate: 2deg;
  }

  .min-width\:rotate-3{
    --tw-rotate: 3deg;
  }

  .min-width\:rotate-6{
    --tw-rotate: 6deg;
  }

  .min-width\:rotate-12{
    --tw-rotate: 12deg;
  }

  .min-width\:rotate-45{
    --tw-rotate: 45deg;
  }

  .min-width\:rotate-90{
    --tw-rotate: 90deg;
  }

  .min-width\:rotate-180{
    --tw-rotate: 180deg;
  }

  .min-width\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .min-width\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .min-width\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .min-width\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .min-width\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .min-width\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .min-width\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .min-width\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .min-width\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .min-width\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .min-width\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .min-width\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .min-width\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .min-width\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .min-width\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .min-width\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .min-width\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .min-width\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .min-width\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .min-width\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .min-width\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .min-width\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .min-width\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .min-width\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .min-width\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .min-width\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .min-width\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .min-width\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .min-width\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .min-width\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .min-width\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .min-width\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .min-width\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .min-width\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .min-width\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .min-width\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .min-width\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .min-width\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .min-width\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .min-width\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .min-width\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .min-width\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .min-width\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .min-width\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .min-width\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .min-width\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .min-width\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .min-width\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .min-width\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .min-width\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .min-width\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .min-width\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .min-width\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .min-width\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .min-width\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .min-width\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .min-width\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .min-width\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .min-width\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .min-width\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .min-width\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .min-width\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .min-width\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .min-width\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .min-width\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .min-width\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .min-width\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .min-width\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .min-width\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .min-width\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .min-width\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .min-width\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .min-width\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .min-width\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .min-width\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .min-width\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .min-width\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .min-width\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .min-width\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .min-width\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .min-width\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .min-width\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .min-width\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .min-width\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .min-width\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .min-width\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .min-width\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .min-width\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .min-width\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .min-width\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .min-width\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .min-width\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .min-width\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .min-width\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .min-width\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .min-width\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .min-width\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .min-width\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .min-width\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .min-width\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .min-width\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .min-width\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .min-width\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .min-width\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .min-width\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .min-width\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .min-width\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .min-width\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .min-width\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .min-width\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .min-width\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .min-width\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .min-width\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .min-width\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .min-width\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .min-width\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .min-width\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .min-width\:scale-130{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .min-width\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .min-width\:scale-200{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .min-width\:scale-500{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .min-width\:scale-700{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .min-width\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .min-width\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .min-width\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .min-width\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .min-width\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .min-width\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .min-width\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .min-width\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .min-width\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .min-width\:hover\:scale-130:hover{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .min-width\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .min-width\:hover\:scale-200:hover{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .min-width\:hover\:scale-500:hover{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .min-width\:hover\:scale-700:hover{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .min-width\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .min-width\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .min-width\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .min-width\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .min-width\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .min-width\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .min-width\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .min-width\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .min-width\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .min-width\:focus\:scale-130:focus{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .min-width\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .min-width\:focus\:scale-200:focus{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .min-width\:focus\:scale-500:focus{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .min-width\:focus\:scale-700:focus{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .min-width\:scale-x-0{
    --tw-scale-x: 0;
  }

  .min-width\:scale-x-50{
    --tw-scale-x: .5;
  }

  .min-width\:scale-x-75{
    --tw-scale-x: .75;
  }

  .min-width\:scale-x-90{
    --tw-scale-x: .9;
  }

  .min-width\:scale-x-95{
    --tw-scale-x: .95;
  }

  .min-width\:scale-x-100{
    --tw-scale-x: 1;
  }

  .min-width\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .min-width\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .min-width\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .min-width\:scale-x-130{
    --tw-scale-x: 1.3;
  }

  .min-width\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .min-width\:scale-x-200{
    --tw-scale-x: 2;
  }

  .min-width\:scale-x-500{
    --tw-scale-x: 5;
  }

  .min-width\:scale-x-700{
    --tw-scale-x: 7;
  }

  .min-width\:scale-y-0{
    --tw-scale-y: 0;
  }

  .min-width\:scale-y-50{
    --tw-scale-y: .5;
  }

  .min-width\:scale-y-75{
    --tw-scale-y: .75;
  }

  .min-width\:scale-y-90{
    --tw-scale-y: .9;
  }

  .min-width\:scale-y-95{
    --tw-scale-y: .95;
  }

  .min-width\:scale-y-100{
    --tw-scale-y: 1;
  }

  .min-width\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .min-width\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .min-width\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .min-width\:scale-y-130{
    --tw-scale-y: 1.3;
  }

  .min-width\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .min-width\:scale-y-200{
    --tw-scale-y: 2;
  }

  .min-width\:scale-y-500{
    --tw-scale-y: 5;
  }

  .min-width\:scale-y-700{
    --tw-scale-y: 7;
  }

  .min-width\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .min-width\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .min-width\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .min-width\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .min-width\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .min-width\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .min-width\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .min-width\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .min-width\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .min-width\:hover\:scale-x-130:hover{
    --tw-scale-x: 1.3;
  }

  .min-width\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .min-width\:hover\:scale-x-200:hover{
    --tw-scale-x: 2;
  }

  .min-width\:hover\:scale-x-500:hover{
    --tw-scale-x: 5;
  }

  .min-width\:hover\:scale-x-700:hover{
    --tw-scale-x: 7;
  }

  .min-width\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .min-width\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .min-width\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .min-width\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .min-width\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .min-width\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .min-width\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .min-width\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .min-width\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .min-width\:hover\:scale-y-130:hover{
    --tw-scale-y: 1.3;
  }

  .min-width\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .min-width\:hover\:scale-y-200:hover{
    --tw-scale-y: 2;
  }

  .min-width\:hover\:scale-y-500:hover{
    --tw-scale-y: 5;
  }

  .min-width\:hover\:scale-y-700:hover{
    --tw-scale-y: 7;
  }

  .min-width\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .min-width\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .min-width\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .min-width\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .min-width\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .min-width\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .min-width\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .min-width\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .min-width\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .min-width\:focus\:scale-x-130:focus{
    --tw-scale-x: 1.3;
  }

  .min-width\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .min-width\:focus\:scale-x-200:focus{
    --tw-scale-x: 2;
  }

  .min-width\:focus\:scale-x-500:focus{
    --tw-scale-x: 5;
  }

  .min-width\:focus\:scale-x-700:focus{
    --tw-scale-x: 7;
  }

  .min-width\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .min-width\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .min-width\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .min-width\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .min-width\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .min-width\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .min-width\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .min-width\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .min-width\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .min-width\:focus\:scale-y-130:focus{
    --tw-scale-y: 1.3;
  }

  .min-width\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .min-width\:focus\:scale-y-200:focus{
    --tw-scale-y: 2;
  }

  .min-width\:focus\:scale-y-500:focus{
    --tw-scale-y: 5;
  }

  .min-width\:focus\:scale-y-700:focus{
    --tw-scale-y: 7;
  }

  .min-width\:animate-none{
    animation: none;
  }

  .min-width\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .min-width\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .min-width\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .min-width\:animate-bounce{
    animation: bounce 1s infinite;
  }

  @media (prefers-reduced-motion: no-preference){
    .min-width\:motion-safe\:animate-none{
      animation: none;
    }

    .min-width\:motion-safe\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .min-width\:motion-safe\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .min-width\:motion-safe\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .min-width\:motion-safe\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  @media (prefers-reduced-motion: reduce){
    .min-width\:motion-reduce\:animate-none{
      animation: none;
    }

    .min-width\:motion-reduce\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .min-width\:motion-reduce\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .min-width\:motion-reduce\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .min-width\:motion-reduce\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  .min-width\:select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .min-width\:select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .min-width\:select-all{
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .min-width\:select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .min-width\:resize-none{
    resize: none;
  }

  .min-width\:resize-y{
    resize: vertical;
  }

  .min-width\:resize-x{
    resize: horizontal;
  }

  .min-width\:resize{
    resize: both;
  }

  .min-width\:list-inside{
    list-style-position: inside;
  }

  .min-width\:list-outside{
    list-style-position: outside;
  }

  .min-width\:list-none{
    list-style-type: none;
  }

  .min-width\:list-disc{
    list-style-type: disc;
  }

  .min-width\:list-decimal{
    list-style-type: decimal;
  }

  .min-width\:appearance-none{
    -webkit-appearance: none;
            appearance: none;
  }

  .min-width\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .min-width\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .min-width\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .min-width\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .min-width\:grid-flow-row{
    grid-auto-flow: row;
  }

  .min-width\:grid-flow-col{
    grid-auto-flow: column;
  }

  .min-width\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .min-width\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .min-width\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .min-width\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .min-width\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .min-width\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .min-width\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .min-width\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-width\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .min-width\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .min-width\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .min-width\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .min-width\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .min-width\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .min-width\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .min-width\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .min-width\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .min-width\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .min-width\:grid-cols-none{
    grid-template-columns: none;
  }

  .min-width\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .min-width\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .min-width\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .min-width\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .min-width\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .min-width\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .min-width\:grid-rows-none{
    grid-template-rows: none;
  }

  .min-width\:flex-row{
    flex-direction: row;
  }

  .min-width\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .min-width\:flex-col{
    flex-direction: column;
  }

  .min-width\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .min-width\:flex-wrap{
    flex-wrap: wrap;
  }

  .min-width\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .min-width\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .min-width\:place-content-center{
    place-content: center;
  }

  .min-width\:place-content-start{
    place-content: start;
  }

  .min-width\:place-content-end{
    place-content: end;
  }

  .min-width\:place-content-between{
    place-content: space-between;
  }

  .min-width\:place-content-around{
    place-content: space-around;
  }

  .min-width\:place-content-evenly{
    place-content: space-evenly;
  }

  .min-width\:place-content-stretch{
    place-content: stretch;
  }

  .min-width\:place-items-start{
    place-items: start;
  }

  .min-width\:place-items-end{
    place-items: end;
  }

  .min-width\:place-items-center{
    place-items: center;
  }

  .min-width\:place-items-stretch{
    place-items: stretch;
  }

  .min-width\:content-center{
    align-content: center;
  }

  .min-width\:content-start{
    align-content: flex-start;
  }

  .min-width\:content-end{
    align-content: flex-end;
  }

  .min-width\:content-between{
    align-content: space-between;
  }

  .min-width\:content-around{
    align-content: space-around;
  }

  .min-width\:content-evenly{
    align-content: space-evenly;
  }

  .min-width\:items-start{
    align-items: flex-start;
  }

  .min-width\:items-end{
    align-items: flex-end;
  }

  .min-width\:items-center{
    align-items: center;
  }

  .min-width\:items-baseline{
    align-items: baseline;
  }

  .min-width\:items-stretch{
    align-items: stretch;
  }

  .min-width\:justify-start{
    justify-content: flex-start;
  }

  .min-width\:justify-end{
    justify-content: flex-end;
  }

  .min-width\:justify-center{
    justify-content: center;
  }

  .min-width\:justify-between{
    justify-content: space-between;
  }

  .min-width\:justify-around{
    justify-content: space-around;
  }

  .min-width\:justify-evenly{
    justify-content: space-evenly;
  }

  .min-width\:justify-items-start{
    justify-items: start;
  }

  .min-width\:justify-items-end{
    justify-items: end;
  }

  .min-width\:justify-items-center{
    justify-items: center;
  }

  .min-width\:justify-items-stretch{
    justify-items: stretch;
  }

  .min-width\:gap-0{
    gap: 0;
  }

  .min-width\:gap-4{
    gap: 0.25rem;
  }

  .min-width\:gap-8{
    gap: 0.5rem;
  }

  .min-width\:gap-12{
    gap: 0.75rem;
  }

  .min-width\:gap-16{
    gap: 1rem;
  }

  .min-width\:gap-20{
    gap: 1.25rem;
  }

  .min-width\:gap-24{
    gap: 1.5rem;
  }

  .min-width\:gap-32{
    gap: 2rem;
  }

  .min-width\:gap-40{
    gap: 2.5rem;
  }

  .min-width\:gap-48{
    gap: 3rem;
  }

  .min-width\:gap-56{
    gap: 3.5rem;
  }

  .min-width\:gap-64{
    gap: 4rem;
  }

  .min-width\:gap-80{
    gap: 5rem;
  }

  .min-width\:gap-96{
    gap: 6rem;
  }

  .min-width\:gap-104{
    gap: 6.5rem;
  }

  .min-width\:gap-112{
    gap: 7rem;
  }

  .min-width\:gap-128{
    gap: 8rem;
  }

  .min-width\:gap-140{
    gap: 8.75rem;
  }

  .min-width\:gap-160{
    gap: 10rem;
  }

  .min-width\:gap-180{
    gap: 11.25rem;
  }

  .min-width\:gap-200{
    gap: 12.5rem;
  }

  .min-width\:gap-224{
    gap: 14rem;
  }

  .min-width\:gap-240{
    gap: 15rem;
  }

  .min-width\:gap-260{
    gap: 16.25rem;
  }

  .min-width\:gap-300{
    gap: 18.75rem;
  }

  .min-width\:-gap-78\%{
    gap: -78%;
  }

  .min-width\:-gap-80\%{
    gap: -80%;
  }

  .min-width\:-gap-50\%{
    gap: -50%;
  }

  .min-width\:-gap-35\%{
    gap: -35%;
  }

  .min-width\:-gap-128{
    gap: -8rem;
  }

  .min-width\:-gap-96{
    gap: -6rem;
  }

  .min-width\:-gap-64{
    gap: -4rem;
  }

  .min-width\:-gap-32{
    gap: -2rem;
  }

  .min-width\:-gap-8{
    gap: -0.5rem;
  }

  .min-width\:gap-5\%{
    gap: 5%;
  }

  .min-width\:gap-10\%{
    gap: 10%;
  }

  .min-width\:gap-15\%{
    gap: 15%;
  }

  .min-width\:gap-20\%{
    gap: 20%;
  }

  .min-width\:gap-25\%{
    gap: 25%;
  }

  .min-width\:gap-30\%{
    gap: 30%;
  }

  .min-width\:gap-31\%{
    gap: 31%;
  }

  .min-width\:gap-33\%{
    gap: 33.333%;
  }

  .min-width\:gap-34\%{
    gap: 34%;
  }

  .min-width\:gap-45\%{
    gap: 45%;
  }

  .min-width\:gap-50\%{
    gap: 50%;
  }

  .min-width\:gap-54\%{
    gap: 54%;
  }

  .min-width\:gap-75\%{
    gap: 75%;
  }

  .min-width\:gap-55\%{
    gap: 55%;
  }

  .min-width\:gap-65\%{
    gap: 65%;
  }

  .min-width\:gap-66\%{
    gap: 66%;
  }

  .min-width\:gap-85\%{
    gap: 85%;
  }

  .min-width\:gap-96\%{
    gap: 96%;
  }

  .min-width\:gap-130\%{
    gap: 130%;
  }

  .min-width\:gap-135\%{
    gap: 135%;
  }

  .min-width\:gap-200\%{
    gap: 200%;
  }

  .min-width\:gap-16\/9{
    gap: 56.25%;
  }

  .min-width\:gap-1\/2{
    gap: 50%;
  }

  .min-width\:gap-full{
    gap: 100%;
  }

  .min-width\:gap-span{
    gap: 8.333%;
  }

  .min-width\:gap-2span{
    gap: 16.666%;
  }

  .min-width\:gap-px{
    gap: 1px;
  }

  .min-width\:gap-x-0{
    column-gap: 0;
  }

  .min-width\:gap-x-4{
    column-gap: 0.25rem;
  }

  .min-width\:gap-x-8{
    column-gap: 0.5rem;
  }

  .min-width\:gap-x-12{
    column-gap: 0.75rem;
  }

  .min-width\:gap-x-16{
    column-gap: 1rem;
  }

  .min-width\:gap-x-20{
    column-gap: 1.25rem;
  }

  .min-width\:gap-x-24{
    column-gap: 1.5rem;
  }

  .min-width\:gap-x-32{
    column-gap: 2rem;
  }

  .min-width\:gap-x-40{
    column-gap: 2.5rem;
  }

  .min-width\:gap-x-48{
    column-gap: 3rem;
  }

  .min-width\:gap-x-56{
    column-gap: 3.5rem;
  }

  .min-width\:gap-x-64{
    column-gap: 4rem;
  }

  .min-width\:gap-x-80{
    column-gap: 5rem;
  }

  .min-width\:gap-x-96{
    column-gap: 6rem;
  }

  .min-width\:gap-x-104{
    column-gap: 6.5rem;
  }

  .min-width\:gap-x-112{
    column-gap: 7rem;
  }

  .min-width\:gap-x-128{
    column-gap: 8rem;
  }

  .min-width\:gap-x-140{
    column-gap: 8.75rem;
  }

  .min-width\:gap-x-160{
    column-gap: 10rem;
  }

  .min-width\:gap-x-180{
    column-gap: 11.25rem;
  }

  .min-width\:gap-x-200{
    column-gap: 12.5rem;
  }

  .min-width\:gap-x-224{
    column-gap: 14rem;
  }

  .min-width\:gap-x-240{
    column-gap: 15rem;
  }

  .min-width\:gap-x-260{
    column-gap: 16.25rem;
  }

  .min-width\:gap-x-300{
    column-gap: 18.75rem;
  }

  .min-width\:-gap-x-78\%{
    column-gap: -78%;
  }

  .min-width\:-gap-x-80\%{
    column-gap: -80%;
  }

  .min-width\:-gap-x-50\%{
    column-gap: -50%;
  }

  .min-width\:-gap-x-35\%{
    column-gap: -35%;
  }

  .min-width\:-gap-x-128{
    column-gap: -8rem;
  }

  .min-width\:-gap-x-96{
    column-gap: -6rem;
  }

  .min-width\:-gap-x-64{
    column-gap: -4rem;
  }

  .min-width\:-gap-x-32{
    column-gap: -2rem;
  }

  .min-width\:-gap-x-8{
    column-gap: -0.5rem;
  }

  .min-width\:gap-x-5\%{
    column-gap: 5%;
  }

  .min-width\:gap-x-10\%{
    column-gap: 10%;
  }

  .min-width\:gap-x-15\%{
    column-gap: 15%;
  }

  .min-width\:gap-x-20\%{
    column-gap: 20%;
  }

  .min-width\:gap-x-25\%{
    column-gap: 25%;
  }

  .min-width\:gap-x-30\%{
    column-gap: 30%;
  }

  .min-width\:gap-x-31\%{
    column-gap: 31%;
  }

  .min-width\:gap-x-33\%{
    column-gap: 33.333%;
  }

  .min-width\:gap-x-34\%{
    column-gap: 34%;
  }

  .min-width\:gap-x-45\%{
    column-gap: 45%;
  }

  .min-width\:gap-x-50\%{
    column-gap: 50%;
  }

  .min-width\:gap-x-54\%{
    column-gap: 54%;
  }

  .min-width\:gap-x-75\%{
    column-gap: 75%;
  }

  .min-width\:gap-x-55\%{
    column-gap: 55%;
  }

  .min-width\:gap-x-65\%{
    column-gap: 65%;
  }

  .min-width\:gap-x-66\%{
    column-gap: 66%;
  }

  .min-width\:gap-x-85\%{
    column-gap: 85%;
  }

  .min-width\:gap-x-96\%{
    column-gap: 96%;
  }

  .min-width\:gap-x-130\%{
    column-gap: 130%;
  }

  .min-width\:gap-x-135\%{
    column-gap: 135%;
  }

  .min-width\:gap-x-200\%{
    column-gap: 200%;
  }

  .min-width\:gap-x-16\/9{
    column-gap: 56.25%;
  }

  .min-width\:gap-x-1\/2{
    column-gap: 50%;
  }

  .min-width\:gap-x-full{
    column-gap: 100%;
  }

  .min-width\:gap-x-span{
    column-gap: 8.333%;
  }

  .min-width\:gap-x-2span{
    column-gap: 16.666%;
  }

  .min-width\:gap-x-px{
    column-gap: 1px;
  }

  .min-width\:gap-y-0{
    row-gap: 0;
  }

  .min-width\:gap-y-4{
    row-gap: 0.25rem;
  }

  .min-width\:gap-y-8{
    row-gap: 0.5rem;
  }

  .min-width\:gap-y-12{
    row-gap: 0.75rem;
  }

  .min-width\:gap-y-16{
    row-gap: 1rem;
  }

  .min-width\:gap-y-20{
    row-gap: 1.25rem;
  }

  .min-width\:gap-y-24{
    row-gap: 1.5rem;
  }

  .min-width\:gap-y-32{
    row-gap: 2rem;
  }

  .min-width\:gap-y-40{
    row-gap: 2.5rem;
  }

  .min-width\:gap-y-48{
    row-gap: 3rem;
  }

  .min-width\:gap-y-56{
    row-gap: 3.5rem;
  }

  .min-width\:gap-y-64{
    row-gap: 4rem;
  }

  .min-width\:gap-y-80{
    row-gap: 5rem;
  }

  .min-width\:gap-y-96{
    row-gap: 6rem;
  }

  .min-width\:gap-y-104{
    row-gap: 6.5rem;
  }

  .min-width\:gap-y-112{
    row-gap: 7rem;
  }

  .min-width\:gap-y-128{
    row-gap: 8rem;
  }

  .min-width\:gap-y-140{
    row-gap: 8.75rem;
  }

  .min-width\:gap-y-160{
    row-gap: 10rem;
  }

  .min-width\:gap-y-180{
    row-gap: 11.25rem;
  }

  .min-width\:gap-y-200{
    row-gap: 12.5rem;
  }

  .min-width\:gap-y-224{
    row-gap: 14rem;
  }

  .min-width\:gap-y-240{
    row-gap: 15rem;
  }

  .min-width\:gap-y-260{
    row-gap: 16.25rem;
  }

  .min-width\:gap-y-300{
    row-gap: 18.75rem;
  }

  .min-width\:-gap-y-78\%{
    row-gap: -78%;
  }

  .min-width\:-gap-y-80\%{
    row-gap: -80%;
  }

  .min-width\:-gap-y-50\%{
    row-gap: -50%;
  }

  .min-width\:-gap-y-35\%{
    row-gap: -35%;
  }

  .min-width\:-gap-y-128{
    row-gap: -8rem;
  }

  .min-width\:-gap-y-96{
    row-gap: -6rem;
  }

  .min-width\:-gap-y-64{
    row-gap: -4rem;
  }

  .min-width\:-gap-y-32{
    row-gap: -2rem;
  }

  .min-width\:-gap-y-8{
    row-gap: -0.5rem;
  }

  .min-width\:gap-y-5\%{
    row-gap: 5%;
  }

  .min-width\:gap-y-10\%{
    row-gap: 10%;
  }

  .min-width\:gap-y-15\%{
    row-gap: 15%;
  }

  .min-width\:gap-y-20\%{
    row-gap: 20%;
  }

  .min-width\:gap-y-25\%{
    row-gap: 25%;
  }

  .min-width\:gap-y-30\%{
    row-gap: 30%;
  }

  .min-width\:gap-y-31\%{
    row-gap: 31%;
  }

  .min-width\:gap-y-33\%{
    row-gap: 33.333%;
  }

  .min-width\:gap-y-34\%{
    row-gap: 34%;
  }

  .min-width\:gap-y-45\%{
    row-gap: 45%;
  }

  .min-width\:gap-y-50\%{
    row-gap: 50%;
  }

  .min-width\:gap-y-54\%{
    row-gap: 54%;
  }

  .min-width\:gap-y-75\%{
    row-gap: 75%;
  }

  .min-width\:gap-y-55\%{
    row-gap: 55%;
  }

  .min-width\:gap-y-65\%{
    row-gap: 65%;
  }

  .min-width\:gap-y-66\%{
    row-gap: 66%;
  }

  .min-width\:gap-y-85\%{
    row-gap: 85%;
  }

  .min-width\:gap-y-96\%{
    row-gap: 96%;
  }

  .min-width\:gap-y-130\%{
    row-gap: 130%;
  }

  .min-width\:gap-y-135\%{
    row-gap: 135%;
  }

  .min-width\:gap-y-200\%{
    row-gap: 200%;
  }

  .min-width\:gap-y-16\/9{
    row-gap: 56.25%;
  }

  .min-width\:gap-y-1\/2{
    row-gap: 50%;
  }

  .min-width\:gap-y-full{
    row-gap: 100%;
  }

  .min-width\:gap-y-span{
    row-gap: 8.333%;
  }

  .min-width\:gap-y-2span{
    row-gap: 16.666%;
  }

  .min-width\:gap-y-px{
    row-gap: 1px;
  }

  .min-width\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-78% * var(--tw-space-x-reverse));
    margin-left: calc(-78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34% * var(--tw-space-x-reverse));
    margin-left: calc(34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(54% * var(--tw-space-x-reverse));
    margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66% * var(--tw-space-x-reverse));
    margin-left: calc(66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(130% * var(--tw-space-x-reverse));
    margin-left: calc(130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135% * var(--tw-space-x-reverse));
    margin-left: calc(135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200% * var(--tw-space-x-reverse));
    margin-left: calc(200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56.25% * var(--tw-space-x-reverse));
    margin-left: calc(56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666% * var(--tw-space-x-reverse));
    margin-left: calc(16.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(78% * var(--tw-space-x-reverse));
    margin-left: calc(78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34% * var(--tw-space-x-reverse));
    margin-left: calc(-34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-54% * var(--tw-space-x-reverse));
    margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66% * var(--tw-space-x-reverse));
    margin-left: calc(-66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-130% * var(--tw-space-x-reverse));
    margin-left: calc(-130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135% * var(--tw-space-x-reverse));
    margin-left: calc(-135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200% * var(--tw-space-x-reverse));
    margin-left: calc(-200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56.25% * var(--tw-space-x-reverse));
    margin-left: calc(-56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.666% * var(--tw-space-x-reverse));
    margin-left: calc(-16.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .min-width\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.25rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56.25% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666% * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.25rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.333% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56.25% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.333% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.666% * var(--tw-space-y-reverse));
  }

  .min-width\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .min-width\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .min-width\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .min-width\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .min-width\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .min-width\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .min-width\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.188rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.188rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .min-width\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .min-width\:divide-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.313rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.313rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .min-width\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .min-width\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .min-width\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .min-width\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--tw-divide-y-reverse));
  }

  .min-width\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--tw-divide-y-reverse));
  }

  .min-width\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.188rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.188rem * var(--tw-divide-y-reverse));
  }

  .min-width\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .min-width\:divide-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.313rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.313rem * var(--tw-divide-y-reverse));
  }

  .min-width\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .min-width\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .min-width\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .min-width\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .min-width\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .min-width\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .min-width\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .min-width\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .min-width\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .min-width\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .min-width\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .min-width\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .min-width\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .min-width\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity));
  }

  .min-width\:divide-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-divide-opacity));
  }

  .min-width\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .min-width\:divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-divide-opacity));
  }

  .min-width\:divide-dark-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.1);
  }

  .min-width\:divide-dark-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.5);
  }

  .min-width\:divide-dark-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .min-width\:divide-dark-900 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.9);
  }

  .min-width\:divide-light-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:divide-light-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:divide-light-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .min-width\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .min-width\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.10;
  }

  .min-width\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .min-width\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .min-width\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .min-width\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .min-width\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.50;
  }

  .min-width\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .min-width\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .min-width\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .min-width\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.80;
  }

  .min-width\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .min-width\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .min-width\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .min-width\:place-self-auto{
    place-self: auto;
  }

  .min-width\:place-self-start{
    place-self: start;
  }

  .min-width\:place-self-end{
    place-self: end;
  }

  .min-width\:place-self-center{
    place-self: center;
  }

  .min-width\:place-self-stretch{
    place-self: stretch;
  }

  .min-width\:self-auto{
    align-self: auto;
  }

  .min-width\:self-start{
    align-self: flex-start;
  }

  .min-width\:self-end{
    align-self: flex-end;
  }

  .min-width\:self-center{
    align-self: center;
  }

  .min-width\:self-stretch{
    align-self: stretch;
  }

  .min-width\:self-baseline{
    align-self: baseline;
  }

  .min-width\:justify-self-auto{
    justify-self: auto;
  }

  .min-width\:justify-self-start{
    justify-self: start;
  }

  .min-width\:justify-self-end{
    justify-self: end;
  }

  .min-width\:justify-self-center{
    justify-self: center;
  }

  .min-width\:justify-self-stretch{
    justify-self: stretch;
  }

  .min-width\:overflow-auto{
    overflow: auto;
  }

  .min-width\:overflow-hidden{
    overflow: hidden;
  }

  .min-width\:overflow-visible{
    overflow: visible;
  }

  .min-width\:overflow-scroll{
    overflow: scroll;
  }

  .min-width\:overflow-x-auto{
    overflow-x: auto;
  }

  .min-width\:overflow-y-auto{
    overflow-y: auto;
  }

  .min-width\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .min-width\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .min-width\:overflow-x-visible{
    overflow-x: visible;
  }

  .min-width\:overflow-y-visible{
    overflow-y: visible;
  }

  .min-width\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .min-width\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .min-width\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .min-width\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .min-width\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .min-width\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .min-width\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .min-width\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .min-width\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .min-width\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .min-width\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .min-width\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .min-width\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .min-width\:overflow-clip{
    text-overflow: clip;
  }

  .min-width\:whitespace-normal{
    white-space: normal;
  }

  .min-width\:whitespace-nowrap{
    white-space: nowrap;
  }

  .min-width\:whitespace-pre{
    white-space: pre;
  }

  .min-width\:whitespace-pre-line{
    white-space: pre-line;
  }

  .min-width\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .min-width\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .min-width\:break-words{
    overflow-wrap: break-word;
  }

  .min-width\:break-all{
    word-break: break-all;
  }

  .min-width\:rounded-none{
    border-radius: 0;
  }

  .min-width\:rounded-sm{
    border-radius: 0.125rem;
  }

  .min-width\:rounded{
    border-radius: 0.25rem;
  }

  .min-width\:rounded-md{
    border-radius: 0.375rem;
  }

  .min-width\:rounded-lg{
    border-radius: 0.5rem;
  }

  .min-width\:rounded-xl{
    border-radius: 0.75rem;
  }

  .min-width\:rounded-2xl{
    border-radius: 1rem;
  }

  .min-width\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .min-width\:rounded-full{
    border-radius: 9999px;
  }

  .min-width\:rounded-loader{
    border-radius: 50%;
  }

  .min-width\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .min-width\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .min-width\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .min-width\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .min-width\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .min-width\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .min-width\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .min-width\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .min-width\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .min-width\:rounded-t-loader{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .min-width\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .min-width\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .min-width\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .min-width\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .min-width\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .min-width\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .min-width\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .min-width\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .min-width\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .min-width\:rounded-r-loader{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .min-width\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .min-width\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .min-width\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .min-width\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .min-width\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .min-width\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .min-width\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .min-width\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .min-width\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .min-width\:rounded-b-loader{
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .min-width\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .min-width\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .min-width\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .min-width\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .min-width\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .min-width\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .min-width\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .min-width\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .min-width\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .min-width\:rounded-l-loader{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .min-width\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .min-width\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .min-width\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .min-width\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .min-width\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .min-width\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .min-width\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .min-width\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .min-width\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .min-width\:rounded-tl-loader{
    border-top-left-radius: 50%;
  }

  .min-width\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .min-width\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .min-width\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .min-width\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .min-width\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .min-width\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .min-width\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .min-width\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .min-width\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .min-width\:rounded-tr-loader{
    border-top-right-radius: 50%;
  }

  .min-width\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .min-width\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .min-width\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .min-width\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .min-width\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .min-width\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .min-width\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .min-width\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .min-width\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .min-width\:rounded-br-loader{
    border-bottom-right-radius: 50%;
  }

  .min-width\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .min-width\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .min-width\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .min-width\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .min-width\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .min-width\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .min-width\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .min-width\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .min-width\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .min-width\:rounded-bl-loader{
    border-bottom-left-radius: 50%;
  }

  .min-width\:border-0{
    border-width: 0px;
  }

  .min-width\:border-1{
    border-width: 0.0625rem;
  }

  .min-width\:border-2{
    border-width: 0.125rem;
  }

  .min-width\:border-3{
    border-width: 0.188rem;
  }

  .min-width\:border-4{
    border-width: 4px;
  }

  .min-width\:border-5{
    border-width: 0.313rem;
  }

  .min-width\:border-8{
    border-width: 8px;
  }

  .min-width\:border{
    border-width: 1px;
  }

  .min-width\:border-t-0{
    border-top-width: 0px;
  }

  .min-width\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .min-width\:border-t-2{
    border-top-width: 0.125rem;
  }

  .min-width\:border-t-3{
    border-top-width: 0.188rem;
  }

  .min-width\:border-t-4{
    border-top-width: 4px;
  }

  .min-width\:border-t-5{
    border-top-width: 0.313rem;
  }

  .min-width\:border-t-8{
    border-top-width: 8px;
  }

  .min-width\:border-t{
    border-top-width: 1px;
  }

  .min-width\:border-r-0{
    border-right-width: 0px;
  }

  .min-width\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .min-width\:border-r-2{
    border-right-width: 0.125rem;
  }

  .min-width\:border-r-3{
    border-right-width: 0.188rem;
  }

  .min-width\:border-r-4{
    border-right-width: 4px;
  }

  .min-width\:border-r-5{
    border-right-width: 0.313rem;
  }

  .min-width\:border-r-8{
    border-right-width: 8px;
  }

  .min-width\:border-r{
    border-right-width: 1px;
  }

  .min-width\:border-b-0{
    border-bottom-width: 0px;
  }

  .min-width\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .min-width\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .min-width\:border-b-3{
    border-bottom-width: 0.188rem;
  }

  .min-width\:border-b-4{
    border-bottom-width: 4px;
  }

  .min-width\:border-b-5{
    border-bottom-width: 0.313rem;
  }

  .min-width\:border-b-8{
    border-bottom-width: 8px;
  }

  .min-width\:border-b{
    border-bottom-width: 1px;
  }

  .min-width\:border-l-0{
    border-left-width: 0px;
  }

  .min-width\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .min-width\:border-l-2{
    border-left-width: 0.125rem;
  }

  .min-width\:border-l-3{
    border-left-width: 0.188rem;
  }

  .min-width\:border-l-4{
    border-left-width: 4px;
  }

  .min-width\:border-l-5{
    border-left-width: 0.313rem;
  }

  .min-width\:border-l-8{
    border-left-width: 8px;
  }

  .min-width\:border-l{
    border-left-width: 1px;
  }

  .min-width\:border-solid{
    border-style: solid;
  }

  .min-width\:border-dashed{
    border-style: dashed;
  }

  .min-width\:border-dotted{
    border-style: dotted;
  }

  .min-width\:border-double{
    border-style: double;
  }

  .min-width\:border-none{
    border-style: none;
  }

  .min-width\:border-transparent{
    border-color: transparent;
  }

  .min-width\:border-current{
    border-color: currentColor;
  }

  .min-width\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .min-width\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .min-width\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .min-width\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .min-width\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .min-width\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .min-width\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .min-width\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .min-width\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .min-width\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .min-width\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .min-width\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .min-width\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .min-width\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .min-width\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .min-width\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .group:hover .min-width\:group-hover\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .group:hover .min-width\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .min-width\:group-hover\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .group:hover .min-width\:group-hover\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .group:hover .min-width\:group-hover\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .group:hover .min-width\:group-hover\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .min-width\:group-hover\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .group:hover .min-width\:group-hover\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .min-width\:group-hover\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .min-width\:group-hover\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .min-width\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .min-width\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .min-width\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .min-width\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .min-width\:focus-within\:border-error:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .min-width\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .min-width\:focus-within\:border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .min-width\:focus-within\:border-dark-100:focus-within{
    border-color: rgba(0,0,0,.1);
  }

  .min-width\:focus-within\:border-dark-500:focus-within{
    border-color: rgba(0,0,0,.5);
  }

  .min-width\:focus-within\:border-dark-800:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .min-width\:focus-within\:border-dark-900:focus-within{
    border-color: rgba(0,0,0,.9);
  }

  .min-width\:focus-within\:border-light-100:focus-within{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus-within\:border-light-500:focus-within{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus-within\:border-light-800:focus-within{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .min-width\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .min-width\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .min-width\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .min-width\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .min-width\:hover\:border-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .min-width\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .min-width\:hover\:border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .min-width\:hover\:border-dark-100:hover{
    border-color: rgba(0,0,0,.1);
  }

  .min-width\:hover\:border-dark-500:hover{
    border-color: rgba(0,0,0,.5);
  }

  .min-width\:hover\:border-dark-800:hover{
    border-color: rgba(0,0,0,.8);
  }

  .min-width\:hover\:border-dark-900:hover{
    border-color: rgba(0,0,0,.9);
  }

  .min-width\:hover\:border-light-100:hover{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:hover\:border-light-500:hover{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:hover\:border-light-800:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .min-width\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .min-width\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .min-width\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .min-width\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .min-width\:focus\:border-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .min-width\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .min-width\:focus\:border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .min-width\:focus\:border-dark-100:focus{
    border-color: rgba(0,0,0,.1);
  }

  .min-width\:focus\:border-dark-500:focus{
    border-color: rgba(0,0,0,.5);
  }

  .min-width\:focus\:border-dark-800:focus{
    border-color: rgba(0,0,0,.8);
  }

  .min-width\:focus\:border-dark-900:focus{
    border-color: rgba(0,0,0,.9);
  }

  .min-width\:focus\:border-light-100:focus{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus\:border-light-500:focus{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus\:border-light-800:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .min-width\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .min-width\:border-opacity-10{
    --tw-border-opacity: 0.10;
  }

  .min-width\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .min-width\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .min-width\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .min-width\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .min-width\:border-opacity-50{
    --tw-border-opacity: 0.50;
  }

  .min-width\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .min-width\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .min-width\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .min-width\:border-opacity-80{
    --tw-border-opacity: 0.80;
  }

  .min-width\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .min-width\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .min-width\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .min-width\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .min-width\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .min-width\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.10;
  }

  .group:hover .min-width\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .min-width\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .min-width\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .min-width\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .min-width\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.50;
  }

  .group:hover .min-width\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .min-width\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .min-width\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .min-width\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.80;
  }

  .group:hover .min-width\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .min-width\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .min-width\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .min-width\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .min-width\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .min-width\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.10;
  }

  .min-width\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .min-width\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .min-width\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .min-width\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .min-width\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.50;
  }

  .min-width\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .min-width\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .min-width\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .min-width\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.80;
  }

  .min-width\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .min-width\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .min-width\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .min-width\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .min-width\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .min-width\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.10;
  }

  .min-width\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .min-width\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .min-width\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .min-width\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .min-width\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.50;
  }

  .min-width\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .min-width\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .min-width\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .min-width\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.80;
  }

  .min-width\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .min-width\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .min-width\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .min-width\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .min-width\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .min-width\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.10;
  }

  .min-width\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .min-width\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .min-width\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .min-width\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .min-width\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.50;
  }

  .min-width\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .min-width\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .min-width\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .min-width\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.80;
  }

  .min-width\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .min-width\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .min-width\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .min-width\:bg-transparent{
    background-color: transparent;
  }

  .min-width\:bg-current{
    background-color: currentColor;
  }

  .min-width\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .min-width\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .min-width\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .min-width\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .min-width\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .min-width\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .min-width\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .min-width\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .min-width\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .min-width\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .min-width\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .min-width\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .min-width\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .min-width\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .min-width\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .min-width\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .group:hover .min-width\:group-hover\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .group:hover .min-width\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .min-width\:group-hover\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .group:hover .min-width\:group-hover\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .group:hover .min-width\:group-hover\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .group:hover .min-width\:group-hover\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .min-width\:group-hover\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .group:hover .min-width\:group-hover\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .min-width\:group-hover\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .min-width\:group-hover\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .min-width\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .min-width\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .min-width\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .min-width\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .min-width\:focus-within\:bg-error:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .min-width\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .min-width\:focus-within\:bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .min-width\:focus-within\:bg-dark-100:focus-within{
    background-color: rgba(0,0,0,.1);
  }

  .min-width\:focus-within\:bg-dark-500:focus-within{
    background-color: rgba(0,0,0,.5);
  }

  .min-width\:focus-within\:bg-dark-800:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .min-width\:focus-within\:bg-dark-900:focus-within{
    background-color: rgba(0,0,0,.9);
  }

  .min-width\:focus-within\:bg-light-100:focus-within{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus-within\:bg-light-500:focus-within{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus-within\:bg-light-800:focus-within{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .min-width\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .min-width\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .min-width\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .min-width\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .min-width\:hover\:bg-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .min-width\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .min-width\:hover\:bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .min-width\:hover\:bg-dark-100:hover{
    background-color: rgba(0,0,0,.1);
  }

  .min-width\:hover\:bg-dark-500:hover{
    background-color: rgba(0,0,0,.5);
  }

  .min-width\:hover\:bg-dark-800:hover{
    background-color: rgba(0,0,0,.8);
  }

  .min-width\:hover\:bg-dark-900:hover{
    background-color: rgba(0,0,0,.9);
  }

  .min-width\:hover\:bg-light-100:hover{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:hover\:bg-light-500:hover{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:hover\:bg-light-800:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .min-width\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .min-width\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .min-width\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .min-width\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .min-width\:focus\:bg-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .min-width\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .min-width\:focus\:bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .min-width\:focus\:bg-dark-100:focus{
    background-color: rgba(0,0,0,.1);
  }

  .min-width\:focus\:bg-dark-500:focus{
    background-color: rgba(0,0,0,.5);
  }

  .min-width\:focus\:bg-dark-800:focus{
    background-color: rgba(0,0,0,.8);
  }

  .min-width\:focus\:bg-dark-900:focus{
    background-color: rgba(0,0,0,.9);
  }

  .min-width\:focus\:bg-light-100:focus{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus\:bg-light-500:focus{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus\:bg-light-800:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .min-width\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .min-width\:bg-opacity-10{
    --tw-bg-opacity: 0.10;
  }

  .min-width\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .min-width\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .min-width\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .min-width\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .min-width\:bg-opacity-50{
    --tw-bg-opacity: 0.50;
  }

  .min-width\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .min-width\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .min-width\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .min-width\:bg-opacity-80{
    --tw-bg-opacity: 0.80;
  }

  .min-width\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .min-width\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .min-width\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.10;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.50;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.80;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .min-width\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .min-width\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .min-width\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .min-width\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.10;
  }

  .min-width\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .min-width\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .min-width\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .min-width\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .min-width\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.50;
  }

  .min-width\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .min-width\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .min-width\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .min-width\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.80;
  }

  .min-width\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .min-width\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .min-width\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .min-width\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .min-width\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .min-width\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.10;
  }

  .min-width\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .min-width\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .min-width\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .min-width\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .min-width\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.50;
  }

  .min-width\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .min-width\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .min-width\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .min-width\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.80;
  }

  .min-width\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .min-width\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .min-width\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .min-width\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .min-width\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .min-width\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.10;
  }

  .min-width\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .min-width\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .min-width\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .min-width\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .min-width\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.50;
  }

  .min-width\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .min-width\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .min-width\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .min-width\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.80;
  }

  .min-width\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .min-width\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .min-width\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .min-width\:bg-none{
    background-image: none;
  }

  .min-width\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .min-width\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .min-width\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .min-width\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .min-width\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .min-width\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .min-width\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .min-width\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .min-width\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:from-blue{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .min-width\:from-error{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .min-width\:from-gray{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .min-width\:from-gray-dark{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .min-width\:from-dark-100{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:from-dark-500{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:from-dark-800{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:from-dark-900{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:from-light-100{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:from-light-500{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:from-light-800{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .min-width\:hover\:from-error:hover{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .min-width\:hover\:from-gray:hover{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .min-width\:hover\:from-gray-dark:hover{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .min-width\:hover\:from-dark-100:hover{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:from-dark-500:hover{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:from-dark-800:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:from-dark-900:hover{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:from-light-100:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:hover\:from-light-500:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:hover\:from-light-800:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .min-width\:focus\:from-error:focus{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .min-width\:focus\:from-gray:focus{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .min-width\:focus\:from-gray-dark:focus{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .min-width\:focus\:from-dark-100:focus{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:from-dark-500:focus{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:from-dark-800:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:from-dark-900:focus{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:from-light-100:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:focus\:from-light-500:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:focus\:from-light-800:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .min-width\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .min-width\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .min-width\:via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .min-width\:via-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:via-dark-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:via-dark-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:via-dark-900{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:via-light-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:via-light-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:via-light-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .min-width\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .min-width\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .min-width\:hover\:via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .min-width\:hover\:via-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:via-dark-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:via-dark-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:via-dark-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:hover\:via-light-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:hover\:via-light-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:hover\:via-light-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .min-width\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .min-width\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .min-width\:focus\:via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .min-width\:focus\:via-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:via-dark-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:via-dark-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:via-dark-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .min-width\:focus\:via-light-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:focus\:via-light-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:focus\:via-light-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .min-width\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .min-width\:to-current{
    --tw-gradient-to: currentColor;
  }

  .min-width\:to-black{
    --tw-gradient-to: #000;
  }

  .min-width\:to-white{
    --tw-gradient-to: #fff;
  }

  .min-width\:to-blue{
    --tw-gradient-to: #0099FF;
  }

  .min-width\:to-error{
    --tw-gradient-to: #E62807;
  }

  .min-width\:to-gray{
    --tw-gradient-to: #e5e5e5;
  }

  .min-width\:to-gray-dark{
    --tw-gradient-to: #777676;
  }

  .min-width\:to-dark-100{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .min-width\:to-dark-500{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .min-width\:to-dark-800{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .min-width\:to-dark-900{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .min-width\:to-light-100{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .min-width\:to-light-500{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .min-width\:to-light-800{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .min-width\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .min-width\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .min-width\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .min-width\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .min-width\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF;
  }

  .min-width\:hover\:to-error:hover{
    --tw-gradient-to: #E62807;
  }

  .min-width\:hover\:to-gray:hover{
    --tw-gradient-to: #e5e5e5;
  }

  .min-width\:hover\:to-gray-dark:hover{
    --tw-gradient-to: #777676;
  }

  .min-width\:hover\:to-dark-100:hover{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .min-width\:hover\:to-dark-500:hover{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .min-width\:hover\:to-dark-800:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .min-width\:hover\:to-dark-900:hover{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .min-width\:hover\:to-light-100:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .min-width\:hover\:to-light-500:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .min-width\:hover\:to-light-800:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .min-width\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .min-width\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .min-width\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .min-width\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF;
  }

  .min-width\:focus\:to-error:focus{
    --tw-gradient-to: #E62807;
  }

  .min-width\:focus\:to-gray:focus{
    --tw-gradient-to: #e5e5e5;
  }

  .min-width\:focus\:to-gray-dark:focus{
    --tw-gradient-to: #777676;
  }

  .min-width\:focus\:to-dark-100:focus{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .min-width\:focus\:to-dark-500:focus{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .min-width\:focus\:to-dark-800:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .min-width\:focus\:to-dark-900:focus{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .min-width\:focus\:to-light-100:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus\:to-light-500:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus\:to-light-800:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .min-width\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .min-width\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .min-width\:bg-auto{
    background-size: auto;
  }

  .min-width\:bg-cover{
    background-size: cover;
  }

  .min-width\:bg-contain{
    background-size: contain;
  }

  .min-width\:bg-fixed{
    background-attachment: fixed;
  }

  .min-width\:bg-local{
    background-attachment: local;
  }

  .min-width\:bg-scroll{
    background-attachment: scroll;
  }

  .min-width\:bg-clip-border{
    background-clip: border-box;
  }

  .min-width\:bg-clip-padding{
    background-clip: padding-box;
  }

  .min-width\:bg-clip-content{
    background-clip: content-box;
  }

  .min-width\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .min-width\:bg-bottom{
    background-position: bottom;
  }

  .min-width\:bg-center{
    background-position: center;
  }

  .min-width\:bg-left{
    background-position: left;
  }

  .min-width\:bg-left-bottom{
    background-position: left bottom;
  }

  .min-width\:bg-left-top{
    background-position: left top;
  }

  .min-width\:bg-right{
    background-position: right;
  }

  .min-width\:bg-right-bottom{
    background-position: right bottom;
  }

  .min-width\:bg-right-top{
    background-position: right top;
  }

  .min-width\:bg-top{
    background-position: top;
  }

  .min-width\:bg-repeat{
    background-repeat: repeat;
  }

  .min-width\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .min-width\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .min-width\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .min-width\:bg-repeat-round{
    background-repeat: round;
  }

  .min-width\:bg-repeat-space{
    background-repeat: space;
  }

  .min-width\:bg-origin-border{
    background-origin: border-box;
  }

  .min-width\:bg-origin-padding{
    background-origin: padding-box;
  }

  .min-width\:bg-origin-content{
    background-origin: content-box;
  }

  .min-width\:fill-current{
    fill: currentColor;
  }

  .min-width\:fill-transparent{
    fill: transparent;
  }

  .min-width\:fill-black{
    fill: #000;
  }

  .min-width\:fill-white{
    fill: #fff;
  }

  .min-width\:fill-blue{
    fill: #0099FF;
  }

  .min-width\:fill-error{
    fill: #E62807;
  }

  .min-width\:fill-gray{
    fill: #e5e5e5;
  }

  .min-width\:fill-gray-dark{
    fill: #777676;
  }

  .min-width\:fill-dark-100{
    fill: rgba(0,0,0,.1);
  }

  .min-width\:fill-dark-500{
    fill: rgba(0,0,0,.5);
  }

  .min-width\:fill-dark-800{
    fill: rgba(0,0,0,.8);
  }

  .min-width\:fill-dark-900{
    fill: rgba(0,0,0,.9);
  }

  .min-width\:fill-light-100{
    fill: rgba(255, 255, 255, 0.1);
  }

  .min-width\:fill-light-500{
    fill: rgba(255, 255, 255, 0.5);
  }

  .min-width\:fill-light-800{
    fill: rgba(255, 255, 255, 0.8);
  }

  .min-width\:hover\:fill-current:hover{
    fill: currentColor;
  }

  .min-width\:hover\:fill-transparent:hover{
    fill: transparent;
  }

  .min-width\:hover\:fill-black:hover{
    fill: #000;
  }

  .min-width\:hover\:fill-white:hover{
    fill: #fff;
  }

  .min-width\:hover\:fill-blue:hover{
    fill: #0099FF;
  }

  .min-width\:hover\:fill-error:hover{
    fill: #E62807;
  }

  .min-width\:hover\:fill-gray:hover{
    fill: #e5e5e5;
  }

  .min-width\:hover\:fill-gray-dark:hover{
    fill: #777676;
  }

  .min-width\:hover\:fill-dark-100:hover{
    fill: rgba(0,0,0,.1);
  }

  .min-width\:hover\:fill-dark-500:hover{
    fill: rgba(0,0,0,.5);
  }

  .min-width\:hover\:fill-dark-800:hover{
    fill: rgba(0,0,0,.8);
  }

  .min-width\:hover\:fill-dark-900:hover{
    fill: rgba(0,0,0,.9);
  }

  .min-width\:hover\:fill-light-100:hover{
    fill: rgba(255, 255, 255, 0.1);
  }

  .min-width\:hover\:fill-light-500:hover{
    fill: rgba(255, 255, 255, 0.5);
  }

  .min-width\:hover\:fill-light-800:hover{
    fill: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus\:fill-current:focus{
    fill: currentColor;
  }

  .min-width\:focus\:fill-transparent:focus{
    fill: transparent;
  }

  .min-width\:focus\:fill-black:focus{
    fill: #000;
  }

  .min-width\:focus\:fill-white:focus{
    fill: #fff;
  }

  .min-width\:focus\:fill-blue:focus{
    fill: #0099FF;
  }

  .min-width\:focus\:fill-error:focus{
    fill: #E62807;
  }

  .min-width\:focus\:fill-gray:focus{
    fill: #e5e5e5;
  }

  .min-width\:focus\:fill-gray-dark:focus{
    fill: #777676;
  }

  .min-width\:focus\:fill-dark-100:focus{
    fill: rgba(0,0,0,.1);
  }

  .min-width\:focus\:fill-dark-500:focus{
    fill: rgba(0,0,0,.5);
  }

  .min-width\:focus\:fill-dark-800:focus{
    fill: rgba(0,0,0,.8);
  }

  .min-width\:focus\:fill-dark-900:focus{
    fill: rgba(0,0,0,.9);
  }

  .min-width\:focus\:fill-light-100:focus{
    fill: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus\:fill-light-500:focus{
    fill: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus\:fill-light-800:focus{
    fill: rgba(255, 255, 255, 0.8);
  }

  .min-width\:stroke-current{
    stroke: currentColor;
  }

  .min-width\:stroke-0{
    stroke-width: 0;
  }

  .min-width\:stroke-1{
    stroke-width: 1;
  }

  .min-width\:stroke-2{
    stroke-width: 2;
  }

  .min-width\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .min-width\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .min-width\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .min-width\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .min-width\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .min-width\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .min-width\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .min-width\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .min-width\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .min-width\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .min-width\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .min-width\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .min-width\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .min-width\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .min-width\:p-0{
    padding: 0;
  }

  .min-width\:p-4{
    padding: 0.25rem;
  }

  .min-width\:p-8{
    padding: 0.5rem;
  }

  .min-width\:p-12{
    padding: 0.75rem;
  }

  .min-width\:p-16{
    padding: 1rem;
  }

  .min-width\:p-20{
    padding: 1.25rem;
  }

  .min-width\:p-24{
    padding: 1.5rem;
  }

  .min-width\:p-32{
    padding: 2rem;
  }

  .min-width\:p-40{
    padding: 2.5rem;
  }

  .min-width\:p-48{
    padding: 3rem;
  }

  .min-width\:p-56{
    padding: 3.5rem;
  }

  .min-width\:p-64{
    padding: 4rem;
  }

  .min-width\:p-80{
    padding: 5rem;
  }

  .min-width\:p-96{
    padding: 6rem;
  }

  .min-width\:p-104{
    padding: 6.5rem;
  }

  .min-width\:p-112{
    padding: 7rem;
  }

  .min-width\:p-128{
    padding: 8rem;
  }

  .min-width\:p-140{
    padding: 8.75rem;
  }

  .min-width\:p-156{
    padding: 9.5rem;
  }

  .min-width\:p-160{
    padding: 10rem;
  }

  .min-width\:p-180{
    padding: 11.25rem;
  }

  .min-width\:p-200{
    padding: 12.5rem;
  }

  .min-width\:p-224{
    padding: 14rem;
  }

  .min-width\:p-240{
    padding: 15rem;
  }

  .min-width\:p-260{
    padding: 16.25rem;
  }

  .min-width\:p-300{
    padding: 18.75rem;
  }

  .min-width\:-p-78\%{
    padding: -78%;
  }

  .min-width\:-p-80\%{
    padding: -80%;
  }

  .min-width\:-p-50\%{
    padding: -50%;
  }

  .min-width\:-p-35\%{
    padding: -35%;
  }

  .min-width\:-p-128{
    padding: -8rem;
  }

  .min-width\:-p-96{
    padding: -6rem;
  }

  .min-width\:-p-64{
    padding: -4rem;
  }

  .min-width\:-p-32{
    padding: -2rem;
  }

  .min-width\:-p-8{
    padding: -0.5rem;
  }

  .min-width\:p-5\%{
    padding: 5%;
  }

  .min-width\:p-10\%{
    padding: 10%;
  }

  .min-width\:p-15\%{
    padding: 15%;
  }

  .min-width\:p-20\%{
    padding: 20%;
  }

  .min-width\:p-25\%{
    padding: 25%;
  }

  .min-width\:p-30\%{
    padding: 30%;
  }

  .min-width\:p-31\%{
    padding: 31%;
  }

  .min-width\:p-33\%{
    padding: 33.333%;
  }

  .min-width\:p-34\%{
    padding: 34%;
  }

  .min-width\:p-45\%{
    padding: 45%;
  }

  .min-width\:p-50\%{
    padding: 50%;
  }

  .min-width\:p-54\%{
    padding: 54%;
  }

  .min-width\:p-75\%{
    padding: 75%;
  }

  .min-width\:p-55\%{
    padding: 55%;
  }

  .min-width\:p-65\%{
    padding: 65%;
  }

  .min-width\:p-66\%{
    padding: 66%;
  }

  .min-width\:p-85\%{
    padding: 85%;
  }

  .min-width\:p-96\%{
    padding: 96%;
  }

  .min-width\:p-130\%{
    padding: 130%;
  }

  .min-width\:p-135\%{
    padding: 135%;
  }

  .min-width\:p-200\%{
    padding: 200%;
  }

  .min-width\:p-16\/9{
    padding: 56.25%;
  }

  .min-width\:p-1\/2{
    padding: 50%;
  }

  .min-width\:p-full{
    padding: 100%;
  }

  .min-width\:p-span{
    padding: 8.333%;
  }

  .min-width\:p-2span{
    padding: 16.666%;
  }

  .min-width\:p-px{
    padding: 1px;
  }

  .min-width\:p-3\.125rem{
    padding: 3.125rem;
  }

  .min-width\:p-3\.375rem{
    padding: 3.375rem;
  }

  .min-width\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .min-width\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .min-width\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .min-width\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .min-width\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .min-width\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .min-width\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .min-width\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .min-width\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .min-width\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .min-width\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .min-width\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .min-width\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .min-width\:px-96{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .min-width\:px-104{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .min-width\:px-112{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .min-width\:px-128{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .min-width\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .min-width\:px-156{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .min-width\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .min-width\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .min-width\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .min-width\:px-224{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .min-width\:px-240{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .min-width\:px-260{
    padding-left: 16.25rem;
    padding-right: 16.25rem;
  }

  .min-width\:px-300{
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .min-width\:-px-78\%{
    padding-left: -78%;
    padding-right: -78%;
  }

  .min-width\:-px-80\%{
    padding-left: -80%;
    padding-right: -80%;
  }

  .min-width\:-px-50\%{
    padding-left: -50%;
    padding-right: -50%;
  }

  .min-width\:-px-35\%{
    padding-left: -35%;
    padding-right: -35%;
  }

  .min-width\:-px-128{
    padding-left: -8rem;
    padding-right: -8rem;
  }

  .min-width\:-px-96{
    padding-left: -6rem;
    padding-right: -6rem;
  }

  .min-width\:-px-64{
    padding-left: -4rem;
    padding-right: -4rem;
  }

  .min-width\:-px-32{
    padding-left: -2rem;
    padding-right: -2rem;
  }

  .min-width\:-px-8{
    padding-left: -0.5rem;
    padding-right: -0.5rem;
  }

  .min-width\:px-5\%{
    padding-left: 5%;
    padding-right: 5%;
  }

  .min-width\:px-10\%{
    padding-left: 10%;
    padding-right: 10%;
  }

  .min-width\:px-15\%{
    padding-left: 15%;
    padding-right: 15%;
  }

  .min-width\:px-20\%{
    padding-left: 20%;
    padding-right: 20%;
  }

  .min-width\:px-25\%{
    padding-left: 25%;
    padding-right: 25%;
  }

  .min-width\:px-30\%{
    padding-left: 30%;
    padding-right: 30%;
  }

  .min-width\:px-31\%{
    padding-left: 31%;
    padding-right: 31%;
  }

  .min-width\:px-33\%{
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .min-width\:px-34\%{
    padding-left: 34%;
    padding-right: 34%;
  }

  .min-width\:px-45\%{
    padding-left: 45%;
    padding-right: 45%;
  }

  .min-width\:px-50\%{
    padding-left: 50%;
    padding-right: 50%;
  }

  .min-width\:px-54\%{
    padding-left: 54%;
    padding-right: 54%;
  }

  .min-width\:px-75\%{
    padding-left: 75%;
    padding-right: 75%;
  }

  .min-width\:px-55\%{
    padding-left: 55%;
    padding-right: 55%;
  }

  .min-width\:px-65\%{
    padding-left: 65%;
    padding-right: 65%;
  }

  .min-width\:px-66\%{
    padding-left: 66%;
    padding-right: 66%;
  }

  .min-width\:px-85\%{
    padding-left: 85%;
    padding-right: 85%;
  }

  .min-width\:px-96\%{
    padding-left: 96%;
    padding-right: 96%;
  }

  .min-width\:px-130\%{
    padding-left: 130%;
    padding-right: 130%;
  }

  .min-width\:px-135\%{
    padding-left: 135%;
    padding-right: 135%;
  }

  .min-width\:px-200\%{
    padding-left: 200%;
    padding-right: 200%;
  }

  .min-width\:px-16\/9{
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .min-width\:px-1\/2{
    padding-left: 50%;
    padding-right: 50%;
  }

  .min-width\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .min-width\:px-span{
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .min-width\:px-2span{
    padding-left: 16.666%;
    padding-right: 16.666%;
  }

  .min-width\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .min-width\:px-3\.125rem{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .min-width\:px-3\.375rem{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .min-width\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .min-width\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .min-width\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .min-width\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .min-width\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .min-width\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .min-width\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .min-width\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .min-width\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .min-width\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .min-width\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .min-width\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .min-width\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .min-width\:py-96{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .min-width\:py-104{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .min-width\:py-112{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .min-width\:py-128{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .min-width\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .min-width\:py-156{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .min-width\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .min-width\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .min-width\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .min-width\:py-224{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .min-width\:py-240{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .min-width\:py-260{
    padding-top: 16.25rem;
    padding-bottom: 16.25rem;
  }

  .min-width\:py-300{
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .min-width\:-py-78\%{
    padding-top: -78%;
    padding-bottom: -78%;
  }

  .min-width\:-py-80\%{
    padding-top: -80%;
    padding-bottom: -80%;
  }

  .min-width\:-py-50\%{
    padding-top: -50%;
    padding-bottom: -50%;
  }

  .min-width\:-py-35\%{
    padding-top: -35%;
    padding-bottom: -35%;
  }

  .min-width\:-py-128{
    padding-top: -8rem;
    padding-bottom: -8rem;
  }

  .min-width\:-py-96{
    padding-top: -6rem;
    padding-bottom: -6rem;
  }

  .min-width\:-py-64{
    padding-top: -4rem;
    padding-bottom: -4rem;
  }

  .min-width\:-py-32{
    padding-top: -2rem;
    padding-bottom: -2rem;
  }

  .min-width\:-py-8{
    padding-top: -0.5rem;
    padding-bottom: -0.5rem;
  }

  .min-width\:py-5\%{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .min-width\:py-10\%{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .min-width\:py-15\%{
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .min-width\:py-20\%{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .min-width\:py-25\%{
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .min-width\:py-30\%{
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .min-width\:py-31\%{
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .min-width\:py-33\%{
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .min-width\:py-34\%{
    padding-top: 34%;
    padding-bottom: 34%;
  }

  .min-width\:py-45\%{
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .min-width\:py-50\%{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .min-width\:py-54\%{
    padding-top: 54%;
    padding-bottom: 54%;
  }

  .min-width\:py-75\%{
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .min-width\:py-55\%{
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .min-width\:py-65\%{
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .min-width\:py-66\%{
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .min-width\:py-85\%{
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .min-width\:py-96\%{
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .min-width\:py-130\%{
    padding-top: 130%;
    padding-bottom: 130%;
  }

  .min-width\:py-135\%{
    padding-top: 135%;
    padding-bottom: 135%;
  }

  .min-width\:py-200\%{
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .min-width\:py-16\/9{
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .min-width\:py-1\/2{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .min-width\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .min-width\:py-span{
    padding-top: 8.333%;
    padding-bottom: 8.333%;
  }

  .min-width\:py-2span{
    padding-top: 16.666%;
    padding-bottom: 16.666%;
  }

  .min-width\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .min-width\:py-3\.125rem{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .min-width\:py-3\.375rem{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .min-width\:pt-0{
    padding-top: 0;
  }

  .min-width\:pt-4{
    padding-top: 0.25rem;
  }

  .min-width\:pt-8{
    padding-top: 0.5rem;
  }

  .min-width\:pt-12{
    padding-top: 0.75rem;
  }

  .min-width\:pt-16{
    padding-top: 1rem;
  }

  .min-width\:pt-20{
    padding-top: 1.25rem;
  }

  .min-width\:pt-24{
    padding-top: 1.5rem;
  }

  .min-width\:pt-32{
    padding-top: 2rem;
  }

  .min-width\:pt-40{
    padding-top: 2.5rem;
  }

  .min-width\:pt-48{
    padding-top: 3rem;
  }

  .min-width\:pt-56{
    padding-top: 3.5rem;
  }

  .min-width\:pt-64{
    padding-top: 4rem;
  }

  .min-width\:pt-80{
    padding-top: 5rem;
  }

  .min-width\:pt-96{
    padding-top: 6rem;
  }

  .min-width\:pt-104{
    padding-top: 6.5rem;
  }

  .min-width\:pt-112{
    padding-top: 7rem;
  }

  .min-width\:pt-128{
    padding-top: 8rem;
  }

  .min-width\:pt-140{
    padding-top: 8.75rem;
  }

  .min-width\:pt-156{
    padding-top: 9.5rem;
  }

  .min-width\:pt-160{
    padding-top: 10rem;
  }

  .min-width\:pt-180{
    padding-top: 11.25rem;
  }

  .min-width\:pt-200{
    padding-top: 12.5rem;
  }

  .min-width\:pt-224{
    padding-top: 14rem;
  }

  .min-width\:pt-240{
    padding-top: 15rem;
  }

  .min-width\:pt-260{
    padding-top: 16.25rem;
  }

  .min-width\:pt-300{
    padding-top: 18.75rem;
  }

  .min-width\:-pt-78\%{
    padding-top: -78%;
  }

  .min-width\:-pt-80\%{
    padding-top: -80%;
  }

  .min-width\:-pt-50\%{
    padding-top: -50%;
  }

  .min-width\:-pt-35\%{
    padding-top: -35%;
  }

  .min-width\:-pt-128{
    padding-top: -8rem;
  }

  .min-width\:-pt-96{
    padding-top: -6rem;
  }

  .min-width\:-pt-64{
    padding-top: -4rem;
  }

  .min-width\:-pt-32{
    padding-top: -2rem;
  }

  .min-width\:-pt-8{
    padding-top: -0.5rem;
  }

  .min-width\:pt-5\%{
    padding-top: 5%;
  }

  .min-width\:pt-10\%{
    padding-top: 10%;
  }

  .min-width\:pt-15\%{
    padding-top: 15%;
  }

  .min-width\:pt-20\%{
    padding-top: 20%;
  }

  .min-width\:pt-25\%{
    padding-top: 25%;
  }

  .min-width\:pt-30\%{
    padding-top: 30%;
  }

  .min-width\:pt-31\%{
    padding-top: 31%;
  }

  .min-width\:pt-33\%{
    padding-top: 33.333%;
  }

  .min-width\:pt-34\%{
    padding-top: 34%;
  }

  .min-width\:pt-45\%{
    padding-top: 45%;
  }

  .min-width\:pt-50\%{
    padding-top: 50%;
  }

  .min-width\:pt-54\%{
    padding-top: 54%;
  }

  .min-width\:pt-75\%{
    padding-top: 75%;
  }

  .min-width\:pt-55\%{
    padding-top: 55%;
  }

  .min-width\:pt-65\%{
    padding-top: 65%;
  }

  .min-width\:pt-66\%{
    padding-top: 66%;
  }

  .min-width\:pt-85\%{
    padding-top: 85%;
  }

  .min-width\:pt-96\%{
    padding-top: 96%;
  }

  .min-width\:pt-130\%{
    padding-top: 130%;
  }

  .min-width\:pt-135\%{
    padding-top: 135%;
  }

  .min-width\:pt-200\%{
    padding-top: 200%;
  }

  .min-width\:pt-16\/9{
    padding-top: 56.25%;
  }

  .min-width\:pt-1\/2{
    padding-top: 50%;
  }

  .min-width\:pt-full{
    padding-top: 100%;
  }

  .min-width\:pt-span{
    padding-top: 8.333%;
  }

  .min-width\:pt-2span{
    padding-top: 16.666%;
  }

  .min-width\:pt-px{
    padding-top: 1px;
  }

  .min-width\:pt-3\.125rem{
    padding-top: 3.125rem;
  }

  .min-width\:pt-3\.375rem{
    padding-top: 3.375rem;
  }

  .min-width\:pr-0{
    padding-right: 0;
  }

  .min-width\:pr-4{
    padding-right: 0.25rem;
  }

  .min-width\:pr-8{
    padding-right: 0.5rem;
  }

  .min-width\:pr-12{
    padding-right: 0.75rem;
  }

  .min-width\:pr-16{
    padding-right: 1rem;
  }

  .min-width\:pr-20{
    padding-right: 1.25rem;
  }

  .min-width\:pr-24{
    padding-right: 1.5rem;
  }

  .min-width\:pr-32{
    padding-right: 2rem;
  }

  .min-width\:pr-40{
    padding-right: 2.5rem;
  }

  .min-width\:pr-48{
    padding-right: 3rem;
  }

  .min-width\:pr-56{
    padding-right: 3.5rem;
  }

  .min-width\:pr-64{
    padding-right: 4rem;
  }

  .min-width\:pr-80{
    padding-right: 5rem;
  }

  .min-width\:pr-96{
    padding-right: 6rem;
  }

  .min-width\:pr-104{
    padding-right: 6.5rem;
  }

  .min-width\:pr-112{
    padding-right: 7rem;
  }

  .min-width\:pr-128{
    padding-right: 8rem;
  }

  .min-width\:pr-140{
    padding-right: 8.75rem;
  }

  .min-width\:pr-156{
    padding-right: 9.5rem;
  }

  .min-width\:pr-160{
    padding-right: 10rem;
  }

  .min-width\:pr-180{
    padding-right: 11.25rem;
  }

  .min-width\:pr-200{
    padding-right: 12.5rem;
  }

  .min-width\:pr-224{
    padding-right: 14rem;
  }

  .min-width\:pr-240{
    padding-right: 15rem;
  }

  .min-width\:pr-260{
    padding-right: 16.25rem;
  }

  .min-width\:pr-300{
    padding-right: 18.75rem;
  }

  .min-width\:-pr-78\%{
    padding-right: -78%;
  }

  .min-width\:-pr-80\%{
    padding-right: -80%;
  }

  .min-width\:-pr-50\%{
    padding-right: -50%;
  }

  .min-width\:-pr-35\%{
    padding-right: -35%;
  }

  .min-width\:-pr-128{
    padding-right: -8rem;
  }

  .min-width\:-pr-96{
    padding-right: -6rem;
  }

  .min-width\:-pr-64{
    padding-right: -4rem;
  }

  .min-width\:-pr-32{
    padding-right: -2rem;
  }

  .min-width\:-pr-8{
    padding-right: -0.5rem;
  }

  .min-width\:pr-5\%{
    padding-right: 5%;
  }

  .min-width\:pr-10\%{
    padding-right: 10%;
  }

  .min-width\:pr-15\%{
    padding-right: 15%;
  }

  .min-width\:pr-20\%{
    padding-right: 20%;
  }

  .min-width\:pr-25\%{
    padding-right: 25%;
  }

  .min-width\:pr-30\%{
    padding-right: 30%;
  }

  .min-width\:pr-31\%{
    padding-right: 31%;
  }

  .min-width\:pr-33\%{
    padding-right: 33.333%;
  }

  .min-width\:pr-34\%{
    padding-right: 34%;
  }

  .min-width\:pr-45\%{
    padding-right: 45%;
  }

  .min-width\:pr-50\%{
    padding-right: 50%;
  }

  .min-width\:pr-54\%{
    padding-right: 54%;
  }

  .min-width\:pr-75\%{
    padding-right: 75%;
  }

  .min-width\:pr-55\%{
    padding-right: 55%;
  }

  .min-width\:pr-65\%{
    padding-right: 65%;
  }

  .min-width\:pr-66\%{
    padding-right: 66%;
  }

  .min-width\:pr-85\%{
    padding-right: 85%;
  }

  .min-width\:pr-96\%{
    padding-right: 96%;
  }

  .min-width\:pr-130\%{
    padding-right: 130%;
  }

  .min-width\:pr-135\%{
    padding-right: 135%;
  }

  .min-width\:pr-200\%{
    padding-right: 200%;
  }

  .min-width\:pr-16\/9{
    padding-right: 56.25%;
  }

  .min-width\:pr-1\/2{
    padding-right: 50%;
  }

  .min-width\:pr-full{
    padding-right: 100%;
  }

  .min-width\:pr-span{
    padding-right: 8.333%;
  }

  .min-width\:pr-2span{
    padding-right: 16.666%;
  }

  .min-width\:pr-px{
    padding-right: 1px;
  }

  .min-width\:pr-3\.125rem{
    padding-right: 3.125rem;
  }

  .min-width\:pr-3\.375rem{
    padding-right: 3.375rem;
  }

  .min-width\:pb-0{
    padding-bottom: 0;
  }

  .min-width\:pb-4{
    padding-bottom: 0.25rem;
  }

  .min-width\:pb-8{
    padding-bottom: 0.5rem;
  }

  .min-width\:pb-12{
    padding-bottom: 0.75rem;
  }

  .min-width\:pb-16{
    padding-bottom: 1rem;
  }

  .min-width\:pb-20{
    padding-bottom: 1.25rem;
  }

  .min-width\:pb-24{
    padding-bottom: 1.5rem;
  }

  .min-width\:pb-32{
    padding-bottom: 2rem;
  }

  .min-width\:pb-40{
    padding-bottom: 2.5rem;
  }

  .min-width\:pb-48{
    padding-bottom: 3rem;
  }

  .min-width\:pb-56{
    padding-bottom: 3.5rem;
  }

  .min-width\:pb-64{
    padding-bottom: 4rem;
  }

  .min-width\:pb-80{
    padding-bottom: 5rem;
  }

  .min-width\:pb-96{
    padding-bottom: 6rem;
  }

  .min-width\:pb-104{
    padding-bottom: 6.5rem;
  }

  .min-width\:pb-112{
    padding-bottom: 7rem;
  }

  .min-width\:pb-128{
    padding-bottom: 8rem;
  }

  .min-width\:pb-140{
    padding-bottom: 8.75rem;
  }

  .min-width\:pb-156{
    padding-bottom: 9.5rem;
  }

  .min-width\:pb-160{
    padding-bottom: 10rem;
  }

  .min-width\:pb-180{
    padding-bottom: 11.25rem;
  }

  .min-width\:pb-200{
    padding-bottom: 12.5rem;
  }

  .min-width\:pb-224{
    padding-bottom: 14rem;
  }

  .min-width\:pb-240{
    padding-bottom: 15rem;
  }

  .min-width\:pb-260{
    padding-bottom: 16.25rem;
  }

  .min-width\:pb-300{
    padding-bottom: 18.75rem;
  }

  .min-width\:-pb-78\%{
    padding-bottom: -78%;
  }

  .min-width\:-pb-80\%{
    padding-bottom: -80%;
  }

  .min-width\:-pb-50\%{
    padding-bottom: -50%;
  }

  .min-width\:-pb-35\%{
    padding-bottom: -35%;
  }

  .min-width\:-pb-128{
    padding-bottom: -8rem;
  }

  .min-width\:-pb-96{
    padding-bottom: -6rem;
  }

  .min-width\:-pb-64{
    padding-bottom: -4rem;
  }

  .min-width\:-pb-32{
    padding-bottom: -2rem;
  }

  .min-width\:-pb-8{
    padding-bottom: -0.5rem;
  }

  .min-width\:pb-5\%{
    padding-bottom: 5%;
  }

  .min-width\:pb-10\%{
    padding-bottom: 10%;
  }

  .min-width\:pb-15\%{
    padding-bottom: 15%;
  }

  .min-width\:pb-20\%{
    padding-bottom: 20%;
  }

  .min-width\:pb-25\%{
    padding-bottom: 25%;
  }

  .min-width\:pb-30\%{
    padding-bottom: 30%;
  }

  .min-width\:pb-31\%{
    padding-bottom: 31%;
  }

  .min-width\:pb-33\%{
    padding-bottom: 33.333%;
  }

  .min-width\:pb-34\%{
    padding-bottom: 34%;
  }

  .min-width\:pb-45\%{
    padding-bottom: 45%;
  }

  .min-width\:pb-50\%{
    padding-bottom: 50%;
  }

  .min-width\:pb-54\%{
    padding-bottom: 54%;
  }

  .min-width\:pb-75\%{
    padding-bottom: 75%;
  }

  .min-width\:pb-55\%{
    padding-bottom: 55%;
  }

  .min-width\:pb-65\%{
    padding-bottom: 65%;
  }

  .min-width\:pb-66\%{
    padding-bottom: 66%;
  }

  .min-width\:pb-85\%{
    padding-bottom: 85%;
  }

  .min-width\:pb-96\%{
    padding-bottom: 96%;
  }

  .min-width\:pb-130\%{
    padding-bottom: 130%;
  }

  .min-width\:pb-135\%{
    padding-bottom: 135%;
  }

  .min-width\:pb-200\%{
    padding-bottom: 200%;
  }

  .min-width\:pb-16\/9{
    padding-bottom: 56.25%;
  }

  .min-width\:pb-1\/2{
    padding-bottom: 50%;
  }

  .min-width\:pb-full{
    padding-bottom: 100%;
  }

  .min-width\:pb-span{
    padding-bottom: 8.333%;
  }

  .min-width\:pb-2span{
    padding-bottom: 16.666%;
  }

  .min-width\:pb-px{
    padding-bottom: 1px;
  }

  .min-width\:pb-3\.125rem{
    padding-bottom: 3.125rem;
  }

  .min-width\:pb-3\.375rem{
    padding-bottom: 3.375rem;
  }

  .min-width\:pl-0{
    padding-left: 0;
  }

  .min-width\:pl-4{
    padding-left: 0.25rem;
  }

  .min-width\:pl-8{
    padding-left: 0.5rem;
  }

  .min-width\:pl-12{
    padding-left: 0.75rem;
  }

  .min-width\:pl-16{
    padding-left: 1rem;
  }

  .min-width\:pl-20{
    padding-left: 1.25rem;
  }

  .min-width\:pl-24{
    padding-left: 1.5rem;
  }

  .min-width\:pl-32{
    padding-left: 2rem;
  }

  .min-width\:pl-40{
    padding-left: 2.5rem;
  }

  .min-width\:pl-48{
    padding-left: 3rem;
  }

  .min-width\:pl-56{
    padding-left: 3.5rem;
  }

  .min-width\:pl-64{
    padding-left: 4rem;
  }

  .min-width\:pl-80{
    padding-left: 5rem;
  }

  .min-width\:pl-96{
    padding-left: 6rem;
  }

  .min-width\:pl-104{
    padding-left: 6.5rem;
  }

  .min-width\:pl-112{
    padding-left: 7rem;
  }

  .min-width\:pl-128{
    padding-left: 8rem;
  }

  .min-width\:pl-140{
    padding-left: 8.75rem;
  }

  .min-width\:pl-156{
    padding-left: 9.5rem;
  }

  .min-width\:pl-160{
    padding-left: 10rem;
  }

  .min-width\:pl-180{
    padding-left: 11.25rem;
  }

  .min-width\:pl-200{
    padding-left: 12.5rem;
  }

  .min-width\:pl-224{
    padding-left: 14rem;
  }

  .min-width\:pl-240{
    padding-left: 15rem;
  }

  .min-width\:pl-260{
    padding-left: 16.25rem;
  }

  .min-width\:pl-300{
    padding-left: 18.75rem;
  }

  .min-width\:-pl-78\%{
    padding-left: -78%;
  }

  .min-width\:-pl-80\%{
    padding-left: -80%;
  }

  .min-width\:-pl-50\%{
    padding-left: -50%;
  }

  .min-width\:-pl-35\%{
    padding-left: -35%;
  }

  .min-width\:-pl-128{
    padding-left: -8rem;
  }

  .min-width\:-pl-96{
    padding-left: -6rem;
  }

  .min-width\:-pl-64{
    padding-left: -4rem;
  }

  .min-width\:-pl-32{
    padding-left: -2rem;
  }

  .min-width\:-pl-8{
    padding-left: -0.5rem;
  }

  .min-width\:pl-5\%{
    padding-left: 5%;
  }

  .min-width\:pl-10\%{
    padding-left: 10%;
  }

  .min-width\:pl-15\%{
    padding-left: 15%;
  }

  .min-width\:pl-20\%{
    padding-left: 20%;
  }

  .min-width\:pl-25\%{
    padding-left: 25%;
  }

  .min-width\:pl-30\%{
    padding-left: 30%;
  }

  .min-width\:pl-31\%{
    padding-left: 31%;
  }

  .min-width\:pl-33\%{
    padding-left: 33.333%;
  }

  .min-width\:pl-34\%{
    padding-left: 34%;
  }

  .min-width\:pl-45\%{
    padding-left: 45%;
  }

  .min-width\:pl-50\%{
    padding-left: 50%;
  }

  .min-width\:pl-54\%{
    padding-left: 54%;
  }

  .min-width\:pl-75\%{
    padding-left: 75%;
  }

  .min-width\:pl-55\%{
    padding-left: 55%;
  }

  .min-width\:pl-65\%{
    padding-left: 65%;
  }

  .min-width\:pl-66\%{
    padding-left: 66%;
  }

  .min-width\:pl-85\%{
    padding-left: 85%;
  }

  .min-width\:pl-96\%{
    padding-left: 96%;
  }

  .min-width\:pl-130\%{
    padding-left: 130%;
  }

  .min-width\:pl-135\%{
    padding-left: 135%;
  }

  .min-width\:pl-200\%{
    padding-left: 200%;
  }

  .min-width\:pl-16\/9{
    padding-left: 56.25%;
  }

  .min-width\:pl-1\/2{
    padding-left: 50%;
  }

  .min-width\:pl-full{
    padding-left: 100%;
  }

  .min-width\:pl-span{
    padding-left: 8.333%;
  }

  .min-width\:pl-2span{
    padding-left: 16.666%;
  }

  .min-width\:pl-px{
    padding-left: 1px;
  }

  .min-width\:pl-3\.125rem{
    padding-left: 3.125rem;
  }

  .min-width\:pl-3\.375rem{
    padding-left: 3.375rem;
  }

  .min-width\:text-left{
    text-align: left;
  }

  .min-width\:text-center{
    text-align: center;
  }

  .min-width\:text-right{
    text-align: right;
  }

  .min-width\:text-justify{
    text-align: justify;
  }

  .min-width\:align-baseline{
    vertical-align: baseline;
  }

  .min-width\:align-top{
    vertical-align: top;
  }

  .min-width\:align-middle{
    vertical-align: middle;
  }

  .min-width\:align-bottom{
    vertical-align: bottom;
  }

  .min-width\:align-text-top{
    vertical-align: text-top;
  }

  .min-width\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .min-width\:font-proxima{
    font-family: Proxima Nova W01 Regular, sans-serif;
  }

  .min-width\:font-proximaSemi{
    font-family: Proxima Nova W01 Semibold, sans-serif;
  }

  .min-width\:font-proximaBold{
    font-family: Proxima Nova W01 Bold, sans-serif;
  }

  .min-width\:text-xxs{
    font-size: 0.625rem;
  }

  .min-width\:text-xs{
    font-size: 0.75rem;
  }

  .min-width\:text-sm{
    font-size: 0.875rem;
  }

  .min-width\:text-base{
    font-size: 1rem;
  }

  .min-width\:text-md{
    font-size: 1.125rem;
  }

  .min-width\:text-xl{
    font-size: 1.25rem;
  }

  .min-width\:text-2xl{
    font-size: 1.5rem;
  }

  .min-width\:text-2base{
    font-size: 2rem;
  }

  .min-width\:text-3xl{
    font-size: 2.5rem;
  }

  .min-width\:text-4xl{
    font-size: 3rem;
  }

  .min-width\:text-5xl{
    font-size: 4.56rem;
  }

  .min-width\:text-6xl{
    font-size: 6.25rem;
  }

  .min-width\:font-thin{
    font-weight: 100;
  }

  .min-width\:font-extralight{
    font-weight: 200;
  }

  .min-width\:font-light{
    font-weight: 300;
  }

  .min-width\:font-normal{
    font-weight: 400;
  }

  .min-width\:font-medium{
    font-weight: 500;
  }

  .min-width\:font-semibold{
    font-weight: 600;
  }

  .min-width\:font-bold{
    font-weight: 700;
  }

  .min-width\:font-extrabold{
    font-weight: 800;
  }

  .min-width\:font-black{
    font-weight: 900;
  }

  .min-width\:uppercase{
    text-transform: uppercase;
  }

  .min-width\:lowercase{
    text-transform: lowercase;
  }

  .min-width\:capitalize{
    text-transform: capitalize;
  }

  .min-width\:normal-case{
    text-transform: none;
  }

  .min-width\:italic{
    font-style: italic;
  }

  .min-width\:not-italic{
    font-style: normal;
  }

  .min-width\:ordinal, .min-width\:slashed-zero, .min-width\:lining-nums, .min-width\:oldstyle-nums, .min-width\:proportional-nums, .min-width\:tabular-nums, .min-width\:diagonal-fractions, .min-width\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .min-width\:normal-nums{
    font-variant-numeric: normal;
  }

  .min-width\:ordinal{
    --tw-ordinal: ordinal;
  }

  .min-width\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .min-width\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .min-width\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .min-width\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .min-width\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .min-width\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .min-width\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .min-width\:leading-none{
    line-height: 1;
  }

  .min-width\:leading-base{
    line-height: 1.5rem;
  }

  .min-width\:leading-xxs{
    line-height: 0.75rem;
  }

  .min-width\:leading-xs{
    line-height: 0.875rem;
  }

  .min-width\:leading-sm{
    line-height: 1.063rem;
  }

  .min-width\:leading-md{
    line-height: 1.5rem;
  }

  .min-width\:leading-lg{
    line-height: 1rem;
  }

  .min-width\:leading-xl{
    line-height: 1.5rem;
  }

  .min-width\:leading-2xl{
    line-height: 2rem;
  }

  .min-width\:leading-3xl{
    line-height: 3rem;
  }

  .min-width\:leading-4xl{
    line-height: 3.5rem;
  }

  .min-width\:leading-5xl{
    line-height: 5rem;
  }

  .min-width\:tracking-2{
    letter-spacing: 0.125rem;
  }

  .min-width\:tracking-normal{
    letter-spacing: 0;
  }

  .min-width\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .min-width\:text-transparent{
    color: transparent;
  }

  .min-width\:text-current{
    color: currentColor;
  }

  .min-width\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .min-width\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .min-width\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .min-width\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .min-width\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .min-width\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .min-width\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .min-width\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .min-width\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .min-width\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .min-width\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .min-width\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .min-width\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .min-width\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .min-width\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .min-width\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .group:hover .min-width\:group-hover\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .group:hover .min-width\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .min-width\:group-hover\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .group:hover .min-width\:group-hover\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .group:hover .min-width\:group-hover\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .group:hover .min-width\:group-hover\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .group:hover .min-width\:group-hover\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .group:hover .min-width\:group-hover\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .min-width\:group-hover\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .min-width\:group-hover\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .min-width\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .min-width\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .min-width\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .min-width\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .min-width\:focus-within\:text-error:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .min-width\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .min-width\:focus-within\:text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .min-width\:focus-within\:text-dark-100:focus-within{
    color: rgba(0,0,0,.1);
  }

  .min-width\:focus-within\:text-dark-500:focus-within{
    color: rgba(0,0,0,.5);
  }

  .min-width\:focus-within\:text-dark-800:focus-within{
    color: rgba(0,0,0,.8);
  }

  .min-width\:focus-within\:text-dark-900:focus-within{
    color: rgba(0,0,0,.9);
  }

  .min-width\:focus-within\:text-light-100:focus-within{
    color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus-within\:text-light-500:focus-within{
    color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus-within\:text-light-800:focus-within{
    color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:hover\:text-transparent:hover{
    color: transparent;
  }

  .min-width\:hover\:text-current:hover{
    color: currentColor;
  }

  .min-width\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .min-width\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .min-width\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .min-width\:hover\:text-error:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .min-width\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .min-width\:hover\:text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .min-width\:hover\:text-dark-100:hover{
    color: rgba(0,0,0,.1);
  }

  .min-width\:hover\:text-dark-500:hover{
    color: rgba(0,0,0,.5);
  }

  .min-width\:hover\:text-dark-800:hover{
    color: rgba(0,0,0,.8);
  }

  .min-width\:hover\:text-dark-900:hover{
    color: rgba(0,0,0,.9);
  }

  .min-width\:hover\:text-light-100:hover{
    color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:hover\:text-light-500:hover{
    color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:hover\:text-light-800:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus\:text-transparent:focus{
    color: transparent;
  }

  .min-width\:focus\:text-current:focus{
    color: currentColor;
  }

  .min-width\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .min-width\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .min-width\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .min-width\:focus\:text-error:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .min-width\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .min-width\:focus\:text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .min-width\:focus\:text-dark-100:focus{
    color: rgba(0,0,0,.1);
  }

  .min-width\:focus\:text-dark-500:focus{
    color: rgba(0,0,0,.5);
  }

  .min-width\:focus\:text-dark-800:focus{
    color: rgba(0,0,0,.8);
  }

  .min-width\:focus\:text-dark-900:focus{
    color: rgba(0,0,0,.9);
  }

  .min-width\:focus\:text-light-100:focus{
    color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus\:text-light-500:focus{
    color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus\:text-light-800:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .min-width\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .min-width\:text-opacity-10{
    --tw-text-opacity: 0.10;
  }

  .min-width\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .min-width\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .min-width\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .min-width\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .min-width\:text-opacity-50{
    --tw-text-opacity: 0.50;
  }

  .min-width\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .min-width\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .min-width\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .min-width\:text-opacity-80{
    --tw-text-opacity: 0.80;
  }

  .min-width\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .min-width\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .min-width\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .min-width\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .min-width\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .min-width\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.10;
  }

  .group:hover .min-width\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .min-width\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .min-width\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .min-width\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .min-width\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.50;
  }

  .group:hover .min-width\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .min-width\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .min-width\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .min-width\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.80;
  }

  .group:hover .min-width\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .min-width\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .min-width\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .min-width\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .min-width\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .min-width\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.10;
  }

  .min-width\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .min-width\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .min-width\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .min-width\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .min-width\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.50;
  }

  .min-width\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .min-width\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .min-width\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .min-width\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.80;
  }

  .min-width\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .min-width\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .min-width\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .min-width\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .min-width\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .min-width\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.10;
  }

  .min-width\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .min-width\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .min-width\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .min-width\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .min-width\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.50;
  }

  .min-width\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .min-width\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .min-width\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .min-width\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.80;
  }

  .min-width\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .min-width\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .min-width\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .min-width\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .min-width\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .min-width\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.10;
  }

  .min-width\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .min-width\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .min-width\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .min-width\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .min-width\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.50;
  }

  .min-width\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .min-width\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .min-width\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .min-width\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.80;
  }

  .min-width\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .min-width\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .min-width\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .min-width\:underline{
    text-decoration: underline;
  }

  .min-width\:line-through{
    text-decoration: line-through;
  }

  .min-width\:no-underline{
    text-decoration: none;
  }

  .group:hover .min-width\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .min-width\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .min-width\:group-hover\:no-underline{
    text-decoration: none;
  }

  .min-width\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .min-width\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .min-width\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .min-width\:hover\:underline:hover{
    text-decoration: underline;
  }

  .min-width\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .min-width\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .min-width\:focus\:underline:focus{
    text-decoration: underline;
  }

  .min-width\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .min-width\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .min-width\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .min-width\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .min-width\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .min-width\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .min-width\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .min-width\:placeholder-current::placeholder{
    color: currentColor;
  }

  .min-width\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-error:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .min-width\:placeholder-dark-100:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .min-width\:placeholder-dark-100::placeholder{
    color: rgba(0,0,0,.1);
  }

  .min-width\:placeholder-dark-500:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .min-width\:placeholder-dark-500::placeholder{
    color: rgba(0,0,0,.5);
  }

  .min-width\:placeholder-dark-800:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .min-width\:placeholder-dark-800::placeholder{
    color: rgba(0,0,0,.8);
  }

  .min-width\:placeholder-dark-900:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .min-width\:placeholder-dark-900::placeholder{
    color: rgba(0,0,0,.9);
  }

  .min-width\:placeholder-light-100:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:placeholder-light-100::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:placeholder-light-500:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:placeholder-light-500::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:placeholder-light-800:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:placeholder-light-800::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .min-width\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .min-width\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .min-width\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .min-width\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .min-width\:focus\:placeholder-dark-100:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .min-width\:focus\:placeholder-dark-100:focus::placeholder{
    color: rgba(0,0,0,.1);
  }

  .min-width\:focus\:placeholder-dark-500:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .min-width\:focus\:placeholder-dark-500:focus::placeholder{
    color: rgba(0,0,0,.5);
  }

  .min-width\:focus\:placeholder-dark-800:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .min-width\:focus\:placeholder-dark-800:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .min-width\:focus\:placeholder-dark-900:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .min-width\:focus\:placeholder-dark-900:focus::placeholder{
    color: rgba(0,0,0,.9);
  }

  .min-width\:focus\:placeholder-light-100:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus\:placeholder-light-100:focus::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus\:placeholder-light-500:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus\:placeholder-light-500:focus::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus\:placeholder-light-800:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus\:placeholder-light-800:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .min-width\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .min-width\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .min-width\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .min-width\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .min-width\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .min-width\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .min-width\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .min-width\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .min-width\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .min-width\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .min-width\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .min-width\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .min-width\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .min-width\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .min-width\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .min-width\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .min-width\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .min-width\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .min-width\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .min-width\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .min-width\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .min-width\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .min-width\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .min-width\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .min-width\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .min-width\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .min-width\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .min-width\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .min-width\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .min-width\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .min-width\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .min-width\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .min-width\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .min-width\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .min-width\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .min-width\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .min-width\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .min-width\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .min-width\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .min-width\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .min-width\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .min-width\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .min-width\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .min-width\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .min-width\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .min-width\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .min-width\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .min-width\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .min-width\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .min-width\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .min-width\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .min-width\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .min-width\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .min-width\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .min-width\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .min-width\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .min-width\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .min-width\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .min-width\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .min-width\:opacity-0{
    opacity: 0;
  }

  .min-width\:opacity-5{
    opacity: 0.05;
  }

  .min-width\:opacity-10{
    opacity: 0.10;
  }

  .min-width\:opacity-20{
    opacity: 0.2;
  }

  .min-width\:opacity-25{
    opacity: 0.25;
  }

  .min-width\:opacity-30{
    opacity: 0.3;
  }

  .min-width\:opacity-40{
    opacity: 0.4;
  }

  .min-width\:opacity-50{
    opacity: 0.50;
  }

  .min-width\:opacity-60{
    opacity: 0.6;
  }

  .min-width\:opacity-70{
    opacity: 0.7;
  }

  .min-width\:opacity-75{
    opacity: 0.75;
  }

  .min-width\:opacity-80{
    opacity: 0.80;
  }

  .min-width\:opacity-90{
    opacity: 0.9;
  }

  .min-width\:opacity-95{
    opacity: 0.95;
  }

  .min-width\:opacity-100{
    opacity: 1;
  }

  .group:hover .min-width\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .min-width\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .min-width\:group-hover\:opacity-10{
    opacity: 0.10;
  }

  .group:hover .min-width\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .min-width\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .min-width\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .min-width\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .min-width\:group-hover\:opacity-50{
    opacity: 0.50;
  }

  .group:hover .min-width\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .min-width\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .min-width\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .min-width\:group-hover\:opacity-80{
    opacity: 0.80;
  }

  .group:hover .min-width\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .min-width\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .min-width\:group-hover\:opacity-100{
    opacity: 1;
  }

  .min-width\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .min-width\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .min-width\:focus-within\:opacity-10:focus-within{
    opacity: 0.10;
  }

  .min-width\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .min-width\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .min-width\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .min-width\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .min-width\:focus-within\:opacity-50:focus-within{
    opacity: 0.50;
  }

  .min-width\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .min-width\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .min-width\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .min-width\:focus-within\:opacity-80:focus-within{
    opacity: 0.80;
  }

  .min-width\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .min-width\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .min-width\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .min-width\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .min-width\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .min-width\:hover\:opacity-10:hover{
    opacity: 0.10;
  }

  .min-width\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .min-width\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .min-width\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .min-width\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .min-width\:hover\:opacity-50:hover{
    opacity: 0.50;
  }

  .min-width\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .min-width\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .min-width\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .min-width\:hover\:opacity-80:hover{
    opacity: 0.80;
  }

  .min-width\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .min-width\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .min-width\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .min-width\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .min-width\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .min-width\:focus\:opacity-10:focus{
    opacity: 0.10;
  }

  .min-width\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .min-width\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .min-width\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .min-width\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .min-width\:focus\:opacity-50:focus{
    opacity: 0.50;
  }

  .min-width\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .min-width\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .min-width\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .min-width\:focus\:opacity-80:focus{
    opacity: 0.80;
  }

  .min-width\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .min-width\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .min-width\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .min-width\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .min-width\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .min-width\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .min-width\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .min-width\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .min-width\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .min-width\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .min-width\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .min-width\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .min-width\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .min-width\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .min-width\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .min-width\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .min-width\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .min-width\:bg-blend-color{
    background-blend-mode: color;
  }

  .min-width\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .min-width\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .min-width\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .min-width\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .min-width\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .min-width\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .min-width\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .min-width\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .min-width\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .min-width\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .min-width\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .min-width\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .min-width\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .min-width\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .min-width\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .min-width\:mix-blend-color{
    mix-blend-mode: color;
  }

  .min-width\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .min-width\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .min-width\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .min-width\:group-hover\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .min-width\:group-hover\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .min-width\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .min-width\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .min-width\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .min-width\:group-hover\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:hover\:shadow-lg:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:hover\:shadow-xl:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:hover\:shadow-default:hover{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus\:shadow-lg:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus\:shadow-xl:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:focus\:shadow-default:focus{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .min-width\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .min-width\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .min-width\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .min-width\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .min-width\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .min-width\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .min-width\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .min-width\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .min-width\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .min-width\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\: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 #0000);
  }

  .min-width\: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 #0000);
  }

  .min-width\: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 #0000);
  }

  .min-width\: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 #0000);
  }

  .min-width\: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 #0000);
  }

  .min-width\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .min-width\:ring-inset{
    --tw-ring-inset: inset;
  }

  .min-width\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .min-width\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .min-width\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .min-width\:ring-current{
    --tw-ring-color: currentColor;
  }

  .min-width\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .min-width\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .min-width\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .min-width\:ring-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .min-width\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .min-width\:ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .min-width\:ring-dark-100{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .min-width\:ring-dark-500{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .min-width\:ring-dark-800{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .min-width\:ring-dark-900{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .min-width\:ring-light-100{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:ring-light-500{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:ring-light-800{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .min-width\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .min-width\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .min-width\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .min-width\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .min-width\:focus-within\:ring-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .min-width\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .min-width\:focus-within\:ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .min-width\:focus-within\:ring-dark-100:focus-within{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .min-width\:focus-within\:ring-dark-500:focus-within{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .min-width\:focus-within\:ring-dark-800:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .min-width\:focus-within\:ring-dark-900:focus-within{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .min-width\:focus-within\:ring-light-100:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus-within\:ring-light-500:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus-within\:ring-light-800:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .min-width\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .min-width\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .min-width\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .min-width\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .min-width\:focus\:ring-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .min-width\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .min-width\:focus\:ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .min-width\:focus\:ring-dark-100:focus{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .min-width\:focus\:ring-dark-500:focus{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .min-width\:focus\:ring-dark-800:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .min-width\:focus\:ring-dark-900:focus{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .min-width\:focus\:ring-light-100:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus\:ring-light-500:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus\:ring-light-800:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .min-width\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .min-width\:ring-opacity-10{
    --tw-ring-opacity: 0.10;
  }

  .min-width\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .min-width\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .min-width\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .min-width\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .min-width\:ring-opacity-50{
    --tw-ring-opacity: 0.50;
  }

  .min-width\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .min-width\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .min-width\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .min-width\:ring-opacity-80{
    --tw-ring-opacity: 0.80;
  }

  .min-width\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .min-width\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .min-width\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .min-width\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .min-width\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .min-width\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.10;
  }

  .min-width\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .min-width\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .min-width\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .min-width\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .min-width\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.50;
  }

  .min-width\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .min-width\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .min-width\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .min-width\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.80;
  }

  .min-width\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .min-width\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .min-width\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .min-width\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .min-width\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .min-width\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.10;
  }

  .min-width\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .min-width\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .min-width\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .min-width\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .min-width\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.50;
  }

  .min-width\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .min-width\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .min-width\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .min-width\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.80;
  }

  .min-width\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .min-width\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .min-width\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .min-width\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .min-width\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .min-width\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .min-width\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .min-width\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .min-width\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .min-width\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .min-width\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .min-width\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .min-width\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .min-width\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .min-width\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .min-width\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .min-width\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .min-width\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .min-width\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .min-width\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .min-width\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .min-width\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .min-width\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF;
  }

  .min-width\:ring-offset-error{
    --tw-ring-offset-color: #E62807;
  }

  .min-width\:ring-offset-gray{
    --tw-ring-offset-color: #e5e5e5;
  }

  .min-width\:ring-offset-gray-dark{
    --tw-ring-offset-color: #777676;
  }

  .min-width\:ring-offset-dark-100{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .min-width\:ring-offset-dark-500{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .min-width\:ring-offset-dark-800{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .min-width\:ring-offset-dark-900{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .min-width\:ring-offset-light-100{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:ring-offset-light-500{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:ring-offset-light-800{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .min-width\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .min-width\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .min-width\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .min-width\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF;
  }

  .min-width\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: #E62807;
  }

  .min-width\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #e5e5e5;
  }

  .min-width\:focus-within\:ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #777676;
  }

  .min-width\:focus-within\:ring-offset-dark-100:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .min-width\:focus-within\:ring-offset-dark-500:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .min-width\:focus-within\:ring-offset-dark-800:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .min-width\:focus-within\:ring-offset-dark-900:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .min-width\:focus-within\:ring-offset-light-100:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus-within\:ring-offset-light-500:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus-within\:ring-offset-light-800:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .min-width\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .min-width\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .min-width\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .min-width\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF;
  }

  .min-width\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: #E62807;
  }

  .min-width\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #e5e5e5;
  }

  .min-width\:focus\:ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #777676;
  }

  .min-width\:focus\:ring-offset-dark-100:focus{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .min-width\:focus\:ring-offset-dark-500:focus{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .min-width\:focus\:ring-offset-dark-800:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .min-width\:focus\:ring-offset-dark-900:focus{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .min-width\:focus\:ring-offset-light-100:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .min-width\:focus\:ring-offset-light-500:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .min-width\:focus\:ring-offset-light-800:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .min-width\: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);
  }

  .min-width\:filter-none{
    filter: none;
  }

  .min-width\:blur-0{
    --tw-blur: blur(0);
  }

  .min-width\:blur-none{
    --tw-blur: blur(0);
  }

  .min-width\:blur-sm{
    --tw-blur: blur(4px);
  }

  .min-width\:blur{
    --tw-blur: blur(8px);
  }

  .min-width\:blur-md{
    --tw-blur: blur(12px);
  }

  .min-width\:blur-lg{
    --tw-blur: blur(16px);
  }

  .min-width\:blur-xl{
    --tw-blur: blur(24px);
  }

  .min-width\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .min-width\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .min-width\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .min-width\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .min-width\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .min-width\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .min-width\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .min-width\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .min-width\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .min-width\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .min-width\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .min-width\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .min-width\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .min-width\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .min-width\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .min-width\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .min-width\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .min-width\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .min-width\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .min-width\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .min-width\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .min-width\: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));
  }

  .min-width\: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));
  }

  .min-width\: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));
  }

  .min-width\: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));
  }

  .min-width\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .min-width\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .min-width\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .min-width\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .min-width\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .min-width\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .min-width\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .min-width\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .min-width\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .min-width\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .min-width\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .min-width\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .min-width\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .min-width\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .min-width\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .min-width\:invert-0{
    --tw-invert: invert(0);
  }

  .min-width\:invert{
    --tw-invert: invert(100%);
  }

  .min-width\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .min-width\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .min-width\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .min-width\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .min-width\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .min-width\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .min-width\:sepia{
    --tw-sepia: sepia(100%);
  }

  .min-width\: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,/*!*/ /*!*/);
    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);
  }

  .min-width\:backdrop-filter-none{
    backdrop-filter: none;
  }

  .min-width\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .min-width\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .min-width\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .min-width\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .min-width\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .min-width\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .min-width\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .min-width\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .min-width\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .min-width\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .min-width\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .min-width\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .min-width\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .min-width\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .min-width\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .min-width\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .min-width\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .min-width\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .min-width\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .min-width\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .min-width\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .min-width\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .min-width\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .min-width\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .min-width\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .min-width\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .min-width\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .min-width\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .min-width\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .min-width\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .min-width\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .min-width\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .min-width\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .min-width\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .min-width\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .min-width\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .min-width\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .min-width\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .min-width\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .min-width\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .min-width\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .min-width\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .min-width\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .min-width\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .min-width\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.10);
  }

  .min-width\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .min-width\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .min-width\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .min-width\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .min-width\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.50);
  }

  .min-width\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .min-width\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .min-width\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .min-width\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.80);
  }

  .min-width\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .min-width\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .min-width\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .min-width\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .min-width\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .min-width\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .min-width\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .min-width\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .min-width\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .min-width\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .min-width\:transition-none{
    transition-property: none;
  }

  .min-width\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .min-width\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .min-width\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .min-width\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .min-width\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .min-width\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .min-width\:delay-75{
    transition-delay: 75ms;
  }

  .min-width\:delay-100{
    transition-delay: 100ms;
  }

  .min-width\:delay-150{
    transition-delay: 150ms;
  }

  .min-width\:delay-200{
    transition-delay: 200ms;
  }

  .min-width\:delay-300{
    transition-delay: 300ms;
  }

  .min-width\:delay-500{
    transition-delay: 500ms;
  }

  .min-width\:delay-700{
    transition-delay: 700ms;
  }

  .min-width\:delay-1000{
    transition-delay: 1000ms;
  }

  .min-width\:duration-75{
    transition-duration: 75ms;
  }

  .min-width\:duration-100{
    transition-duration: 100ms;
  }

  .min-width\:duration-150{
    transition-duration: 150ms;
  }

  .min-width\:duration-200{
    transition-duration: 200ms;
  }

  .min-width\:duration-300{
    transition-duration: 300ms;
  }

  .min-width\:duration-500{
    transition-duration: 500ms;
  }

  .min-width\:duration-700{
    transition-duration: 700ms;
  }

  .min-width\:duration-1000{
    transition-duration: 1000ms;
  }

  .min-width\:ease-linear{
    transition-timing-function: linear;
  }

  .min-width\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .min-width\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .min-width\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .min-width\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .min-width\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .min-width\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .min-width\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .min-width\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .min-width\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .min-width\:line-clamp-none{
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 480px){
  .xs\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .xs\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 480px){
    .xs\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 768px){
    .xs\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xs\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xs\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){
    .xs\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1680px){
    .xs\:container{
      max-width: 1680px;
    }
  }

  @media (min-width: 1920px){
    .xs\:container{
      max-width: 1920px;
    }
  }

  .xs\: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;
  }

  .xs\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\: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;
  }

  .xs\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\: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;
  }

  .xs\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:pointer-events-none{
    pointer-events: none;
  }

  .xs\:pointer-events-auto{
    pointer-events: auto;
  }

  .xs\:visible{
    visibility: visible;
  }

  .xs\:invisible{
    visibility: hidden;
  }

  .xs\:static{
    position: static;
  }

  .xs\:fixed{
    position: fixed;
  }

  .xs\:absolute{
    position: absolute;
  }

  .xs\:relative{
    position: relative;
  }

  .xs\:sticky{
    position: sticky;
  }

  .xs\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .xs\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xs\:inset-5{
    top: 0.312rem;
    right: 0.312rem;
    bottom: 0.312rem;
    left: 0.312rem;
  }

  .xs\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xs\:inset-12{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xs\:inset-16{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xs\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xs\:inset-24{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xs\:inset-32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xs\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xs\:inset-48{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xs\:inset-56{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xs\:inset-64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xs\:inset-80{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xs\:inset-96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xs\:inset-104{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .xs\:inset-112{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xs\:inset-128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xs\:inset-140{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .xs\:inset-160{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xs\:inset-180{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .xs\:inset-192{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xs\:inset-200{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .xs\:inset-224{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xs\:inset-240{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xs\:inset-260{
    top: 16.25rem;
    right: 16.25rem;
    bottom: 16.25rem;
    left: 16.25rem;
  }

  .xs\:inset-300{
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .xs\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:-inset-78\%{
    top: -78%;
    right: -78%;
    bottom: -78%;
    left: -78%;
  }

  .xs\:-inset-80\%{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .xs\:-inset-50\%{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-35\%{
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .xs\:-inset-128{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xs\:-inset-96{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xs\:-inset-64{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xs\:-inset-32{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xs\:-inset-8{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xs\:inset-5\%{
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .xs\:inset-10\%{
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xs\:inset-15\%{
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .xs\:inset-20\%{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xs\:inset-25\%{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xs\:inset-30\%{
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .xs\:inset-31\%{
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .xs\:inset-33\%{
    top: 33.333%;
    right: 33.333%;
    bottom: 33.333%;
    left: 33.333%;
  }

  .xs\:inset-34\%{
    top: 34%;
    right: 34%;
    bottom: 34%;
    left: 34%;
  }

  .xs\:inset-45\%{
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .xs\:inset-50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-54\%{
    top: 54%;
    right: 54%;
    bottom: 54%;
    left: 54%;
  }

  .xs\:inset-75\%{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xs\:inset-55\%{
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .xs\:inset-65\%{
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .xs\:inset-66\%{
    top: 66%;
    right: 66%;
    bottom: 66%;
    left: 66%;
  }

  .xs\:inset-85\%{
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .xs\:inset-96\%{
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .xs\:inset-130\%{
    top: 130%;
    right: 130%;
    bottom: 130%;
    left: 130%;
  }

  .xs\:inset-135\%{
    top: 135%;
    right: 135%;
    bottom: 135%;
    left: 135%;
  }

  .xs\:inset-200\%{
    top: 200%;
    right: 200%;
    bottom: 200%;
    left: 200%;
  }

  .xs\:inset-16\/9{
    top: 56.25%;
    right: 56.25%;
    bottom: 56.25%;
    left: 56.25%;
  }

  .xs\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xs\:inset-span{
    top: 8.333%;
    right: 8.333%;
    bottom: 8.333%;
    left: 8.333%;
  }

  .xs\:inset-2span{
    top: 16.666%;
    right: 16.666%;
    bottom: 16.666%;
    left: 16.666%;
  }

  .xs\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xs\:-inset-4{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xs\:-inset-12{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xs\:-inset-16{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xs\:-inset-20{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xs\:-inset-24{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xs\:-inset-40{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xs\:-inset-48{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xs\:-inset-56{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xs\:-inset-80{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xs\:-inset-104{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .xs\:-inset-112{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xs\:-inset-140{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .xs\:-inset-160{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xs\:-inset-180{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .xs\:-inset-200{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .xs\:-inset-224{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xs\:-inset-240{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xs\:-inset-260{
    top: -16.25rem;
    right: -16.25rem;
    bottom: -16.25rem;
    left: -16.25rem;
  }

  .xs\:-inset-300{
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .xs\:-inset--78\%{
    top: 78%;
    right: 78%;
    bottom: 78%;
    left: 78%;
  }

  .xs\:-inset--80\%{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .xs\:-inset--50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:-inset--35\%{
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .xs\:-inset--128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xs\:-inset--96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xs\:-inset--64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xs\:-inset--32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xs\:-inset--8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xs\:-inset-5\%{
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .xs\:-inset-10\%{
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .xs\:-inset-15\%{
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .xs\:-inset-20\%{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .xs\:-inset-25\%{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xs\:-inset-30\%{
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .xs\:-inset-31\%{
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .xs\:-inset-33\%{
    top: -33.333%;
    right: -33.333%;
    bottom: -33.333%;
    left: -33.333%;
  }

  .xs\:-inset-34\%{
    top: -34%;
    right: -34%;
    bottom: -34%;
    left: -34%;
  }

  .xs\:-inset-45\%{
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .xs\:-inset-54\%{
    top: -54%;
    right: -54%;
    bottom: -54%;
    left: -54%;
  }

  .xs\:-inset-75\%{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xs\:-inset-55\%{
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .xs\:-inset-65\%{
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .xs\:-inset-66\%{
    top: -66%;
    right: -66%;
    bottom: -66%;
    left: -66%;
  }

  .xs\:-inset-85\%{
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .xs\:-inset-96\%{
    top: -96%;
    right: -96%;
    bottom: -96%;
    left: -96%;
  }

  .xs\:-inset-130\%{
    top: -130%;
    right: -130%;
    bottom: -130%;
    left: -130%;
  }

  .xs\:-inset-135\%{
    top: -135%;
    right: -135%;
    bottom: -135%;
    left: -135%;
  }

  .xs\:-inset-200\%{
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
  }

  .xs\:-inset-16\/9{
    top: -56.25%;
    right: -56.25%;
    bottom: -56.25%;
    left: -56.25%;
  }

  .xs\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xs\:-inset-span{
    top: -8.333%;
    right: -8.333%;
    bottom: -8.333%;
    left: -8.333%;
  }

  .xs\:-inset-2span{
    top: -16.666%;
    right: -16.666%;
    bottom: -16.666%;
    left: -16.666%;
  }

  .xs\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xs\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xs\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xs\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xs\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xs\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xs\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xs\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xs\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xs\:-inset-60{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .xs\:-inset-2{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xs\:inset-43\.2{
    top: 2.7rem;
    right: 2.7rem;
    bottom: 2.7rem;
    left: 2.7rem;
  }

  .xs\:-inset-608{
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .xs\:-inset-1472{
    top: -92rem;
    right: -92rem;
    bottom: -92rem;
    left: -92rem;
  }

  .xs\:inset-x-0{
    left: 0;
    right: 0;
  }

  .xs\:inset-x-3{
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .xs\:inset-x-4{
    left: 0.25rem;
    right: 0.25rem;
  }

  .xs\:inset-x-5{
    left: 0.312rem;
    right: 0.312rem;
  }

  .xs\:inset-x-8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .xs\:inset-x-12{
    left: 0.75rem;
    right: 0.75rem;
  }

  .xs\:inset-x-16{
    left: 1rem;
    right: 1rem;
  }

  .xs\:inset-x-20{
    left: 1.25rem;
    right: 1.25rem;
  }

  .xs\:inset-x-24{
    left: 1.5rem;
    right: 1.5rem;
  }

  .xs\:inset-x-32{
    left: 2rem;
    right: 2rem;
  }

  .xs\:inset-x-40{
    left: 2.5rem;
    right: 2.5rem;
  }

  .xs\:inset-x-48{
    left: 3rem;
    right: 3rem;
  }

  .xs\:inset-x-56{
    left: 3.5rem;
    right: 3.5rem;
  }

  .xs\:inset-x-64{
    left: 4rem;
    right: 4rem;
  }

  .xs\:inset-x-80{
    left: 5rem;
    right: 5rem;
  }

  .xs\:inset-x-96{
    left: 6rem;
    right: 6rem;
  }

  .xs\:inset-x-104{
    left: 6.5rem;
    right: 6.5rem;
  }

  .xs\:inset-x-112{
    left: 7rem;
    right: 7rem;
  }

  .xs\:inset-x-128{
    left: 8rem;
    right: 8rem;
  }

  .xs\:inset-x-140{
    left: 8.75rem;
    right: 8.75rem;
  }

  .xs\:inset-x-160{
    left: 10rem;
    right: 10rem;
  }

  .xs\:inset-x-180{
    left: 11.25rem;
    right: 11.25rem;
  }

  .xs\:inset-x-192{
    left: 12rem;
    right: 12rem;
  }

  .xs\:inset-x-200{
    left: 12.5rem;
    right: 12.5rem;
  }

  .xs\:inset-x-224{
    left: 14rem;
    right: 14rem;
  }

  .xs\:inset-x-240{
    left: 15rem;
    right: 15rem;
  }

  .xs\:inset-x-260{
    left: 16.25rem;
    right: 16.25rem;
  }

  .xs\:inset-x-300{
    left: 18.75rem;
    right: 18.75rem;
  }

  .xs\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .xs\:-inset-x-78\%{
    left: -78%;
    right: -78%;
  }

  .xs\:-inset-x-80\%{
    left: -80%;
    right: -80%;
  }

  .xs\:-inset-x-50\%{
    left: -50%;
    right: -50%;
  }

  .xs\:-inset-x-35\%{
    left: -35%;
    right: -35%;
  }

  .xs\:-inset-x-128{
    left: -8rem;
    right: -8rem;
  }

  .xs\:-inset-x-96{
    left: -6rem;
    right: -6rem;
  }

  .xs\:-inset-x-64{
    left: -4rem;
    right: -4rem;
  }

  .xs\:-inset-x-32{
    left: -2rem;
    right: -2rem;
  }

  .xs\:-inset-x-8{
    left: -0.5rem;
    right: -0.5rem;
  }

  .xs\:inset-x-5\%{
    left: 5%;
    right: 5%;
  }

  .xs\:inset-x-10\%{
    left: 10%;
    right: 10%;
  }

  .xs\:inset-x-15\%{
    left: 15%;
    right: 15%;
  }

  .xs\:inset-x-20\%{
    left: 20%;
    right: 20%;
  }

  .xs\:inset-x-25\%{
    left: 25%;
    right: 25%;
  }

  .xs\:inset-x-30\%{
    left: 30%;
    right: 30%;
  }

  .xs\:inset-x-31\%{
    left: 31%;
    right: 31%;
  }

  .xs\:inset-x-33\%{
    left: 33.333%;
    right: 33.333%;
  }

  .xs\:inset-x-34\%{
    left: 34%;
    right: 34%;
  }

  .xs\:inset-x-45\%{
    left: 45%;
    right: 45%;
  }

  .xs\:inset-x-50\%{
    left: 50%;
    right: 50%;
  }

  .xs\:inset-x-54\%{
    left: 54%;
    right: 54%;
  }

  .xs\:inset-x-75\%{
    left: 75%;
    right: 75%;
  }

  .xs\:inset-x-55\%{
    left: 55%;
    right: 55%;
  }

  .xs\:inset-x-65\%{
    left: 65%;
    right: 65%;
  }

  .xs\:inset-x-66\%{
    left: 66%;
    right: 66%;
  }

  .xs\:inset-x-85\%{
    left: 85%;
    right: 85%;
  }

  .xs\:inset-x-96\%{
    left: 96%;
    right: 96%;
  }

  .xs\:inset-x-130\%{
    left: 130%;
    right: 130%;
  }

  .xs\:inset-x-135\%{
    left: 135%;
    right: 135%;
  }

  .xs\:inset-x-200\%{
    left: 200%;
    right: 200%;
  }

  .xs\:inset-x-16\/9{
    left: 56.25%;
    right: 56.25%;
  }

  .xs\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .xs\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .xs\:inset-x-span{
    left: 8.333%;
    right: 8.333%;
  }

  .xs\:inset-x-2span{
    left: 16.666%;
    right: 16.666%;
  }

  .xs\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .xs\:-inset-x-4{
    left: -0.25rem;
    right: -0.25rem;
  }

  .xs\:-inset-x-12{
    left: -0.75rem;
    right: -0.75rem;
  }

  .xs\:-inset-x-16{
    left: -1rem;
    right: -1rem;
  }

  .xs\:-inset-x-20{
    left: -1.25rem;
    right: -1.25rem;
  }

  .xs\:-inset-x-24{
    left: -1.5rem;
    right: -1.5rem;
  }

  .xs\:-inset-x-40{
    left: -2.5rem;
    right: -2.5rem;
  }

  .xs\:-inset-x-48{
    left: -3rem;
    right: -3rem;
  }

  .xs\:-inset-x-56{
    left: -3.5rem;
    right: -3.5rem;
  }

  .xs\:-inset-x-80{
    left: -5rem;
    right: -5rem;
  }

  .xs\:-inset-x-104{
    left: -6.5rem;
    right: -6.5rem;
  }

  .xs\:-inset-x-112{
    left: -7rem;
    right: -7rem;
  }

  .xs\:-inset-x-140{
    left: -8.75rem;
    right: -8.75rem;
  }

  .xs\:-inset-x-160{
    left: -10rem;
    right: -10rem;
  }

  .xs\:-inset-x-180{
    left: -11.25rem;
    right: -11.25rem;
  }

  .xs\:-inset-x-200{
    left: -12.5rem;
    right: -12.5rem;
  }

  .xs\:-inset-x-224{
    left: -14rem;
    right: -14rem;
  }

  .xs\:-inset-x-240{
    left: -15rem;
    right: -15rem;
  }

  .xs\:-inset-x-260{
    left: -16.25rem;
    right: -16.25rem;
  }

  .xs\:-inset-x-300{
    left: -18.75rem;
    right: -18.75rem;
  }

  .xs\:-inset-x--78\%{
    left: 78%;
    right: 78%;
  }

  .xs\:-inset-x--80\%{
    left: 80%;
    right: 80%;
  }

  .xs\:-inset-x--50\%{
    left: 50%;
    right: 50%;
  }

  .xs\:-inset-x--35\%{
    left: 35%;
    right: 35%;
  }

  .xs\:-inset-x--128{
    left: 8rem;
    right: 8rem;
  }

  .xs\:-inset-x--96{
    left: 6rem;
    right: 6rem;
  }

  .xs\:-inset-x--64{
    left: 4rem;
    right: 4rem;
  }

  .xs\:-inset-x--32{
    left: 2rem;
    right: 2rem;
  }

  .xs\:-inset-x--8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .xs\:-inset-x-5\%{
    left: -5%;
    right: -5%;
  }

  .xs\:-inset-x-10\%{
    left: -10%;
    right: -10%;
  }

  .xs\:-inset-x-15\%{
    left: -15%;
    right: -15%;
  }

  .xs\:-inset-x-20\%{
    left: -20%;
    right: -20%;
  }

  .xs\:-inset-x-25\%{
    left: -25%;
    right: -25%;
  }

  .xs\:-inset-x-30\%{
    left: -30%;
    right: -30%;
  }

  .xs\:-inset-x-31\%{
    left: -31%;
    right: -31%;
  }

  .xs\:-inset-x-33\%{
    left: -33.333%;
    right: -33.333%;
  }

  .xs\:-inset-x-34\%{
    left: -34%;
    right: -34%;
  }

  .xs\:-inset-x-45\%{
    left: -45%;
    right: -45%;
  }

  .xs\:-inset-x-54\%{
    left: -54%;
    right: -54%;
  }

  .xs\:-inset-x-75\%{
    left: -75%;
    right: -75%;
  }

  .xs\:-inset-x-55\%{
    left: -55%;
    right: -55%;
  }

  .xs\:-inset-x-65\%{
    left: -65%;
    right: -65%;
  }

  .xs\:-inset-x-66\%{
    left: -66%;
    right: -66%;
  }

  .xs\:-inset-x-85\%{
    left: -85%;
    right: -85%;
  }

  .xs\:-inset-x-96\%{
    left: -96%;
    right: -96%;
  }

  .xs\:-inset-x-130\%{
    left: -130%;
    right: -130%;
  }

  .xs\:-inset-x-135\%{
    left: -135%;
    right: -135%;
  }

  .xs\:-inset-x-200\%{
    left: -200%;
    right: -200%;
  }

  .xs\:-inset-x-16\/9{
    left: -56.25%;
    right: -56.25%;
  }

  .xs\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .xs\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .xs\:-inset-x-span{
    left: -8.333%;
    right: -8.333%;
  }

  .xs\:-inset-x-2span{
    left: -16.666%;
    right: -16.666%;
  }

  .xs\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .xs\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .xs\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .xs\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .xs\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .xs\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .xs\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .xs\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .xs\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .xs\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .xs\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .xs\:-inset-x-60{
    left: -3.75rem;
    right: -3.75rem;
  }

  .xs\:-inset-x-2{
    left: -0.125rem;
    right: -0.125rem;
  }

  .xs\:inset-x-43\.2{
    left: 2.7rem;
    right: 2.7rem;
  }

  .xs\:-inset-x-608{
    left: -38rem;
    right: -38rem;
  }

  .xs\:-inset-x-1472{
    left: -92rem;
    right: -92rem;
  }

  .xs\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xs\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .xs\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xs\:inset-y-5{
    top: 0.312rem;
    bottom: 0.312rem;
  }

  .xs\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xs\:inset-y-12{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xs\:inset-y-16{
    top: 1rem;
    bottom: 1rem;
  }

  .xs\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xs\:inset-y-24{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xs\:inset-y-32{
    top: 2rem;
    bottom: 2rem;
  }

  .xs\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xs\:inset-y-48{
    top: 3rem;
    bottom: 3rem;
  }

  .xs\:inset-y-56{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xs\:inset-y-64{
    top: 4rem;
    bottom: 4rem;
  }

  .xs\:inset-y-80{
    top: 5rem;
    bottom: 5rem;
  }

  .xs\:inset-y-96{
    top: 6rem;
    bottom: 6rem;
  }

  .xs\:inset-y-104{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .xs\:inset-y-112{
    top: 7rem;
    bottom: 7rem;
  }

  .xs\:inset-y-128{
    top: 8rem;
    bottom: 8rem;
  }

  .xs\:inset-y-140{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .xs\:inset-y-160{
    top: 10rem;
    bottom: 10rem;
  }

  .xs\:inset-y-180{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .xs\:inset-y-192{
    top: 12rem;
    bottom: 12rem;
  }

  .xs\:inset-y-200{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .xs\:inset-y-224{
    top: 14rem;
    bottom: 14rem;
  }

  .xs\:inset-y-240{
    top: 15rem;
    bottom: 15rem;
  }

  .xs\:inset-y-260{
    top: 16.25rem;
    bottom: 16.25rem;
  }

  .xs\:inset-y-300{
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .xs\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xs\:-inset-y-78\%{
    top: -78%;
    bottom: -78%;
  }

  .xs\:-inset-y-80\%{
    top: -80%;
    bottom: -80%;
  }

  .xs\:-inset-y-50\%{
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-y-35\%{
    top: -35%;
    bottom: -35%;
  }

  .xs\:-inset-y-128{
    top: -8rem;
    bottom: -8rem;
  }

  .xs\:-inset-y-96{
    top: -6rem;
    bottom: -6rem;
  }

  .xs\:-inset-y-64{
    top: -4rem;
    bottom: -4rem;
  }

  .xs\:-inset-y-32{
    top: -2rem;
    bottom: -2rem;
  }

  .xs\:-inset-y-8{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xs\:inset-y-5\%{
    top: 5%;
    bottom: 5%;
  }

  .xs\:inset-y-10\%{
    top: 10%;
    bottom: 10%;
  }

  .xs\:inset-y-15\%{
    top: 15%;
    bottom: 15%;
  }

  .xs\:inset-y-20\%{
    top: 20%;
    bottom: 20%;
  }

  .xs\:inset-y-25\%{
    top: 25%;
    bottom: 25%;
  }

  .xs\:inset-y-30\%{
    top: 30%;
    bottom: 30%;
  }

  .xs\:inset-y-31\%{
    top: 31%;
    bottom: 31%;
  }

  .xs\:inset-y-33\%{
    top: 33.333%;
    bottom: 33.333%;
  }

  .xs\:inset-y-34\%{
    top: 34%;
    bottom: 34%;
  }

  .xs\:inset-y-45\%{
    top: 45%;
    bottom: 45%;
  }

  .xs\:inset-y-50\%{
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-y-54\%{
    top: 54%;
    bottom: 54%;
  }

  .xs\:inset-y-75\%{
    top: 75%;
    bottom: 75%;
  }

  .xs\:inset-y-55\%{
    top: 55%;
    bottom: 55%;
  }

  .xs\:inset-y-65\%{
    top: 65%;
    bottom: 65%;
  }

  .xs\:inset-y-66\%{
    top: 66%;
    bottom: 66%;
  }

  .xs\:inset-y-85\%{
    top: 85%;
    bottom: 85%;
  }

  .xs\:inset-y-96\%{
    top: 96%;
    bottom: 96%;
  }

  .xs\:inset-y-130\%{
    top: 130%;
    bottom: 130%;
  }

  .xs\:inset-y-135\%{
    top: 135%;
    bottom: 135%;
  }

  .xs\:inset-y-200\%{
    top: 200%;
    bottom: 200%;
  }

  .xs\:inset-y-16\/9{
    top: 56.25%;
    bottom: 56.25%;
  }

  .xs\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xs\:inset-y-span{
    top: 8.333%;
    bottom: 8.333%;
  }

  .xs\:inset-y-2span{
    top: 16.666%;
    bottom: 16.666%;
  }

  .xs\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .xs\:-inset-y-4{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xs\:-inset-y-12{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xs\:-inset-y-16{
    top: -1rem;
    bottom: -1rem;
  }

  .xs\:-inset-y-20{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xs\:-inset-y-24{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xs\:-inset-y-40{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xs\:-inset-y-48{
    top: -3rem;
    bottom: -3rem;
  }

  .xs\:-inset-y-56{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xs\:-inset-y-80{
    top: -5rem;
    bottom: -5rem;
  }

  .xs\:-inset-y-104{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .xs\:-inset-y-112{
    top: -7rem;
    bottom: -7rem;
  }

  .xs\:-inset-y-140{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .xs\:-inset-y-160{
    top: -10rem;
    bottom: -10rem;
  }

  .xs\:-inset-y-180{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .xs\:-inset-y-200{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .xs\:-inset-y-224{
    top: -14rem;
    bottom: -14rem;
  }

  .xs\:-inset-y-240{
    top: -15rem;
    bottom: -15rem;
  }

  .xs\:-inset-y-260{
    top: -16.25rem;
    bottom: -16.25rem;
  }

  .xs\:-inset-y-300{
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .xs\:-inset-y--78\%{
    top: 78%;
    bottom: 78%;
  }

  .xs\:-inset-y--80\%{
    top: 80%;
    bottom: 80%;
  }

  .xs\:-inset-y--50\%{
    top: 50%;
    bottom: 50%;
  }

  .xs\:-inset-y--35\%{
    top: 35%;
    bottom: 35%;
  }

  .xs\:-inset-y--128{
    top: 8rem;
    bottom: 8rem;
  }

  .xs\:-inset-y--96{
    top: 6rem;
    bottom: 6rem;
  }

  .xs\:-inset-y--64{
    top: 4rem;
    bottom: 4rem;
  }

  .xs\:-inset-y--32{
    top: 2rem;
    bottom: 2rem;
  }

  .xs\:-inset-y--8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xs\:-inset-y-5\%{
    top: -5%;
    bottom: -5%;
  }

  .xs\:-inset-y-10\%{
    top: -10%;
    bottom: -10%;
  }

  .xs\:-inset-y-15\%{
    top: -15%;
    bottom: -15%;
  }

  .xs\:-inset-y-20\%{
    top: -20%;
    bottom: -20%;
  }

  .xs\:-inset-y-25\%{
    top: -25%;
    bottom: -25%;
  }

  .xs\:-inset-y-30\%{
    top: -30%;
    bottom: -30%;
  }

  .xs\:-inset-y-31\%{
    top: -31%;
    bottom: -31%;
  }

  .xs\:-inset-y-33\%{
    top: -33.333%;
    bottom: -33.333%;
  }

  .xs\:-inset-y-34\%{
    top: -34%;
    bottom: -34%;
  }

  .xs\:-inset-y-45\%{
    top: -45%;
    bottom: -45%;
  }

  .xs\:-inset-y-54\%{
    top: -54%;
    bottom: -54%;
  }

  .xs\:-inset-y-75\%{
    top: -75%;
    bottom: -75%;
  }

  .xs\:-inset-y-55\%{
    top: -55%;
    bottom: -55%;
  }

  .xs\:-inset-y-65\%{
    top: -65%;
    bottom: -65%;
  }

  .xs\:-inset-y-66\%{
    top: -66%;
    bottom: -66%;
  }

  .xs\:-inset-y-85\%{
    top: -85%;
    bottom: -85%;
  }

  .xs\:-inset-y-96\%{
    top: -96%;
    bottom: -96%;
  }

  .xs\:-inset-y-130\%{
    top: -130%;
    bottom: -130%;
  }

  .xs\:-inset-y-135\%{
    top: -135%;
    bottom: -135%;
  }

  .xs\:-inset-y-200\%{
    top: -200%;
    bottom: -200%;
  }

  .xs\:-inset-y-16\/9{
    top: -56.25%;
    bottom: -56.25%;
  }

  .xs\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .xs\:-inset-y-span{
    top: -8.333%;
    bottom: -8.333%;
  }

  .xs\:-inset-y-2span{
    top: -16.666%;
    bottom: -16.666%;
  }

  .xs\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .xs\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xs\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xs\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .xs\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .xs\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xs\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xs\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .xs\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .xs\:-inset-y-60{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .xs\:-inset-y-2{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xs\:inset-y-43\.2{
    top: 2.7rem;
    bottom: 2.7rem;
  }

  .xs\:-inset-y-608{
    top: -38rem;
    bottom: -38rem;
  }

  .xs\:-inset-y-1472{
    top: -92rem;
    bottom: -92rem;
  }

  .xs\:top-0{
    top: 0;
  }

  .xs\:top-3{
    top: 0.1875rem;
  }

  .xs\:top-4{
    top: 0.25rem;
  }

  .xs\:top-5{
    top: 0.312rem;
  }

  .xs\:top-8{
    top: 0.5rem;
  }

  .xs\:top-12{
    top: 0.75rem;
  }

  .xs\:top-16{
    top: 1rem;
  }

  .xs\:top-20{
    top: 1.25rem;
  }

  .xs\:top-24{
    top: 1.5rem;
  }

  .xs\:top-32{
    top: 2rem;
  }

  .xs\:top-40{
    top: 2.5rem;
  }

  .xs\:top-48{
    top: 3rem;
  }

  .xs\:top-56{
    top: 3.5rem;
  }

  .xs\:top-64{
    top: 4rem;
  }

  .xs\:top-80{
    top: 5rem;
  }

  .xs\:top-96{
    top: 6rem;
  }

  .xs\:top-104{
    top: 6.5rem;
  }

  .xs\:top-112{
    top: 7rem;
  }

  .xs\:top-128{
    top: 8rem;
  }

  .xs\:top-140{
    top: 8.75rem;
  }

  .xs\:top-160{
    top: 10rem;
  }

  .xs\:top-180{
    top: 11.25rem;
  }

  .xs\:top-192{
    top: 12rem;
  }

  .xs\:top-200{
    top: 12.5rem;
  }

  .xs\:top-224{
    top: 14rem;
  }

  .xs\:top-240{
    top: 15rem;
  }

  .xs\:top-260{
    top: 16.25rem;
  }

  .xs\:top-300{
    top: 18.75rem;
  }

  .xs\:top-auto{
    top: auto;
  }

  .xs\:-top-78\%{
    top: -78%;
  }

  .xs\:-top-80\%{
    top: -80%;
  }

  .xs\:-top-50\%{
    top: -50%;
  }

  .xs\:-top-35\%{
    top: -35%;
  }

  .xs\:-top-128{
    top: -8rem;
  }

  .xs\:-top-96{
    top: -6rem;
  }

  .xs\:-top-64{
    top: -4rem;
  }

  .xs\:-top-32{
    top: -2rem;
  }

  .xs\:-top-8{
    top: -0.5rem;
  }

  .xs\:top-5\%{
    top: 5%;
  }

  .xs\:top-10\%{
    top: 10%;
  }

  .xs\:top-15\%{
    top: 15%;
  }

  .xs\:top-20\%{
    top: 20%;
  }

  .xs\:top-25\%{
    top: 25%;
  }

  .xs\:top-30\%{
    top: 30%;
  }

  .xs\:top-31\%{
    top: 31%;
  }

  .xs\:top-33\%{
    top: 33.333%;
  }

  .xs\:top-34\%{
    top: 34%;
  }

  .xs\:top-45\%{
    top: 45%;
  }

  .xs\:top-50\%{
    top: 50%;
  }

  .xs\:top-54\%{
    top: 54%;
  }

  .xs\:top-75\%{
    top: 75%;
  }

  .xs\:top-55\%{
    top: 55%;
  }

  .xs\:top-65\%{
    top: 65%;
  }

  .xs\:top-66\%{
    top: 66%;
  }

  .xs\:top-85\%{
    top: 85%;
  }

  .xs\:top-96\%{
    top: 96%;
  }

  .xs\:top-130\%{
    top: 130%;
  }

  .xs\:top-135\%{
    top: 135%;
  }

  .xs\:top-200\%{
    top: 200%;
  }

  .xs\:top-16\/9{
    top: 56.25%;
  }

  .xs\:top-1\/2{
    top: 50%;
  }

  .xs\:top-full{
    top: 100%;
  }

  .xs\:top-span{
    top: 8.333%;
  }

  .xs\:top-2span{
    top: 16.666%;
  }

  .xs\:top-px{
    top: 1px;
  }

  .xs\:-top-4{
    top: -0.25rem;
  }

  .xs\:-top-12{
    top: -0.75rem;
  }

  .xs\:-top-16{
    top: -1rem;
  }

  .xs\:-top-20{
    top: -1.25rem;
  }

  .xs\:-top-24{
    top: -1.5rem;
  }

  .xs\:-top-40{
    top: -2.5rem;
  }

  .xs\:-top-48{
    top: -3rem;
  }

  .xs\:-top-56{
    top: -3.5rem;
  }

  .xs\:-top-80{
    top: -5rem;
  }

  .xs\:-top-104{
    top: -6.5rem;
  }

  .xs\:-top-112{
    top: -7rem;
  }

  .xs\:-top-140{
    top: -8.75rem;
  }

  .xs\:-top-160{
    top: -10rem;
  }

  .xs\:-top-180{
    top: -11.25rem;
  }

  .xs\:-top-200{
    top: -12.5rem;
  }

  .xs\:-top-224{
    top: -14rem;
  }

  .xs\:-top-240{
    top: -15rem;
  }

  .xs\:-top-260{
    top: -16.25rem;
  }

  .xs\:-top-300{
    top: -18.75rem;
  }

  .xs\:-top--78\%{
    top: 78%;
  }

  .xs\:-top--80\%{
    top: 80%;
  }

  .xs\:-top--50\%{
    top: 50%;
  }

  .xs\:-top--35\%{
    top: 35%;
  }

  .xs\:-top--128{
    top: 8rem;
  }

  .xs\:-top--96{
    top: 6rem;
  }

  .xs\:-top--64{
    top: 4rem;
  }

  .xs\:-top--32{
    top: 2rem;
  }

  .xs\:-top--8{
    top: 0.5rem;
  }

  .xs\:-top-5\%{
    top: -5%;
  }

  .xs\:-top-10\%{
    top: -10%;
  }

  .xs\:-top-15\%{
    top: -15%;
  }

  .xs\:-top-20\%{
    top: -20%;
  }

  .xs\:-top-25\%{
    top: -25%;
  }

  .xs\:-top-30\%{
    top: -30%;
  }

  .xs\:-top-31\%{
    top: -31%;
  }

  .xs\:-top-33\%{
    top: -33.333%;
  }

  .xs\:-top-34\%{
    top: -34%;
  }

  .xs\:-top-45\%{
    top: -45%;
  }

  .xs\:-top-54\%{
    top: -54%;
  }

  .xs\:-top-75\%{
    top: -75%;
  }

  .xs\:-top-55\%{
    top: -55%;
  }

  .xs\:-top-65\%{
    top: -65%;
  }

  .xs\:-top-66\%{
    top: -66%;
  }

  .xs\:-top-85\%{
    top: -85%;
  }

  .xs\:-top-96\%{
    top: -96%;
  }

  .xs\:-top-130\%{
    top: -130%;
  }

  .xs\:-top-135\%{
    top: -135%;
  }

  .xs\:-top-200\%{
    top: -200%;
  }

  .xs\:-top-16\/9{
    top: -56.25%;
  }

  .xs\:-top-1\/2{
    top: -50%;
  }

  .xs\:-top-full{
    top: -100%;
  }

  .xs\:-top-span{
    top: -8.333%;
  }

  .xs\:-top-2span{
    top: -16.666%;
  }

  .xs\:-top-px{
    top: -1px;
  }

  .xs\:top-1\/3{
    top: 33.333333%;
  }

  .xs\:top-2\/3{
    top: 66.666667%;
  }

  .xs\:top-1\/4{
    top: 25%;
  }

  .xs\:top-2\/4{
    top: 50%;
  }

  .xs\:top-3\/4{
    top: 75%;
  }

  .xs\:-top-1\/3{
    top: -33.333333%;
  }

  .xs\:-top-2\/3{
    top: -66.666667%;
  }

  .xs\:-top-1\/4{
    top: -25%;
  }

  .xs\:-top-2\/4{
    top: -50%;
  }

  .xs\:-top-3\/4{
    top: -75%;
  }

  .xs\:-top-60{
    top: -3.75rem;
  }

  .xs\:-top-2{
    top: -0.125rem;
  }

  .xs\:top-43\.2{
    top: 2.7rem;
  }

  .xs\:-top-608{
    top: -38rem;
  }

  .xs\:-top-1472{
    top: -92rem;
  }

  .xs\:right-0{
    right: 0;
  }

  .xs\:right-3{
    right: 0.1875rem;
  }

  .xs\:right-4{
    right: 0.25rem;
  }

  .xs\:right-5{
    right: 0.312rem;
  }

  .xs\:right-8{
    right: 0.5rem;
  }

  .xs\:right-12{
    right: 0.75rem;
  }

  .xs\:right-16{
    right: 1rem;
  }

  .xs\:right-20{
    right: 1.25rem;
  }

  .xs\:right-24{
    right: 1.5rem;
  }

  .xs\:right-32{
    right: 2rem;
  }

  .xs\:right-40{
    right: 2.5rem;
  }

  .xs\:right-48{
    right: 3rem;
  }

  .xs\:right-56{
    right: 3.5rem;
  }

  .xs\:right-64{
    right: 4rem;
  }

  .xs\:right-80{
    right: 5rem;
  }

  .xs\:right-96{
    right: 6rem;
  }

  .xs\:right-104{
    right: 6.5rem;
  }

  .xs\:right-112{
    right: 7rem;
  }

  .xs\:right-128{
    right: 8rem;
  }

  .xs\:right-140{
    right: 8.75rem;
  }

  .xs\:right-160{
    right: 10rem;
  }

  .xs\:right-180{
    right: 11.25rem;
  }

  .xs\:right-192{
    right: 12rem;
  }

  .xs\:right-200{
    right: 12.5rem;
  }

  .xs\:right-224{
    right: 14rem;
  }

  .xs\:right-240{
    right: 15rem;
  }

  .xs\:right-260{
    right: 16.25rem;
  }

  .xs\:right-300{
    right: 18.75rem;
  }

  .xs\:right-auto{
    right: auto;
  }

  .xs\:-right-78\%{
    right: -78%;
  }

  .xs\:-right-80\%{
    right: -80%;
  }

  .xs\:-right-50\%{
    right: -50%;
  }

  .xs\:-right-35\%{
    right: -35%;
  }

  .xs\:-right-128{
    right: -8rem;
  }

  .xs\:-right-96{
    right: -6rem;
  }

  .xs\:-right-64{
    right: -4rem;
  }

  .xs\:-right-32{
    right: -2rem;
  }

  .xs\:-right-8{
    right: -0.5rem;
  }

  .xs\:right-5\%{
    right: 5%;
  }

  .xs\:right-10\%{
    right: 10%;
  }

  .xs\:right-15\%{
    right: 15%;
  }

  .xs\:right-20\%{
    right: 20%;
  }

  .xs\:right-25\%{
    right: 25%;
  }

  .xs\:right-30\%{
    right: 30%;
  }

  .xs\:right-31\%{
    right: 31%;
  }

  .xs\:right-33\%{
    right: 33.333%;
  }

  .xs\:right-34\%{
    right: 34%;
  }

  .xs\:right-45\%{
    right: 45%;
  }

  .xs\:right-50\%{
    right: 50%;
  }

  .xs\:right-54\%{
    right: 54%;
  }

  .xs\:right-75\%{
    right: 75%;
  }

  .xs\:right-55\%{
    right: 55%;
  }

  .xs\:right-65\%{
    right: 65%;
  }

  .xs\:right-66\%{
    right: 66%;
  }

  .xs\:right-85\%{
    right: 85%;
  }

  .xs\:right-96\%{
    right: 96%;
  }

  .xs\:right-130\%{
    right: 130%;
  }

  .xs\:right-135\%{
    right: 135%;
  }

  .xs\:right-200\%{
    right: 200%;
  }

  .xs\:right-16\/9{
    right: 56.25%;
  }

  .xs\:right-1\/2{
    right: 50%;
  }

  .xs\:right-full{
    right: 100%;
  }

  .xs\:right-span{
    right: 8.333%;
  }

  .xs\:right-2span{
    right: 16.666%;
  }

  .xs\:right-px{
    right: 1px;
  }

  .xs\:-right-4{
    right: -0.25rem;
  }

  .xs\:-right-12{
    right: -0.75rem;
  }

  .xs\:-right-16{
    right: -1rem;
  }

  .xs\:-right-20{
    right: -1.25rem;
  }

  .xs\:-right-24{
    right: -1.5rem;
  }

  .xs\:-right-40{
    right: -2.5rem;
  }

  .xs\:-right-48{
    right: -3rem;
  }

  .xs\:-right-56{
    right: -3.5rem;
  }

  .xs\:-right-80{
    right: -5rem;
  }

  .xs\:-right-104{
    right: -6.5rem;
  }

  .xs\:-right-112{
    right: -7rem;
  }

  .xs\:-right-140{
    right: -8.75rem;
  }

  .xs\:-right-160{
    right: -10rem;
  }

  .xs\:-right-180{
    right: -11.25rem;
  }

  .xs\:-right-200{
    right: -12.5rem;
  }

  .xs\:-right-224{
    right: -14rem;
  }

  .xs\:-right-240{
    right: -15rem;
  }

  .xs\:-right-260{
    right: -16.25rem;
  }

  .xs\:-right-300{
    right: -18.75rem;
  }

  .xs\:-right--78\%{
    right: 78%;
  }

  .xs\:-right--80\%{
    right: 80%;
  }

  .xs\:-right--50\%{
    right: 50%;
  }

  .xs\:-right--35\%{
    right: 35%;
  }

  .xs\:-right--128{
    right: 8rem;
  }

  .xs\:-right--96{
    right: 6rem;
  }

  .xs\:-right--64{
    right: 4rem;
  }

  .xs\:-right--32{
    right: 2rem;
  }

  .xs\:-right--8{
    right: 0.5rem;
  }

  .xs\:-right-5\%{
    right: -5%;
  }

  .xs\:-right-10\%{
    right: -10%;
  }

  .xs\:-right-15\%{
    right: -15%;
  }

  .xs\:-right-20\%{
    right: -20%;
  }

  .xs\:-right-25\%{
    right: -25%;
  }

  .xs\:-right-30\%{
    right: -30%;
  }

  .xs\:-right-31\%{
    right: -31%;
  }

  .xs\:-right-33\%{
    right: -33.333%;
  }

  .xs\:-right-34\%{
    right: -34%;
  }

  .xs\:-right-45\%{
    right: -45%;
  }

  .xs\:-right-54\%{
    right: -54%;
  }

  .xs\:-right-75\%{
    right: -75%;
  }

  .xs\:-right-55\%{
    right: -55%;
  }

  .xs\:-right-65\%{
    right: -65%;
  }

  .xs\:-right-66\%{
    right: -66%;
  }

  .xs\:-right-85\%{
    right: -85%;
  }

  .xs\:-right-96\%{
    right: -96%;
  }

  .xs\:-right-130\%{
    right: -130%;
  }

  .xs\:-right-135\%{
    right: -135%;
  }

  .xs\:-right-200\%{
    right: -200%;
  }

  .xs\:-right-16\/9{
    right: -56.25%;
  }

  .xs\:-right-1\/2{
    right: -50%;
  }

  .xs\:-right-full{
    right: -100%;
  }

  .xs\:-right-span{
    right: -8.333%;
  }

  .xs\:-right-2span{
    right: -16.666%;
  }

  .xs\:-right-px{
    right: -1px;
  }

  .xs\:right-1\/3{
    right: 33.333333%;
  }

  .xs\:right-2\/3{
    right: 66.666667%;
  }

  .xs\:right-1\/4{
    right: 25%;
  }

  .xs\:right-2\/4{
    right: 50%;
  }

  .xs\:right-3\/4{
    right: 75%;
  }

  .xs\:-right-1\/3{
    right: -33.333333%;
  }

  .xs\:-right-2\/3{
    right: -66.666667%;
  }

  .xs\:-right-1\/4{
    right: -25%;
  }

  .xs\:-right-2\/4{
    right: -50%;
  }

  .xs\:-right-3\/4{
    right: -75%;
  }

  .xs\:-right-60{
    right: -3.75rem;
  }

  .xs\:-right-2{
    right: -0.125rem;
  }

  .xs\:right-43\.2{
    right: 2.7rem;
  }

  .xs\:-right-608{
    right: -38rem;
  }

  .xs\:-right-1472{
    right: -92rem;
  }

  .xs\:bottom-0{
    bottom: 0;
  }

  .xs\:bottom-3{
    bottom: 0.1875rem;
  }

  .xs\:bottom-4{
    bottom: 0.25rem;
  }

  .xs\:bottom-5{
    bottom: 0.312rem;
  }

  .xs\:bottom-8{
    bottom: 0.5rem;
  }

  .xs\:bottom-12{
    bottom: 0.75rem;
  }

  .xs\:bottom-16{
    bottom: 1rem;
  }

  .xs\:bottom-20{
    bottom: 1.25rem;
  }

  .xs\:bottom-24{
    bottom: 1.5rem;
  }

  .xs\:bottom-32{
    bottom: 2rem;
  }

  .xs\:bottom-40{
    bottom: 2.5rem;
  }

  .xs\:bottom-48{
    bottom: 3rem;
  }

  .xs\:bottom-56{
    bottom: 3.5rem;
  }

  .xs\:bottom-64{
    bottom: 4rem;
  }

  .xs\:bottom-80{
    bottom: 5rem;
  }

  .xs\:bottom-96{
    bottom: 6rem;
  }

  .xs\:bottom-104{
    bottom: 6.5rem;
  }

  .xs\:bottom-112{
    bottom: 7rem;
  }

  .xs\:bottom-128{
    bottom: 8rem;
  }

  .xs\:bottom-140{
    bottom: 8.75rem;
  }

  .xs\:bottom-160{
    bottom: 10rem;
  }

  .xs\:bottom-180{
    bottom: 11.25rem;
  }

  .xs\:bottom-192{
    bottom: 12rem;
  }

  .xs\:bottom-200{
    bottom: 12.5rem;
  }

  .xs\:bottom-224{
    bottom: 14rem;
  }

  .xs\:bottom-240{
    bottom: 15rem;
  }

  .xs\:bottom-260{
    bottom: 16.25rem;
  }

  .xs\:bottom-300{
    bottom: 18.75rem;
  }

  .xs\:bottom-auto{
    bottom: auto;
  }

  .xs\:-bottom-78\%{
    bottom: -78%;
  }

  .xs\:-bottom-80\%{
    bottom: -80%;
  }

  .xs\:-bottom-50\%{
    bottom: -50%;
  }

  .xs\:-bottom-35\%{
    bottom: -35%;
  }

  .xs\:-bottom-128{
    bottom: -8rem;
  }

  .xs\:-bottom-96{
    bottom: -6rem;
  }

  .xs\:-bottom-64{
    bottom: -4rem;
  }

  .xs\:-bottom-32{
    bottom: -2rem;
  }

  .xs\:-bottom-8{
    bottom: -0.5rem;
  }

  .xs\:bottom-5\%{
    bottom: 5%;
  }

  .xs\:bottom-10\%{
    bottom: 10%;
  }

  .xs\:bottom-15\%{
    bottom: 15%;
  }

  .xs\:bottom-20\%{
    bottom: 20%;
  }

  .xs\:bottom-25\%{
    bottom: 25%;
  }

  .xs\:bottom-30\%{
    bottom: 30%;
  }

  .xs\:bottom-31\%{
    bottom: 31%;
  }

  .xs\:bottom-33\%{
    bottom: 33.333%;
  }

  .xs\:bottom-34\%{
    bottom: 34%;
  }

  .xs\:bottom-45\%{
    bottom: 45%;
  }

  .xs\:bottom-50\%{
    bottom: 50%;
  }

  .xs\:bottom-54\%{
    bottom: 54%;
  }

  .xs\:bottom-75\%{
    bottom: 75%;
  }

  .xs\:bottom-55\%{
    bottom: 55%;
  }

  .xs\:bottom-65\%{
    bottom: 65%;
  }

  .xs\:bottom-66\%{
    bottom: 66%;
  }

  .xs\:bottom-85\%{
    bottom: 85%;
  }

  .xs\:bottom-96\%{
    bottom: 96%;
  }

  .xs\:bottom-130\%{
    bottom: 130%;
  }

  .xs\:bottom-135\%{
    bottom: 135%;
  }

  .xs\:bottom-200\%{
    bottom: 200%;
  }

  .xs\:bottom-16\/9{
    bottom: 56.25%;
  }

  .xs\:bottom-1\/2{
    bottom: 50%;
  }

  .xs\:bottom-full{
    bottom: 100%;
  }

  .xs\:bottom-span{
    bottom: 8.333%;
  }

  .xs\:bottom-2span{
    bottom: 16.666%;
  }

  .xs\:bottom-px{
    bottom: 1px;
  }

  .xs\:-bottom-4{
    bottom: -0.25rem;
  }

  .xs\:-bottom-12{
    bottom: -0.75rem;
  }

  .xs\:-bottom-16{
    bottom: -1rem;
  }

  .xs\:-bottom-20{
    bottom: -1.25rem;
  }

  .xs\:-bottom-24{
    bottom: -1.5rem;
  }

  .xs\:-bottom-40{
    bottom: -2.5rem;
  }

  .xs\:-bottom-48{
    bottom: -3rem;
  }

  .xs\:-bottom-56{
    bottom: -3.5rem;
  }

  .xs\:-bottom-80{
    bottom: -5rem;
  }

  .xs\:-bottom-104{
    bottom: -6.5rem;
  }

  .xs\:-bottom-112{
    bottom: -7rem;
  }

  .xs\:-bottom-140{
    bottom: -8.75rem;
  }

  .xs\:-bottom-160{
    bottom: -10rem;
  }

  .xs\:-bottom-180{
    bottom: -11.25rem;
  }

  .xs\:-bottom-200{
    bottom: -12.5rem;
  }

  .xs\:-bottom-224{
    bottom: -14rem;
  }

  .xs\:-bottom-240{
    bottom: -15rem;
  }

  .xs\:-bottom-260{
    bottom: -16.25rem;
  }

  .xs\:-bottom-300{
    bottom: -18.75rem;
  }

  .xs\:-bottom--78\%{
    bottom: 78%;
  }

  .xs\:-bottom--80\%{
    bottom: 80%;
  }

  .xs\:-bottom--50\%{
    bottom: 50%;
  }

  .xs\:-bottom--35\%{
    bottom: 35%;
  }

  .xs\:-bottom--128{
    bottom: 8rem;
  }

  .xs\:-bottom--96{
    bottom: 6rem;
  }

  .xs\:-bottom--64{
    bottom: 4rem;
  }

  .xs\:-bottom--32{
    bottom: 2rem;
  }

  .xs\:-bottom--8{
    bottom: 0.5rem;
  }

  .xs\:-bottom-5\%{
    bottom: -5%;
  }

  .xs\:-bottom-10\%{
    bottom: -10%;
  }

  .xs\:-bottom-15\%{
    bottom: -15%;
  }

  .xs\:-bottom-20\%{
    bottom: -20%;
  }

  .xs\:-bottom-25\%{
    bottom: -25%;
  }

  .xs\:-bottom-30\%{
    bottom: -30%;
  }

  .xs\:-bottom-31\%{
    bottom: -31%;
  }

  .xs\:-bottom-33\%{
    bottom: -33.333%;
  }

  .xs\:-bottom-34\%{
    bottom: -34%;
  }

  .xs\:-bottom-45\%{
    bottom: -45%;
  }

  .xs\:-bottom-54\%{
    bottom: -54%;
  }

  .xs\:-bottom-75\%{
    bottom: -75%;
  }

  .xs\:-bottom-55\%{
    bottom: -55%;
  }

  .xs\:-bottom-65\%{
    bottom: -65%;
  }

  .xs\:-bottom-66\%{
    bottom: -66%;
  }

  .xs\:-bottom-85\%{
    bottom: -85%;
  }

  .xs\:-bottom-96\%{
    bottom: -96%;
  }

  .xs\:-bottom-130\%{
    bottom: -130%;
  }

  .xs\:-bottom-135\%{
    bottom: -135%;
  }

  .xs\:-bottom-200\%{
    bottom: -200%;
  }

  .xs\:-bottom-16\/9{
    bottom: -56.25%;
  }

  .xs\:-bottom-1\/2{
    bottom: -50%;
  }

  .xs\:-bottom-full{
    bottom: -100%;
  }

  .xs\:-bottom-span{
    bottom: -8.333%;
  }

  .xs\:-bottom-2span{
    bottom: -16.666%;
  }

  .xs\:-bottom-px{
    bottom: -1px;
  }

  .xs\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .xs\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .xs\:bottom-1\/4{
    bottom: 25%;
  }

  .xs\:bottom-2\/4{
    bottom: 50%;
  }

  .xs\:bottom-3\/4{
    bottom: 75%;
  }

  .xs\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .xs\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .xs\:-bottom-1\/4{
    bottom: -25%;
  }

  .xs\:-bottom-2\/4{
    bottom: -50%;
  }

  .xs\:-bottom-3\/4{
    bottom: -75%;
  }

  .xs\:-bottom-60{
    bottom: -3.75rem;
  }

  .xs\:-bottom-2{
    bottom: -0.125rem;
  }

  .xs\:bottom-43\.2{
    bottom: 2.7rem;
  }

  .xs\:-bottom-608{
    bottom: -38rem;
  }

  .xs\:-bottom-1472{
    bottom: -92rem;
  }

  .xs\:left-0{
    left: 0;
  }

  .xs\:left-3{
    left: 0.1875rem;
  }

  .xs\:left-4{
    left: 0.25rem;
  }

  .xs\:left-5{
    left: 0.312rem;
  }

  .xs\:left-8{
    left: 0.5rem;
  }

  .xs\:left-12{
    left: 0.75rem;
  }

  .xs\:left-16{
    left: 1rem;
  }

  .xs\:left-20{
    left: 1.25rem;
  }

  .xs\:left-24{
    left: 1.5rem;
  }

  .xs\:left-32{
    left: 2rem;
  }

  .xs\:left-40{
    left: 2.5rem;
  }

  .xs\:left-48{
    left: 3rem;
  }

  .xs\:left-56{
    left: 3.5rem;
  }

  .xs\:left-64{
    left: 4rem;
  }

  .xs\:left-80{
    left: 5rem;
  }

  .xs\:left-96{
    left: 6rem;
  }

  .xs\:left-104{
    left: 6.5rem;
  }

  .xs\:left-112{
    left: 7rem;
  }

  .xs\:left-128{
    left: 8rem;
  }

  .xs\:left-140{
    left: 8.75rem;
  }

  .xs\:left-160{
    left: 10rem;
  }

  .xs\:left-180{
    left: 11.25rem;
  }

  .xs\:left-192{
    left: 12rem;
  }

  .xs\:left-200{
    left: 12.5rem;
  }

  .xs\:left-224{
    left: 14rem;
  }

  .xs\:left-240{
    left: 15rem;
  }

  .xs\:left-260{
    left: 16.25rem;
  }

  .xs\:left-300{
    left: 18.75rem;
  }

  .xs\:left-auto{
    left: auto;
  }

  .xs\:-left-78\%{
    left: -78%;
  }

  .xs\:-left-80\%{
    left: -80%;
  }

  .xs\:-left-50\%{
    left: -50%;
  }

  .xs\:-left-35\%{
    left: -35%;
  }

  .xs\:-left-128{
    left: -8rem;
  }

  .xs\:-left-96{
    left: -6rem;
  }

  .xs\:-left-64{
    left: -4rem;
  }

  .xs\:-left-32{
    left: -2rem;
  }

  .xs\:-left-8{
    left: -0.5rem;
  }

  .xs\:left-5\%{
    left: 5%;
  }

  .xs\:left-10\%{
    left: 10%;
  }

  .xs\:left-15\%{
    left: 15%;
  }

  .xs\:left-20\%{
    left: 20%;
  }

  .xs\:left-25\%{
    left: 25%;
  }

  .xs\:left-30\%{
    left: 30%;
  }

  .xs\:left-31\%{
    left: 31%;
  }

  .xs\:left-33\%{
    left: 33.333%;
  }

  .xs\:left-34\%{
    left: 34%;
  }

  .xs\:left-45\%{
    left: 45%;
  }

  .xs\:left-50\%{
    left: 50%;
  }

  .xs\:left-54\%{
    left: 54%;
  }

  .xs\:left-75\%{
    left: 75%;
  }

  .xs\:left-55\%{
    left: 55%;
  }

  .xs\:left-65\%{
    left: 65%;
  }

  .xs\:left-66\%{
    left: 66%;
  }

  .xs\:left-85\%{
    left: 85%;
  }

  .xs\:left-96\%{
    left: 96%;
  }

  .xs\:left-130\%{
    left: 130%;
  }

  .xs\:left-135\%{
    left: 135%;
  }

  .xs\:left-200\%{
    left: 200%;
  }

  .xs\:left-16\/9{
    left: 56.25%;
  }

  .xs\:left-1\/2{
    left: 50%;
  }

  .xs\:left-full{
    left: 100%;
  }

  .xs\:left-span{
    left: 8.333%;
  }

  .xs\:left-2span{
    left: 16.666%;
  }

  .xs\:left-px{
    left: 1px;
  }

  .xs\:-left-4{
    left: -0.25rem;
  }

  .xs\:-left-12{
    left: -0.75rem;
  }

  .xs\:-left-16{
    left: -1rem;
  }

  .xs\:-left-20{
    left: -1.25rem;
  }

  .xs\:-left-24{
    left: -1.5rem;
  }

  .xs\:-left-40{
    left: -2.5rem;
  }

  .xs\:-left-48{
    left: -3rem;
  }

  .xs\:-left-56{
    left: -3.5rem;
  }

  .xs\:-left-80{
    left: -5rem;
  }

  .xs\:-left-104{
    left: -6.5rem;
  }

  .xs\:-left-112{
    left: -7rem;
  }

  .xs\:-left-140{
    left: -8.75rem;
  }

  .xs\:-left-160{
    left: -10rem;
  }

  .xs\:-left-180{
    left: -11.25rem;
  }

  .xs\:-left-200{
    left: -12.5rem;
  }

  .xs\:-left-224{
    left: -14rem;
  }

  .xs\:-left-240{
    left: -15rem;
  }

  .xs\:-left-260{
    left: -16.25rem;
  }

  .xs\:-left-300{
    left: -18.75rem;
  }

  .xs\:-left--78\%{
    left: 78%;
  }

  .xs\:-left--80\%{
    left: 80%;
  }

  .xs\:-left--50\%{
    left: 50%;
  }

  .xs\:-left--35\%{
    left: 35%;
  }

  .xs\:-left--128{
    left: 8rem;
  }

  .xs\:-left--96{
    left: 6rem;
  }

  .xs\:-left--64{
    left: 4rem;
  }

  .xs\:-left--32{
    left: 2rem;
  }

  .xs\:-left--8{
    left: 0.5rem;
  }

  .xs\:-left-5\%{
    left: -5%;
  }

  .xs\:-left-10\%{
    left: -10%;
  }

  .xs\:-left-15\%{
    left: -15%;
  }

  .xs\:-left-20\%{
    left: -20%;
  }

  .xs\:-left-25\%{
    left: -25%;
  }

  .xs\:-left-30\%{
    left: -30%;
  }

  .xs\:-left-31\%{
    left: -31%;
  }

  .xs\:-left-33\%{
    left: -33.333%;
  }

  .xs\:-left-34\%{
    left: -34%;
  }

  .xs\:-left-45\%{
    left: -45%;
  }

  .xs\:-left-54\%{
    left: -54%;
  }

  .xs\:-left-75\%{
    left: -75%;
  }

  .xs\:-left-55\%{
    left: -55%;
  }

  .xs\:-left-65\%{
    left: -65%;
  }

  .xs\:-left-66\%{
    left: -66%;
  }

  .xs\:-left-85\%{
    left: -85%;
  }

  .xs\:-left-96\%{
    left: -96%;
  }

  .xs\:-left-130\%{
    left: -130%;
  }

  .xs\:-left-135\%{
    left: -135%;
  }

  .xs\:-left-200\%{
    left: -200%;
  }

  .xs\:-left-16\/9{
    left: -56.25%;
  }

  .xs\:-left-1\/2{
    left: -50%;
  }

  .xs\:-left-full{
    left: -100%;
  }

  .xs\:-left-span{
    left: -8.333%;
  }

  .xs\:-left-2span{
    left: -16.666%;
  }

  .xs\:-left-px{
    left: -1px;
  }

  .xs\:left-1\/3{
    left: 33.333333%;
  }

  .xs\:left-2\/3{
    left: 66.666667%;
  }

  .xs\:left-1\/4{
    left: 25%;
  }

  .xs\:left-2\/4{
    left: 50%;
  }

  .xs\:left-3\/4{
    left: 75%;
  }

  .xs\:-left-1\/3{
    left: -33.333333%;
  }

  .xs\:-left-2\/3{
    left: -66.666667%;
  }

  .xs\:-left-1\/4{
    left: -25%;
  }

  .xs\:-left-2\/4{
    left: -50%;
  }

  .xs\:-left-3\/4{
    left: -75%;
  }

  .xs\:-left-60{
    left: -3.75rem;
  }

  .xs\:-left-2{
    left: -0.125rem;
  }

  .xs\:left-43\.2{
    left: 2.7rem;
  }

  .xs\:-left-608{
    left: -38rem;
  }

  .xs\:-left-1472{
    left: -92rem;
  }

  .xs\:isolate{
    isolation: isolate;
  }

  .xs\:isolation-auto{
    isolation: auto;
  }

  .xs\:z-0{
    z-index: 0;
  }

  .xs\:z-1{
    z-index: 1;
  }

  .xs\:z-2{
    z-index: 2;
  }

  .xs\:z-3{
    z-index: 3;
  }

  .xs\:z-4{
    z-index: 4;
  }

  .xs\:z-10{
    z-index: 10;
  }

  .xs\:z-20{
    z-index: 20;
  }

  .xs\:z-30{
    z-index: 30;
  }

  .xs\:z-40{
    z-index: 40;
  }

  .xs\:z-50{
    z-index: 50;
  }

  .xs\:z-auto{
    z-index: auto;
  }

  .xs\:-z-1{
    z-index: -1;
  }

  .xs\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .xs\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .xs\:focus-within\:z-2:focus-within{
    z-index: 2;
  }

  .xs\:focus-within\:z-3:focus-within{
    z-index: 3;
  }

  .xs\:focus-within\:z-4:focus-within{
    z-index: 4;
  }

  .xs\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .xs\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .xs\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .xs\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .xs\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .xs\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .xs\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .xs\:focus\:z-0:focus{
    z-index: 0;
  }

  .xs\:focus\:z-1:focus{
    z-index: 1;
  }

  .xs\:focus\:z-2:focus{
    z-index: 2;
  }

  .xs\:focus\:z-3:focus{
    z-index: 3;
  }

  .xs\:focus\:z-4:focus{
    z-index: 4;
  }

  .xs\:focus\:z-10:focus{
    z-index: 10;
  }

  .xs\:focus\:z-20:focus{
    z-index: 20;
  }

  .xs\:focus\:z-30:focus{
    z-index: 30;
  }

  .xs\:focus\:z-40:focus{
    z-index: 40;
  }

  .xs\:focus\:z-50:focus{
    z-index: 50;
  }

  .xs\:focus\:z-auto:focus{
    z-index: auto;
  }

  .xs\:focus\:-z-1:focus{
    z-index: -1;
  }

  .xs\:order-1{
    order: 1;
  }

  .xs\:order-2{
    order: 2;
  }

  .xs\:order-3{
    order: 3;
  }

  .xs\:order-4{
    order: 4;
  }

  .xs\:order-5{
    order: 5;
  }

  .xs\:order-6{
    order: 6;
  }

  .xs\:order-7{
    order: 7;
  }

  .xs\:order-8{
    order: 8;
  }

  .xs\:order-9{
    order: 9;
  }

  .xs\:order-10{
    order: 10;
  }

  .xs\:order-11{
    order: 11;
  }

  .xs\:order-12{
    order: 12;
  }

  .xs\:order-first{
    order: -9999;
  }

  .xs\:order-last{
    order: 9999;
  }

  .xs\:order-none{
    order: 0;
  }

  .xs\:col-auto{
    grid-column: auto;
  }

  .xs\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xs\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xs\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xs\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xs\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xs\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xs\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xs\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xs\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xs\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .xs\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .xs\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .xs\:col-span-full{
    grid-column: 1 / -1;
  }

  .xs\:col-start-1{
    grid-column-start: 1;
  }

  .xs\:col-start-2{
    grid-column-start: 2;
  }

  .xs\:col-start-3{
    grid-column-start: 3;
  }

  .xs\:col-start-4{
    grid-column-start: 4;
  }

  .xs\:col-start-5{
    grid-column-start: 5;
  }

  .xs\:col-start-6{
    grid-column-start: 6;
  }

  .xs\:col-start-7{
    grid-column-start: 7;
  }

  .xs\:col-start-8{
    grid-column-start: 8;
  }

  .xs\:col-start-9{
    grid-column-start: 9;
  }

  .xs\:col-start-10{
    grid-column-start: 10;
  }

  .xs\:col-start-11{
    grid-column-start: 11;
  }

  .xs\:col-start-12{
    grid-column-start: 12;
  }

  .xs\:col-start-13{
    grid-column-start: 13;
  }

  .xs\:col-start-auto{
    grid-column-start: auto;
  }

  .xs\:col-end-1{
    grid-column-end: 1;
  }

  .xs\:col-end-2{
    grid-column-end: 2;
  }

  .xs\:col-end-3{
    grid-column-end: 3;
  }

  .xs\:col-end-4{
    grid-column-end: 4;
  }

  .xs\:col-end-5{
    grid-column-end: 5;
  }

  .xs\:col-end-6{
    grid-column-end: 6;
  }

  .xs\:col-end-7{
    grid-column-end: 7;
  }

  .xs\:col-end-8{
    grid-column-end: 8;
  }

  .xs\:col-end-9{
    grid-column-end: 9;
  }

  .xs\:col-end-10{
    grid-column-end: 10;
  }

  .xs\:col-end-11{
    grid-column-end: 11;
  }

  .xs\:col-end-12{
    grid-column-end: 12;
  }

  .xs\:col-end-13{
    grid-column-end: 13;
  }

  .xs\:col-end-auto{
    grid-column-end: auto;
  }

  .xs\:row-auto{
    grid-row: auto;
  }

  .xs\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .xs\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xs\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .xs\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xs\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .xs\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .xs\:row-span-full{
    grid-row: 1 / -1;
  }

  .xs\:row-start-1{
    grid-row-start: 1;
  }

  .xs\:row-start-2{
    grid-row-start: 2;
  }

  .xs\:row-start-3{
    grid-row-start: 3;
  }

  .xs\:row-start-4{
    grid-row-start: 4;
  }

  .xs\:row-start-5{
    grid-row-start: 5;
  }

  .xs\:row-start-6{
    grid-row-start: 6;
  }

  .xs\:row-start-7{
    grid-row-start: 7;
  }

  .xs\:row-start-auto{
    grid-row-start: auto;
  }

  .xs\:row-end-1{
    grid-row-end: 1;
  }

  .xs\:row-end-2{
    grid-row-end: 2;
  }

  .xs\:row-end-3{
    grid-row-end: 3;
  }

  .xs\:row-end-4{
    grid-row-end: 4;
  }

  .xs\:row-end-5{
    grid-row-end: 5;
  }

  .xs\:row-end-6{
    grid-row-end: 6;
  }

  .xs\:row-end-7{
    grid-row-end: 7;
  }

  .xs\:row-end-auto{
    grid-row-end: auto;
  }

  .xs\:float-right{
    float: right;
  }

  .xs\:float-left{
    float: left;
  }

  .xs\:float-none{
    float: none;
  }

  .xs\:clear-left{
    clear: left;
  }

  .xs\:clear-right{
    clear: right;
  }

  .xs\:clear-both{
    clear: both;
  }

  .xs\:clear-none{
    clear: none;
  }

  .xs\:m-0{
    margin: 0;
  }

  .xs\:m-4{
    margin: 0.25rem;
  }

  .xs\:m-8{
    margin: 0.5rem;
  }

  .xs\:m-12{
    margin: 0.75rem;
  }

  .xs\:m-16{
    margin: 1rem;
  }

  .xs\:m-20{
    margin: 1.25rem;
  }

  .xs\:m-24{
    margin: 1.5rem;
  }

  .xs\:m-32{
    margin: 2rem;
  }

  .xs\:m-40{
    margin: 2.5rem;
  }

  .xs\:m-48{
    margin: 3rem;
  }

  .xs\:m-56{
    margin: 3.5rem;
  }

  .xs\:m-64{
    margin: 4rem;
  }

  .xs\:m-80{
    margin: 5rem;
  }

  .xs\:m-96{
    margin: 6rem;
  }

  .xs\:m-104{
    margin: 6.5rem;
  }

  .xs\:m-112{
    margin: 7rem;
  }

  .xs\:m-128{
    margin: 8rem;
  }

  .xs\:m-140{
    margin: 8.75rem;
  }

  .xs\:m-160{
    margin: 10rem;
  }

  .xs\:m-180{
    margin: 11.25rem;
  }

  .xs\:m-200{
    margin: 12.5rem;
  }

  .xs\:m-224{
    margin: 14rem;
  }

  .xs\:m-240{
    margin: 15rem;
  }

  .xs\:m-260{
    margin: 16.25rem;
  }

  .xs\:m-300{
    margin: 18.75rem;
  }

  .xs\:m-auto{
    margin: auto;
  }

  .xs\:-m-78\%{
    margin: -78%;
  }

  .xs\:-m-80\%{
    margin: -80%;
  }

  .xs\:-m-50\%{
    margin: -50%;
  }

  .xs\:-m-35\%{
    margin: -35%;
  }

  .xs\:-m-128{
    margin: -8rem;
  }

  .xs\:-m-96{
    margin: -6rem;
  }

  .xs\:-m-64{
    margin: -4rem;
  }

  .xs\:-m-32{
    margin: -2rem;
  }

  .xs\:-m-8{
    margin: -0.5rem;
  }

  .xs\:m-5\%{
    margin: 5%;
  }

  .xs\:m-10\%{
    margin: 10%;
  }

  .xs\:m-15\%{
    margin: 15%;
  }

  .xs\:m-20\%{
    margin: 20%;
  }

  .xs\:m-25\%{
    margin: 25%;
  }

  .xs\:m-30\%{
    margin: 30%;
  }

  .xs\:m-31\%{
    margin: 31%;
  }

  .xs\:m-33\%{
    margin: 33.333%;
  }

  .xs\:m-34\%{
    margin: 34%;
  }

  .xs\:m-45\%{
    margin: 45%;
  }

  .xs\:m-50\%{
    margin: 50%;
  }

  .xs\:m-54\%{
    margin: 54%;
  }

  .xs\:m-75\%{
    margin: 75%;
  }

  .xs\:m-55\%{
    margin: 55%;
  }

  .xs\:m-65\%{
    margin: 65%;
  }

  .xs\:m-66\%{
    margin: 66%;
  }

  .xs\:m-85\%{
    margin: 85%;
  }

  .xs\:m-96\%{
    margin: 96%;
  }

  .xs\:m-130\%{
    margin: 130%;
  }

  .xs\:m-135\%{
    margin: 135%;
  }

  .xs\:m-200\%{
    margin: 200%;
  }

  .xs\:m-16\/9{
    margin: 56.25%;
  }

  .xs\:m-1\/2{
    margin: 50%;
  }

  .xs\:m-full{
    margin: 100%;
  }

  .xs\:m-span{
    margin: 8.333%;
  }

  .xs\:m-2span{
    margin: 16.666%;
  }

  .xs\:m-px{
    margin: 1px;
  }

  .xs\:-m-4{
    margin: -0.25rem;
  }

  .xs\:-m-12{
    margin: -0.75rem;
  }

  .xs\:-m-16{
    margin: -1rem;
  }

  .xs\:-m-20{
    margin: -1.25rem;
  }

  .xs\:-m-24{
    margin: -1.5rem;
  }

  .xs\:-m-40{
    margin: -2.5rem;
  }

  .xs\:-m-48{
    margin: -3rem;
  }

  .xs\:-m-56{
    margin: -3.5rem;
  }

  .xs\:-m-80{
    margin: -5rem;
  }

  .xs\:-m-104{
    margin: -6.5rem;
  }

  .xs\:-m-112{
    margin: -7rem;
  }

  .xs\:-m-140{
    margin: -8.75rem;
  }

  .xs\:-m-160{
    margin: -10rem;
  }

  .xs\:-m-180{
    margin: -11.25rem;
  }

  .xs\:-m-200{
    margin: -12.5rem;
  }

  .xs\:-m-224{
    margin: -14rem;
  }

  .xs\:-m-240{
    margin: -15rem;
  }

  .xs\:-m-260{
    margin: -16.25rem;
  }

  .xs\:-m-300{
    margin: -18.75rem;
  }

  .xs\:-m--78\%{
    margin: 78%;
  }

  .xs\:-m--80\%{
    margin: 80%;
  }

  .xs\:-m--50\%{
    margin: 50%;
  }

  .xs\:-m--35\%{
    margin: 35%;
  }

  .xs\:-m--128{
    margin: 8rem;
  }

  .xs\:-m--96{
    margin: 6rem;
  }

  .xs\:-m--64{
    margin: 4rem;
  }

  .xs\:-m--32{
    margin: 2rem;
  }

  .xs\:-m--8{
    margin: 0.5rem;
  }

  .xs\:-m-5\%{
    margin: -5%;
  }

  .xs\:-m-10\%{
    margin: -10%;
  }

  .xs\:-m-15\%{
    margin: -15%;
  }

  .xs\:-m-20\%{
    margin: -20%;
  }

  .xs\:-m-25\%{
    margin: -25%;
  }

  .xs\:-m-30\%{
    margin: -30%;
  }

  .xs\:-m-31\%{
    margin: -31%;
  }

  .xs\:-m-33\%{
    margin: -33.333%;
  }

  .xs\:-m-34\%{
    margin: -34%;
  }

  .xs\:-m-45\%{
    margin: -45%;
  }

  .xs\:-m-54\%{
    margin: -54%;
  }

  .xs\:-m-75\%{
    margin: -75%;
  }

  .xs\:-m-55\%{
    margin: -55%;
  }

  .xs\:-m-65\%{
    margin: -65%;
  }

  .xs\:-m-66\%{
    margin: -66%;
  }

  .xs\:-m-85\%{
    margin: -85%;
  }

  .xs\:-m-96\%{
    margin: -96%;
  }

  .xs\:-m-130\%{
    margin: -130%;
  }

  .xs\:-m-135\%{
    margin: -135%;
  }

  .xs\:-m-200\%{
    margin: -200%;
  }

  .xs\:-m-16\/9{
    margin: -56.25%;
  }

  .xs\:-m-1\/2{
    margin: -50%;
  }

  .xs\:-m-full{
    margin: -100%;
  }

  .xs\:-m-span{
    margin: -8.333%;
  }

  .xs\:-m-2span{
    margin: -16.666%;
  }

  .xs\:-m-px{
    margin: -1px;
  }

  .xs\:last\:m-0:last-child{
    margin: 0;
  }

  .xs\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .xs\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .xs\:last\:m-12:last-child{
    margin: 0.75rem;
  }

  .xs\:last\:m-16:last-child{
    margin: 1rem;
  }

  .xs\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .xs\:last\:m-24:last-child{
    margin: 1.5rem;
  }

  .xs\:last\:m-32:last-child{
    margin: 2rem;
  }

  .xs\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .xs\:last\:m-48:last-child{
    margin: 3rem;
  }

  .xs\:last\:m-56:last-child{
    margin: 3.5rem;
  }

  .xs\:last\:m-64:last-child{
    margin: 4rem;
  }

  .xs\:last\:m-80:last-child{
    margin: 5rem;
  }

  .xs\:last\:m-96:last-child{
    margin: 6rem;
  }

  .xs\:last\:m-104:last-child{
    margin: 6.5rem;
  }

  .xs\:last\:m-112:last-child{
    margin: 7rem;
  }

  .xs\:last\:m-128:last-child{
    margin: 8rem;
  }

  .xs\:last\:m-140:last-child{
    margin: 8.75rem;
  }

  .xs\:last\:m-160:last-child{
    margin: 10rem;
  }

  .xs\:last\:m-180:last-child{
    margin: 11.25rem;
  }

  .xs\:last\:m-200:last-child{
    margin: 12.5rem;
  }

  .xs\:last\:m-224:last-child{
    margin: 14rem;
  }

  .xs\:last\:m-240:last-child{
    margin: 15rem;
  }

  .xs\:last\:m-260:last-child{
    margin: 16.25rem;
  }

  .xs\:last\:m-300:last-child{
    margin: 18.75rem;
  }

  .xs\:last\:m-auto:last-child{
    margin: auto;
  }

  .xs\:last\:-m-78\%:last-child{
    margin: -78%;
  }

  .xs\:last\:-m-80\%:last-child{
    margin: -80%;
  }

  .xs\:last\:-m-50\%:last-child{
    margin: -50%;
  }

  .xs\:last\:-m-35\%:last-child{
    margin: -35%;
  }

  .xs\:last\:-m-128:last-child{
    margin: -8rem;
  }

  .xs\:last\:-m-96:last-child{
    margin: -6rem;
  }

  .xs\:last\:-m-64:last-child{
    margin: -4rem;
  }

  .xs\:last\:-m-32:last-child{
    margin: -2rem;
  }

  .xs\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .xs\:last\:m-5\%:last-child{
    margin: 5%;
  }

  .xs\:last\:m-10\%:last-child{
    margin: 10%;
  }

  .xs\:last\:m-15\%:last-child{
    margin: 15%;
  }

  .xs\:last\:m-20\%:last-child{
    margin: 20%;
  }

  .xs\:last\:m-25\%:last-child{
    margin: 25%;
  }

  .xs\:last\:m-30\%:last-child{
    margin: 30%;
  }

  .xs\:last\:m-31\%:last-child{
    margin: 31%;
  }

  .xs\:last\:m-33\%:last-child{
    margin: 33.333%;
  }

  .xs\:last\:m-34\%:last-child{
    margin: 34%;
  }

  .xs\:last\:m-45\%:last-child{
    margin: 45%;
  }

  .xs\:last\:m-50\%:last-child{
    margin: 50%;
  }

  .xs\:last\:m-54\%:last-child{
    margin: 54%;
  }

  .xs\:last\:m-75\%:last-child{
    margin: 75%;
  }

  .xs\:last\:m-55\%:last-child{
    margin: 55%;
  }

  .xs\:last\:m-65\%:last-child{
    margin: 65%;
  }

  .xs\:last\:m-66\%:last-child{
    margin: 66%;
  }

  .xs\:last\:m-85\%:last-child{
    margin: 85%;
  }

  .xs\:last\:m-96\%:last-child{
    margin: 96%;
  }

  .xs\:last\:m-130\%:last-child{
    margin: 130%;
  }

  .xs\:last\:m-135\%:last-child{
    margin: 135%;
  }

  .xs\:last\:m-200\%:last-child{
    margin: 200%;
  }

  .xs\:last\:m-16\/9:last-child{
    margin: 56.25%;
  }

  .xs\:last\:m-1\/2:last-child{
    margin: 50%;
  }

  .xs\:last\:m-full:last-child{
    margin: 100%;
  }

  .xs\:last\:m-span:last-child{
    margin: 8.333%;
  }

  .xs\:last\:m-2span:last-child{
    margin: 16.666%;
  }

  .xs\:last\:m-px:last-child{
    margin: 1px;
  }

  .xs\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .xs\:last\:-m-12:last-child{
    margin: -0.75rem;
  }

  .xs\:last\:-m-16:last-child{
    margin: -1rem;
  }

  .xs\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .xs\:last\:-m-24:last-child{
    margin: -1.5rem;
  }

  .xs\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .xs\:last\:-m-48:last-child{
    margin: -3rem;
  }

  .xs\:last\:-m-56:last-child{
    margin: -3.5rem;
  }

  .xs\:last\:-m-80:last-child{
    margin: -5rem;
  }

  .xs\:last\:-m-104:last-child{
    margin: -6.5rem;
  }

  .xs\:last\:-m-112:last-child{
    margin: -7rem;
  }

  .xs\:last\:-m-140:last-child{
    margin: -8.75rem;
  }

  .xs\:last\:-m-160:last-child{
    margin: -10rem;
  }

  .xs\:last\:-m-180:last-child{
    margin: -11.25rem;
  }

  .xs\:last\:-m-200:last-child{
    margin: -12.5rem;
  }

  .xs\:last\:-m-224:last-child{
    margin: -14rem;
  }

  .xs\:last\:-m-240:last-child{
    margin: -15rem;
  }

  .xs\:last\:-m-260:last-child{
    margin: -16.25rem;
  }

  .xs\:last\:-m-300:last-child{
    margin: -18.75rem;
  }

  .xs\:last\:-m--78\%:last-child{
    margin: 78%;
  }

  .xs\:last\:-m--80\%:last-child{
    margin: 80%;
  }

  .xs\:last\:-m--50\%:last-child{
    margin: 50%;
  }

  .xs\:last\:-m--35\%:last-child{
    margin: 35%;
  }

  .xs\:last\:-m--128:last-child{
    margin: 8rem;
  }

  .xs\:last\:-m--96:last-child{
    margin: 6rem;
  }

  .xs\:last\:-m--64:last-child{
    margin: 4rem;
  }

  .xs\:last\:-m--32:last-child{
    margin: 2rem;
  }

  .xs\:last\:-m--8:last-child{
    margin: 0.5rem;
  }

  .xs\:last\:-m-5\%:last-child{
    margin: -5%;
  }

  .xs\:last\:-m-10\%:last-child{
    margin: -10%;
  }

  .xs\:last\:-m-15\%:last-child{
    margin: -15%;
  }

  .xs\:last\:-m-20\%:last-child{
    margin: -20%;
  }

  .xs\:last\:-m-25\%:last-child{
    margin: -25%;
  }

  .xs\:last\:-m-30\%:last-child{
    margin: -30%;
  }

  .xs\:last\:-m-31\%:last-child{
    margin: -31%;
  }

  .xs\:last\:-m-33\%:last-child{
    margin: -33.333%;
  }

  .xs\:last\:-m-34\%:last-child{
    margin: -34%;
  }

  .xs\:last\:-m-45\%:last-child{
    margin: -45%;
  }

  .xs\:last\:-m-54\%:last-child{
    margin: -54%;
  }

  .xs\:last\:-m-75\%:last-child{
    margin: -75%;
  }

  .xs\:last\:-m-55\%:last-child{
    margin: -55%;
  }

  .xs\:last\:-m-65\%:last-child{
    margin: -65%;
  }

  .xs\:last\:-m-66\%:last-child{
    margin: -66%;
  }

  .xs\:last\:-m-85\%:last-child{
    margin: -85%;
  }

  .xs\:last\:-m-96\%:last-child{
    margin: -96%;
  }

  .xs\:last\:-m-130\%:last-child{
    margin: -130%;
  }

  .xs\:last\:-m-135\%:last-child{
    margin: -135%;
  }

  .xs\:last\:-m-200\%:last-child{
    margin: -200%;
  }

  .xs\:last\:-m-16\/9:last-child{
    margin: -56.25%;
  }

  .xs\:last\:-m-1\/2:last-child{
    margin: -50%;
  }

  .xs\:last\:-m-full:last-child{
    margin: -100%;
  }

  .xs\:last\:-m-span:last-child{
    margin: -8.333%;
  }

  .xs\:last\:-m-2span:last-child{
    margin: -16.666%;
  }

  .xs\:last\:-m-px:last-child{
    margin: -1px;
  }

  .xs\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:mx-96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:mx-104{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xs\:mx-112{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:mx-128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .xs\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .xs\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xs\:mx-224{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:mx-240{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xs\:mx-260{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .xs\:mx-300{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xs\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:-mx-78\%{
    margin-left: -78%;
    margin-right: -78%;
  }

  .xs\:-mx-80\%{
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:-mx-50\%{
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:-mx-35\%{
    margin-left: -35%;
    margin-right: -35%;
  }

  .xs\:-mx-128{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:-mx-96{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:mx-5\%{
    margin-left: 5%;
    margin-right: 5%;
  }

  .xs\:mx-10\%{
    margin-left: 10%;
    margin-right: 10%;
  }

  .xs\:mx-15\%{
    margin-left: 15%;
    margin-right: 15%;
  }

  .xs\:mx-20\%{
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:mx-25\%{
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:mx-30\%{
    margin-left: 30%;
    margin-right: 30%;
  }

  .xs\:mx-31\%{
    margin-left: 31%;
    margin-right: 31%;
  }

  .xs\:mx-33\%{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .xs\:mx-34\%{
    margin-left: 34%;
    margin-right: 34%;
  }

  .xs\:mx-45\%{
    margin-left: 45%;
    margin-right: 45%;
  }

  .xs\:mx-50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:mx-54\%{
    margin-left: 54%;
    margin-right: 54%;
  }

  .xs\:mx-75\%{
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:mx-55\%{
    margin-left: 55%;
    margin-right: 55%;
  }

  .xs\:mx-65\%{
    margin-left: 65%;
    margin-right: 65%;
  }

  .xs\:mx-66\%{
    margin-left: 66%;
    margin-right: 66%;
  }

  .xs\:mx-85\%{
    margin-left: 85%;
    margin-right: 85%;
  }

  .xs\:mx-96\%{
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:mx-130\%{
    margin-left: 130%;
    margin-right: 130%;
  }

  .xs\:mx-135\%{
    margin-left: 135%;
    margin-right: 135%;
  }

  .xs\:mx-200\%{
    margin-left: 200%;
    margin-right: 200%;
  }

  .xs\:mx-16\/9{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .xs\:mx-1\/2{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:mx-span{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .xs\:mx-2span{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .xs\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:-mx-104{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xs\:-mx-112{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .xs\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .xs\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xs\:-mx-224{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:-mx-240{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xs\:-mx-260{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .xs\:-mx-300{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xs\:-mx--78\%{
    margin-left: 78%;
    margin-right: 78%;
  }

  .xs\:-mx--80\%{
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:-mx--50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:-mx--35\%{
    margin-left: 35%;
    margin-right: 35%;
  }

  .xs\:-mx--128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:-mx--96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:-mx--64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:-mx--32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:-mx--8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:-mx-5\%{
    margin-left: -5%;
    margin-right: -5%;
  }

  .xs\:-mx-10\%{
    margin-left: -10%;
    margin-right: -10%;
  }

  .xs\:-mx-15\%{
    margin-left: -15%;
    margin-right: -15%;
  }

  .xs\:-mx-20\%{
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:-mx-25\%{
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:-mx-30\%{
    margin-left: -30%;
    margin-right: -30%;
  }

  .xs\:-mx-31\%{
    margin-left: -31%;
    margin-right: -31%;
  }

  .xs\:-mx-33\%{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .xs\:-mx-34\%{
    margin-left: -34%;
    margin-right: -34%;
  }

  .xs\:-mx-45\%{
    margin-left: -45%;
    margin-right: -45%;
  }

  .xs\:-mx-54\%{
    margin-left: -54%;
    margin-right: -54%;
  }

  .xs\:-mx-75\%{
    margin-left: -75%;
    margin-right: -75%;
  }

  .xs\:-mx-55\%{
    margin-left: -55%;
    margin-right: -55%;
  }

  .xs\:-mx-65\%{
    margin-left: -65%;
    margin-right: -65%;
  }

  .xs\:-mx-66\%{
    margin-left: -66%;
    margin-right: -66%;
  }

  .xs\:-mx-85\%{
    margin-left: -85%;
    margin-right: -85%;
  }

  .xs\:-mx-96\%{
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:-mx-130\%{
    margin-left: -130%;
    margin-right: -130%;
  }

  .xs\:-mx-135\%{
    margin-left: -135%;
    margin-right: -135%;
  }

  .xs\:-mx-200\%{
    margin-left: -200%;
    margin-right: -200%;
  }

  .xs\:-mx-16\/9{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .xs\:-mx-1\/2{
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:-mx-span{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .xs\:-mx-2span{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .xs\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:my-96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:my-104{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xs\:my-112{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:my-128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .xs\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .xs\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xs\:my-224{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:my-240{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xs\:my-260{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .xs\:my-300{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xs\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:-my-78\%{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .xs\:-my-80\%{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:-my-50\%{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:-my-35\%{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xs\:-my-128{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:-my-96{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:my-5\%{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xs\:my-10\%{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xs\:my-15\%{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .xs\:my-20\%{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:my-25\%{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:my-30\%{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xs\:my-31\%{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .xs\:my-33\%{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .xs\:my-34\%{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .xs\:my-45\%{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .xs\:my-50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:my-54\%{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .xs\:my-75\%{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:my-55\%{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .xs\:my-65\%{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .xs\:my-66\%{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .xs\:my-85\%{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .xs\:my-96\%{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:my-130\%{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .xs\:my-135\%{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .xs\:my-200\%{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .xs\:my-16\/9{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .xs\:my-1\/2{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:my-span{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .xs\:my-2span{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .xs\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:-my-104{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xs\:-my-112{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .xs\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .xs\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xs\:-my-224{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:-my-240{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xs\:-my-260{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .xs\:-my-300{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xs\:-my--78\%{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .xs\:-my--80\%{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:-my--50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:-my--35\%{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xs\:-my--128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:-my--96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:-my--64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:-my--32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:-my--8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:-my-5\%{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xs\:-my-10\%{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xs\:-my-15\%{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .xs\:-my-20\%{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:-my-25\%{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:-my-30\%{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xs\:-my-31\%{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .xs\:-my-33\%{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .xs\:-my-34\%{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .xs\:-my-45\%{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .xs\:-my-54\%{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .xs\:-my-75\%{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xs\:-my-55\%{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .xs\:-my-65\%{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .xs\:-my-66\%{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .xs\:-my-85\%{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .xs\:-my-96\%{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:-my-130\%{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .xs\:-my-135\%{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .xs\:-my-200\%{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .xs\:-my-16\/9{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .xs\:-my-1\/2{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:-my-span{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .xs\:-my-2span{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .xs\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:last\:mx-12:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:last\:mx-16:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:last\:mx-24:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:last\:mx-32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:last\:mx-48:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:last\:mx-56:last-child{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:last\:mx-64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:last\:mx-80:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:last\:mx-96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:last\:mx-104:last-child{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xs\:last\:mx-112:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:last\:mx-128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:last\:mx-140:last-child{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .xs\:last\:mx-160:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:last\:mx-180:last-child{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .xs\:last\:mx-200:last-child{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xs\:last\:mx-224:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:last\:mx-240:last-child{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xs\:last\:mx-260:last-child{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .xs\:last\:mx-300:last-child{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xs\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:last\:-mx-78\%:last-child{
    margin-left: -78%;
    margin-right: -78%;
  }

  .xs\:last\:-mx-80\%:last-child{
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:last\:-mx-50\%:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:last\:-mx-35\%:last-child{
    margin-left: -35%;
    margin-right: -35%;
  }

  .xs\:last\:-mx-128:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:last\:-mx-96:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:last\:-mx-64:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:last\:-mx-32:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:last\:mx-5\%:last-child{
    margin-left: 5%;
    margin-right: 5%;
  }

  .xs\:last\:mx-10\%:last-child{
    margin-left: 10%;
    margin-right: 10%;
  }

  .xs\:last\:mx-15\%:last-child{
    margin-left: 15%;
    margin-right: 15%;
  }

  .xs\:last\:mx-20\%:last-child{
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:last\:mx-25\%:last-child{
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:last\:mx-30\%:last-child{
    margin-left: 30%;
    margin-right: 30%;
  }

  .xs\:last\:mx-31\%:last-child{
    margin-left: 31%;
    margin-right: 31%;
  }

  .xs\:last\:mx-33\%:last-child{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .xs\:last\:mx-34\%:last-child{
    margin-left: 34%;
    margin-right: 34%;
  }

  .xs\:last\:mx-45\%:last-child{
    margin-left: 45%;
    margin-right: 45%;
  }

  .xs\:last\:mx-50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:last\:mx-54\%:last-child{
    margin-left: 54%;
    margin-right: 54%;
  }

  .xs\:last\:mx-75\%:last-child{
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:last\:mx-55\%:last-child{
    margin-left: 55%;
    margin-right: 55%;
  }

  .xs\:last\:mx-65\%:last-child{
    margin-left: 65%;
    margin-right: 65%;
  }

  .xs\:last\:mx-66\%:last-child{
    margin-left: 66%;
    margin-right: 66%;
  }

  .xs\:last\:mx-85\%:last-child{
    margin-left: 85%;
    margin-right: 85%;
  }

  .xs\:last\:mx-96\%:last-child{
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:last\:mx-130\%:last-child{
    margin-left: 130%;
    margin-right: 130%;
  }

  .xs\:last\:mx-135\%:last-child{
    margin-left: 135%;
    margin-right: 135%;
  }

  .xs\:last\:mx-200\%:last-child{
    margin-left: 200%;
    margin-right: 200%;
  }

  .xs\:last\:mx-16\/9:last-child{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .xs\:last\:mx-1\/2:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:last\:mx-full:last-child{
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:last\:mx-span:last-child{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .xs\:last\:mx-2span:last-child{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .xs\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:last\:-mx-12:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:last\:-mx-16:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:last\:-mx-24:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:last\:-mx-48:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:last\:-mx-56:last-child{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:last\:-mx-80:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:last\:-mx-104:last-child{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xs\:last\:-mx-112:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:last\:-mx-140:last-child{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .xs\:last\:-mx-160:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:last\:-mx-180:last-child{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .xs\:last\:-mx-200:last-child{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xs\:last\:-mx-224:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:last\:-mx-240:last-child{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xs\:last\:-mx-260:last-child{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .xs\:last\:-mx-300:last-child{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xs\:last\:-mx--78\%:last-child{
    margin-left: 78%;
    margin-right: 78%;
  }

  .xs\:last\:-mx--80\%:last-child{
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:last\:-mx--50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:last\:-mx--35\%:last-child{
    margin-left: 35%;
    margin-right: 35%;
  }

  .xs\:last\:-mx--128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:last\:-mx--96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:last\:-mx--64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:last\:-mx--32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:last\:-mx--8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:last\:-mx-5\%:last-child{
    margin-left: -5%;
    margin-right: -5%;
  }

  .xs\:last\:-mx-10\%:last-child{
    margin-left: -10%;
    margin-right: -10%;
  }

  .xs\:last\:-mx-15\%:last-child{
    margin-left: -15%;
    margin-right: -15%;
  }

  .xs\:last\:-mx-20\%:last-child{
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:last\:-mx-25\%:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:last\:-mx-30\%:last-child{
    margin-left: -30%;
    margin-right: -30%;
  }

  .xs\:last\:-mx-31\%:last-child{
    margin-left: -31%;
    margin-right: -31%;
  }

  .xs\:last\:-mx-33\%:last-child{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .xs\:last\:-mx-34\%:last-child{
    margin-left: -34%;
    margin-right: -34%;
  }

  .xs\:last\:-mx-45\%:last-child{
    margin-left: -45%;
    margin-right: -45%;
  }

  .xs\:last\:-mx-54\%:last-child{
    margin-left: -54%;
    margin-right: -54%;
  }

  .xs\:last\:-mx-75\%:last-child{
    margin-left: -75%;
    margin-right: -75%;
  }

  .xs\:last\:-mx-55\%:last-child{
    margin-left: -55%;
    margin-right: -55%;
  }

  .xs\:last\:-mx-65\%:last-child{
    margin-left: -65%;
    margin-right: -65%;
  }

  .xs\:last\:-mx-66\%:last-child{
    margin-left: -66%;
    margin-right: -66%;
  }

  .xs\:last\:-mx-85\%:last-child{
    margin-left: -85%;
    margin-right: -85%;
  }

  .xs\:last\:-mx-96\%:last-child{
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:last\:-mx-130\%:last-child{
    margin-left: -130%;
    margin-right: -130%;
  }

  .xs\:last\:-mx-135\%:last-child{
    margin-left: -135%;
    margin-right: -135%;
  }

  .xs\:last\:-mx-200\%:last-child{
    margin-left: -200%;
    margin-right: -200%;
  }

  .xs\:last\:-mx-16\/9:last-child{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .xs\:last\:-mx-1\/2:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:last\:-mx-full:last-child{
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:last\:-mx-span:last-child{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .xs\:last\:-mx-2span:last-child{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .xs\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:last\:my-12:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:last\:my-16:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:last\:my-24:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:last\:my-32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:last\:my-48:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:last\:my-56:last-child{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:last\:my-64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:last\:my-80:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:last\:my-96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:last\:my-104:last-child{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xs\:last\:my-112:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:last\:my-128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:last\:my-140:last-child{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .xs\:last\:my-160:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:last\:my-180:last-child{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .xs\:last\:my-200:last-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xs\:last\:my-224:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:last\:my-240:last-child{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xs\:last\:my-260:last-child{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .xs\:last\:my-300:last-child{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xs\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:last\:-my-78\%:last-child{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .xs\:last\:-my-80\%:last-child{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:last\:-my-50\%:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:last\:-my-35\%:last-child{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xs\:last\:-my-128:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:last\:-my-96:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:last\:-my-64:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:last\:-my-32:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:last\:my-5\%:last-child{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xs\:last\:my-10\%:last-child{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xs\:last\:my-15\%:last-child{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .xs\:last\:my-20\%:last-child{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:last\:my-25\%:last-child{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:last\:my-30\%:last-child{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xs\:last\:my-31\%:last-child{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .xs\:last\:my-33\%:last-child{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .xs\:last\:my-34\%:last-child{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .xs\:last\:my-45\%:last-child{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .xs\:last\:my-50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:last\:my-54\%:last-child{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .xs\:last\:my-75\%:last-child{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:last\:my-55\%:last-child{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .xs\:last\:my-65\%:last-child{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .xs\:last\:my-66\%:last-child{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .xs\:last\:my-85\%:last-child{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .xs\:last\:my-96\%:last-child{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:last\:my-130\%:last-child{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .xs\:last\:my-135\%:last-child{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .xs\:last\:my-200\%:last-child{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .xs\:last\:my-16\/9:last-child{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .xs\:last\:my-1\/2:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:last\:my-full:last-child{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:last\:my-span:last-child{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .xs\:last\:my-2span:last-child{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .xs\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-my-12:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:last\:-my-16:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:last\:-my-24:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:last\:-my-48:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:last\:-my-56:last-child{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:last\:-my-80:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:last\:-my-104:last-child{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xs\:last\:-my-112:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:last\:-my-140:last-child{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .xs\:last\:-my-160:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:last\:-my-180:last-child{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .xs\:last\:-my-200:last-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xs\:last\:-my-224:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:last\:-my-240:last-child{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xs\:last\:-my-260:last-child{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .xs\:last\:-my-300:last-child{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xs\:last\:-my--78\%:last-child{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .xs\:last\:-my--80\%:last-child{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:last\:-my--50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:last\:-my--35\%:last-child{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xs\:last\:-my--128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:last\:-my--96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:last\:-my--64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:last\:-my--32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:last\:-my--8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:last\:-my-5\%:last-child{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xs\:last\:-my-10\%:last-child{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xs\:last\:-my-15\%:last-child{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .xs\:last\:-my-20\%:last-child{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:last\:-my-25\%:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:last\:-my-30\%:last-child{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xs\:last\:-my-31\%:last-child{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .xs\:last\:-my-33\%:last-child{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .xs\:last\:-my-34\%:last-child{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .xs\:last\:-my-45\%:last-child{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .xs\:last\:-my-54\%:last-child{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .xs\:last\:-my-75\%:last-child{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xs\:last\:-my-55\%:last-child{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .xs\:last\:-my-65\%:last-child{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .xs\:last\:-my-66\%:last-child{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .xs\:last\:-my-85\%:last-child{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .xs\:last\:-my-96\%:last-child{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:last\:-my-130\%:last-child{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .xs\:last\:-my-135\%:last-child{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .xs\:last\:-my-200\%:last-child{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .xs\:last\:-my-16\/9:last-child{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .xs\:last\:-my-1\/2:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:last\:-my-full:last-child{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:last\:-my-span:last-child{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .xs\:last\:-my-2span:last-child{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .xs\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:mt-0{
    margin-top: 0;
  }

  .xs\:mt-4{
    margin-top: 0.25rem;
  }

  .xs\:mt-8{
    margin-top: 0.5rem;
  }

  .xs\:mt-12{
    margin-top: 0.75rem;
  }

  .xs\:mt-16{
    margin-top: 1rem;
  }

  .xs\:mt-20{
    margin-top: 1.25rem;
  }

  .xs\:mt-24{
    margin-top: 1.5rem;
  }

  .xs\:mt-32{
    margin-top: 2rem;
  }

  .xs\:mt-40{
    margin-top: 2.5rem;
  }

  .xs\:mt-48{
    margin-top: 3rem;
  }

  .xs\:mt-56{
    margin-top: 3.5rem;
  }

  .xs\:mt-64{
    margin-top: 4rem;
  }

  .xs\:mt-80{
    margin-top: 5rem;
  }

  .xs\:mt-96{
    margin-top: 6rem;
  }

  .xs\:mt-104{
    margin-top: 6.5rem;
  }

  .xs\:mt-112{
    margin-top: 7rem;
  }

  .xs\:mt-128{
    margin-top: 8rem;
  }

  .xs\:mt-140{
    margin-top: 8.75rem;
  }

  .xs\:mt-160{
    margin-top: 10rem;
  }

  .xs\:mt-180{
    margin-top: 11.25rem;
  }

  .xs\:mt-200{
    margin-top: 12.5rem;
  }

  .xs\:mt-224{
    margin-top: 14rem;
  }

  .xs\:mt-240{
    margin-top: 15rem;
  }

  .xs\:mt-260{
    margin-top: 16.25rem;
  }

  .xs\:mt-300{
    margin-top: 18.75rem;
  }

  .xs\:mt-auto{
    margin-top: auto;
  }

  .xs\:-mt-78\%{
    margin-top: -78%;
  }

  .xs\:-mt-80\%{
    margin-top: -80%;
  }

  .xs\:-mt-50\%{
    margin-top: -50%;
  }

  .xs\:-mt-35\%{
    margin-top: -35%;
  }

  .xs\:-mt-128{
    margin-top: -8rem;
  }

  .xs\:-mt-96{
    margin-top: -6rem;
  }

  .xs\:-mt-64{
    margin-top: -4rem;
  }

  .xs\:-mt-32{
    margin-top: -2rem;
  }

  .xs\:-mt-8{
    margin-top: -0.5rem;
  }

  .xs\:mt-5\%{
    margin-top: 5%;
  }

  .xs\:mt-10\%{
    margin-top: 10%;
  }

  .xs\:mt-15\%{
    margin-top: 15%;
  }

  .xs\:mt-20\%{
    margin-top: 20%;
  }

  .xs\:mt-25\%{
    margin-top: 25%;
  }

  .xs\:mt-30\%{
    margin-top: 30%;
  }

  .xs\:mt-31\%{
    margin-top: 31%;
  }

  .xs\:mt-33\%{
    margin-top: 33.333%;
  }

  .xs\:mt-34\%{
    margin-top: 34%;
  }

  .xs\:mt-45\%{
    margin-top: 45%;
  }

  .xs\:mt-50\%{
    margin-top: 50%;
  }

  .xs\:mt-54\%{
    margin-top: 54%;
  }

  .xs\:mt-75\%{
    margin-top: 75%;
  }

  .xs\:mt-55\%{
    margin-top: 55%;
  }

  .xs\:mt-65\%{
    margin-top: 65%;
  }

  .xs\:mt-66\%{
    margin-top: 66%;
  }

  .xs\:mt-85\%{
    margin-top: 85%;
  }

  .xs\:mt-96\%{
    margin-top: 96%;
  }

  .xs\:mt-130\%{
    margin-top: 130%;
  }

  .xs\:mt-135\%{
    margin-top: 135%;
  }

  .xs\:mt-200\%{
    margin-top: 200%;
  }

  .xs\:mt-16\/9{
    margin-top: 56.25%;
  }

  .xs\:mt-1\/2{
    margin-top: 50%;
  }

  .xs\:mt-full{
    margin-top: 100%;
  }

  .xs\:mt-span{
    margin-top: 8.333%;
  }

  .xs\:mt-2span{
    margin-top: 16.666%;
  }

  .xs\:mt-px{
    margin-top: 1px;
  }

  .xs\:-mt-4{
    margin-top: -0.25rem;
  }

  .xs\:-mt-12{
    margin-top: -0.75rem;
  }

  .xs\:-mt-16{
    margin-top: -1rem;
  }

  .xs\:-mt-20{
    margin-top: -1.25rem;
  }

  .xs\:-mt-24{
    margin-top: -1.5rem;
  }

  .xs\:-mt-40{
    margin-top: -2.5rem;
  }

  .xs\:-mt-48{
    margin-top: -3rem;
  }

  .xs\:-mt-56{
    margin-top: -3.5rem;
  }

  .xs\:-mt-80{
    margin-top: -5rem;
  }

  .xs\:-mt-104{
    margin-top: -6.5rem;
  }

  .xs\:-mt-112{
    margin-top: -7rem;
  }

  .xs\:-mt-140{
    margin-top: -8.75rem;
  }

  .xs\:-mt-160{
    margin-top: -10rem;
  }

  .xs\:-mt-180{
    margin-top: -11.25rem;
  }

  .xs\:-mt-200{
    margin-top: -12.5rem;
  }

  .xs\:-mt-224{
    margin-top: -14rem;
  }

  .xs\:-mt-240{
    margin-top: -15rem;
  }

  .xs\:-mt-260{
    margin-top: -16.25rem;
  }

  .xs\:-mt-300{
    margin-top: -18.75rem;
  }

  .xs\:-mt--78\%{
    margin-top: 78%;
  }

  .xs\:-mt--80\%{
    margin-top: 80%;
  }

  .xs\:-mt--50\%{
    margin-top: 50%;
  }

  .xs\:-mt--35\%{
    margin-top: 35%;
  }

  .xs\:-mt--128{
    margin-top: 8rem;
  }

  .xs\:-mt--96{
    margin-top: 6rem;
  }

  .xs\:-mt--64{
    margin-top: 4rem;
  }

  .xs\:-mt--32{
    margin-top: 2rem;
  }

  .xs\:-mt--8{
    margin-top: 0.5rem;
  }

  .xs\:-mt-5\%{
    margin-top: -5%;
  }

  .xs\:-mt-10\%{
    margin-top: -10%;
  }

  .xs\:-mt-15\%{
    margin-top: -15%;
  }

  .xs\:-mt-20\%{
    margin-top: -20%;
  }

  .xs\:-mt-25\%{
    margin-top: -25%;
  }

  .xs\:-mt-30\%{
    margin-top: -30%;
  }

  .xs\:-mt-31\%{
    margin-top: -31%;
  }

  .xs\:-mt-33\%{
    margin-top: -33.333%;
  }

  .xs\:-mt-34\%{
    margin-top: -34%;
  }

  .xs\:-mt-45\%{
    margin-top: -45%;
  }

  .xs\:-mt-54\%{
    margin-top: -54%;
  }

  .xs\:-mt-75\%{
    margin-top: -75%;
  }

  .xs\:-mt-55\%{
    margin-top: -55%;
  }

  .xs\:-mt-65\%{
    margin-top: -65%;
  }

  .xs\:-mt-66\%{
    margin-top: -66%;
  }

  .xs\:-mt-85\%{
    margin-top: -85%;
  }

  .xs\:-mt-96\%{
    margin-top: -96%;
  }

  .xs\:-mt-130\%{
    margin-top: -130%;
  }

  .xs\:-mt-135\%{
    margin-top: -135%;
  }

  .xs\:-mt-200\%{
    margin-top: -200%;
  }

  .xs\:-mt-16\/9{
    margin-top: -56.25%;
  }

  .xs\:-mt-1\/2{
    margin-top: -50%;
  }

  .xs\:-mt-full{
    margin-top: -100%;
  }

  .xs\:-mt-span{
    margin-top: -8.333%;
  }

  .xs\:-mt-2span{
    margin-top: -16.666%;
  }

  .xs\:-mt-px{
    margin-top: -1px;
  }

  .xs\:mr-0{
    margin-right: 0;
  }

  .xs\:mr-4{
    margin-right: 0.25rem;
  }

  .xs\:mr-8{
    margin-right: 0.5rem;
  }

  .xs\:mr-12{
    margin-right: 0.75rem;
  }

  .xs\:mr-16{
    margin-right: 1rem;
  }

  .xs\:mr-20{
    margin-right: 1.25rem;
  }

  .xs\:mr-24{
    margin-right: 1.5rem;
  }

  .xs\:mr-32{
    margin-right: 2rem;
  }

  .xs\:mr-40{
    margin-right: 2.5rem;
  }

  .xs\:mr-48{
    margin-right: 3rem;
  }

  .xs\:mr-56{
    margin-right: 3.5rem;
  }

  .xs\:mr-64{
    margin-right: 4rem;
  }

  .xs\:mr-80{
    margin-right: 5rem;
  }

  .xs\:mr-96{
    margin-right: 6rem;
  }

  .xs\:mr-104{
    margin-right: 6.5rem;
  }

  .xs\:mr-112{
    margin-right: 7rem;
  }

  .xs\:mr-128{
    margin-right: 8rem;
  }

  .xs\:mr-140{
    margin-right: 8.75rem;
  }

  .xs\:mr-160{
    margin-right: 10rem;
  }

  .xs\:mr-180{
    margin-right: 11.25rem;
  }

  .xs\:mr-200{
    margin-right: 12.5rem;
  }

  .xs\:mr-224{
    margin-right: 14rem;
  }

  .xs\:mr-240{
    margin-right: 15rem;
  }

  .xs\:mr-260{
    margin-right: 16.25rem;
  }

  .xs\:mr-300{
    margin-right: 18.75rem;
  }

  .xs\:mr-auto{
    margin-right: auto;
  }

  .xs\:-mr-78\%{
    margin-right: -78%;
  }

  .xs\:-mr-80\%{
    margin-right: -80%;
  }

  .xs\:-mr-50\%{
    margin-right: -50%;
  }

  .xs\:-mr-35\%{
    margin-right: -35%;
  }

  .xs\:-mr-128{
    margin-right: -8rem;
  }

  .xs\:-mr-96{
    margin-right: -6rem;
  }

  .xs\:-mr-64{
    margin-right: -4rem;
  }

  .xs\:-mr-32{
    margin-right: -2rem;
  }

  .xs\:-mr-8{
    margin-right: -0.5rem;
  }

  .xs\:mr-5\%{
    margin-right: 5%;
  }

  .xs\:mr-10\%{
    margin-right: 10%;
  }

  .xs\:mr-15\%{
    margin-right: 15%;
  }

  .xs\:mr-20\%{
    margin-right: 20%;
  }

  .xs\:mr-25\%{
    margin-right: 25%;
  }

  .xs\:mr-30\%{
    margin-right: 30%;
  }

  .xs\:mr-31\%{
    margin-right: 31%;
  }

  .xs\:mr-33\%{
    margin-right: 33.333%;
  }

  .xs\:mr-34\%{
    margin-right: 34%;
  }

  .xs\:mr-45\%{
    margin-right: 45%;
  }

  .xs\:mr-50\%{
    margin-right: 50%;
  }

  .xs\:mr-54\%{
    margin-right: 54%;
  }

  .xs\:mr-75\%{
    margin-right: 75%;
  }

  .xs\:mr-55\%{
    margin-right: 55%;
  }

  .xs\:mr-65\%{
    margin-right: 65%;
  }

  .xs\:mr-66\%{
    margin-right: 66%;
  }

  .xs\:mr-85\%{
    margin-right: 85%;
  }

  .xs\:mr-96\%{
    margin-right: 96%;
  }

  .xs\:mr-130\%{
    margin-right: 130%;
  }

  .xs\:mr-135\%{
    margin-right: 135%;
  }

  .xs\:mr-200\%{
    margin-right: 200%;
  }

  .xs\:mr-16\/9{
    margin-right: 56.25%;
  }

  .xs\:mr-1\/2{
    margin-right: 50%;
  }

  .xs\:mr-full{
    margin-right: 100%;
  }

  .xs\:mr-span{
    margin-right: 8.333%;
  }

  .xs\:mr-2span{
    margin-right: 16.666%;
  }

  .xs\:mr-px{
    margin-right: 1px;
  }

  .xs\:-mr-4{
    margin-right: -0.25rem;
  }

  .xs\:-mr-12{
    margin-right: -0.75rem;
  }

  .xs\:-mr-16{
    margin-right: -1rem;
  }

  .xs\:-mr-20{
    margin-right: -1.25rem;
  }

  .xs\:-mr-24{
    margin-right: -1.5rem;
  }

  .xs\:-mr-40{
    margin-right: -2.5rem;
  }

  .xs\:-mr-48{
    margin-right: -3rem;
  }

  .xs\:-mr-56{
    margin-right: -3.5rem;
  }

  .xs\:-mr-80{
    margin-right: -5rem;
  }

  .xs\:-mr-104{
    margin-right: -6.5rem;
  }

  .xs\:-mr-112{
    margin-right: -7rem;
  }

  .xs\:-mr-140{
    margin-right: -8.75rem;
  }

  .xs\:-mr-160{
    margin-right: -10rem;
  }

  .xs\:-mr-180{
    margin-right: -11.25rem;
  }

  .xs\:-mr-200{
    margin-right: -12.5rem;
  }

  .xs\:-mr-224{
    margin-right: -14rem;
  }

  .xs\:-mr-240{
    margin-right: -15rem;
  }

  .xs\:-mr-260{
    margin-right: -16.25rem;
  }

  .xs\:-mr-300{
    margin-right: -18.75rem;
  }

  .xs\:-mr--78\%{
    margin-right: 78%;
  }

  .xs\:-mr--80\%{
    margin-right: 80%;
  }

  .xs\:-mr--50\%{
    margin-right: 50%;
  }

  .xs\:-mr--35\%{
    margin-right: 35%;
  }

  .xs\:-mr--128{
    margin-right: 8rem;
  }

  .xs\:-mr--96{
    margin-right: 6rem;
  }

  .xs\:-mr--64{
    margin-right: 4rem;
  }

  .xs\:-mr--32{
    margin-right: 2rem;
  }

  .xs\:-mr--8{
    margin-right: 0.5rem;
  }

  .xs\:-mr-5\%{
    margin-right: -5%;
  }

  .xs\:-mr-10\%{
    margin-right: -10%;
  }

  .xs\:-mr-15\%{
    margin-right: -15%;
  }

  .xs\:-mr-20\%{
    margin-right: -20%;
  }

  .xs\:-mr-25\%{
    margin-right: -25%;
  }

  .xs\:-mr-30\%{
    margin-right: -30%;
  }

  .xs\:-mr-31\%{
    margin-right: -31%;
  }

  .xs\:-mr-33\%{
    margin-right: -33.333%;
  }

  .xs\:-mr-34\%{
    margin-right: -34%;
  }

  .xs\:-mr-45\%{
    margin-right: -45%;
  }

  .xs\:-mr-54\%{
    margin-right: -54%;
  }

  .xs\:-mr-75\%{
    margin-right: -75%;
  }

  .xs\:-mr-55\%{
    margin-right: -55%;
  }

  .xs\:-mr-65\%{
    margin-right: -65%;
  }

  .xs\:-mr-66\%{
    margin-right: -66%;
  }

  .xs\:-mr-85\%{
    margin-right: -85%;
  }

  .xs\:-mr-96\%{
    margin-right: -96%;
  }

  .xs\:-mr-130\%{
    margin-right: -130%;
  }

  .xs\:-mr-135\%{
    margin-right: -135%;
  }

  .xs\:-mr-200\%{
    margin-right: -200%;
  }

  .xs\:-mr-16\/9{
    margin-right: -56.25%;
  }

  .xs\:-mr-1\/2{
    margin-right: -50%;
  }

  .xs\:-mr-full{
    margin-right: -100%;
  }

  .xs\:-mr-span{
    margin-right: -8.333%;
  }

  .xs\:-mr-2span{
    margin-right: -16.666%;
  }

  .xs\:-mr-px{
    margin-right: -1px;
  }

  .xs\:mb-0{
    margin-bottom: 0;
  }

  .xs\:mb-4{
    margin-bottom: 0.25rem;
  }

  .xs\:mb-8{
    margin-bottom: 0.5rem;
  }

  .xs\:mb-12{
    margin-bottom: 0.75rem;
  }

  .xs\:mb-16{
    margin-bottom: 1rem;
  }

  .xs\:mb-20{
    margin-bottom: 1.25rem;
  }

  .xs\:mb-24{
    margin-bottom: 1.5rem;
  }

  .xs\:mb-32{
    margin-bottom: 2rem;
  }

  .xs\:mb-40{
    margin-bottom: 2.5rem;
  }

  .xs\:mb-48{
    margin-bottom: 3rem;
  }

  .xs\:mb-56{
    margin-bottom: 3.5rem;
  }

  .xs\:mb-64{
    margin-bottom: 4rem;
  }

  .xs\:mb-80{
    margin-bottom: 5rem;
  }

  .xs\:mb-96{
    margin-bottom: 6rem;
  }

  .xs\:mb-104{
    margin-bottom: 6.5rem;
  }

  .xs\:mb-112{
    margin-bottom: 7rem;
  }

  .xs\:mb-128{
    margin-bottom: 8rem;
  }

  .xs\:mb-140{
    margin-bottom: 8.75rem;
  }

  .xs\:mb-160{
    margin-bottom: 10rem;
  }

  .xs\:mb-180{
    margin-bottom: 11.25rem;
  }

  .xs\:mb-200{
    margin-bottom: 12.5rem;
  }

  .xs\:mb-224{
    margin-bottom: 14rem;
  }

  .xs\:mb-240{
    margin-bottom: 15rem;
  }

  .xs\:mb-260{
    margin-bottom: 16.25rem;
  }

  .xs\:mb-300{
    margin-bottom: 18.75rem;
  }

  .xs\:mb-auto{
    margin-bottom: auto;
  }

  .xs\:-mb-78\%{
    margin-bottom: -78%;
  }

  .xs\:-mb-80\%{
    margin-bottom: -80%;
  }

  .xs\:-mb-50\%{
    margin-bottom: -50%;
  }

  .xs\:-mb-35\%{
    margin-bottom: -35%;
  }

  .xs\:-mb-128{
    margin-bottom: -8rem;
  }

  .xs\:-mb-96{
    margin-bottom: -6rem;
  }

  .xs\:-mb-64{
    margin-bottom: -4rem;
  }

  .xs\:-mb-32{
    margin-bottom: -2rem;
  }

  .xs\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .xs\:mb-5\%{
    margin-bottom: 5%;
  }

  .xs\:mb-10\%{
    margin-bottom: 10%;
  }

  .xs\:mb-15\%{
    margin-bottom: 15%;
  }

  .xs\:mb-20\%{
    margin-bottom: 20%;
  }

  .xs\:mb-25\%{
    margin-bottom: 25%;
  }

  .xs\:mb-30\%{
    margin-bottom: 30%;
  }

  .xs\:mb-31\%{
    margin-bottom: 31%;
  }

  .xs\:mb-33\%{
    margin-bottom: 33.333%;
  }

  .xs\:mb-34\%{
    margin-bottom: 34%;
  }

  .xs\:mb-45\%{
    margin-bottom: 45%;
  }

  .xs\:mb-50\%{
    margin-bottom: 50%;
  }

  .xs\:mb-54\%{
    margin-bottom: 54%;
  }

  .xs\:mb-75\%{
    margin-bottom: 75%;
  }

  .xs\:mb-55\%{
    margin-bottom: 55%;
  }

  .xs\:mb-65\%{
    margin-bottom: 65%;
  }

  .xs\:mb-66\%{
    margin-bottom: 66%;
  }

  .xs\:mb-85\%{
    margin-bottom: 85%;
  }

  .xs\:mb-96\%{
    margin-bottom: 96%;
  }

  .xs\:mb-130\%{
    margin-bottom: 130%;
  }

  .xs\:mb-135\%{
    margin-bottom: 135%;
  }

  .xs\:mb-200\%{
    margin-bottom: 200%;
  }

  .xs\:mb-16\/9{
    margin-bottom: 56.25%;
  }

  .xs\:mb-1\/2{
    margin-bottom: 50%;
  }

  .xs\:mb-full{
    margin-bottom: 100%;
  }

  .xs\:mb-span{
    margin-bottom: 8.333%;
  }

  .xs\:mb-2span{
    margin-bottom: 16.666%;
  }

  .xs\:mb-px{
    margin-bottom: 1px;
  }

  .xs\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .xs\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .xs\:-mb-16{
    margin-bottom: -1rem;
  }

  .xs\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .xs\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .xs\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .xs\:-mb-48{
    margin-bottom: -3rem;
  }

  .xs\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .xs\:-mb-80{
    margin-bottom: -5rem;
  }

  .xs\:-mb-104{
    margin-bottom: -6.5rem;
  }

  .xs\:-mb-112{
    margin-bottom: -7rem;
  }

  .xs\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .xs\:-mb-160{
    margin-bottom: -10rem;
  }

  .xs\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .xs\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .xs\:-mb-224{
    margin-bottom: -14rem;
  }

  .xs\:-mb-240{
    margin-bottom: -15rem;
  }

  .xs\:-mb-260{
    margin-bottom: -16.25rem;
  }

  .xs\:-mb-300{
    margin-bottom: -18.75rem;
  }

  .xs\:-mb--78\%{
    margin-bottom: 78%;
  }

  .xs\:-mb--80\%{
    margin-bottom: 80%;
  }

  .xs\:-mb--50\%{
    margin-bottom: 50%;
  }

  .xs\:-mb--35\%{
    margin-bottom: 35%;
  }

  .xs\:-mb--128{
    margin-bottom: 8rem;
  }

  .xs\:-mb--96{
    margin-bottom: 6rem;
  }

  .xs\:-mb--64{
    margin-bottom: 4rem;
  }

  .xs\:-mb--32{
    margin-bottom: 2rem;
  }

  .xs\:-mb--8{
    margin-bottom: 0.5rem;
  }

  .xs\:-mb-5\%{
    margin-bottom: -5%;
  }

  .xs\:-mb-10\%{
    margin-bottom: -10%;
  }

  .xs\:-mb-15\%{
    margin-bottom: -15%;
  }

  .xs\:-mb-20\%{
    margin-bottom: -20%;
  }

  .xs\:-mb-25\%{
    margin-bottom: -25%;
  }

  .xs\:-mb-30\%{
    margin-bottom: -30%;
  }

  .xs\:-mb-31\%{
    margin-bottom: -31%;
  }

  .xs\:-mb-33\%{
    margin-bottom: -33.333%;
  }

  .xs\:-mb-34\%{
    margin-bottom: -34%;
  }

  .xs\:-mb-45\%{
    margin-bottom: -45%;
  }

  .xs\:-mb-54\%{
    margin-bottom: -54%;
  }

  .xs\:-mb-75\%{
    margin-bottom: -75%;
  }

  .xs\:-mb-55\%{
    margin-bottom: -55%;
  }

  .xs\:-mb-65\%{
    margin-bottom: -65%;
  }

  .xs\:-mb-66\%{
    margin-bottom: -66%;
  }

  .xs\:-mb-85\%{
    margin-bottom: -85%;
  }

  .xs\:-mb-96\%{
    margin-bottom: -96%;
  }

  .xs\:-mb-130\%{
    margin-bottom: -130%;
  }

  .xs\:-mb-135\%{
    margin-bottom: -135%;
  }

  .xs\:-mb-200\%{
    margin-bottom: -200%;
  }

  .xs\:-mb-16\/9{
    margin-bottom: -56.25%;
  }

  .xs\:-mb-1\/2{
    margin-bottom: -50%;
  }

  .xs\:-mb-full{
    margin-bottom: -100%;
  }

  .xs\:-mb-span{
    margin-bottom: -8.333%;
  }

  .xs\:-mb-2span{
    margin-bottom: -16.666%;
  }

  .xs\:-mb-px{
    margin-bottom: -1px;
  }

  .xs\:ml-0{
    margin-left: 0;
  }

  .xs\:ml-4{
    margin-left: 0.25rem;
  }

  .xs\:ml-8{
    margin-left: 0.5rem;
  }

  .xs\:ml-12{
    margin-left: 0.75rem;
  }

  .xs\:ml-16{
    margin-left: 1rem;
  }

  .xs\:ml-20{
    margin-left: 1.25rem;
  }

  .xs\:ml-24{
    margin-left: 1.5rem;
  }

  .xs\:ml-32{
    margin-left: 2rem;
  }

  .xs\:ml-40{
    margin-left: 2.5rem;
  }

  .xs\:ml-48{
    margin-left: 3rem;
  }

  .xs\:ml-56{
    margin-left: 3.5rem;
  }

  .xs\:ml-64{
    margin-left: 4rem;
  }

  .xs\:ml-80{
    margin-left: 5rem;
  }

  .xs\:ml-96{
    margin-left: 6rem;
  }

  .xs\:ml-104{
    margin-left: 6.5rem;
  }

  .xs\:ml-112{
    margin-left: 7rem;
  }

  .xs\:ml-128{
    margin-left: 8rem;
  }

  .xs\:ml-140{
    margin-left: 8.75rem;
  }

  .xs\:ml-160{
    margin-left: 10rem;
  }

  .xs\:ml-180{
    margin-left: 11.25rem;
  }

  .xs\:ml-200{
    margin-left: 12.5rem;
  }

  .xs\:ml-224{
    margin-left: 14rem;
  }

  .xs\:ml-240{
    margin-left: 15rem;
  }

  .xs\:ml-260{
    margin-left: 16.25rem;
  }

  .xs\:ml-300{
    margin-left: 18.75rem;
  }

  .xs\:ml-auto{
    margin-left: auto;
  }

  .xs\:-ml-78\%{
    margin-left: -78%;
  }

  .xs\:-ml-80\%{
    margin-left: -80%;
  }

  .xs\:-ml-50\%{
    margin-left: -50%;
  }

  .xs\:-ml-35\%{
    margin-left: -35%;
  }

  .xs\:-ml-128{
    margin-left: -8rem;
  }

  .xs\:-ml-96{
    margin-left: -6rem;
  }

  .xs\:-ml-64{
    margin-left: -4rem;
  }

  .xs\:-ml-32{
    margin-left: -2rem;
  }

  .xs\:-ml-8{
    margin-left: -0.5rem;
  }

  .xs\:ml-5\%{
    margin-left: 5%;
  }

  .xs\:ml-10\%{
    margin-left: 10%;
  }

  .xs\:ml-15\%{
    margin-left: 15%;
  }

  .xs\:ml-20\%{
    margin-left: 20%;
  }

  .xs\:ml-25\%{
    margin-left: 25%;
  }

  .xs\:ml-30\%{
    margin-left: 30%;
  }

  .xs\:ml-31\%{
    margin-left: 31%;
  }

  .xs\:ml-33\%{
    margin-left: 33.333%;
  }

  .xs\:ml-34\%{
    margin-left: 34%;
  }

  .xs\:ml-45\%{
    margin-left: 45%;
  }

  .xs\:ml-50\%{
    margin-left: 50%;
  }

  .xs\:ml-54\%{
    margin-left: 54%;
  }

  .xs\:ml-75\%{
    margin-left: 75%;
  }

  .xs\:ml-55\%{
    margin-left: 55%;
  }

  .xs\:ml-65\%{
    margin-left: 65%;
  }

  .xs\:ml-66\%{
    margin-left: 66%;
  }

  .xs\:ml-85\%{
    margin-left: 85%;
  }

  .xs\:ml-96\%{
    margin-left: 96%;
  }

  .xs\:ml-130\%{
    margin-left: 130%;
  }

  .xs\:ml-135\%{
    margin-left: 135%;
  }

  .xs\:ml-200\%{
    margin-left: 200%;
  }

  .xs\:ml-16\/9{
    margin-left: 56.25%;
  }

  .xs\:ml-1\/2{
    margin-left: 50%;
  }

  .xs\:ml-full{
    margin-left: 100%;
  }

  .xs\:ml-span{
    margin-left: 8.333%;
  }

  .xs\:ml-2span{
    margin-left: 16.666%;
  }

  .xs\:ml-px{
    margin-left: 1px;
  }

  .xs\:-ml-4{
    margin-left: -0.25rem;
  }

  .xs\:-ml-12{
    margin-left: -0.75rem;
  }

  .xs\:-ml-16{
    margin-left: -1rem;
  }

  .xs\:-ml-20{
    margin-left: -1.25rem;
  }

  .xs\:-ml-24{
    margin-left: -1.5rem;
  }

  .xs\:-ml-40{
    margin-left: -2.5rem;
  }

  .xs\:-ml-48{
    margin-left: -3rem;
  }

  .xs\:-ml-56{
    margin-left: -3.5rem;
  }

  .xs\:-ml-80{
    margin-left: -5rem;
  }

  .xs\:-ml-104{
    margin-left: -6.5rem;
  }

  .xs\:-ml-112{
    margin-left: -7rem;
  }

  .xs\:-ml-140{
    margin-left: -8.75rem;
  }

  .xs\:-ml-160{
    margin-left: -10rem;
  }

  .xs\:-ml-180{
    margin-left: -11.25rem;
  }

  .xs\:-ml-200{
    margin-left: -12.5rem;
  }

  .xs\:-ml-224{
    margin-left: -14rem;
  }

  .xs\:-ml-240{
    margin-left: -15rem;
  }

  .xs\:-ml-260{
    margin-left: -16.25rem;
  }

  .xs\:-ml-300{
    margin-left: -18.75rem;
  }

  .xs\:-ml--78\%{
    margin-left: 78%;
  }

  .xs\:-ml--80\%{
    margin-left: 80%;
  }

  .xs\:-ml--50\%{
    margin-left: 50%;
  }

  .xs\:-ml--35\%{
    margin-left: 35%;
  }

  .xs\:-ml--128{
    margin-left: 8rem;
  }

  .xs\:-ml--96{
    margin-left: 6rem;
  }

  .xs\:-ml--64{
    margin-left: 4rem;
  }

  .xs\:-ml--32{
    margin-left: 2rem;
  }

  .xs\:-ml--8{
    margin-left: 0.5rem;
  }

  .xs\:-ml-5\%{
    margin-left: -5%;
  }

  .xs\:-ml-10\%{
    margin-left: -10%;
  }

  .xs\:-ml-15\%{
    margin-left: -15%;
  }

  .xs\:-ml-20\%{
    margin-left: -20%;
  }

  .xs\:-ml-25\%{
    margin-left: -25%;
  }

  .xs\:-ml-30\%{
    margin-left: -30%;
  }

  .xs\:-ml-31\%{
    margin-left: -31%;
  }

  .xs\:-ml-33\%{
    margin-left: -33.333%;
  }

  .xs\:-ml-34\%{
    margin-left: -34%;
  }

  .xs\:-ml-45\%{
    margin-left: -45%;
  }

  .xs\:-ml-54\%{
    margin-left: -54%;
  }

  .xs\:-ml-75\%{
    margin-left: -75%;
  }

  .xs\:-ml-55\%{
    margin-left: -55%;
  }

  .xs\:-ml-65\%{
    margin-left: -65%;
  }

  .xs\:-ml-66\%{
    margin-left: -66%;
  }

  .xs\:-ml-85\%{
    margin-left: -85%;
  }

  .xs\:-ml-96\%{
    margin-left: -96%;
  }

  .xs\:-ml-130\%{
    margin-left: -130%;
  }

  .xs\:-ml-135\%{
    margin-left: -135%;
  }

  .xs\:-ml-200\%{
    margin-left: -200%;
  }

  .xs\:-ml-16\/9{
    margin-left: -56.25%;
  }

  .xs\:-ml-1\/2{
    margin-left: -50%;
  }

  .xs\:-ml-full{
    margin-left: -100%;
  }

  .xs\:-ml-span{
    margin-left: -8.333%;
  }

  .xs\:-ml-2span{
    margin-left: -16.666%;
  }

  .xs\:-ml-px{
    margin-left: -1px;
  }

  .xs\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .xs\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .xs\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .xs\:last\:mt-12:last-child{
    margin-top: 0.75rem;
  }

  .xs\:last\:mt-16:last-child{
    margin-top: 1rem;
  }

  .xs\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .xs\:last\:mt-24:last-child{
    margin-top: 1.5rem;
  }

  .xs\:last\:mt-32:last-child{
    margin-top: 2rem;
  }

  .xs\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .xs\:last\:mt-48:last-child{
    margin-top: 3rem;
  }

  .xs\:last\:mt-56:last-child{
    margin-top: 3.5rem;
  }

  .xs\:last\:mt-64:last-child{
    margin-top: 4rem;
  }

  .xs\:last\:mt-80:last-child{
    margin-top: 5rem;
  }

  .xs\:last\:mt-96:last-child{
    margin-top: 6rem;
  }

  .xs\:last\:mt-104:last-child{
    margin-top: 6.5rem;
  }

  .xs\:last\:mt-112:last-child{
    margin-top: 7rem;
  }

  .xs\:last\:mt-128:last-child{
    margin-top: 8rem;
  }

  .xs\:last\:mt-140:last-child{
    margin-top: 8.75rem;
  }

  .xs\:last\:mt-160:last-child{
    margin-top: 10rem;
  }

  .xs\:last\:mt-180:last-child{
    margin-top: 11.25rem;
  }

  .xs\:last\:mt-200:last-child{
    margin-top: 12.5rem;
  }

  .xs\:last\:mt-224:last-child{
    margin-top: 14rem;
  }

  .xs\:last\:mt-240:last-child{
    margin-top: 15rem;
  }

  .xs\:last\:mt-260:last-child{
    margin-top: 16.25rem;
  }

  .xs\:last\:mt-300:last-child{
    margin-top: 18.75rem;
  }

  .xs\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .xs\:last\:-mt-78\%:last-child{
    margin-top: -78%;
  }

  .xs\:last\:-mt-80\%:last-child{
    margin-top: -80%;
  }

  .xs\:last\:-mt-50\%:last-child{
    margin-top: -50%;
  }

  .xs\:last\:-mt-35\%:last-child{
    margin-top: -35%;
  }

  .xs\:last\:-mt-128:last-child{
    margin-top: -8rem;
  }

  .xs\:last\:-mt-96:last-child{
    margin-top: -6rem;
  }

  .xs\:last\:-mt-64:last-child{
    margin-top: -4rem;
  }

  .xs\:last\:-mt-32:last-child{
    margin-top: -2rem;
  }

  .xs\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .xs\:last\:mt-5\%:last-child{
    margin-top: 5%;
  }

  .xs\:last\:mt-10\%:last-child{
    margin-top: 10%;
  }

  .xs\:last\:mt-15\%:last-child{
    margin-top: 15%;
  }

  .xs\:last\:mt-20\%:last-child{
    margin-top: 20%;
  }

  .xs\:last\:mt-25\%:last-child{
    margin-top: 25%;
  }

  .xs\:last\:mt-30\%:last-child{
    margin-top: 30%;
  }

  .xs\:last\:mt-31\%:last-child{
    margin-top: 31%;
  }

  .xs\:last\:mt-33\%:last-child{
    margin-top: 33.333%;
  }

  .xs\:last\:mt-34\%:last-child{
    margin-top: 34%;
  }

  .xs\:last\:mt-45\%:last-child{
    margin-top: 45%;
  }

  .xs\:last\:mt-50\%:last-child{
    margin-top: 50%;
  }

  .xs\:last\:mt-54\%:last-child{
    margin-top: 54%;
  }

  .xs\:last\:mt-75\%:last-child{
    margin-top: 75%;
  }

  .xs\:last\:mt-55\%:last-child{
    margin-top: 55%;
  }

  .xs\:last\:mt-65\%:last-child{
    margin-top: 65%;
  }

  .xs\:last\:mt-66\%:last-child{
    margin-top: 66%;
  }

  .xs\:last\:mt-85\%:last-child{
    margin-top: 85%;
  }

  .xs\:last\:mt-96\%:last-child{
    margin-top: 96%;
  }

  .xs\:last\:mt-130\%:last-child{
    margin-top: 130%;
  }

  .xs\:last\:mt-135\%:last-child{
    margin-top: 135%;
  }

  .xs\:last\:mt-200\%:last-child{
    margin-top: 200%;
  }

  .xs\:last\:mt-16\/9:last-child{
    margin-top: 56.25%;
  }

  .xs\:last\:mt-1\/2:last-child{
    margin-top: 50%;
  }

  .xs\:last\:mt-full:last-child{
    margin-top: 100%;
  }

  .xs\:last\:mt-span:last-child{
    margin-top: 8.333%;
  }

  .xs\:last\:mt-2span:last-child{
    margin-top: 16.666%;
  }

  .xs\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .xs\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .xs\:last\:-mt-12:last-child{
    margin-top: -0.75rem;
  }

  .xs\:last\:-mt-16:last-child{
    margin-top: -1rem;
  }

  .xs\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .xs\:last\:-mt-24:last-child{
    margin-top: -1.5rem;
  }

  .xs\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .xs\:last\:-mt-48:last-child{
    margin-top: -3rem;
  }

  .xs\:last\:-mt-56:last-child{
    margin-top: -3.5rem;
  }

  .xs\:last\:-mt-80:last-child{
    margin-top: -5rem;
  }

  .xs\:last\:-mt-104:last-child{
    margin-top: -6.5rem;
  }

  .xs\:last\:-mt-112:last-child{
    margin-top: -7rem;
  }

  .xs\:last\:-mt-140:last-child{
    margin-top: -8.75rem;
  }

  .xs\:last\:-mt-160:last-child{
    margin-top: -10rem;
  }

  .xs\:last\:-mt-180:last-child{
    margin-top: -11.25rem;
  }

  .xs\:last\:-mt-200:last-child{
    margin-top: -12.5rem;
  }

  .xs\:last\:-mt-224:last-child{
    margin-top: -14rem;
  }

  .xs\:last\:-mt-240:last-child{
    margin-top: -15rem;
  }

  .xs\:last\:-mt-260:last-child{
    margin-top: -16.25rem;
  }

  .xs\:last\:-mt-300:last-child{
    margin-top: -18.75rem;
  }

  .xs\:last\:-mt--78\%:last-child{
    margin-top: 78%;
  }

  .xs\:last\:-mt--80\%:last-child{
    margin-top: 80%;
  }

  .xs\:last\:-mt--50\%:last-child{
    margin-top: 50%;
  }

  .xs\:last\:-mt--35\%:last-child{
    margin-top: 35%;
  }

  .xs\:last\:-mt--128:last-child{
    margin-top: 8rem;
  }

  .xs\:last\:-mt--96:last-child{
    margin-top: 6rem;
  }

  .xs\:last\:-mt--64:last-child{
    margin-top: 4rem;
  }

  .xs\:last\:-mt--32:last-child{
    margin-top: 2rem;
  }

  .xs\:last\:-mt--8:last-child{
    margin-top: 0.5rem;
  }

  .xs\:last\:-mt-5\%:last-child{
    margin-top: -5%;
  }

  .xs\:last\:-mt-10\%:last-child{
    margin-top: -10%;
  }

  .xs\:last\:-mt-15\%:last-child{
    margin-top: -15%;
  }

  .xs\:last\:-mt-20\%:last-child{
    margin-top: -20%;
  }

  .xs\:last\:-mt-25\%:last-child{
    margin-top: -25%;
  }

  .xs\:last\:-mt-30\%:last-child{
    margin-top: -30%;
  }

  .xs\:last\:-mt-31\%:last-child{
    margin-top: -31%;
  }

  .xs\:last\:-mt-33\%:last-child{
    margin-top: -33.333%;
  }

  .xs\:last\:-mt-34\%:last-child{
    margin-top: -34%;
  }

  .xs\:last\:-mt-45\%:last-child{
    margin-top: -45%;
  }

  .xs\:last\:-mt-54\%:last-child{
    margin-top: -54%;
  }

  .xs\:last\:-mt-75\%:last-child{
    margin-top: -75%;
  }

  .xs\:last\:-mt-55\%:last-child{
    margin-top: -55%;
  }

  .xs\:last\:-mt-65\%:last-child{
    margin-top: -65%;
  }

  .xs\:last\:-mt-66\%:last-child{
    margin-top: -66%;
  }

  .xs\:last\:-mt-85\%:last-child{
    margin-top: -85%;
  }

  .xs\:last\:-mt-96\%:last-child{
    margin-top: -96%;
  }

  .xs\:last\:-mt-130\%:last-child{
    margin-top: -130%;
  }

  .xs\:last\:-mt-135\%:last-child{
    margin-top: -135%;
  }

  .xs\:last\:-mt-200\%:last-child{
    margin-top: -200%;
  }

  .xs\:last\:-mt-16\/9:last-child{
    margin-top: -56.25%;
  }

  .xs\:last\:-mt-1\/2:last-child{
    margin-top: -50%;
  }

  .xs\:last\:-mt-full:last-child{
    margin-top: -100%;
  }

  .xs\:last\:-mt-span:last-child{
    margin-top: -8.333%;
  }

  .xs\:last\:-mt-2span:last-child{
    margin-top: -16.666%;
  }

  .xs\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .xs\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .xs\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .xs\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .xs\:last\:mr-12:last-child{
    margin-right: 0.75rem;
  }

  .xs\:last\:mr-16:last-child{
    margin-right: 1rem;
  }

  .xs\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .xs\:last\:mr-24:last-child{
    margin-right: 1.5rem;
  }

  .xs\:last\:mr-32:last-child{
    margin-right: 2rem;
  }

  .xs\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .xs\:last\:mr-48:last-child{
    margin-right: 3rem;
  }

  .xs\:last\:mr-56:last-child{
    margin-right: 3.5rem;
  }

  .xs\:last\:mr-64:last-child{
    margin-right: 4rem;
  }

  .xs\:last\:mr-80:last-child{
    margin-right: 5rem;
  }

  .xs\:last\:mr-96:last-child{
    margin-right: 6rem;
  }

  .xs\:last\:mr-104:last-child{
    margin-right: 6.5rem;
  }

  .xs\:last\:mr-112:last-child{
    margin-right: 7rem;
  }

  .xs\:last\:mr-128:last-child{
    margin-right: 8rem;
  }

  .xs\:last\:mr-140:last-child{
    margin-right: 8.75rem;
  }

  .xs\:last\:mr-160:last-child{
    margin-right: 10rem;
  }

  .xs\:last\:mr-180:last-child{
    margin-right: 11.25rem;
  }

  .xs\:last\:mr-200:last-child{
    margin-right: 12.5rem;
  }

  .xs\:last\:mr-224:last-child{
    margin-right: 14rem;
  }

  .xs\:last\:mr-240:last-child{
    margin-right: 15rem;
  }

  .xs\:last\:mr-260:last-child{
    margin-right: 16.25rem;
  }

  .xs\:last\:mr-300:last-child{
    margin-right: 18.75rem;
  }

  .xs\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .xs\:last\:-mr-78\%:last-child{
    margin-right: -78%;
  }

  .xs\:last\:-mr-80\%:last-child{
    margin-right: -80%;
  }

  .xs\:last\:-mr-50\%:last-child{
    margin-right: -50%;
  }

  .xs\:last\:-mr-35\%:last-child{
    margin-right: -35%;
  }

  .xs\:last\:-mr-128:last-child{
    margin-right: -8rem;
  }

  .xs\:last\:-mr-96:last-child{
    margin-right: -6rem;
  }

  .xs\:last\:-mr-64:last-child{
    margin-right: -4rem;
  }

  .xs\:last\:-mr-32:last-child{
    margin-right: -2rem;
  }

  .xs\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .xs\:last\:mr-5\%:last-child{
    margin-right: 5%;
  }

  .xs\:last\:mr-10\%:last-child{
    margin-right: 10%;
  }

  .xs\:last\:mr-15\%:last-child{
    margin-right: 15%;
  }

  .xs\:last\:mr-20\%:last-child{
    margin-right: 20%;
  }

  .xs\:last\:mr-25\%:last-child{
    margin-right: 25%;
  }

  .xs\:last\:mr-30\%:last-child{
    margin-right: 30%;
  }

  .xs\:last\:mr-31\%:last-child{
    margin-right: 31%;
  }

  .xs\:last\:mr-33\%:last-child{
    margin-right: 33.333%;
  }

  .xs\:last\:mr-34\%:last-child{
    margin-right: 34%;
  }

  .xs\:last\:mr-45\%:last-child{
    margin-right: 45%;
  }

  .xs\:last\:mr-50\%:last-child{
    margin-right: 50%;
  }

  .xs\:last\:mr-54\%:last-child{
    margin-right: 54%;
  }

  .xs\:last\:mr-75\%:last-child{
    margin-right: 75%;
  }

  .xs\:last\:mr-55\%:last-child{
    margin-right: 55%;
  }

  .xs\:last\:mr-65\%:last-child{
    margin-right: 65%;
  }

  .xs\:last\:mr-66\%:last-child{
    margin-right: 66%;
  }

  .xs\:last\:mr-85\%:last-child{
    margin-right: 85%;
  }

  .xs\:last\:mr-96\%:last-child{
    margin-right: 96%;
  }

  .xs\:last\:mr-130\%:last-child{
    margin-right: 130%;
  }

  .xs\:last\:mr-135\%:last-child{
    margin-right: 135%;
  }

  .xs\:last\:mr-200\%:last-child{
    margin-right: 200%;
  }

  .xs\:last\:mr-16\/9:last-child{
    margin-right: 56.25%;
  }

  .xs\:last\:mr-1\/2:last-child{
    margin-right: 50%;
  }

  .xs\:last\:mr-full:last-child{
    margin-right: 100%;
  }

  .xs\:last\:mr-span:last-child{
    margin-right: 8.333%;
  }

  .xs\:last\:mr-2span:last-child{
    margin-right: 16.666%;
  }

  .xs\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .xs\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .xs\:last\:-mr-12:last-child{
    margin-right: -0.75rem;
  }

  .xs\:last\:-mr-16:last-child{
    margin-right: -1rem;
  }

  .xs\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .xs\:last\:-mr-24:last-child{
    margin-right: -1.5rem;
  }

  .xs\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .xs\:last\:-mr-48:last-child{
    margin-right: -3rem;
  }

  .xs\:last\:-mr-56:last-child{
    margin-right: -3.5rem;
  }

  .xs\:last\:-mr-80:last-child{
    margin-right: -5rem;
  }

  .xs\:last\:-mr-104:last-child{
    margin-right: -6.5rem;
  }

  .xs\:last\:-mr-112:last-child{
    margin-right: -7rem;
  }

  .xs\:last\:-mr-140:last-child{
    margin-right: -8.75rem;
  }

  .xs\:last\:-mr-160:last-child{
    margin-right: -10rem;
  }

  .xs\:last\:-mr-180:last-child{
    margin-right: -11.25rem;
  }

  .xs\:last\:-mr-200:last-child{
    margin-right: -12.5rem;
  }

  .xs\:last\:-mr-224:last-child{
    margin-right: -14rem;
  }

  .xs\:last\:-mr-240:last-child{
    margin-right: -15rem;
  }

  .xs\:last\:-mr-260:last-child{
    margin-right: -16.25rem;
  }

  .xs\:last\:-mr-300:last-child{
    margin-right: -18.75rem;
  }

  .xs\:last\:-mr--78\%:last-child{
    margin-right: 78%;
  }

  .xs\:last\:-mr--80\%:last-child{
    margin-right: 80%;
  }

  .xs\:last\:-mr--50\%:last-child{
    margin-right: 50%;
  }

  .xs\:last\:-mr--35\%:last-child{
    margin-right: 35%;
  }

  .xs\:last\:-mr--128:last-child{
    margin-right: 8rem;
  }

  .xs\:last\:-mr--96:last-child{
    margin-right: 6rem;
  }

  .xs\:last\:-mr--64:last-child{
    margin-right: 4rem;
  }

  .xs\:last\:-mr--32:last-child{
    margin-right: 2rem;
  }

  .xs\:last\:-mr--8:last-child{
    margin-right: 0.5rem;
  }

  .xs\:last\:-mr-5\%:last-child{
    margin-right: -5%;
  }

  .xs\:last\:-mr-10\%:last-child{
    margin-right: -10%;
  }

  .xs\:last\:-mr-15\%:last-child{
    margin-right: -15%;
  }

  .xs\:last\:-mr-20\%:last-child{
    margin-right: -20%;
  }

  .xs\:last\:-mr-25\%:last-child{
    margin-right: -25%;
  }

  .xs\:last\:-mr-30\%:last-child{
    margin-right: -30%;
  }

  .xs\:last\:-mr-31\%:last-child{
    margin-right: -31%;
  }

  .xs\:last\:-mr-33\%:last-child{
    margin-right: -33.333%;
  }

  .xs\:last\:-mr-34\%:last-child{
    margin-right: -34%;
  }

  .xs\:last\:-mr-45\%:last-child{
    margin-right: -45%;
  }

  .xs\:last\:-mr-54\%:last-child{
    margin-right: -54%;
  }

  .xs\:last\:-mr-75\%:last-child{
    margin-right: -75%;
  }

  .xs\:last\:-mr-55\%:last-child{
    margin-right: -55%;
  }

  .xs\:last\:-mr-65\%:last-child{
    margin-right: -65%;
  }

  .xs\:last\:-mr-66\%:last-child{
    margin-right: -66%;
  }

  .xs\:last\:-mr-85\%:last-child{
    margin-right: -85%;
  }

  .xs\:last\:-mr-96\%:last-child{
    margin-right: -96%;
  }

  .xs\:last\:-mr-130\%:last-child{
    margin-right: -130%;
  }

  .xs\:last\:-mr-135\%:last-child{
    margin-right: -135%;
  }

  .xs\:last\:-mr-200\%:last-child{
    margin-right: -200%;
  }

  .xs\:last\:-mr-16\/9:last-child{
    margin-right: -56.25%;
  }

  .xs\:last\:-mr-1\/2:last-child{
    margin-right: -50%;
  }

  .xs\:last\:-mr-full:last-child{
    margin-right: -100%;
  }

  .xs\:last\:-mr-span:last-child{
    margin-right: -8.333%;
  }

  .xs\:last\:-mr-2span:last-child{
    margin-right: -16.666%;
  }

  .xs\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .xs\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .xs\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .xs\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .xs\:last\:mb-12:last-child{
    margin-bottom: 0.75rem;
  }

  .xs\:last\:mb-16:last-child{
    margin-bottom: 1rem;
  }

  .xs\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .xs\:last\:mb-24:last-child{
    margin-bottom: 1.5rem;
  }

  .xs\:last\:mb-32:last-child{
    margin-bottom: 2rem;
  }

  .xs\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .xs\:last\:mb-48:last-child{
    margin-bottom: 3rem;
  }

  .xs\:last\:mb-56:last-child{
    margin-bottom: 3.5rem;
  }

  .xs\:last\:mb-64:last-child{
    margin-bottom: 4rem;
  }

  .xs\:last\:mb-80:last-child{
    margin-bottom: 5rem;
  }

  .xs\:last\:mb-96:last-child{
    margin-bottom: 6rem;
  }

  .xs\:last\:mb-104:last-child{
    margin-bottom: 6.5rem;
  }

  .xs\:last\:mb-112:last-child{
    margin-bottom: 7rem;
  }

  .xs\:last\:mb-128:last-child{
    margin-bottom: 8rem;
  }

  .xs\:last\:mb-140:last-child{
    margin-bottom: 8.75rem;
  }

  .xs\:last\:mb-160:last-child{
    margin-bottom: 10rem;
  }

  .xs\:last\:mb-180:last-child{
    margin-bottom: 11.25rem;
  }

  .xs\:last\:mb-200:last-child{
    margin-bottom: 12.5rem;
  }

  .xs\:last\:mb-224:last-child{
    margin-bottom: 14rem;
  }

  .xs\:last\:mb-240:last-child{
    margin-bottom: 15rem;
  }

  .xs\:last\:mb-260:last-child{
    margin-bottom: 16.25rem;
  }

  .xs\:last\:mb-300:last-child{
    margin-bottom: 18.75rem;
  }

  .xs\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .xs\:last\:-mb-78\%:last-child{
    margin-bottom: -78%;
  }

  .xs\:last\:-mb-80\%:last-child{
    margin-bottom: -80%;
  }

  .xs\:last\:-mb-50\%:last-child{
    margin-bottom: -50%;
  }

  .xs\:last\:-mb-35\%:last-child{
    margin-bottom: -35%;
  }

  .xs\:last\:-mb-128:last-child{
    margin-bottom: -8rem;
  }

  .xs\:last\:-mb-96:last-child{
    margin-bottom: -6rem;
  }

  .xs\:last\:-mb-64:last-child{
    margin-bottom: -4rem;
  }

  .xs\:last\:-mb-32:last-child{
    margin-bottom: -2rem;
  }

  .xs\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .xs\:last\:mb-5\%:last-child{
    margin-bottom: 5%;
  }

  .xs\:last\:mb-10\%:last-child{
    margin-bottom: 10%;
  }

  .xs\:last\:mb-15\%:last-child{
    margin-bottom: 15%;
  }

  .xs\:last\:mb-20\%:last-child{
    margin-bottom: 20%;
  }

  .xs\:last\:mb-25\%:last-child{
    margin-bottom: 25%;
  }

  .xs\:last\:mb-30\%:last-child{
    margin-bottom: 30%;
  }

  .xs\:last\:mb-31\%:last-child{
    margin-bottom: 31%;
  }

  .xs\:last\:mb-33\%:last-child{
    margin-bottom: 33.333%;
  }

  .xs\:last\:mb-34\%:last-child{
    margin-bottom: 34%;
  }

  .xs\:last\:mb-45\%:last-child{
    margin-bottom: 45%;
  }

  .xs\:last\:mb-50\%:last-child{
    margin-bottom: 50%;
  }

  .xs\:last\:mb-54\%:last-child{
    margin-bottom: 54%;
  }

  .xs\:last\:mb-75\%:last-child{
    margin-bottom: 75%;
  }

  .xs\:last\:mb-55\%:last-child{
    margin-bottom: 55%;
  }

  .xs\:last\:mb-65\%:last-child{
    margin-bottom: 65%;
  }

  .xs\:last\:mb-66\%:last-child{
    margin-bottom: 66%;
  }

  .xs\:last\:mb-85\%:last-child{
    margin-bottom: 85%;
  }

  .xs\:last\:mb-96\%:last-child{
    margin-bottom: 96%;
  }

  .xs\:last\:mb-130\%:last-child{
    margin-bottom: 130%;
  }

  .xs\:last\:mb-135\%:last-child{
    margin-bottom: 135%;
  }

  .xs\:last\:mb-200\%:last-child{
    margin-bottom: 200%;
  }

  .xs\:last\:mb-16\/9:last-child{
    margin-bottom: 56.25%;
  }

  .xs\:last\:mb-1\/2:last-child{
    margin-bottom: 50%;
  }

  .xs\:last\:mb-full:last-child{
    margin-bottom: 100%;
  }

  .xs\:last\:mb-span:last-child{
    margin-bottom: 8.333%;
  }

  .xs\:last\:mb-2span:last-child{
    margin-bottom: 16.666%;
  }

  .xs\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .xs\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-mb-12:last-child{
    margin-bottom: -0.75rem;
  }

  .xs\:last\:-mb-16:last-child{
    margin-bottom: -1rem;
  }

  .xs\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .xs\:last\:-mb-24:last-child{
    margin-bottom: -1.5rem;
  }

  .xs\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .xs\:last\:-mb-48:last-child{
    margin-bottom: -3rem;
  }

  .xs\:last\:-mb-56:last-child{
    margin-bottom: -3.5rem;
  }

  .xs\:last\:-mb-80:last-child{
    margin-bottom: -5rem;
  }

  .xs\:last\:-mb-104:last-child{
    margin-bottom: -6.5rem;
  }

  .xs\:last\:-mb-112:last-child{
    margin-bottom: -7rem;
  }

  .xs\:last\:-mb-140:last-child{
    margin-bottom: -8.75rem;
  }

  .xs\:last\:-mb-160:last-child{
    margin-bottom: -10rem;
  }

  .xs\:last\:-mb-180:last-child{
    margin-bottom: -11.25rem;
  }

  .xs\:last\:-mb-200:last-child{
    margin-bottom: -12.5rem;
  }

  .xs\:last\:-mb-224:last-child{
    margin-bottom: -14rem;
  }

  .xs\:last\:-mb-240:last-child{
    margin-bottom: -15rem;
  }

  .xs\:last\:-mb-260:last-child{
    margin-bottom: -16.25rem;
  }

  .xs\:last\:-mb-300:last-child{
    margin-bottom: -18.75rem;
  }

  .xs\:last\:-mb--78\%:last-child{
    margin-bottom: 78%;
  }

  .xs\:last\:-mb--80\%:last-child{
    margin-bottom: 80%;
  }

  .xs\:last\:-mb--50\%:last-child{
    margin-bottom: 50%;
  }

  .xs\:last\:-mb--35\%:last-child{
    margin-bottom: 35%;
  }

  .xs\:last\:-mb--128:last-child{
    margin-bottom: 8rem;
  }

  .xs\:last\:-mb--96:last-child{
    margin-bottom: 6rem;
  }

  .xs\:last\:-mb--64:last-child{
    margin-bottom: 4rem;
  }

  .xs\:last\:-mb--32:last-child{
    margin-bottom: 2rem;
  }

  .xs\:last\:-mb--8:last-child{
    margin-bottom: 0.5rem;
  }

  .xs\:last\:-mb-5\%:last-child{
    margin-bottom: -5%;
  }

  .xs\:last\:-mb-10\%:last-child{
    margin-bottom: -10%;
  }

  .xs\:last\:-mb-15\%:last-child{
    margin-bottom: -15%;
  }

  .xs\:last\:-mb-20\%:last-child{
    margin-bottom: -20%;
  }

  .xs\:last\:-mb-25\%:last-child{
    margin-bottom: -25%;
  }

  .xs\:last\:-mb-30\%:last-child{
    margin-bottom: -30%;
  }

  .xs\:last\:-mb-31\%:last-child{
    margin-bottom: -31%;
  }

  .xs\:last\:-mb-33\%:last-child{
    margin-bottom: -33.333%;
  }

  .xs\:last\:-mb-34\%:last-child{
    margin-bottom: -34%;
  }

  .xs\:last\:-mb-45\%:last-child{
    margin-bottom: -45%;
  }

  .xs\:last\:-mb-54\%:last-child{
    margin-bottom: -54%;
  }

  .xs\:last\:-mb-75\%:last-child{
    margin-bottom: -75%;
  }

  .xs\:last\:-mb-55\%:last-child{
    margin-bottom: -55%;
  }

  .xs\:last\:-mb-65\%:last-child{
    margin-bottom: -65%;
  }

  .xs\:last\:-mb-66\%:last-child{
    margin-bottom: -66%;
  }

  .xs\:last\:-mb-85\%:last-child{
    margin-bottom: -85%;
  }

  .xs\:last\:-mb-96\%:last-child{
    margin-bottom: -96%;
  }

  .xs\:last\:-mb-130\%:last-child{
    margin-bottom: -130%;
  }

  .xs\:last\:-mb-135\%:last-child{
    margin-bottom: -135%;
  }

  .xs\:last\:-mb-200\%:last-child{
    margin-bottom: -200%;
  }

  .xs\:last\:-mb-16\/9:last-child{
    margin-bottom: -56.25%;
  }

  .xs\:last\:-mb-1\/2:last-child{
    margin-bottom: -50%;
  }

  .xs\:last\:-mb-full:last-child{
    margin-bottom: -100%;
  }

  .xs\:last\:-mb-span:last-child{
    margin-bottom: -8.333%;
  }

  .xs\:last\:-mb-2span:last-child{
    margin-bottom: -16.666%;
  }

  .xs\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .xs\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .xs\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .xs\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .xs\:last\:ml-12:last-child{
    margin-left: 0.75rem;
  }

  .xs\:last\:ml-16:last-child{
    margin-left: 1rem;
  }

  .xs\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .xs\:last\:ml-24:last-child{
    margin-left: 1.5rem;
  }

  .xs\:last\:ml-32:last-child{
    margin-left: 2rem;
  }

  .xs\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .xs\:last\:ml-48:last-child{
    margin-left: 3rem;
  }

  .xs\:last\:ml-56:last-child{
    margin-left: 3.5rem;
  }

  .xs\:last\:ml-64:last-child{
    margin-left: 4rem;
  }

  .xs\:last\:ml-80:last-child{
    margin-left: 5rem;
  }

  .xs\:last\:ml-96:last-child{
    margin-left: 6rem;
  }

  .xs\:last\:ml-104:last-child{
    margin-left: 6.5rem;
  }

  .xs\:last\:ml-112:last-child{
    margin-left: 7rem;
  }

  .xs\:last\:ml-128:last-child{
    margin-left: 8rem;
  }

  .xs\:last\:ml-140:last-child{
    margin-left: 8.75rem;
  }

  .xs\:last\:ml-160:last-child{
    margin-left: 10rem;
  }

  .xs\:last\:ml-180:last-child{
    margin-left: 11.25rem;
  }

  .xs\:last\:ml-200:last-child{
    margin-left: 12.5rem;
  }

  .xs\:last\:ml-224:last-child{
    margin-left: 14rem;
  }

  .xs\:last\:ml-240:last-child{
    margin-left: 15rem;
  }

  .xs\:last\:ml-260:last-child{
    margin-left: 16.25rem;
  }

  .xs\:last\:ml-300:last-child{
    margin-left: 18.75rem;
  }

  .xs\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .xs\:last\:-ml-78\%:last-child{
    margin-left: -78%;
  }

  .xs\:last\:-ml-80\%:last-child{
    margin-left: -80%;
  }

  .xs\:last\:-ml-50\%:last-child{
    margin-left: -50%;
  }

  .xs\:last\:-ml-35\%:last-child{
    margin-left: -35%;
  }

  .xs\:last\:-ml-128:last-child{
    margin-left: -8rem;
  }

  .xs\:last\:-ml-96:last-child{
    margin-left: -6rem;
  }

  .xs\:last\:-ml-64:last-child{
    margin-left: -4rem;
  }

  .xs\:last\:-ml-32:last-child{
    margin-left: -2rem;
  }

  .xs\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .xs\:last\:ml-5\%:last-child{
    margin-left: 5%;
  }

  .xs\:last\:ml-10\%:last-child{
    margin-left: 10%;
  }

  .xs\:last\:ml-15\%:last-child{
    margin-left: 15%;
  }

  .xs\:last\:ml-20\%:last-child{
    margin-left: 20%;
  }

  .xs\:last\:ml-25\%:last-child{
    margin-left: 25%;
  }

  .xs\:last\:ml-30\%:last-child{
    margin-left: 30%;
  }

  .xs\:last\:ml-31\%:last-child{
    margin-left: 31%;
  }

  .xs\:last\:ml-33\%:last-child{
    margin-left: 33.333%;
  }

  .xs\:last\:ml-34\%:last-child{
    margin-left: 34%;
  }

  .xs\:last\:ml-45\%:last-child{
    margin-left: 45%;
  }

  .xs\:last\:ml-50\%:last-child{
    margin-left: 50%;
  }

  .xs\:last\:ml-54\%:last-child{
    margin-left: 54%;
  }

  .xs\:last\:ml-75\%:last-child{
    margin-left: 75%;
  }

  .xs\:last\:ml-55\%:last-child{
    margin-left: 55%;
  }

  .xs\:last\:ml-65\%:last-child{
    margin-left: 65%;
  }

  .xs\:last\:ml-66\%:last-child{
    margin-left: 66%;
  }

  .xs\:last\:ml-85\%:last-child{
    margin-left: 85%;
  }

  .xs\:last\:ml-96\%:last-child{
    margin-left: 96%;
  }

  .xs\:last\:ml-130\%:last-child{
    margin-left: 130%;
  }

  .xs\:last\:ml-135\%:last-child{
    margin-left: 135%;
  }

  .xs\:last\:ml-200\%:last-child{
    margin-left: 200%;
  }

  .xs\:last\:ml-16\/9:last-child{
    margin-left: 56.25%;
  }

  .xs\:last\:ml-1\/2:last-child{
    margin-left: 50%;
  }

  .xs\:last\:ml-full:last-child{
    margin-left: 100%;
  }

  .xs\:last\:ml-span:last-child{
    margin-left: 8.333%;
  }

  .xs\:last\:ml-2span:last-child{
    margin-left: 16.666%;
  }

  .xs\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .xs\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .xs\:last\:-ml-12:last-child{
    margin-left: -0.75rem;
  }

  .xs\:last\:-ml-16:last-child{
    margin-left: -1rem;
  }

  .xs\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .xs\:last\:-ml-24:last-child{
    margin-left: -1.5rem;
  }

  .xs\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .xs\:last\:-ml-48:last-child{
    margin-left: -3rem;
  }

  .xs\:last\:-ml-56:last-child{
    margin-left: -3.5rem;
  }

  .xs\:last\:-ml-80:last-child{
    margin-left: -5rem;
  }

  .xs\:last\:-ml-104:last-child{
    margin-left: -6.5rem;
  }

  .xs\:last\:-ml-112:last-child{
    margin-left: -7rem;
  }

  .xs\:last\:-ml-140:last-child{
    margin-left: -8.75rem;
  }

  .xs\:last\:-ml-160:last-child{
    margin-left: -10rem;
  }

  .xs\:last\:-ml-180:last-child{
    margin-left: -11.25rem;
  }

  .xs\:last\:-ml-200:last-child{
    margin-left: -12.5rem;
  }

  .xs\:last\:-ml-224:last-child{
    margin-left: -14rem;
  }

  .xs\:last\:-ml-240:last-child{
    margin-left: -15rem;
  }

  .xs\:last\:-ml-260:last-child{
    margin-left: -16.25rem;
  }

  .xs\:last\:-ml-300:last-child{
    margin-left: -18.75rem;
  }

  .xs\:last\:-ml--78\%:last-child{
    margin-left: 78%;
  }

  .xs\:last\:-ml--80\%:last-child{
    margin-left: 80%;
  }

  .xs\:last\:-ml--50\%:last-child{
    margin-left: 50%;
  }

  .xs\:last\:-ml--35\%:last-child{
    margin-left: 35%;
  }

  .xs\:last\:-ml--128:last-child{
    margin-left: 8rem;
  }

  .xs\:last\:-ml--96:last-child{
    margin-left: 6rem;
  }

  .xs\:last\:-ml--64:last-child{
    margin-left: 4rem;
  }

  .xs\:last\:-ml--32:last-child{
    margin-left: 2rem;
  }

  .xs\:last\:-ml--8:last-child{
    margin-left: 0.5rem;
  }

  .xs\:last\:-ml-5\%:last-child{
    margin-left: -5%;
  }

  .xs\:last\:-ml-10\%:last-child{
    margin-left: -10%;
  }

  .xs\:last\:-ml-15\%:last-child{
    margin-left: -15%;
  }

  .xs\:last\:-ml-20\%:last-child{
    margin-left: -20%;
  }

  .xs\:last\:-ml-25\%:last-child{
    margin-left: -25%;
  }

  .xs\:last\:-ml-30\%:last-child{
    margin-left: -30%;
  }

  .xs\:last\:-ml-31\%:last-child{
    margin-left: -31%;
  }

  .xs\:last\:-ml-33\%:last-child{
    margin-left: -33.333%;
  }

  .xs\:last\:-ml-34\%:last-child{
    margin-left: -34%;
  }

  .xs\:last\:-ml-45\%:last-child{
    margin-left: -45%;
  }

  .xs\:last\:-ml-54\%:last-child{
    margin-left: -54%;
  }

  .xs\:last\:-ml-75\%:last-child{
    margin-left: -75%;
  }

  .xs\:last\:-ml-55\%:last-child{
    margin-left: -55%;
  }

  .xs\:last\:-ml-65\%:last-child{
    margin-left: -65%;
  }

  .xs\:last\:-ml-66\%:last-child{
    margin-left: -66%;
  }

  .xs\:last\:-ml-85\%:last-child{
    margin-left: -85%;
  }

  .xs\:last\:-ml-96\%:last-child{
    margin-left: -96%;
  }

  .xs\:last\:-ml-130\%:last-child{
    margin-left: -130%;
  }

  .xs\:last\:-ml-135\%:last-child{
    margin-left: -135%;
  }

  .xs\:last\:-ml-200\%:last-child{
    margin-left: -200%;
  }

  .xs\:last\:-ml-16\/9:last-child{
    margin-left: -56.25%;
  }

  .xs\:last\:-ml-1\/2:last-child{
    margin-left: -50%;
  }

  .xs\:last\:-ml-full:last-child{
    margin-left: -100%;
  }

  .xs\:last\:-ml-span:last-child{
    margin-left: -8.333%;
  }

  .xs\:last\:-ml-2span:last-child{
    margin-left: -16.666%;
  }

  .xs\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .xs\:box-border{
    box-sizing: border-box;
  }

  .xs\:box-content{
    box-sizing: content-box;
  }

  .xs\:block{
    display: block;
  }

  .xs\:inline-block{
    display: inline-block;
  }

  .xs\:inline{
    display: inline;
  }

  .xs\:flex{
    display: flex;
  }

  .xs\:inline-flex{
    display: inline-flex;
  }

  .xs\:table{
    display: table;
  }

  .xs\:inline-table{
    display: inline-table;
  }

  .xs\:table-caption{
    display: table-caption;
  }

  .xs\:table-cell{
    display: table-cell;
  }

  .xs\:table-column{
    display: table-column;
  }

  .xs\:table-column-group{
    display: table-column-group;
  }

  .xs\:table-footer-group{
    display: table-footer-group;
  }

  .xs\:table-header-group{
    display: table-header-group;
  }

  .xs\:table-row-group{
    display: table-row-group;
  }

  .xs\:table-row{
    display: table-row;
  }

  .xs\:flow-root{
    display: flow-root;
  }

  .xs\:grid{
    display: grid;
  }

  .xs\:inline-grid{
    display: inline-grid;
  }

  .xs\:contents{
    display: contents;
  }

  .xs\:list-item{
    display: list-item;
  }

  .xs\:hidden{
    display: none;
  }

  .xs\:h-0{
    height: 0;
  }

  .xs\:h-2{
    height: 0.125rem;
  }

  .xs\:h-4{
    height: 0.25rem;
  }

  .xs\:h-8{
    height: 0.5rem;
  }

  .xs\:h-12{
    height: 0.75rem;
  }

  .xs\:h-16{
    height: 1rem;
  }

  .xs\:h-20{
    height: 1.25rem;
  }

  .xs\:h-24{
    height: 1.5rem;
  }

  .xs\:h-30{
    height: 1.875rem;
  }

  .xs\:h-32{
    height: 2rem;
  }

  .xs\:h-40{
    height: 2.5rem;
  }

  .xs\:h-48{
    height: 3rem;
  }

  .xs\:h-56{
    height: 3.5rem;
  }

  .xs\:h-64{
    height: 4rem;
  }

  .xs\:h-80{
    height: 5rem;
  }

  .xs\:h-96{
    height: 6rem;
  }

  .xs\:h-104{
    height: 6.5rem;
  }

  .xs\:h-112{
    height: 7rem;
  }

  .xs\:h-128{
    height: 8rem;
  }

  .xs\:h-140{
    height: 8.75rem;
  }

  .xs\:h-160{
    height: 10rem;
  }

  .xs\:h-180{
    height: 11.25rem;
  }

  .xs\:h-192{
    height: 12rem;
  }

  .xs\:h-200{
    height: 12.5rem;
  }

  .xs\:h-224{
    height: 14rem;
  }

  .xs\:h-240{
    height: 15rem;
  }

  .xs\:h-260{
    height: 16.25rem;
  }

  .xs\:h-300{
    height: 18.75rem;
  }

  .xs\:h-336{
    height: 21rem;
  }

  .xs\:h-400{
    height: 25rem;
  }

  .xs\:h-448{
    height: 28rem;
  }

  .xs\:h-450{
    height: 28.125rem;
  }

  .xs\:h-560{
    height: 35rem;
  }

  .xs\:h-672{
    height: 42rem;
  }

  .xs\:h-750{
    height: 45rem;
  }

  .xs\:h-832{
    height: 52rem;
  }

  .xs\:h-1080{
    height: 67.5rem;
  }

  .xs\:h-auto{
    height: auto;
  }

  .xs\:-h-78\%{
    height: -78%;
  }

  .xs\:-h-80\%{
    height: -80%;
  }

  .xs\:-h-50\%{
    height: -50%;
  }

  .xs\:-h-35\%{
    height: -35%;
  }

  .xs\:-h-128{
    height: -8rem;
  }

  .xs\:-h-96{
    height: -6rem;
  }

  .xs\:-h-64{
    height: -4rem;
  }

  .xs\:-h-32{
    height: -2rem;
  }

  .xs\:-h-8{
    height: -0.5rem;
  }

  .xs\:h-5\%{
    height: 5%;
  }

  .xs\:h-10\%{
    height: 10%;
  }

  .xs\:h-15\%{
    height: 15%;
  }

  .xs\:h-20\%{
    height: 20%;
  }

  .xs\:h-25\%{
    height: 25%;
  }

  .xs\:h-30\%{
    height: 30%;
  }

  .xs\:h-31\%{
    height: 31%;
  }

  .xs\:h-33\%{
    height: 33.333%;
  }

  .xs\:h-34\%{
    height: 34%;
  }

  .xs\:h-45\%{
    height: 45%;
  }

  .xs\:h-50\%{
    height: 50%;
  }

  .xs\:h-54\%{
    height: 54%;
  }

  .xs\:h-75\%{
    height: 75%;
  }

  .xs\:h-55\%{
    height: 55%;
  }

  .xs\:h-65\%{
    height: 65%;
  }

  .xs\:h-66\%{
    height: 66%;
  }

  .xs\:h-85\%{
    height: 85%;
  }

  .xs\:h-96\%{
    height: 96%;
  }

  .xs\:h-130\%{
    height: 130%;
  }

  .xs\:h-135\%{
    height: 135%;
  }

  .xs\:h-200\%{
    height: 200%;
  }

  .xs\:h-16\/9{
    height: 56.25%;
  }

  .xs\:h-1\/2{
    height: 50%;
  }

  .xs\:h-full{
    height: 100%;
  }

  .xs\:h-span{
    height: 8.333%;
  }

  .xs\:h-2span{
    height: 16.666%;
  }

  .xs\:h-px{
    height: 1px;
  }

  .xs\:h-1\/3{
    height: 33.333333%;
  }

  .xs\:h-2\/3{
    height: 66.666667%;
  }

  .xs\:h-1\/4{
    height: 25%;
  }

  .xs\:h-2\/4{
    height: 50%;
  }

  .xs\:h-3\/4{
    height: 75%;
  }

  .xs\:h-1\/5{
    height: 20%;
  }

  .xs\:h-2\/5{
    height: 40%;
  }

  .xs\:h-3\/5{
    height: 60%;
  }

  .xs\:h-4\/5{
    height: 80%;
  }

  .xs\:h-1\/6{
    height: 16.666667%;
  }

  .xs\:h-2\/6{
    height: 33.333333%;
  }

  .xs\:h-3\/6{
    height: 50%;
  }

  .xs\:h-4\/6{
    height: 66.666667%;
  }

  .xs\:h-5\/6{
    height: 83.333333%;
  }

  .xs\:h-screen{
    height: 100vh;
  }

  .xs\:h-100vh{
    height: 100vh;
  }

  .xs\:h-105\%{
    height: 105%;
  }

  .xs\:max-h-0{
    max-height: 0;
  }

  .xs\:max-h-4{
    max-height: 0.25rem;
  }

  .xs\:max-h-8{
    max-height: 0.5rem;
  }

  .xs\:max-h-12{
    max-height: 0.75rem;
  }

  .xs\:max-h-16{
    max-height: 1rem;
  }

  .xs\:max-h-20{
    max-height: 1.25rem;
  }

  .xs\:max-h-24{
    max-height: 1.5rem;
  }

  .xs\:max-h-32{
    max-height: 2rem;
  }

  .xs\:max-h-40{
    max-height: 2.5rem;
  }

  .xs\:max-h-48{
    max-height: 3rem;
  }

  .xs\:max-h-56{
    max-height: 3.5rem;
  }

  .xs\:max-h-64{
    max-height: 4rem;
  }

  .xs\:max-h-80{
    max-height: 5rem;
  }

  .xs\:max-h-96{
    max-height: 6rem;
  }

  .xs\:max-h-104{
    max-height: 6.5rem;
  }

  .xs\:max-h-112{
    max-height: 7rem;
  }

  .xs\:max-h-120{
    max-height: 7.5rem;
  }

  .xs\:max-h-128{
    max-height: 8rem;
  }

  .xs\:max-h-140{
    max-height: 8.75rem;
  }

  .xs\:max-h-160{
    max-height: 10rem;
  }

  .xs\:max-h-180{
    max-height: 11.25rem;
  }

  .xs\:max-h-200{
    max-height: 12.5rem;
  }

  .xs\:max-h-224{
    max-height: 14rem;
  }

  .xs\:max-h-240{
    max-height: 15rem;
  }

  .xs\:max-h-260{
    max-height: 16.25rem;
  }

  .xs\:max-h-300{
    max-height: 18.75rem;
  }

  .xs\:max-h-800{
    max-height: 50rem;
  }

  .xs\:max-h-1500{
    max-height: 93.75rem;
  }

  .xs\:-max-h-78\%{
    max-height: -78%;
  }

  .xs\:-max-h-80\%{
    max-height: -80%;
  }

  .xs\:-max-h-50\%{
    max-height: -50%;
  }

  .xs\:-max-h-35\%{
    max-height: -35%;
  }

  .xs\:-max-h-128{
    max-height: -8rem;
  }

  .xs\:-max-h-96{
    max-height: -6rem;
  }

  .xs\:-max-h-64{
    max-height: -4rem;
  }

  .xs\:-max-h-32{
    max-height: -2rem;
  }

  .xs\:-max-h-8{
    max-height: -0.5rem;
  }

  .xs\:max-h-5\%{
    max-height: 5%;
  }

  .xs\:max-h-10\%{
    max-height: 10%;
  }

  .xs\:max-h-15\%{
    max-height: 15%;
  }

  .xs\:max-h-20\%{
    max-height: 20%;
  }

  .xs\:max-h-25\%{
    max-height: 25%;
  }

  .xs\:max-h-30\%{
    max-height: 30%;
  }

  .xs\:max-h-31\%{
    max-height: 31%;
  }

  .xs\:max-h-33\%{
    max-height: 33.333%;
  }

  .xs\:max-h-34\%{
    max-height: 34%;
  }

  .xs\:max-h-45\%{
    max-height: 45%;
  }

  .xs\:max-h-50\%{
    max-height: 50%;
  }

  .xs\:max-h-54\%{
    max-height: 54%;
  }

  .xs\:max-h-75\%{
    max-height: 75%;
  }

  .xs\:max-h-55\%{
    max-height: 55%;
  }

  .xs\:max-h-65\%{
    max-height: 65%;
  }

  .xs\:max-h-66\%{
    max-height: 66%;
  }

  .xs\:max-h-85\%{
    max-height: 85%;
  }

  .xs\:max-h-96\%{
    max-height: 96%;
  }

  .xs\:max-h-130\%{
    max-height: 130%;
  }

  .xs\:max-h-135\%{
    max-height: 135%;
  }

  .xs\:max-h-200\%{
    max-height: 200%;
  }

  .xs\:max-h-16\/9{
    max-height: 56.25%;
  }

  .xs\:max-h-1\/2{
    max-height: 50%;
  }

  .xs\:max-h-full{
    max-height: 100%;
  }

  .xs\:max-h-span{
    max-height: 8.333%;
  }

  .xs\:max-h-2span{
    max-height: 16.666%;
  }

  .xs\:max-h-px{
    max-height: 1px;
  }

  .xs\:max-h-screen{
    max-height: 100vh;
  }

  .xs\:max-h-80vh{
    max-height: 80vh;
  }

  .xs\:min-h-0{
    min-height: 0px;
  }

  .xs\:min-h-32{
    min-height: 2rem;
  }

  .xs\:min-h-64{
    min-height: 4rem;
  }

  .xs\:min-h-96{
    min-height: 6rem;
  }

  .xs\:min-h-272{
    min-height: 17rem;
  }

  .xs\:min-h-300{
    min-height: 18.75rem;
  }

  .xs\:min-h-448{
    min-height: 28rem;
  }

  .xs\:min-h-460{
    min-height: 28.75rem;
  }

  .xs\:min-h-500{
    min-height: 31.25rem;
  }

  .xs\:min-h-560{
    min-height: 35rem;
  }

  .xs\:min-h-672{
    min-height: 42rem;
  }

  .xs\:min-h-704{
    min-height: 44rem;
  }

  .xs\:min-h-736{
    min-height: 46rem;
  }

  .xs\:min-h-780{
    min-height: 48.75rem;
  }

  .xs\:min-h-816{
    min-height: 51rem;
  }

  .xs\:min-h-832{
    min-height: 52rem;
  }

  .xs\:min-h-1040{
    min-height: 65rem;
  }

  .xs\:min-h-full{
    min-height: 100%;
  }

  .xs\:min-h-screen{
    min-height: 100vh;
  }

  .xs\:min-h-1\/2{
    min-height: 50%;
  }

  .xs\:min-h-100vh{
    min-height: 100vh;
  }

  .xs\:w-0{
    width: 0;
  }

  .xs\:w-4{
    width: 0.25rem;
  }

  .xs\:w-8{
    width: 0.5rem;
  }

  .xs\:w-12{
    width: 0.75rem;
  }

  .xs\:w-16{
    width: 1rem;
  }

  .xs\:w-20{
    width: 1.25rem;
  }

  .xs\:w-24{
    width: 1.5rem;
  }

  .xs\:w-30{
    width: 1.875rem;
  }

  .xs\:w-32{
    width: 2rem;
  }

  .xs\:w-40{
    width: 2.5rem;
  }

  .xs\:w-48{
    width: 3rem;
  }

  .xs\:w-56{
    width: 3.5rem;
  }

  .xs\:w-64{
    width: 4rem;
  }

  .xs\:w-80{
    width: 5rem;
  }

  .xs\:w-96{
    width: 6rem;
  }

  .xs\:w-104{
    width: 6.5rem;
  }

  .xs\:w-112{
    width: 7rem;
  }

  .xs\:w-128{
    width: 8rem;
  }

  .xs\:w-140{
    width: 8.75rem;
  }

  .xs\:w-144{
    width: 9rem;
  }

  .xs\:w-160{
    width: 10rem;
  }

  .xs\:w-180{
    width: 11.25rem;
  }

  .xs\:w-200{
    width: 12.5rem;
  }

  .xs\:w-224{
    width: 14rem;
  }

  .xs\:w-240{
    width: 15rem;
  }

  .xs\:w-260{
    width: 16.25rem;
  }

  .xs\:w-288{
    width: 18rem;
  }

  .xs\:w-300{
    width: 18.75rem;
  }

  .xs\:w-336{
    width: 21rem;
  }

  .xs\:w-390{
    width: 24.375rem;
  }

  .xs\:w-448{
    width: 28rem;
  }

  .xs\:w-475{
    width: 29.625rem;
  }

  .xs\:w-528{
    width: 33rem;
  }

  .xs\:w-560{
    width: 35rem;
  }

  .xs\:w-672{
    width: 42rem;
  }

  .xs\:w-832{
    width: 52rem;
  }

  .xs\:w-834{
    width: 52.125rem;
  }

  .xs\:w-1080{
    width: 67.5rem;
  }

  .xs\:w-auto{
    width: auto;
  }

  .xs\:-w-78\%{
    width: -78%;
  }

  .xs\:-w-80\%{
    width: -80%;
  }

  .xs\:-w-50\%{
    width: -50%;
  }

  .xs\:-w-35\%{
    width: -35%;
  }

  .xs\:-w-128{
    width: -8rem;
  }

  .xs\:-w-96{
    width: -6rem;
  }

  .xs\:-w-64{
    width: -4rem;
  }

  .xs\:-w-32{
    width: -2rem;
  }

  .xs\:-w-8{
    width: -0.5rem;
  }

  .xs\:w-5\%{
    width: 5%;
  }

  .xs\:w-10\%{
    width: 10%;
  }

  .xs\:w-15\%{
    width: 15%;
  }

  .xs\:w-20\%{
    width: 20%;
  }

  .xs\:w-25\%{
    width: 25%;
  }

  .xs\:w-30\%{
    width: 30%;
  }

  .xs\:w-31\%{
    width: 31%;
  }

  .xs\:w-33\%{
    width: 33.333%;
  }

  .xs\:w-34\%{
    width: 34%;
  }

  .xs\:w-45\%{
    width: 45%;
  }

  .xs\:w-50\%{
    width: 50%;
  }

  .xs\:w-54\%{
    width: 54%;
  }

  .xs\:w-75\%{
    width: 75%;
  }

  .xs\:w-55\%{
    width: 55%;
  }

  .xs\:w-65\%{
    width: 65%;
  }

  .xs\:w-66\%{
    width: 66%;
  }

  .xs\:w-85\%{
    width: 85%;
  }

  .xs\:w-96\%{
    width: 96%;
  }

  .xs\:w-130\%{
    width: 130%;
  }

  .xs\:w-135\%{
    width: 135%;
  }

  .xs\:w-200\%{
    width: 200%;
  }

  .xs\:w-16\/9{
    width: 56.25%;
  }

  .xs\:w-1\/2{
    width: 50%;
  }

  .xs\:w-full{
    width: 100%;
  }

  .xs\:w-span{
    width: 8.333%;
  }

  .xs\:w-2span{
    width: 16.666%;
  }

  .xs\:w-px{
    width: 1px;
  }

  .xs\:w-1\/3{
    width: 33.333333%;
  }

  .xs\:w-2\/3{
    width: 66.666667%;
  }

  .xs\:w-1\/4{
    width: 25%;
  }

  .xs\:w-2\/4{
    width: 50%;
  }

  .xs\:w-3\/4{
    width: 75%;
  }

  .xs\:w-1\/5{
    width: 20%;
  }

  .xs\:w-2\/5{
    width: 40%;
  }

  .xs\:w-3\/5{
    width: 60%;
  }

  .xs\:w-4\/5{
    width: 80%;
  }

  .xs\:w-1\/6{
    width: 16.666667%;
  }

  .xs\:w-2\/6{
    width: 33.333333%;
  }

  .xs\:w-3\/6{
    width: 50%;
  }

  .xs\:w-4\/6{
    width: 66.666667%;
  }

  .xs\:w-5\/6{
    width: 83.333333%;
  }

  .xs\:w-1\/12{
    width: 8.333333%;
  }

  .xs\:w-2\/12{
    width: 16.666667%;
  }

  .xs\:w-3\/12{
    width: 25%;
  }

  .xs\:w-4\/12{
    width: 33.333333%;
  }

  .xs\:w-5\/12{
    width: 41.666667%;
  }

  .xs\:w-6\/12{
    width: 50%;
  }

  .xs\:w-7\/12{
    width: 58.333333%;
  }

  .xs\:w-8\/12{
    width: 66.666667%;
  }

  .xs\:w-9\/12{
    width: 75%;
  }

  .xs\:w-10\/12{
    width: 83.333333%;
  }

  .xs\:w-11\/12{
    width: 91.666667%;
  }

  .xs\:w-screen{
    width: 100vw;
  }

  .xs\:w-min{
    width: min-content;
  }

  .xs\:w-max{
    width: max-content;
  }

  .xs\:w-7span{
    width: 58.3%;
  }

  .xs\:w-8span{
    width: 66.4%;
  }

  .xs\:w-160\%{
    width: 160%;
  }

  .xs\:min-w-0{
    min-width: 0px;
  }

  .xs\:min-w-32{
    min-width: 2rem;
  }

  .xs\:min-w-248{
    min-width: 15.5rem;
  }

  .xs\:min-w-295{
    min-width: 18.4375rem;
  }

  .xs\:min-w-560{
    min-width: 35rem;
  }

  .xs\:min-w-736{
    min-width: 46rem;
  }

  .xs\:min-w-816{
    min-width: 51rem;
  }

  .xs\:min-w-1224{
    min-width: 76.5rem;
  }

  .xs\:min-w-full{
    min-width: 100%;
  }

  .xs\:min-w-min{
    min-width: min-content;
  }

  .xs\:min-w-max{
    min-width: max-content;
  }

  .xs\:max-w-0{
    max-width: 0rem;
  }

  .xs\:max-w-32{
    max-width: 2rem;
  }

  .xs\:max-w-260{
    max-width: 16rem;
  }

  .xs\:max-w-none{
    max-width: none;
  }

  .xs\:max-w-xs{
    max-width: 20rem;
  }

  .xs\:max-w-sm{
    max-width: 24rem;
  }

  .xs\:max-w-md{
    max-width: 28rem;
  }

  .xs\:max-w-lg{
    max-width: 32rem;
  }

  .xs\:max-w-xl{
    max-width: 90rem;
  }

  .xs\:max-w-2xl{
    max-width: 42rem;
  }

  .xs\:max-w-3xl{
    max-width: 48rem;
  }

  .xs\:max-w-4xl{
    max-width: 56rem;
  }

  .xs\:max-w-5xl{
    max-width: 64rem;
  }

  .xs\:max-w-6xl{
    max-width: 72rem;
  }

  .xs\:max-w-7xl{
    max-width: 80rem;
  }

  .xs\:max-w-full{
    max-width: 100rem;
  }

  .xs\:max-w-min{
    max-width: min-content;
  }

  .xs\:max-w-max{
    max-width: max-content;
  }

  .xs\:max-w-prose{
    max-width: 65ch;
  }

  .xs\:max-w-screen-min-width{
    max-width: 320px;
  }

  .xs\:max-w-screen-xs{
    max-width: 480px;
  }

  .xs\:max-w-screen-sm{
    max-width: 768px;
  }

  .xs\:max-w-screen-md{
    max-width: 1024px;
  }

  .xs\:max-w-screen-lg{
    max-width: 1280px;
  }

  .xs\:max-w-screen-xl{
    max-width: 1440px;
  }

  .xs\:max-w-screen-max-width{
    max-width: 1680px;
  }

  .xs\:max-w-screen-widescreen{
    max-width: 1920px;
  }

  .xs\:max-w-logo{
    max-width: 16.25rem;
  }

  .xs\:max-w-container{
    max-width: 120rem;
  }

  .xs\:max-w-footer{
    max-width: 82rem;
  }

  .xs\:max-w-content{
    max-width: 56rem;
  }

  .xs\:max-w-imageTextBox{
    max-width: 34rem;
  }

  .xs\:max-w-half{
    max-width: 50%;
  }

  .xs\:max-w-3\/4{
    max-width: 75%;
  }

  .xs\:max-w-1\/3{
    max-width: 33%;
  }

  .xs\:flex-1{
    flex: 1 1 0%;
  }

  .xs\:flex-auto{
    flex: 1 1 auto;
  }

  .xs\:flex-initial{
    flex: 0 1 auto;
  }

  .xs\:flex-none{
    flex: none;
  }

  .xs\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xs\:flex-shrink{
    flex-shrink: 1;
  }

  .xs\:flex-grow-0{
    flex-grow: 0;
  }

  .xs\:flex-grow{
    flex-grow: 1;
  }

  .xs\:table-auto{
    table-layout: auto;
  }

  .xs\:table-fixed{
    table-layout: fixed;
  }

  .xs\:border-collapse{
    border-collapse: collapse;
  }

  .xs\:border-separate{
    border-collapse: separate;
  }

  .xs\:origin-center{
    transform-origin: center;
  }

  .xs\:origin-top{
    transform-origin: top;
  }

  .xs\:origin-top-right{
    transform-origin: top right;
  }

  .xs\:origin-right{
    transform-origin: right;
  }

  .xs\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .xs\:origin-bottom{
    transform-origin: bottom;
  }

  .xs\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .xs\:origin-left{
    transform-origin: left;
  }

  .xs\:origin-top-left{
    transform-origin: top left;
  }

  .xs\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xs\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xs\:transform-none{
    transform: none;
  }

  .xs\:translate-x-0{
    --tw-translate-x: 0;
  }

  .xs\:translate-x-4{
    --tw-translate-x: 0.25rem;
  }

  .xs\:translate-x-8{
    --tw-translate-x: 0.5rem;
  }

  .xs\:translate-x-12{
    --tw-translate-x: 0.75rem;
  }

  .xs\:translate-x-16{
    --tw-translate-x: 1rem;
  }

  .xs\:translate-x-20{
    --tw-translate-x: 1.25rem;
  }

  .xs\:translate-x-24{
    --tw-translate-x: 1.5rem;
  }

  .xs\:translate-x-32{
    --tw-translate-x: 2rem;
  }

  .xs\:translate-x-40{
    --tw-translate-x: 2.5rem;
  }

  .xs\:translate-x-48{
    --tw-translate-x: 3rem;
  }

  .xs\:translate-x-56{
    --tw-translate-x: 3.5rem;
  }

  .xs\:translate-x-64{
    --tw-translate-x: 4rem;
  }

  .xs\:translate-x-80{
    --tw-translate-x: 5rem;
  }

  .xs\:translate-x-96{
    --tw-translate-x: 6rem;
  }

  .xs\:translate-x-104{
    --tw-translate-x: 6.5rem;
  }

  .xs\:translate-x-112{
    --tw-translate-x: 7rem;
  }

  .xs\:translate-x-128{
    --tw-translate-x: 8rem;
  }

  .xs\:translate-x-140{
    --tw-translate-x: 8.75rem;
  }

  .xs\:translate-x-160{
    --tw-translate-x: 10rem;
  }

  .xs\:translate-x-180{
    --tw-translate-x: 11.25rem;
  }

  .xs\:translate-x-200{
    --tw-translate-x: 12.5rem;
  }

  .xs\:translate-x-224{
    --tw-translate-x: 14rem;
  }

  .xs\:translate-x-240{
    --tw-translate-x: 15rem;
  }

  .xs\:translate-x-260{
    --tw-translate-x: 16.25rem;
  }

  .xs\:translate-x-300{
    --tw-translate-x: 18.75rem;
  }

  .xs\:-translate-x-78\%{
    --tw-translate-x: -78%;
  }

  .xs\:-translate-x-80\%{
    --tw-translate-x: -80%;
  }

  .xs\:-translate-x-50\%{
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-35\%{
    --tw-translate-x: -35%;
  }

  .xs\:-translate-x-128{
    --tw-translate-x: -8rem;
  }

  .xs\:-translate-x-96{
    --tw-translate-x: -6rem;
  }

  .xs\:-translate-x-64{
    --tw-translate-x: -4rem;
  }

  .xs\:-translate-x-32{
    --tw-translate-x: -2rem;
  }

  .xs\:-translate-x-8{
    --tw-translate-x: -0.5rem;
  }

  .xs\:translate-x-5\%{
    --tw-translate-x: 5%;
  }

  .xs\:translate-x-10\%{
    --tw-translate-x: 10%;
  }

  .xs\:translate-x-15\%{
    --tw-translate-x: 15%;
  }

  .xs\:translate-x-20\%{
    --tw-translate-x: 20%;
  }

  .xs\:translate-x-25\%{
    --tw-translate-x: 25%;
  }

  .xs\:translate-x-30\%{
    --tw-translate-x: 30%;
  }

  .xs\:translate-x-31\%{
    --tw-translate-x: 31%;
  }

  .xs\:translate-x-33\%{
    --tw-translate-x: 33.333%;
  }

  .xs\:translate-x-34\%{
    --tw-translate-x: 34%;
  }

  .xs\:translate-x-45\%{
    --tw-translate-x: 45%;
  }

  .xs\:translate-x-50\%{
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-54\%{
    --tw-translate-x: 54%;
  }

  .xs\:translate-x-75\%{
    --tw-translate-x: 75%;
  }

  .xs\:translate-x-55\%{
    --tw-translate-x: 55%;
  }

  .xs\:translate-x-65\%{
    --tw-translate-x: 65%;
  }

  .xs\:translate-x-66\%{
    --tw-translate-x: 66%;
  }

  .xs\:translate-x-85\%{
    --tw-translate-x: 85%;
  }

  .xs\:translate-x-96\%{
    --tw-translate-x: 96%;
  }

  .xs\:translate-x-130\%{
    --tw-translate-x: 130%;
  }

  .xs\:translate-x-135\%{
    --tw-translate-x: 135%;
  }

  .xs\:translate-x-200\%{
    --tw-translate-x: 200%;
  }

  .xs\:translate-x-16\/9{
    --tw-translate-x: 56.25%;
  }

  .xs\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .xs\:translate-x-span{
    --tw-translate-x: 8.333%;
  }

  .xs\:translate-x-2span{
    --tw-translate-x: 16.666%;
  }

  .xs\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .xs\:-translate-x-4{
    --tw-translate-x: -0.25rem;
  }

  .xs\:-translate-x-12{
    --tw-translate-x: -0.75rem;
  }

  .xs\:-translate-x-16{
    --tw-translate-x: -1rem;
  }

  .xs\:-translate-x-20{
    --tw-translate-x: -1.25rem;
  }

  .xs\:-translate-x-24{
    --tw-translate-x: -1.5rem;
  }

  .xs\:-translate-x-40{
    --tw-translate-x: -2.5rem;
  }

  .xs\:-translate-x-48{
    --tw-translate-x: -3rem;
  }

  .xs\:-translate-x-56{
    --tw-translate-x: -3.5rem;
  }

  .xs\:-translate-x-80{
    --tw-translate-x: -5rem;
  }

  .xs\:-translate-x-104{
    --tw-translate-x: -6.5rem;
  }

  .xs\:-translate-x-112{
    --tw-translate-x: -7rem;
  }

  .xs\:-translate-x-140{
    --tw-translate-x: -8.75rem;
  }

  .xs\:-translate-x-160{
    --tw-translate-x: -10rem;
  }

  .xs\:-translate-x-180{
    --tw-translate-x: -11.25rem;
  }

  .xs\:-translate-x-200{
    --tw-translate-x: -12.5rem;
  }

  .xs\:-translate-x-224{
    --tw-translate-x: -14rem;
  }

  .xs\:-translate-x-240{
    --tw-translate-x: -15rem;
  }

  .xs\:-translate-x-260{
    --tw-translate-x: -16.25rem;
  }

  .xs\:-translate-x-300{
    --tw-translate-x: -18.75rem;
  }

  .xs\:-translate-x--78\%{
    --tw-translate-x: 78%;
  }

  .xs\:-translate-x--80\%{
    --tw-translate-x: 80%;
  }

  .xs\:-translate-x--50\%{
    --tw-translate-x: 50%;
  }

  .xs\:-translate-x--35\%{
    --tw-translate-x: 35%;
  }

  .xs\:-translate-x--128{
    --tw-translate-x: 8rem;
  }

  .xs\:-translate-x--96{
    --tw-translate-x: 6rem;
  }

  .xs\:-translate-x--64{
    --tw-translate-x: 4rem;
  }

  .xs\:-translate-x--32{
    --tw-translate-x: 2rem;
  }

  .xs\:-translate-x--8{
    --tw-translate-x: 0.5rem;
  }

  .xs\:-translate-x-5\%{
    --tw-translate-x: -5%;
  }

  .xs\:-translate-x-10\%{
    --tw-translate-x: -10%;
  }

  .xs\:-translate-x-15\%{
    --tw-translate-x: -15%;
  }

  .xs\:-translate-x-20\%{
    --tw-translate-x: -20%;
  }

  .xs\:-translate-x-25\%{
    --tw-translate-x: -25%;
  }

  .xs\:-translate-x-30\%{
    --tw-translate-x: -30%;
  }

  .xs\:-translate-x-31\%{
    --tw-translate-x: -31%;
  }

  .xs\:-translate-x-33\%{
    --tw-translate-x: -33.333%;
  }

  .xs\:-translate-x-34\%{
    --tw-translate-x: -34%;
  }

  .xs\:-translate-x-45\%{
    --tw-translate-x: -45%;
  }

  .xs\:-translate-x-54\%{
    --tw-translate-x: -54%;
  }

  .xs\:-translate-x-75\%{
    --tw-translate-x: -75%;
  }

  .xs\:-translate-x-55\%{
    --tw-translate-x: -55%;
  }

  .xs\:-translate-x-65\%{
    --tw-translate-x: -65%;
  }

  .xs\:-translate-x-66\%{
    --tw-translate-x: -66%;
  }

  .xs\:-translate-x-85\%{
    --tw-translate-x: -85%;
  }

  .xs\:-translate-x-96\%{
    --tw-translate-x: -96%;
  }

  .xs\:-translate-x-130\%{
    --tw-translate-x: -130%;
  }

  .xs\:-translate-x-135\%{
    --tw-translate-x: -135%;
  }

  .xs\:-translate-x-200\%{
    --tw-translate-x: -200%;
  }

  .xs\:-translate-x-16\/9{
    --tw-translate-x: -56.25%;
  }

  .xs\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .xs\:-translate-x-span{
    --tw-translate-x: -8.333%;
  }

  .xs\:-translate-x-2span{
    --tw-translate-x: -16.666%;
  }

  .xs\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .xs\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .xs\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .xs\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .xs\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .xs\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .xs\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .xs\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .xs\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .xs\:translate-y-0{
    --tw-translate-y: 0;
  }

  .xs\:translate-y-4{
    --tw-translate-y: 0.25rem;
  }

  .xs\:translate-y-8{
    --tw-translate-y: 0.5rem;
  }

  .xs\:translate-y-12{
    --tw-translate-y: 0.75rem;
  }

  .xs\:translate-y-16{
    --tw-translate-y: 1rem;
  }

  .xs\:translate-y-20{
    --tw-translate-y: 1.25rem;
  }

  .xs\:translate-y-24{
    --tw-translate-y: 1.5rem;
  }

  .xs\:translate-y-32{
    --tw-translate-y: 2rem;
  }

  .xs\:translate-y-40{
    --tw-translate-y: 2.5rem;
  }

  .xs\:translate-y-48{
    --tw-translate-y: 3rem;
  }

  .xs\:translate-y-56{
    --tw-translate-y: 3.5rem;
  }

  .xs\:translate-y-64{
    --tw-translate-y: 4rem;
  }

  .xs\:translate-y-80{
    --tw-translate-y: 5rem;
  }

  .xs\:translate-y-96{
    --tw-translate-y: 6rem;
  }

  .xs\:translate-y-104{
    --tw-translate-y: 6.5rem;
  }

  .xs\:translate-y-112{
    --tw-translate-y: 7rem;
  }

  .xs\:translate-y-128{
    --tw-translate-y: 8rem;
  }

  .xs\:translate-y-140{
    --tw-translate-y: 8.75rem;
  }

  .xs\:translate-y-160{
    --tw-translate-y: 10rem;
  }

  .xs\:translate-y-180{
    --tw-translate-y: 11.25rem;
  }

  .xs\:translate-y-200{
    --tw-translate-y: 12.5rem;
  }

  .xs\:translate-y-224{
    --tw-translate-y: 14rem;
  }

  .xs\:translate-y-240{
    --tw-translate-y: 15rem;
  }

  .xs\:translate-y-260{
    --tw-translate-y: 16.25rem;
  }

  .xs\:translate-y-300{
    --tw-translate-y: 18.75rem;
  }

  .xs\:-translate-y-78\%{
    --tw-translate-y: -78%;
  }

  .xs\:-translate-y-80\%{
    --tw-translate-y: -80%;
  }

  .xs\:-translate-y-50\%{
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-35\%{
    --tw-translate-y: -35%;
  }

  .xs\:-translate-y-128{
    --tw-translate-y: -8rem;
  }

  .xs\:-translate-y-96{
    --tw-translate-y: -6rem;
  }

  .xs\:-translate-y-64{
    --tw-translate-y: -4rem;
  }

  .xs\:-translate-y-32{
    --tw-translate-y: -2rem;
  }

  .xs\:-translate-y-8{
    --tw-translate-y: -0.5rem;
  }

  .xs\:translate-y-5\%{
    --tw-translate-y: 5%;
  }

  .xs\:translate-y-10\%{
    --tw-translate-y: 10%;
  }

  .xs\:translate-y-15\%{
    --tw-translate-y: 15%;
  }

  .xs\:translate-y-20\%{
    --tw-translate-y: 20%;
  }

  .xs\:translate-y-25\%{
    --tw-translate-y: 25%;
  }

  .xs\:translate-y-30\%{
    --tw-translate-y: 30%;
  }

  .xs\:translate-y-31\%{
    --tw-translate-y: 31%;
  }

  .xs\:translate-y-33\%{
    --tw-translate-y: 33.333%;
  }

  .xs\:translate-y-34\%{
    --tw-translate-y: 34%;
  }

  .xs\:translate-y-45\%{
    --tw-translate-y: 45%;
  }

  .xs\:translate-y-50\%{
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-54\%{
    --tw-translate-y: 54%;
  }

  .xs\:translate-y-75\%{
    --tw-translate-y: 75%;
  }

  .xs\:translate-y-55\%{
    --tw-translate-y: 55%;
  }

  .xs\:translate-y-65\%{
    --tw-translate-y: 65%;
  }

  .xs\:translate-y-66\%{
    --tw-translate-y: 66%;
  }

  .xs\:translate-y-85\%{
    --tw-translate-y: 85%;
  }

  .xs\:translate-y-96\%{
    --tw-translate-y: 96%;
  }

  .xs\:translate-y-130\%{
    --tw-translate-y: 130%;
  }

  .xs\:translate-y-135\%{
    --tw-translate-y: 135%;
  }

  .xs\:translate-y-200\%{
    --tw-translate-y: 200%;
  }

  .xs\:translate-y-16\/9{
    --tw-translate-y: 56.25%;
  }

  .xs\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .xs\:translate-y-span{
    --tw-translate-y: 8.333%;
  }

  .xs\:translate-y-2span{
    --tw-translate-y: 16.666%;
  }

  .xs\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .xs\:-translate-y-4{
    --tw-translate-y: -0.25rem;
  }

  .xs\:-translate-y-12{
    --tw-translate-y: -0.75rem;
  }

  .xs\:-translate-y-16{
    --tw-translate-y: -1rem;
  }

  .xs\:-translate-y-20{
    --tw-translate-y: -1.25rem;
  }

  .xs\:-translate-y-24{
    --tw-translate-y: -1.5rem;
  }

  .xs\:-translate-y-40{
    --tw-translate-y: -2.5rem;
  }

  .xs\:-translate-y-48{
    --tw-translate-y: -3rem;
  }

  .xs\:-translate-y-56{
    --tw-translate-y: -3.5rem;
  }

  .xs\:-translate-y-80{
    --tw-translate-y: -5rem;
  }

  .xs\:-translate-y-104{
    --tw-translate-y: -6.5rem;
  }

  .xs\:-translate-y-112{
    --tw-translate-y: -7rem;
  }

  .xs\:-translate-y-140{
    --tw-translate-y: -8.75rem;
  }

  .xs\:-translate-y-160{
    --tw-translate-y: -10rem;
  }

  .xs\:-translate-y-180{
    --tw-translate-y: -11.25rem;
  }

  .xs\:-translate-y-200{
    --tw-translate-y: -12.5rem;
  }

  .xs\:-translate-y-224{
    --tw-translate-y: -14rem;
  }

  .xs\:-translate-y-240{
    --tw-translate-y: -15rem;
  }

  .xs\:-translate-y-260{
    --tw-translate-y: -16.25rem;
  }

  .xs\:-translate-y-300{
    --tw-translate-y: -18.75rem;
  }

  .xs\:-translate-y--78\%{
    --tw-translate-y: 78%;
  }

  .xs\:-translate-y--80\%{
    --tw-translate-y: 80%;
  }

  .xs\:-translate-y--50\%{
    --tw-translate-y: 50%;
  }

  .xs\:-translate-y--35\%{
    --tw-translate-y: 35%;
  }

  .xs\:-translate-y--128{
    --tw-translate-y: 8rem;
  }

  .xs\:-translate-y--96{
    --tw-translate-y: 6rem;
  }

  .xs\:-translate-y--64{
    --tw-translate-y: 4rem;
  }

  .xs\:-translate-y--32{
    --tw-translate-y: 2rem;
  }

  .xs\:-translate-y--8{
    --tw-translate-y: 0.5rem;
  }

  .xs\:-translate-y-5\%{
    --tw-translate-y: -5%;
  }

  .xs\:-translate-y-10\%{
    --tw-translate-y: -10%;
  }

  .xs\:-translate-y-15\%{
    --tw-translate-y: -15%;
  }

  .xs\:-translate-y-20\%{
    --tw-translate-y: -20%;
  }

  .xs\:-translate-y-25\%{
    --tw-translate-y: -25%;
  }

  .xs\:-translate-y-30\%{
    --tw-translate-y: -30%;
  }

  .xs\:-translate-y-31\%{
    --tw-translate-y: -31%;
  }

  .xs\:-translate-y-33\%{
    --tw-translate-y: -33.333%;
  }

  .xs\:-translate-y-34\%{
    --tw-translate-y: -34%;
  }

  .xs\:-translate-y-45\%{
    --tw-translate-y: -45%;
  }

  .xs\:-translate-y-54\%{
    --tw-translate-y: -54%;
  }

  .xs\:-translate-y-75\%{
    --tw-translate-y: -75%;
  }

  .xs\:-translate-y-55\%{
    --tw-translate-y: -55%;
  }

  .xs\:-translate-y-65\%{
    --tw-translate-y: -65%;
  }

  .xs\:-translate-y-66\%{
    --tw-translate-y: -66%;
  }

  .xs\:-translate-y-85\%{
    --tw-translate-y: -85%;
  }

  .xs\:-translate-y-96\%{
    --tw-translate-y: -96%;
  }

  .xs\:-translate-y-130\%{
    --tw-translate-y: -130%;
  }

  .xs\:-translate-y-135\%{
    --tw-translate-y: -135%;
  }

  .xs\:-translate-y-200\%{
    --tw-translate-y: -200%;
  }

  .xs\:-translate-y-16\/9{
    --tw-translate-y: -56.25%;
  }

  .xs\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .xs\:-translate-y-span{
    --tw-translate-y: -8.333%;
  }

  .xs\:-translate-y-2span{
    --tw-translate-y: -16.666%;
  }

  .xs\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .xs\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .xs\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .xs\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .xs\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .xs\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .xs\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .xs\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .xs\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .xs\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .xs\:hover\:translate-x-4:hover{
    --tw-translate-x: 0.25rem;
  }

  .xs\:hover\:translate-x-8:hover{
    --tw-translate-x: 0.5rem;
  }

  .xs\:hover\:translate-x-12:hover{
    --tw-translate-x: 0.75rem;
  }

  .xs\:hover\:translate-x-16:hover{
    --tw-translate-x: 1rem;
  }

  .xs\:hover\:translate-x-20:hover{
    --tw-translate-x: 1.25rem;
  }

  .xs\:hover\:translate-x-24:hover{
    --tw-translate-x: 1.5rem;
  }

  .xs\:hover\:translate-x-32:hover{
    --tw-translate-x: 2rem;
  }

  .xs\:hover\:translate-x-40:hover{
    --tw-translate-x: 2.5rem;
  }

  .xs\:hover\:translate-x-48:hover{
    --tw-translate-x: 3rem;
  }

  .xs\:hover\:translate-x-56:hover{
    --tw-translate-x: 3.5rem;
  }

  .xs\:hover\:translate-x-64:hover{
    --tw-translate-x: 4rem;
  }

  .xs\:hover\:translate-x-80:hover{
    --tw-translate-x: 5rem;
  }

  .xs\:hover\:translate-x-96:hover{
    --tw-translate-x: 6rem;
  }

  .xs\:hover\:translate-x-104:hover{
    --tw-translate-x: 6.5rem;
  }

  .xs\:hover\:translate-x-112:hover{
    --tw-translate-x: 7rem;
  }

  .xs\:hover\:translate-x-128:hover{
    --tw-translate-x: 8rem;
  }

  .xs\:hover\:translate-x-140:hover{
    --tw-translate-x: 8.75rem;
  }

  .xs\:hover\:translate-x-160:hover{
    --tw-translate-x: 10rem;
  }

  .xs\:hover\:translate-x-180:hover{
    --tw-translate-x: 11.25rem;
  }

  .xs\:hover\:translate-x-200:hover{
    --tw-translate-x: 12.5rem;
  }

  .xs\:hover\:translate-x-224:hover{
    --tw-translate-x: 14rem;
  }

  .xs\:hover\:translate-x-240:hover{
    --tw-translate-x: 15rem;
  }

  .xs\:hover\:translate-x-260:hover{
    --tw-translate-x: 16.25rem;
  }

  .xs\:hover\:translate-x-300:hover{
    --tw-translate-x: 18.75rem;
  }

  .xs\:hover\:-translate-x-78\%:hover{
    --tw-translate-x: -78%;
  }

  .xs\:hover\:-translate-x-80\%:hover{
    --tw-translate-x: -80%;
  }

  .xs\:hover\:-translate-x-50\%:hover{
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-35\%:hover{
    --tw-translate-x: -35%;
  }

  .xs\:hover\:-translate-x-128:hover{
    --tw-translate-x: -8rem;
  }

  .xs\:hover\:-translate-x-96:hover{
    --tw-translate-x: -6rem;
  }

  .xs\:hover\:-translate-x-64:hover{
    --tw-translate-x: -4rem;
  }

  .xs\:hover\:-translate-x-32:hover{
    --tw-translate-x: -2rem;
  }

  .xs\:hover\:-translate-x-8:hover{
    --tw-translate-x: -0.5rem;
  }

  .xs\:hover\:translate-x-5\%:hover{
    --tw-translate-x: 5%;
  }

  .xs\:hover\:translate-x-10\%:hover{
    --tw-translate-x: 10%;
  }

  .xs\:hover\:translate-x-15\%:hover{
    --tw-translate-x: 15%;
  }

  .xs\:hover\:translate-x-20\%:hover{
    --tw-translate-x: 20%;
  }

  .xs\:hover\:translate-x-25\%:hover{
    --tw-translate-x: 25%;
  }

  .xs\:hover\:translate-x-30\%:hover{
    --tw-translate-x: 30%;
  }

  .xs\:hover\:translate-x-31\%:hover{
    --tw-translate-x: 31%;
  }

  .xs\:hover\:translate-x-33\%:hover{
    --tw-translate-x: 33.333%;
  }

  .xs\:hover\:translate-x-34\%:hover{
    --tw-translate-x: 34%;
  }

  .xs\:hover\:translate-x-45\%:hover{
    --tw-translate-x: 45%;
  }

  .xs\:hover\:translate-x-50\%:hover{
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-54\%:hover{
    --tw-translate-x: 54%;
  }

  .xs\:hover\:translate-x-75\%:hover{
    --tw-translate-x: 75%;
  }

  .xs\:hover\:translate-x-55\%:hover{
    --tw-translate-x: 55%;
  }

  .xs\:hover\:translate-x-65\%:hover{
    --tw-translate-x: 65%;
  }

  .xs\:hover\:translate-x-66\%:hover{
    --tw-translate-x: 66%;
  }

  .xs\:hover\:translate-x-85\%:hover{
    --tw-translate-x: 85%;
  }

  .xs\:hover\:translate-x-96\%:hover{
    --tw-translate-x: 96%;
  }

  .xs\:hover\:translate-x-130\%:hover{
    --tw-translate-x: 130%;
  }

  .xs\:hover\:translate-x-135\%:hover{
    --tw-translate-x: 135%;
  }

  .xs\:hover\:translate-x-200\%:hover{
    --tw-translate-x: 200%;
  }

  .xs\:hover\:translate-x-16\/9:hover{
    --tw-translate-x: 56.25%;
  }

  .xs\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .xs\:hover\:translate-x-span:hover{
    --tw-translate-x: 8.333%;
  }

  .xs\:hover\:translate-x-2span:hover{
    --tw-translate-x: 16.666%;
  }

  .xs\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .xs\:hover\:-translate-x-4:hover{
    --tw-translate-x: -0.25rem;
  }

  .xs\:hover\:-translate-x-12:hover{
    --tw-translate-x: -0.75rem;
  }

  .xs\:hover\:-translate-x-16:hover{
    --tw-translate-x: -1rem;
  }

  .xs\:hover\:-translate-x-20:hover{
    --tw-translate-x: -1.25rem;
  }

  .xs\:hover\:-translate-x-24:hover{
    --tw-translate-x: -1.5rem;
  }

  .xs\:hover\:-translate-x-40:hover{
    --tw-translate-x: -2.5rem;
  }

  .xs\:hover\:-translate-x-48:hover{
    --tw-translate-x: -3rem;
  }

  .xs\:hover\:-translate-x-56:hover{
    --tw-translate-x: -3.5rem;
  }

  .xs\:hover\:-translate-x-80:hover{
    --tw-translate-x: -5rem;
  }

  .xs\:hover\:-translate-x-104:hover{
    --tw-translate-x: -6.5rem;
  }

  .xs\:hover\:-translate-x-112:hover{
    --tw-translate-x: -7rem;
  }

  .xs\:hover\:-translate-x-140:hover{
    --tw-translate-x: -8.75rem;
  }

  .xs\:hover\:-translate-x-160:hover{
    --tw-translate-x: -10rem;
  }

  .xs\:hover\:-translate-x-180:hover{
    --tw-translate-x: -11.25rem;
  }

  .xs\:hover\:-translate-x-200:hover{
    --tw-translate-x: -12.5rem;
  }

  .xs\:hover\:-translate-x-224:hover{
    --tw-translate-x: -14rem;
  }

  .xs\:hover\:-translate-x-240:hover{
    --tw-translate-x: -15rem;
  }

  .xs\:hover\:-translate-x-260:hover{
    --tw-translate-x: -16.25rem;
  }

  .xs\:hover\:-translate-x-300:hover{
    --tw-translate-x: -18.75rem;
  }

  .xs\:hover\:-translate-x--78\%:hover{
    --tw-translate-x: 78%;
  }

  .xs\:hover\:-translate-x--80\%:hover{
    --tw-translate-x: 80%;
  }

  .xs\:hover\:-translate-x--50\%:hover{
    --tw-translate-x: 50%;
  }

  .xs\:hover\:-translate-x--35\%:hover{
    --tw-translate-x: 35%;
  }

  .xs\:hover\:-translate-x--128:hover{
    --tw-translate-x: 8rem;
  }

  .xs\:hover\:-translate-x--96:hover{
    --tw-translate-x: 6rem;
  }

  .xs\:hover\:-translate-x--64:hover{
    --tw-translate-x: 4rem;
  }

  .xs\:hover\:-translate-x--32:hover{
    --tw-translate-x: 2rem;
  }

  .xs\:hover\:-translate-x--8:hover{
    --tw-translate-x: 0.5rem;
  }

  .xs\:hover\:-translate-x-5\%:hover{
    --tw-translate-x: -5%;
  }

  .xs\:hover\:-translate-x-10\%:hover{
    --tw-translate-x: -10%;
  }

  .xs\:hover\:-translate-x-15\%:hover{
    --tw-translate-x: -15%;
  }

  .xs\:hover\:-translate-x-20\%:hover{
    --tw-translate-x: -20%;
  }

  .xs\:hover\:-translate-x-25\%:hover{
    --tw-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-30\%:hover{
    --tw-translate-x: -30%;
  }

  .xs\:hover\:-translate-x-31\%:hover{
    --tw-translate-x: -31%;
  }

  .xs\:hover\:-translate-x-33\%:hover{
    --tw-translate-x: -33.333%;
  }

  .xs\:hover\:-translate-x-34\%:hover{
    --tw-translate-x: -34%;
  }

  .xs\:hover\:-translate-x-45\%:hover{
    --tw-translate-x: -45%;
  }

  .xs\:hover\:-translate-x-54\%:hover{
    --tw-translate-x: -54%;
  }

  .xs\:hover\:-translate-x-75\%:hover{
    --tw-translate-x: -75%;
  }

  .xs\:hover\:-translate-x-55\%:hover{
    --tw-translate-x: -55%;
  }

  .xs\:hover\:-translate-x-65\%:hover{
    --tw-translate-x: -65%;
  }

  .xs\:hover\:-translate-x-66\%:hover{
    --tw-translate-x: -66%;
  }

  .xs\:hover\:-translate-x-85\%:hover{
    --tw-translate-x: -85%;
  }

  .xs\:hover\:-translate-x-96\%:hover{
    --tw-translate-x: -96%;
  }

  .xs\:hover\:-translate-x-130\%:hover{
    --tw-translate-x: -130%;
  }

  .xs\:hover\:-translate-x-135\%:hover{
    --tw-translate-x: -135%;
  }

  .xs\:hover\:-translate-x-200\%:hover{
    --tw-translate-x: -200%;
  }

  .xs\:hover\:-translate-x-16\/9:hover{
    --tw-translate-x: -56.25%;
  }

  .xs\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .xs\:hover\:-translate-x-span:hover{
    --tw-translate-x: -8.333%;
  }

  .xs\:hover\:-translate-x-2span:hover{
    --tw-translate-x: -16.666%;
  }

  .xs\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .xs\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .xs\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .xs\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .xs\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .xs\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .xs\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .xs\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .xs\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  .xs\:hover\:translate-y-4:hover{
    --tw-translate-y: 0.25rem;
  }

  .xs\:hover\:translate-y-8:hover{
    --tw-translate-y: 0.5rem;
  }

  .xs\:hover\:translate-y-12:hover{
    --tw-translate-y: 0.75rem;
  }

  .xs\:hover\:translate-y-16:hover{
    --tw-translate-y: 1rem;
  }

  .xs\:hover\:translate-y-20:hover{
    --tw-translate-y: 1.25rem;
  }

  .xs\:hover\:translate-y-24:hover{
    --tw-translate-y: 1.5rem;
  }

  .xs\:hover\:translate-y-32:hover{
    --tw-translate-y: 2rem;
  }

  .xs\:hover\:translate-y-40:hover{
    --tw-translate-y: 2.5rem;
  }

  .xs\:hover\:translate-y-48:hover{
    --tw-translate-y: 3rem;
  }

  .xs\:hover\:translate-y-56:hover{
    --tw-translate-y: 3.5rem;
  }

  .xs\:hover\:translate-y-64:hover{
    --tw-translate-y: 4rem;
  }

  .xs\:hover\:translate-y-80:hover{
    --tw-translate-y: 5rem;
  }

  .xs\:hover\:translate-y-96:hover{
    --tw-translate-y: 6rem;
  }

  .xs\:hover\:translate-y-104:hover{
    --tw-translate-y: 6.5rem;
  }

  .xs\:hover\:translate-y-112:hover{
    --tw-translate-y: 7rem;
  }

  .xs\:hover\:translate-y-128:hover{
    --tw-translate-y: 8rem;
  }

  .xs\:hover\:translate-y-140:hover{
    --tw-translate-y: 8.75rem;
  }

  .xs\:hover\:translate-y-160:hover{
    --tw-translate-y: 10rem;
  }

  .xs\:hover\:translate-y-180:hover{
    --tw-translate-y: 11.25rem;
  }

  .xs\:hover\:translate-y-200:hover{
    --tw-translate-y: 12.5rem;
  }

  .xs\:hover\:translate-y-224:hover{
    --tw-translate-y: 14rem;
  }

  .xs\:hover\:translate-y-240:hover{
    --tw-translate-y: 15rem;
  }

  .xs\:hover\:translate-y-260:hover{
    --tw-translate-y: 16.25rem;
  }

  .xs\:hover\:translate-y-300:hover{
    --tw-translate-y: 18.75rem;
  }

  .xs\:hover\:-translate-y-78\%:hover{
    --tw-translate-y: -78%;
  }

  .xs\:hover\:-translate-y-80\%:hover{
    --tw-translate-y: -80%;
  }

  .xs\:hover\:-translate-y-50\%:hover{
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-35\%:hover{
    --tw-translate-y: -35%;
  }

  .xs\:hover\:-translate-y-128:hover{
    --tw-translate-y: -8rem;
  }

  .xs\:hover\:-translate-y-96:hover{
    --tw-translate-y: -6rem;
  }

  .xs\:hover\:-translate-y-64:hover{
    --tw-translate-y: -4rem;
  }

  .xs\:hover\:-translate-y-32:hover{
    --tw-translate-y: -2rem;
  }

  .xs\:hover\:-translate-y-8:hover{
    --tw-translate-y: -0.5rem;
  }

  .xs\:hover\:translate-y-5\%:hover{
    --tw-translate-y: 5%;
  }

  .xs\:hover\:translate-y-10\%:hover{
    --tw-translate-y: 10%;
  }

  .xs\:hover\:translate-y-15\%:hover{
    --tw-translate-y: 15%;
  }

  .xs\:hover\:translate-y-20\%:hover{
    --tw-translate-y: 20%;
  }

  .xs\:hover\:translate-y-25\%:hover{
    --tw-translate-y: 25%;
  }

  .xs\:hover\:translate-y-30\%:hover{
    --tw-translate-y: 30%;
  }

  .xs\:hover\:translate-y-31\%:hover{
    --tw-translate-y: 31%;
  }

  .xs\:hover\:translate-y-33\%:hover{
    --tw-translate-y: 33.333%;
  }

  .xs\:hover\:translate-y-34\%:hover{
    --tw-translate-y: 34%;
  }

  .xs\:hover\:translate-y-45\%:hover{
    --tw-translate-y: 45%;
  }

  .xs\:hover\:translate-y-50\%:hover{
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-54\%:hover{
    --tw-translate-y: 54%;
  }

  .xs\:hover\:translate-y-75\%:hover{
    --tw-translate-y: 75%;
  }

  .xs\:hover\:translate-y-55\%:hover{
    --tw-translate-y: 55%;
  }

  .xs\:hover\:translate-y-65\%:hover{
    --tw-translate-y: 65%;
  }

  .xs\:hover\:translate-y-66\%:hover{
    --tw-translate-y: 66%;
  }

  .xs\:hover\:translate-y-85\%:hover{
    --tw-translate-y: 85%;
  }

  .xs\:hover\:translate-y-96\%:hover{
    --tw-translate-y: 96%;
  }

  .xs\:hover\:translate-y-130\%:hover{
    --tw-translate-y: 130%;
  }

  .xs\:hover\:translate-y-135\%:hover{
    --tw-translate-y: 135%;
  }

  .xs\:hover\:translate-y-200\%:hover{
    --tw-translate-y: 200%;
  }

  .xs\:hover\:translate-y-16\/9:hover{
    --tw-translate-y: 56.25%;
  }

  .xs\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .xs\:hover\:translate-y-span:hover{
    --tw-translate-y: 8.333%;
  }

  .xs\:hover\:translate-y-2span:hover{
    --tw-translate-y: 16.666%;
  }

  .xs\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .xs\:hover\:-translate-y-4:hover{
    --tw-translate-y: -0.25rem;
  }

  .xs\:hover\:-translate-y-12:hover{
    --tw-translate-y: -0.75rem;
  }

  .xs\:hover\:-translate-y-16:hover{
    --tw-translate-y: -1rem;
  }

  .xs\:hover\:-translate-y-20:hover{
    --tw-translate-y: -1.25rem;
  }

  .xs\:hover\:-translate-y-24:hover{
    --tw-translate-y: -1.5rem;
  }

  .xs\:hover\:-translate-y-40:hover{
    --tw-translate-y: -2.5rem;
  }

  .xs\:hover\:-translate-y-48:hover{
    --tw-translate-y: -3rem;
  }

  .xs\:hover\:-translate-y-56:hover{
    --tw-translate-y: -3.5rem;
  }

  .xs\:hover\:-translate-y-80:hover{
    --tw-translate-y: -5rem;
  }

  .xs\:hover\:-translate-y-104:hover{
    --tw-translate-y: -6.5rem;
  }

  .xs\:hover\:-translate-y-112:hover{
    --tw-translate-y: -7rem;
  }

  .xs\:hover\:-translate-y-140:hover{
    --tw-translate-y: -8.75rem;
  }

  .xs\:hover\:-translate-y-160:hover{
    --tw-translate-y: -10rem;
  }

  .xs\:hover\:-translate-y-180:hover{
    --tw-translate-y: -11.25rem;
  }

  .xs\:hover\:-translate-y-200:hover{
    --tw-translate-y: -12.5rem;
  }

  .xs\:hover\:-translate-y-224:hover{
    --tw-translate-y: -14rem;
  }

  .xs\:hover\:-translate-y-240:hover{
    --tw-translate-y: -15rem;
  }

  .xs\:hover\:-translate-y-260:hover{
    --tw-translate-y: -16.25rem;
  }

  .xs\:hover\:-translate-y-300:hover{
    --tw-translate-y: -18.75rem;
  }

  .xs\:hover\:-translate-y--78\%:hover{
    --tw-translate-y: 78%;
  }

  .xs\:hover\:-translate-y--80\%:hover{
    --tw-translate-y: 80%;
  }

  .xs\:hover\:-translate-y--50\%:hover{
    --tw-translate-y: 50%;
  }

  .xs\:hover\:-translate-y--35\%:hover{
    --tw-translate-y: 35%;
  }

  .xs\:hover\:-translate-y--128:hover{
    --tw-translate-y: 8rem;
  }

  .xs\:hover\:-translate-y--96:hover{
    --tw-translate-y: 6rem;
  }

  .xs\:hover\:-translate-y--64:hover{
    --tw-translate-y: 4rem;
  }

  .xs\:hover\:-translate-y--32:hover{
    --tw-translate-y: 2rem;
  }

  .xs\:hover\:-translate-y--8:hover{
    --tw-translate-y: 0.5rem;
  }

  .xs\:hover\:-translate-y-5\%:hover{
    --tw-translate-y: -5%;
  }

  .xs\:hover\:-translate-y-10\%:hover{
    --tw-translate-y: -10%;
  }

  .xs\:hover\:-translate-y-15\%:hover{
    --tw-translate-y: -15%;
  }

  .xs\:hover\:-translate-y-20\%:hover{
    --tw-translate-y: -20%;
  }

  .xs\:hover\:-translate-y-25\%:hover{
    --tw-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-30\%:hover{
    --tw-translate-y: -30%;
  }

  .xs\:hover\:-translate-y-31\%:hover{
    --tw-translate-y: -31%;
  }

  .xs\:hover\:-translate-y-33\%:hover{
    --tw-translate-y: -33.333%;
  }

  .xs\:hover\:-translate-y-34\%:hover{
    --tw-translate-y: -34%;
  }

  .xs\:hover\:-translate-y-45\%:hover{
    --tw-translate-y: -45%;
  }

  .xs\:hover\:-translate-y-54\%:hover{
    --tw-translate-y: -54%;
  }

  .xs\:hover\:-translate-y-75\%:hover{
    --tw-translate-y: -75%;
  }

  .xs\:hover\:-translate-y-55\%:hover{
    --tw-translate-y: -55%;
  }

  .xs\:hover\:-translate-y-65\%:hover{
    --tw-translate-y: -65%;
  }

  .xs\:hover\:-translate-y-66\%:hover{
    --tw-translate-y: -66%;
  }

  .xs\:hover\:-translate-y-85\%:hover{
    --tw-translate-y: -85%;
  }

  .xs\:hover\:-translate-y-96\%:hover{
    --tw-translate-y: -96%;
  }

  .xs\:hover\:-translate-y-130\%:hover{
    --tw-translate-y: -130%;
  }

  .xs\:hover\:-translate-y-135\%:hover{
    --tw-translate-y: -135%;
  }

  .xs\:hover\:-translate-y-200\%:hover{
    --tw-translate-y: -200%;
  }

  .xs\:hover\:-translate-y-16\/9:hover{
    --tw-translate-y: -56.25%;
  }

  .xs\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .xs\:hover\:-translate-y-span:hover{
    --tw-translate-y: -8.333%;
  }

  .xs\:hover\:-translate-y-2span:hover{
    --tw-translate-y: -16.666%;
  }

  .xs\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .xs\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .xs\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .xs\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .xs\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .xs\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .xs\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .xs\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .xs\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .xs\:focus\:translate-x-4:focus{
    --tw-translate-x: 0.25rem;
  }

  .xs\:focus\:translate-x-8:focus{
    --tw-translate-x: 0.5rem;
  }

  .xs\:focus\:translate-x-12:focus{
    --tw-translate-x: 0.75rem;
  }

  .xs\:focus\:translate-x-16:focus{
    --tw-translate-x: 1rem;
  }

  .xs\:focus\:translate-x-20:focus{
    --tw-translate-x: 1.25rem;
  }

  .xs\:focus\:translate-x-24:focus{
    --tw-translate-x: 1.5rem;
  }

  .xs\:focus\:translate-x-32:focus{
    --tw-translate-x: 2rem;
  }

  .xs\:focus\:translate-x-40:focus{
    --tw-translate-x: 2.5rem;
  }

  .xs\:focus\:translate-x-48:focus{
    --tw-translate-x: 3rem;
  }

  .xs\:focus\:translate-x-56:focus{
    --tw-translate-x: 3.5rem;
  }

  .xs\:focus\:translate-x-64:focus{
    --tw-translate-x: 4rem;
  }

  .xs\:focus\:translate-x-80:focus{
    --tw-translate-x: 5rem;
  }

  .xs\:focus\:translate-x-96:focus{
    --tw-translate-x: 6rem;
  }

  .xs\:focus\:translate-x-104:focus{
    --tw-translate-x: 6.5rem;
  }

  .xs\:focus\:translate-x-112:focus{
    --tw-translate-x: 7rem;
  }

  .xs\:focus\:translate-x-128:focus{
    --tw-translate-x: 8rem;
  }

  .xs\:focus\:translate-x-140:focus{
    --tw-translate-x: 8.75rem;
  }

  .xs\:focus\:translate-x-160:focus{
    --tw-translate-x: 10rem;
  }

  .xs\:focus\:translate-x-180:focus{
    --tw-translate-x: 11.25rem;
  }

  .xs\:focus\:translate-x-200:focus{
    --tw-translate-x: 12.5rem;
  }

  .xs\:focus\:translate-x-224:focus{
    --tw-translate-x: 14rem;
  }

  .xs\:focus\:translate-x-240:focus{
    --tw-translate-x: 15rem;
  }

  .xs\:focus\:translate-x-260:focus{
    --tw-translate-x: 16.25rem;
  }

  .xs\:focus\:translate-x-300:focus{
    --tw-translate-x: 18.75rem;
  }

  .xs\:focus\:-translate-x-78\%:focus{
    --tw-translate-x: -78%;
  }

  .xs\:focus\:-translate-x-80\%:focus{
    --tw-translate-x: -80%;
  }

  .xs\:focus\:-translate-x-50\%:focus{
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-35\%:focus{
    --tw-translate-x: -35%;
  }

  .xs\:focus\:-translate-x-128:focus{
    --tw-translate-x: -8rem;
  }

  .xs\:focus\:-translate-x-96:focus{
    --tw-translate-x: -6rem;
  }

  .xs\:focus\:-translate-x-64:focus{
    --tw-translate-x: -4rem;
  }

  .xs\:focus\:-translate-x-32:focus{
    --tw-translate-x: -2rem;
  }

  .xs\:focus\:-translate-x-8:focus{
    --tw-translate-x: -0.5rem;
  }

  .xs\:focus\:translate-x-5\%:focus{
    --tw-translate-x: 5%;
  }

  .xs\:focus\:translate-x-10\%:focus{
    --tw-translate-x: 10%;
  }

  .xs\:focus\:translate-x-15\%:focus{
    --tw-translate-x: 15%;
  }

  .xs\:focus\:translate-x-20\%:focus{
    --tw-translate-x: 20%;
  }

  .xs\:focus\:translate-x-25\%:focus{
    --tw-translate-x: 25%;
  }

  .xs\:focus\:translate-x-30\%:focus{
    --tw-translate-x: 30%;
  }

  .xs\:focus\:translate-x-31\%:focus{
    --tw-translate-x: 31%;
  }

  .xs\:focus\:translate-x-33\%:focus{
    --tw-translate-x: 33.333%;
  }

  .xs\:focus\:translate-x-34\%:focus{
    --tw-translate-x: 34%;
  }

  .xs\:focus\:translate-x-45\%:focus{
    --tw-translate-x: 45%;
  }

  .xs\:focus\:translate-x-50\%:focus{
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-54\%:focus{
    --tw-translate-x: 54%;
  }

  .xs\:focus\:translate-x-75\%:focus{
    --tw-translate-x: 75%;
  }

  .xs\:focus\:translate-x-55\%:focus{
    --tw-translate-x: 55%;
  }

  .xs\:focus\:translate-x-65\%:focus{
    --tw-translate-x: 65%;
  }

  .xs\:focus\:translate-x-66\%:focus{
    --tw-translate-x: 66%;
  }

  .xs\:focus\:translate-x-85\%:focus{
    --tw-translate-x: 85%;
  }

  .xs\:focus\:translate-x-96\%:focus{
    --tw-translate-x: 96%;
  }

  .xs\:focus\:translate-x-130\%:focus{
    --tw-translate-x: 130%;
  }

  .xs\:focus\:translate-x-135\%:focus{
    --tw-translate-x: 135%;
  }

  .xs\:focus\:translate-x-200\%:focus{
    --tw-translate-x: 200%;
  }

  .xs\:focus\:translate-x-16\/9:focus{
    --tw-translate-x: 56.25%;
  }

  .xs\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .xs\:focus\:translate-x-span:focus{
    --tw-translate-x: 8.333%;
  }

  .xs\:focus\:translate-x-2span:focus{
    --tw-translate-x: 16.666%;
  }

  .xs\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .xs\:focus\:-translate-x-4:focus{
    --tw-translate-x: -0.25rem;
  }

  .xs\:focus\:-translate-x-12:focus{
    --tw-translate-x: -0.75rem;
  }

  .xs\:focus\:-translate-x-16:focus{
    --tw-translate-x: -1rem;
  }

  .xs\:focus\:-translate-x-20:focus{
    --tw-translate-x: -1.25rem;
  }

  .xs\:focus\:-translate-x-24:focus{
    --tw-translate-x: -1.5rem;
  }

  .xs\:focus\:-translate-x-40:focus{
    --tw-translate-x: -2.5rem;
  }

  .xs\:focus\:-translate-x-48:focus{
    --tw-translate-x: -3rem;
  }

  .xs\:focus\:-translate-x-56:focus{
    --tw-translate-x: -3.5rem;
  }

  .xs\:focus\:-translate-x-80:focus{
    --tw-translate-x: -5rem;
  }

  .xs\:focus\:-translate-x-104:focus{
    --tw-translate-x: -6.5rem;
  }

  .xs\:focus\:-translate-x-112:focus{
    --tw-translate-x: -7rem;
  }

  .xs\:focus\:-translate-x-140:focus{
    --tw-translate-x: -8.75rem;
  }

  .xs\:focus\:-translate-x-160:focus{
    --tw-translate-x: -10rem;
  }

  .xs\:focus\:-translate-x-180:focus{
    --tw-translate-x: -11.25rem;
  }

  .xs\:focus\:-translate-x-200:focus{
    --tw-translate-x: -12.5rem;
  }

  .xs\:focus\:-translate-x-224:focus{
    --tw-translate-x: -14rem;
  }

  .xs\:focus\:-translate-x-240:focus{
    --tw-translate-x: -15rem;
  }

  .xs\:focus\:-translate-x-260:focus{
    --tw-translate-x: -16.25rem;
  }

  .xs\:focus\:-translate-x-300:focus{
    --tw-translate-x: -18.75rem;
  }

  .xs\:focus\:-translate-x--78\%:focus{
    --tw-translate-x: 78%;
  }

  .xs\:focus\:-translate-x--80\%:focus{
    --tw-translate-x: 80%;
  }

  .xs\:focus\:-translate-x--50\%:focus{
    --tw-translate-x: 50%;
  }

  .xs\:focus\:-translate-x--35\%:focus{
    --tw-translate-x: 35%;
  }

  .xs\:focus\:-translate-x--128:focus{
    --tw-translate-x: 8rem;
  }

  .xs\:focus\:-translate-x--96:focus{
    --tw-translate-x: 6rem;
  }

  .xs\:focus\:-translate-x--64:focus{
    --tw-translate-x: 4rem;
  }

  .xs\:focus\:-translate-x--32:focus{
    --tw-translate-x: 2rem;
  }

  .xs\:focus\:-translate-x--8:focus{
    --tw-translate-x: 0.5rem;
  }

  .xs\:focus\:-translate-x-5\%:focus{
    --tw-translate-x: -5%;
  }

  .xs\:focus\:-translate-x-10\%:focus{
    --tw-translate-x: -10%;
  }

  .xs\:focus\:-translate-x-15\%:focus{
    --tw-translate-x: -15%;
  }

  .xs\:focus\:-translate-x-20\%:focus{
    --tw-translate-x: -20%;
  }

  .xs\:focus\:-translate-x-25\%:focus{
    --tw-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-30\%:focus{
    --tw-translate-x: -30%;
  }

  .xs\:focus\:-translate-x-31\%:focus{
    --tw-translate-x: -31%;
  }

  .xs\:focus\:-translate-x-33\%:focus{
    --tw-translate-x: -33.333%;
  }

  .xs\:focus\:-translate-x-34\%:focus{
    --tw-translate-x: -34%;
  }

  .xs\:focus\:-translate-x-45\%:focus{
    --tw-translate-x: -45%;
  }

  .xs\:focus\:-translate-x-54\%:focus{
    --tw-translate-x: -54%;
  }

  .xs\:focus\:-translate-x-75\%:focus{
    --tw-translate-x: -75%;
  }

  .xs\:focus\:-translate-x-55\%:focus{
    --tw-translate-x: -55%;
  }

  .xs\:focus\:-translate-x-65\%:focus{
    --tw-translate-x: -65%;
  }

  .xs\:focus\:-translate-x-66\%:focus{
    --tw-translate-x: -66%;
  }

  .xs\:focus\:-translate-x-85\%:focus{
    --tw-translate-x: -85%;
  }

  .xs\:focus\:-translate-x-96\%:focus{
    --tw-translate-x: -96%;
  }

  .xs\:focus\:-translate-x-130\%:focus{
    --tw-translate-x: -130%;
  }

  .xs\:focus\:-translate-x-135\%:focus{
    --tw-translate-x: -135%;
  }

  .xs\:focus\:-translate-x-200\%:focus{
    --tw-translate-x: -200%;
  }

  .xs\:focus\:-translate-x-16\/9:focus{
    --tw-translate-x: -56.25%;
  }

  .xs\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .xs\:focus\:-translate-x-span:focus{
    --tw-translate-x: -8.333%;
  }

  .xs\:focus\:-translate-x-2span:focus{
    --tw-translate-x: -16.666%;
  }

  .xs\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .xs\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .xs\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .xs\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .xs\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .xs\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .xs\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .xs\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .xs\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  .xs\:focus\:translate-y-4:focus{
    --tw-translate-y: 0.25rem;
  }

  .xs\:focus\:translate-y-8:focus{
    --tw-translate-y: 0.5rem;
  }

  .xs\:focus\:translate-y-12:focus{
    --tw-translate-y: 0.75rem;
  }

  .xs\:focus\:translate-y-16:focus{
    --tw-translate-y: 1rem;
  }

  .xs\:focus\:translate-y-20:focus{
    --tw-translate-y: 1.25rem;
  }

  .xs\:focus\:translate-y-24:focus{
    --tw-translate-y: 1.5rem;
  }

  .xs\:focus\:translate-y-32:focus{
    --tw-translate-y: 2rem;
  }

  .xs\:focus\:translate-y-40:focus{
    --tw-translate-y: 2.5rem;
  }

  .xs\:focus\:translate-y-48:focus{
    --tw-translate-y: 3rem;
  }

  .xs\:focus\:translate-y-56:focus{
    --tw-translate-y: 3.5rem;
  }

  .xs\:focus\:translate-y-64:focus{
    --tw-translate-y: 4rem;
  }

  .xs\:focus\:translate-y-80:focus{
    --tw-translate-y: 5rem;
  }

  .xs\:focus\:translate-y-96:focus{
    --tw-translate-y: 6rem;
  }

  .xs\:focus\:translate-y-104:focus{
    --tw-translate-y: 6.5rem;
  }

  .xs\:focus\:translate-y-112:focus{
    --tw-translate-y: 7rem;
  }

  .xs\:focus\:translate-y-128:focus{
    --tw-translate-y: 8rem;
  }

  .xs\:focus\:translate-y-140:focus{
    --tw-translate-y: 8.75rem;
  }

  .xs\:focus\:translate-y-160:focus{
    --tw-translate-y: 10rem;
  }

  .xs\:focus\:translate-y-180:focus{
    --tw-translate-y: 11.25rem;
  }

  .xs\:focus\:translate-y-200:focus{
    --tw-translate-y: 12.5rem;
  }

  .xs\:focus\:translate-y-224:focus{
    --tw-translate-y: 14rem;
  }

  .xs\:focus\:translate-y-240:focus{
    --tw-translate-y: 15rem;
  }

  .xs\:focus\:translate-y-260:focus{
    --tw-translate-y: 16.25rem;
  }

  .xs\:focus\:translate-y-300:focus{
    --tw-translate-y: 18.75rem;
  }

  .xs\:focus\:-translate-y-78\%:focus{
    --tw-translate-y: -78%;
  }

  .xs\:focus\:-translate-y-80\%:focus{
    --tw-translate-y: -80%;
  }

  .xs\:focus\:-translate-y-50\%:focus{
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-35\%:focus{
    --tw-translate-y: -35%;
  }

  .xs\:focus\:-translate-y-128:focus{
    --tw-translate-y: -8rem;
  }

  .xs\:focus\:-translate-y-96:focus{
    --tw-translate-y: -6rem;
  }

  .xs\:focus\:-translate-y-64:focus{
    --tw-translate-y: -4rem;
  }

  .xs\:focus\:-translate-y-32:focus{
    --tw-translate-y: -2rem;
  }

  .xs\:focus\:-translate-y-8:focus{
    --tw-translate-y: -0.5rem;
  }

  .xs\:focus\:translate-y-5\%:focus{
    --tw-translate-y: 5%;
  }

  .xs\:focus\:translate-y-10\%:focus{
    --tw-translate-y: 10%;
  }

  .xs\:focus\:translate-y-15\%:focus{
    --tw-translate-y: 15%;
  }

  .xs\:focus\:translate-y-20\%:focus{
    --tw-translate-y: 20%;
  }

  .xs\:focus\:translate-y-25\%:focus{
    --tw-translate-y: 25%;
  }

  .xs\:focus\:translate-y-30\%:focus{
    --tw-translate-y: 30%;
  }

  .xs\:focus\:translate-y-31\%:focus{
    --tw-translate-y: 31%;
  }

  .xs\:focus\:translate-y-33\%:focus{
    --tw-translate-y: 33.333%;
  }

  .xs\:focus\:translate-y-34\%:focus{
    --tw-translate-y: 34%;
  }

  .xs\:focus\:translate-y-45\%:focus{
    --tw-translate-y: 45%;
  }

  .xs\:focus\:translate-y-50\%:focus{
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-54\%:focus{
    --tw-translate-y: 54%;
  }

  .xs\:focus\:translate-y-75\%:focus{
    --tw-translate-y: 75%;
  }

  .xs\:focus\:translate-y-55\%:focus{
    --tw-translate-y: 55%;
  }

  .xs\:focus\:translate-y-65\%:focus{
    --tw-translate-y: 65%;
  }

  .xs\:focus\:translate-y-66\%:focus{
    --tw-translate-y: 66%;
  }

  .xs\:focus\:translate-y-85\%:focus{
    --tw-translate-y: 85%;
  }

  .xs\:focus\:translate-y-96\%:focus{
    --tw-translate-y: 96%;
  }

  .xs\:focus\:translate-y-130\%:focus{
    --tw-translate-y: 130%;
  }

  .xs\:focus\:translate-y-135\%:focus{
    --tw-translate-y: 135%;
  }

  .xs\:focus\:translate-y-200\%:focus{
    --tw-translate-y: 200%;
  }

  .xs\:focus\:translate-y-16\/9:focus{
    --tw-translate-y: 56.25%;
  }

  .xs\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .xs\:focus\:translate-y-span:focus{
    --tw-translate-y: 8.333%;
  }

  .xs\:focus\:translate-y-2span:focus{
    --tw-translate-y: 16.666%;
  }

  .xs\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .xs\:focus\:-translate-y-4:focus{
    --tw-translate-y: -0.25rem;
  }

  .xs\:focus\:-translate-y-12:focus{
    --tw-translate-y: -0.75rem;
  }

  .xs\:focus\:-translate-y-16:focus{
    --tw-translate-y: -1rem;
  }

  .xs\:focus\:-translate-y-20:focus{
    --tw-translate-y: -1.25rem;
  }

  .xs\:focus\:-translate-y-24:focus{
    --tw-translate-y: -1.5rem;
  }

  .xs\:focus\:-translate-y-40:focus{
    --tw-translate-y: -2.5rem;
  }

  .xs\:focus\:-translate-y-48:focus{
    --tw-translate-y: -3rem;
  }

  .xs\:focus\:-translate-y-56:focus{
    --tw-translate-y: -3.5rem;
  }

  .xs\:focus\:-translate-y-80:focus{
    --tw-translate-y: -5rem;
  }

  .xs\:focus\:-translate-y-104:focus{
    --tw-translate-y: -6.5rem;
  }

  .xs\:focus\:-translate-y-112:focus{
    --tw-translate-y: -7rem;
  }

  .xs\:focus\:-translate-y-140:focus{
    --tw-translate-y: -8.75rem;
  }

  .xs\:focus\:-translate-y-160:focus{
    --tw-translate-y: -10rem;
  }

  .xs\:focus\:-translate-y-180:focus{
    --tw-translate-y: -11.25rem;
  }

  .xs\:focus\:-translate-y-200:focus{
    --tw-translate-y: -12.5rem;
  }

  .xs\:focus\:-translate-y-224:focus{
    --tw-translate-y: -14rem;
  }

  .xs\:focus\:-translate-y-240:focus{
    --tw-translate-y: -15rem;
  }

  .xs\:focus\:-translate-y-260:focus{
    --tw-translate-y: -16.25rem;
  }

  .xs\:focus\:-translate-y-300:focus{
    --tw-translate-y: -18.75rem;
  }

  .xs\:focus\:-translate-y--78\%:focus{
    --tw-translate-y: 78%;
  }

  .xs\:focus\:-translate-y--80\%:focus{
    --tw-translate-y: 80%;
  }

  .xs\:focus\:-translate-y--50\%:focus{
    --tw-translate-y: 50%;
  }

  .xs\:focus\:-translate-y--35\%:focus{
    --tw-translate-y: 35%;
  }

  .xs\:focus\:-translate-y--128:focus{
    --tw-translate-y: 8rem;
  }

  .xs\:focus\:-translate-y--96:focus{
    --tw-translate-y: 6rem;
  }

  .xs\:focus\:-translate-y--64:focus{
    --tw-translate-y: 4rem;
  }

  .xs\:focus\:-translate-y--32:focus{
    --tw-translate-y: 2rem;
  }

  .xs\:focus\:-translate-y--8:focus{
    --tw-translate-y: 0.5rem;
  }

  .xs\:focus\:-translate-y-5\%:focus{
    --tw-translate-y: -5%;
  }

  .xs\:focus\:-translate-y-10\%:focus{
    --tw-translate-y: -10%;
  }

  .xs\:focus\:-translate-y-15\%:focus{
    --tw-translate-y: -15%;
  }

  .xs\:focus\:-translate-y-20\%:focus{
    --tw-translate-y: -20%;
  }

  .xs\:focus\:-translate-y-25\%:focus{
    --tw-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-30\%:focus{
    --tw-translate-y: -30%;
  }

  .xs\:focus\:-translate-y-31\%:focus{
    --tw-translate-y: -31%;
  }

  .xs\:focus\:-translate-y-33\%:focus{
    --tw-translate-y: -33.333%;
  }

  .xs\:focus\:-translate-y-34\%:focus{
    --tw-translate-y: -34%;
  }

  .xs\:focus\:-translate-y-45\%:focus{
    --tw-translate-y: -45%;
  }

  .xs\:focus\:-translate-y-54\%:focus{
    --tw-translate-y: -54%;
  }

  .xs\:focus\:-translate-y-75\%:focus{
    --tw-translate-y: -75%;
  }

  .xs\:focus\:-translate-y-55\%:focus{
    --tw-translate-y: -55%;
  }

  .xs\:focus\:-translate-y-65\%:focus{
    --tw-translate-y: -65%;
  }

  .xs\:focus\:-translate-y-66\%:focus{
    --tw-translate-y: -66%;
  }

  .xs\:focus\:-translate-y-85\%:focus{
    --tw-translate-y: -85%;
  }

  .xs\:focus\:-translate-y-96\%:focus{
    --tw-translate-y: -96%;
  }

  .xs\:focus\:-translate-y-130\%:focus{
    --tw-translate-y: -130%;
  }

  .xs\:focus\:-translate-y-135\%:focus{
    --tw-translate-y: -135%;
  }

  .xs\:focus\:-translate-y-200\%:focus{
    --tw-translate-y: -200%;
  }

  .xs\:focus\:-translate-y-16\/9:focus{
    --tw-translate-y: -56.25%;
  }

  .xs\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .xs\:focus\:-translate-y-span:focus{
    --tw-translate-y: -8.333%;
  }

  .xs\:focus\:-translate-y-2span:focus{
    --tw-translate-y: -16.666%;
  }

  .xs\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .xs\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .xs\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .xs\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .xs\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .xs\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .xs\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .xs\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .xs\:rotate-0{
    --tw-rotate: 0deg;
  }

  .xs\:rotate-1{
    --tw-rotate: 1deg;
  }

  .xs\:rotate-2{
    --tw-rotate: 2deg;
  }

  .xs\:rotate-3{
    --tw-rotate: 3deg;
  }

  .xs\:rotate-6{
    --tw-rotate: 6deg;
  }

  .xs\:rotate-12{
    --tw-rotate: 12deg;
  }

  .xs\:rotate-45{
    --tw-rotate: 45deg;
  }

  .xs\:rotate-90{
    --tw-rotate: 90deg;
  }

  .xs\:rotate-180{
    --tw-rotate: 180deg;
  }

  .xs\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .xs\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .xs\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .xs\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .xs\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .xs\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .xs\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .xs\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .xs\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .xs\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .xs\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .xs\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .xs\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .xs\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .xs\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .xs\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .xs\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .xs\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .xs\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .xs\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .xs\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .xs\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .xs\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .xs\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .xs\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .xs\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .xs\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .xs\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .xs\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .xs\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .xs\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .xs\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .xs\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .xs\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .xs\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .xs\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .xs\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .xs\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .xs\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .xs\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .xs\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .xs\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .xs\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .xs\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .xs\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .xs\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .xs\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .xs\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .xs\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .xs\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .xs\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .xs\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .xs\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .xs\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .xs\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .xs\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .xs\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .xs\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .xs\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .xs\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .xs\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .xs\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .xs\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .xs\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .xs\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .xs\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .xs\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .xs\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .xs\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .xs\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .xs\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .xs\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .xs\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .xs\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .xs\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .xs\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .xs\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .xs\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .xs\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .xs\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .xs\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .xs\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .xs\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .xs\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .xs\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .xs\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .xs\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .xs\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .xs\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .xs\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .xs\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .xs\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .xs\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .xs\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .xs\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .xs\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .xs\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .xs\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .xs\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .xs\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .xs\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .xs\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .xs\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .xs\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .xs\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .xs\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .xs\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .xs\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .xs\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:scale-130{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .xs\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:scale-200{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .xs\:scale-500{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .xs\:scale-700{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .xs\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-130:hover{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .xs\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-200:hover{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .xs\:hover\:scale-500:hover{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .xs\:hover\:scale-700:hover{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .xs\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-130:focus{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .xs\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-200:focus{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .xs\:focus\:scale-500:focus{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .xs\:focus\:scale-700:focus{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .xs\:scale-x-0{
    --tw-scale-x: 0;
  }

  .xs\:scale-x-50{
    --tw-scale-x: .5;
  }

  .xs\:scale-x-75{
    --tw-scale-x: .75;
  }

  .xs\:scale-x-90{
    --tw-scale-x: .9;
  }

  .xs\:scale-x-95{
    --tw-scale-x: .95;
  }

  .xs\:scale-x-100{
    --tw-scale-x: 1;
  }

  .xs\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .xs\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .xs\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .xs\:scale-x-130{
    --tw-scale-x: 1.3;
  }

  .xs\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .xs\:scale-x-200{
    --tw-scale-x: 2;
  }

  .xs\:scale-x-500{
    --tw-scale-x: 5;
  }

  .xs\:scale-x-700{
    --tw-scale-x: 7;
  }

  .xs\:scale-y-0{
    --tw-scale-y: 0;
  }

  .xs\:scale-y-50{
    --tw-scale-y: .5;
  }

  .xs\:scale-y-75{
    --tw-scale-y: .75;
  }

  .xs\:scale-y-90{
    --tw-scale-y: .9;
  }

  .xs\:scale-y-95{
    --tw-scale-y: .95;
  }

  .xs\:scale-y-100{
    --tw-scale-y: 1;
  }

  .xs\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .xs\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .xs\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .xs\:scale-y-130{
    --tw-scale-y: 1.3;
  }

  .xs\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xs\:scale-y-200{
    --tw-scale-y: 2;
  }

  .xs\:scale-y-500{
    --tw-scale-y: 5;
  }

  .xs\:scale-y-700{
    --tw-scale-y: 7;
  }

  .xs\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .xs\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .xs\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .xs\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .xs\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .xs\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .xs\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .xs\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .xs\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .xs\:hover\:scale-x-130:hover{
    --tw-scale-x: 1.3;
  }

  .xs\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .xs\:hover\:scale-x-200:hover{
    --tw-scale-x: 2;
  }

  .xs\:hover\:scale-x-500:hover{
    --tw-scale-x: 5;
  }

  .xs\:hover\:scale-x-700:hover{
    --tw-scale-x: 7;
  }

  .xs\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-y-130:hover{
    --tw-scale-y: 1.3;
  }

  .xs\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-y-200:hover{
    --tw-scale-y: 2;
  }

  .xs\:hover\:scale-y-500:hover{
    --tw-scale-y: 5;
  }

  .xs\:hover\:scale-y-700:hover{
    --tw-scale-y: 7;
  }

  .xs\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .xs\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .xs\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .xs\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .xs\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .xs\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .xs\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .xs\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .xs\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .xs\:focus\:scale-x-130:focus{
    --tw-scale-x: 1.3;
  }

  .xs\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .xs\:focus\:scale-x-200:focus{
    --tw-scale-x: 2;
  }

  .xs\:focus\:scale-x-500:focus{
    --tw-scale-x: 5;
  }

  .xs\:focus\:scale-x-700:focus{
    --tw-scale-x: 7;
  }

  .xs\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-y-130:focus{
    --tw-scale-y: 1.3;
  }

  .xs\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-y-200:focus{
    --tw-scale-y: 2;
  }

  .xs\:focus\:scale-y-500:focus{
    --tw-scale-y: 5;
  }

  .xs\:focus\:scale-y-700:focus{
    --tw-scale-y: 7;
  }

  .xs\:animate-none{
    animation: none;
  }

  .xs\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .xs\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:animate-bounce{
    animation: bounce 1s infinite;
  }

  @media (prefers-reduced-motion: no-preference){
    .xs\:motion-safe\:animate-none{
      animation: none;
    }

    .xs\:motion-safe\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .xs\:motion-safe\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .xs\:motion-safe\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .xs\:motion-safe\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  @media (prefers-reduced-motion: reduce){
    .xs\:motion-reduce\:animate-none{
      animation: none;
    }

    .xs\:motion-reduce\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .xs\:motion-reduce\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .xs\:motion-reduce\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .xs\:motion-reduce\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  .xs\:select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:select-all{
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xs\:select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:resize-none{
    resize: none;
  }

  .xs\:resize-y{
    resize: vertical;
  }

  .xs\:resize-x{
    resize: horizontal;
  }

  .xs\:resize{
    resize: both;
  }

  .xs\:list-inside{
    list-style-position: inside;
  }

  .xs\:list-outside{
    list-style-position: outside;
  }

  .xs\:list-none{
    list-style-type: none;
  }

  .xs\:list-disc{
    list-style-type: disc;
  }

  .xs\:list-decimal{
    list-style-type: decimal;
  }

  .xs\:appearance-none{
    -webkit-appearance: none;
            appearance: none;
  }

  .xs\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xs\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .xs\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .xs\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:grid-flow-row{
    grid-auto-flow: row;
  }

  .xs\:grid-flow-col{
    grid-auto-flow: column;
  }

  .xs\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xs\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xs\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xs\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .xs\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .xs\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:grid-cols-none{
    grid-template-columns: none;
  }

  .xs\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-rows-none{
    grid-template-rows: none;
  }

  .xs\:flex-row{
    flex-direction: row;
  }

  .xs\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xs\:flex-col{
    flex-direction: column;
  }

  .xs\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap{
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xs\:place-content-center{
    place-content: center;
  }

  .xs\:place-content-start{
    place-content: start;
  }

  .xs\:place-content-end{
    place-content: end;
  }

  .xs\:place-content-between{
    place-content: space-between;
  }

  .xs\:place-content-around{
    place-content: space-around;
  }

  .xs\:place-content-evenly{
    place-content: space-evenly;
  }

  .xs\:place-content-stretch{
    place-content: stretch;
  }

  .xs\:place-items-start{
    place-items: start;
  }

  .xs\:place-items-end{
    place-items: end;
  }

  .xs\:place-items-center{
    place-items: center;
  }

  .xs\:place-items-stretch{
    place-items: stretch;
  }

  .xs\:content-center{
    align-content: center;
  }

  .xs\:content-start{
    align-content: flex-start;
  }

  .xs\:content-end{
    align-content: flex-end;
  }

  .xs\:content-between{
    align-content: space-between;
  }

  .xs\:content-around{
    align-content: space-around;
  }

  .xs\:content-evenly{
    align-content: space-evenly;
  }

  .xs\:items-start{
    align-items: flex-start;
  }

  .xs\:items-end{
    align-items: flex-end;
  }

  .xs\:items-center{
    align-items: center;
  }

  .xs\:items-baseline{
    align-items: baseline;
  }

  .xs\:items-stretch{
    align-items: stretch;
  }

  .xs\:justify-start{
    justify-content: flex-start;
  }

  .xs\:justify-end{
    justify-content: flex-end;
  }

  .xs\:justify-center{
    justify-content: center;
  }

  .xs\:justify-between{
    justify-content: space-between;
  }

  .xs\:justify-around{
    justify-content: space-around;
  }

  .xs\:justify-evenly{
    justify-content: space-evenly;
  }

  .xs\:justify-items-start{
    justify-items: start;
  }

  .xs\:justify-items-end{
    justify-items: end;
  }

  .xs\:justify-items-center{
    justify-items: center;
  }

  .xs\:justify-items-stretch{
    justify-items: stretch;
  }

  .xs\:gap-0{
    gap: 0;
  }

  .xs\:gap-4{
    gap: 0.25rem;
  }

  .xs\:gap-8{
    gap: 0.5rem;
  }

  .xs\:gap-12{
    gap: 0.75rem;
  }

  .xs\:gap-16{
    gap: 1rem;
  }

  .xs\:gap-20{
    gap: 1.25rem;
  }

  .xs\:gap-24{
    gap: 1.5rem;
  }

  .xs\:gap-32{
    gap: 2rem;
  }

  .xs\:gap-40{
    gap: 2.5rem;
  }

  .xs\:gap-48{
    gap: 3rem;
  }

  .xs\:gap-56{
    gap: 3.5rem;
  }

  .xs\:gap-64{
    gap: 4rem;
  }

  .xs\:gap-80{
    gap: 5rem;
  }

  .xs\:gap-96{
    gap: 6rem;
  }

  .xs\:gap-104{
    gap: 6.5rem;
  }

  .xs\:gap-112{
    gap: 7rem;
  }

  .xs\:gap-128{
    gap: 8rem;
  }

  .xs\:gap-140{
    gap: 8.75rem;
  }

  .xs\:gap-160{
    gap: 10rem;
  }

  .xs\:gap-180{
    gap: 11.25rem;
  }

  .xs\:gap-200{
    gap: 12.5rem;
  }

  .xs\:gap-224{
    gap: 14rem;
  }

  .xs\:gap-240{
    gap: 15rem;
  }

  .xs\:gap-260{
    gap: 16.25rem;
  }

  .xs\:gap-300{
    gap: 18.75rem;
  }

  .xs\:-gap-78\%{
    gap: -78%;
  }

  .xs\:-gap-80\%{
    gap: -80%;
  }

  .xs\:-gap-50\%{
    gap: -50%;
  }

  .xs\:-gap-35\%{
    gap: -35%;
  }

  .xs\:-gap-128{
    gap: -8rem;
  }

  .xs\:-gap-96{
    gap: -6rem;
  }

  .xs\:-gap-64{
    gap: -4rem;
  }

  .xs\:-gap-32{
    gap: -2rem;
  }

  .xs\:-gap-8{
    gap: -0.5rem;
  }

  .xs\:gap-5\%{
    gap: 5%;
  }

  .xs\:gap-10\%{
    gap: 10%;
  }

  .xs\:gap-15\%{
    gap: 15%;
  }

  .xs\:gap-20\%{
    gap: 20%;
  }

  .xs\:gap-25\%{
    gap: 25%;
  }

  .xs\:gap-30\%{
    gap: 30%;
  }

  .xs\:gap-31\%{
    gap: 31%;
  }

  .xs\:gap-33\%{
    gap: 33.333%;
  }

  .xs\:gap-34\%{
    gap: 34%;
  }

  .xs\:gap-45\%{
    gap: 45%;
  }

  .xs\:gap-50\%{
    gap: 50%;
  }

  .xs\:gap-54\%{
    gap: 54%;
  }

  .xs\:gap-75\%{
    gap: 75%;
  }

  .xs\:gap-55\%{
    gap: 55%;
  }

  .xs\:gap-65\%{
    gap: 65%;
  }

  .xs\:gap-66\%{
    gap: 66%;
  }

  .xs\:gap-85\%{
    gap: 85%;
  }

  .xs\:gap-96\%{
    gap: 96%;
  }

  .xs\:gap-130\%{
    gap: 130%;
  }

  .xs\:gap-135\%{
    gap: 135%;
  }

  .xs\:gap-200\%{
    gap: 200%;
  }

  .xs\:gap-16\/9{
    gap: 56.25%;
  }

  .xs\:gap-1\/2{
    gap: 50%;
  }

  .xs\:gap-full{
    gap: 100%;
  }

  .xs\:gap-span{
    gap: 8.333%;
  }

  .xs\:gap-2span{
    gap: 16.666%;
  }

  .xs\:gap-px{
    gap: 1px;
  }

  .xs\:gap-x-0{
    column-gap: 0;
  }

  .xs\:gap-x-4{
    column-gap: 0.25rem;
  }

  .xs\:gap-x-8{
    column-gap: 0.5rem;
  }

  .xs\:gap-x-12{
    column-gap: 0.75rem;
  }

  .xs\:gap-x-16{
    column-gap: 1rem;
  }

  .xs\:gap-x-20{
    column-gap: 1.25rem;
  }

  .xs\:gap-x-24{
    column-gap: 1.5rem;
  }

  .xs\:gap-x-32{
    column-gap: 2rem;
  }

  .xs\:gap-x-40{
    column-gap: 2.5rem;
  }

  .xs\:gap-x-48{
    column-gap: 3rem;
  }

  .xs\:gap-x-56{
    column-gap: 3.5rem;
  }

  .xs\:gap-x-64{
    column-gap: 4rem;
  }

  .xs\:gap-x-80{
    column-gap: 5rem;
  }

  .xs\:gap-x-96{
    column-gap: 6rem;
  }

  .xs\:gap-x-104{
    column-gap: 6.5rem;
  }

  .xs\:gap-x-112{
    column-gap: 7rem;
  }

  .xs\:gap-x-128{
    column-gap: 8rem;
  }

  .xs\:gap-x-140{
    column-gap: 8.75rem;
  }

  .xs\:gap-x-160{
    column-gap: 10rem;
  }

  .xs\:gap-x-180{
    column-gap: 11.25rem;
  }

  .xs\:gap-x-200{
    column-gap: 12.5rem;
  }

  .xs\:gap-x-224{
    column-gap: 14rem;
  }

  .xs\:gap-x-240{
    column-gap: 15rem;
  }

  .xs\:gap-x-260{
    column-gap: 16.25rem;
  }

  .xs\:gap-x-300{
    column-gap: 18.75rem;
  }

  .xs\:-gap-x-78\%{
    column-gap: -78%;
  }

  .xs\:-gap-x-80\%{
    column-gap: -80%;
  }

  .xs\:-gap-x-50\%{
    column-gap: -50%;
  }

  .xs\:-gap-x-35\%{
    column-gap: -35%;
  }

  .xs\:-gap-x-128{
    column-gap: -8rem;
  }

  .xs\:-gap-x-96{
    column-gap: -6rem;
  }

  .xs\:-gap-x-64{
    column-gap: -4rem;
  }

  .xs\:-gap-x-32{
    column-gap: -2rem;
  }

  .xs\:-gap-x-8{
    column-gap: -0.5rem;
  }

  .xs\:gap-x-5\%{
    column-gap: 5%;
  }

  .xs\:gap-x-10\%{
    column-gap: 10%;
  }

  .xs\:gap-x-15\%{
    column-gap: 15%;
  }

  .xs\:gap-x-20\%{
    column-gap: 20%;
  }

  .xs\:gap-x-25\%{
    column-gap: 25%;
  }

  .xs\:gap-x-30\%{
    column-gap: 30%;
  }

  .xs\:gap-x-31\%{
    column-gap: 31%;
  }

  .xs\:gap-x-33\%{
    column-gap: 33.333%;
  }

  .xs\:gap-x-34\%{
    column-gap: 34%;
  }

  .xs\:gap-x-45\%{
    column-gap: 45%;
  }

  .xs\:gap-x-50\%{
    column-gap: 50%;
  }

  .xs\:gap-x-54\%{
    column-gap: 54%;
  }

  .xs\:gap-x-75\%{
    column-gap: 75%;
  }

  .xs\:gap-x-55\%{
    column-gap: 55%;
  }

  .xs\:gap-x-65\%{
    column-gap: 65%;
  }

  .xs\:gap-x-66\%{
    column-gap: 66%;
  }

  .xs\:gap-x-85\%{
    column-gap: 85%;
  }

  .xs\:gap-x-96\%{
    column-gap: 96%;
  }

  .xs\:gap-x-130\%{
    column-gap: 130%;
  }

  .xs\:gap-x-135\%{
    column-gap: 135%;
  }

  .xs\:gap-x-200\%{
    column-gap: 200%;
  }

  .xs\:gap-x-16\/9{
    column-gap: 56.25%;
  }

  .xs\:gap-x-1\/2{
    column-gap: 50%;
  }

  .xs\:gap-x-full{
    column-gap: 100%;
  }

  .xs\:gap-x-span{
    column-gap: 8.333%;
  }

  .xs\:gap-x-2span{
    column-gap: 16.666%;
  }

  .xs\:gap-x-px{
    column-gap: 1px;
  }

  .xs\:gap-y-0{
    row-gap: 0;
  }

  .xs\:gap-y-4{
    row-gap: 0.25rem;
  }

  .xs\:gap-y-8{
    row-gap: 0.5rem;
  }

  .xs\:gap-y-12{
    row-gap: 0.75rem;
  }

  .xs\:gap-y-16{
    row-gap: 1rem;
  }

  .xs\:gap-y-20{
    row-gap: 1.25rem;
  }

  .xs\:gap-y-24{
    row-gap: 1.5rem;
  }

  .xs\:gap-y-32{
    row-gap: 2rem;
  }

  .xs\:gap-y-40{
    row-gap: 2.5rem;
  }

  .xs\:gap-y-48{
    row-gap: 3rem;
  }

  .xs\:gap-y-56{
    row-gap: 3.5rem;
  }

  .xs\:gap-y-64{
    row-gap: 4rem;
  }

  .xs\:gap-y-80{
    row-gap: 5rem;
  }

  .xs\:gap-y-96{
    row-gap: 6rem;
  }

  .xs\:gap-y-104{
    row-gap: 6.5rem;
  }

  .xs\:gap-y-112{
    row-gap: 7rem;
  }

  .xs\:gap-y-128{
    row-gap: 8rem;
  }

  .xs\:gap-y-140{
    row-gap: 8.75rem;
  }

  .xs\:gap-y-160{
    row-gap: 10rem;
  }

  .xs\:gap-y-180{
    row-gap: 11.25rem;
  }

  .xs\:gap-y-200{
    row-gap: 12.5rem;
  }

  .xs\:gap-y-224{
    row-gap: 14rem;
  }

  .xs\:gap-y-240{
    row-gap: 15rem;
  }

  .xs\:gap-y-260{
    row-gap: 16.25rem;
  }

  .xs\:gap-y-300{
    row-gap: 18.75rem;
  }

  .xs\:-gap-y-78\%{
    row-gap: -78%;
  }

  .xs\:-gap-y-80\%{
    row-gap: -80%;
  }

  .xs\:-gap-y-50\%{
    row-gap: -50%;
  }

  .xs\:-gap-y-35\%{
    row-gap: -35%;
  }

  .xs\:-gap-y-128{
    row-gap: -8rem;
  }

  .xs\:-gap-y-96{
    row-gap: -6rem;
  }

  .xs\:-gap-y-64{
    row-gap: -4rem;
  }

  .xs\:-gap-y-32{
    row-gap: -2rem;
  }

  .xs\:-gap-y-8{
    row-gap: -0.5rem;
  }

  .xs\:gap-y-5\%{
    row-gap: 5%;
  }

  .xs\:gap-y-10\%{
    row-gap: 10%;
  }

  .xs\:gap-y-15\%{
    row-gap: 15%;
  }

  .xs\:gap-y-20\%{
    row-gap: 20%;
  }

  .xs\:gap-y-25\%{
    row-gap: 25%;
  }

  .xs\:gap-y-30\%{
    row-gap: 30%;
  }

  .xs\:gap-y-31\%{
    row-gap: 31%;
  }

  .xs\:gap-y-33\%{
    row-gap: 33.333%;
  }

  .xs\:gap-y-34\%{
    row-gap: 34%;
  }

  .xs\:gap-y-45\%{
    row-gap: 45%;
  }

  .xs\:gap-y-50\%{
    row-gap: 50%;
  }

  .xs\:gap-y-54\%{
    row-gap: 54%;
  }

  .xs\:gap-y-75\%{
    row-gap: 75%;
  }

  .xs\:gap-y-55\%{
    row-gap: 55%;
  }

  .xs\:gap-y-65\%{
    row-gap: 65%;
  }

  .xs\:gap-y-66\%{
    row-gap: 66%;
  }

  .xs\:gap-y-85\%{
    row-gap: 85%;
  }

  .xs\:gap-y-96\%{
    row-gap: 96%;
  }

  .xs\:gap-y-130\%{
    row-gap: 130%;
  }

  .xs\:gap-y-135\%{
    row-gap: 135%;
  }

  .xs\:gap-y-200\%{
    row-gap: 200%;
  }

  .xs\:gap-y-16\/9{
    row-gap: 56.25%;
  }

  .xs\:gap-y-1\/2{
    row-gap: 50%;
  }

  .xs\:gap-y-full{
    row-gap: 100%;
  }

  .xs\:gap-y-span{
    row-gap: 8.333%;
  }

  .xs\:gap-y-2span{
    row-gap: 16.666%;
  }

  .xs\:gap-y-px{
    row-gap: 1px;
  }

  .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-78% * var(--tw-space-x-reverse));
    margin-left: calc(-78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34% * var(--tw-space-x-reverse));
    margin-left: calc(34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(54% * var(--tw-space-x-reverse));
    margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66% * var(--tw-space-x-reverse));
    margin-left: calc(66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(130% * var(--tw-space-x-reverse));
    margin-left: calc(130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135% * var(--tw-space-x-reverse));
    margin-left: calc(135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200% * var(--tw-space-x-reverse));
    margin-left: calc(200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56.25% * var(--tw-space-x-reverse));
    margin-left: calc(56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666% * var(--tw-space-x-reverse));
    margin-left: calc(16.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(78% * var(--tw-space-x-reverse));
    margin-left: calc(78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34% * var(--tw-space-x-reverse));
    margin-left: calc(-34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-54% * var(--tw-space-x-reverse));
    margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66% * var(--tw-space-x-reverse));
    margin-left: calc(-66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-130% * var(--tw-space-x-reverse));
    margin-left: calc(-130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135% * var(--tw-space-x-reverse));
    margin-left: calc(-135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200% * var(--tw-space-x-reverse));
    margin-left: calc(-200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56.25% * var(--tw-space-x-reverse));
    margin-left: calc(-56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.666% * var(--tw-space-x-reverse));
    margin-left: calc(-16.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56.25% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.333% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56.25% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.333% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.666% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .xs\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.188rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.188rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.313rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.313rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.188rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.188rem * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.313rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.313rem * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .xs\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .xs\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-divide-opacity));
  }

  .xs\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-divide-opacity));
  }

  .xs\:divide-dark-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.1);
  }

  .xs\:divide-dark-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.5);
  }

  .xs\:divide-dark-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .xs\:divide-dark-900 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.9);
  }

  .xs\:divide-light-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:divide-light-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:divide-light-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.10;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.50;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.80;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .xs\:place-self-auto{
    place-self: auto;
  }

  .xs\:place-self-start{
    place-self: start;
  }

  .xs\:place-self-end{
    place-self: end;
  }

  .xs\:place-self-center{
    place-self: center;
  }

  .xs\:place-self-stretch{
    place-self: stretch;
  }

  .xs\:self-auto{
    align-self: auto;
  }

  .xs\:self-start{
    align-self: flex-start;
  }

  .xs\:self-end{
    align-self: flex-end;
  }

  .xs\:self-center{
    align-self: center;
  }

  .xs\:self-stretch{
    align-self: stretch;
  }

  .xs\:self-baseline{
    align-self: baseline;
  }

  .xs\:justify-self-auto{
    justify-self: auto;
  }

  .xs\:justify-self-start{
    justify-self: start;
  }

  .xs\:justify-self-end{
    justify-self: end;
  }

  .xs\:justify-self-center{
    justify-self: center;
  }

  .xs\:justify-self-stretch{
    justify-self: stretch;
  }

  .xs\:overflow-auto{
    overflow: auto;
  }

  .xs\:overflow-hidden{
    overflow: hidden;
  }

  .xs\:overflow-visible{
    overflow: visible;
  }

  .xs\:overflow-scroll{
    overflow: scroll;
  }

  .xs\:overflow-x-auto{
    overflow-x: auto;
  }

  .xs\:overflow-y-auto{
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible{
    overflow-x: visible;
  }

  .xs\:overflow-y-visible{
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xs\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xs\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xs\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xs\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .xs\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .xs\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .xs\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .xs\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .xs\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .xs\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .xs\:overflow-clip{
    text-overflow: clip;
  }

  .xs\:whitespace-normal{
    white-space: normal;
  }

  .xs\:whitespace-nowrap{
    white-space: nowrap;
  }

  .xs\:whitespace-pre{
    white-space: pre;
  }

  .xs\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xs\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words{
    overflow-wrap: break-word;
  }

  .xs\:break-all{
    word-break: break-all;
  }

  .xs\:rounded-none{
    border-radius: 0;
  }

  .xs\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xs\:rounded{
    border-radius: 0.25rem;
  }

  .xs\:rounded-md{
    border-radius: 0.375rem;
  }

  .xs\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xs\:rounded-xl{
    border-radius: 0.75rem;
  }

  .xs\:rounded-2xl{
    border-radius: 1rem;
  }

  .xs\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xs\:rounded-full{
    border-radius: 9999px;
  }

  .xs\:rounded-loader{
    border-radius: 50%;
  }

  .xs\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-t-loader{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .xs\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-r-loader{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .xs\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-b-loader{
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .xs\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-loader{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .xs\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .xs\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xs\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xs\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xs\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .xs\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .xs\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .xs\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tl-loader{
    border-top-left-radius: 50%;
  }

  .xs\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .xs\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-tr-loader{
    border-top-right-radius: 50%;
  }

  .xs\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-br-loader{
    border-bottom-right-radius: 50%;
  }

  .xs\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-bl-loader{
    border-bottom-left-radius: 50%;
  }

  .xs\:border-0{
    border-width: 0px;
  }

  .xs\:border-1{
    border-width: 0.0625rem;
  }

  .xs\:border-2{
    border-width: 0.125rem;
  }

  .xs\:border-3{
    border-width: 0.188rem;
  }

  .xs\:border-4{
    border-width: 4px;
  }

  .xs\:border-5{
    border-width: 0.313rem;
  }

  .xs\:border-8{
    border-width: 8px;
  }

  .xs\:border{
    border-width: 1px;
  }

  .xs\:border-t-0{
    border-top-width: 0px;
  }

  .xs\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .xs\:border-t-2{
    border-top-width: 0.125rem;
  }

  .xs\:border-t-3{
    border-top-width: 0.188rem;
  }

  .xs\:border-t-4{
    border-top-width: 4px;
  }

  .xs\:border-t-5{
    border-top-width: 0.313rem;
  }

  .xs\:border-t-8{
    border-top-width: 8px;
  }

  .xs\:border-t{
    border-top-width: 1px;
  }

  .xs\:border-r-0{
    border-right-width: 0px;
  }

  .xs\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .xs\:border-r-2{
    border-right-width: 0.125rem;
  }

  .xs\:border-r-3{
    border-right-width: 0.188rem;
  }

  .xs\:border-r-4{
    border-right-width: 4px;
  }

  .xs\:border-r-5{
    border-right-width: 0.313rem;
  }

  .xs\:border-r-8{
    border-right-width: 8px;
  }

  .xs\:border-r{
    border-right-width: 1px;
  }

  .xs\:border-b-0{
    border-bottom-width: 0px;
  }

  .xs\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .xs\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .xs\:border-b-3{
    border-bottom-width: 0.188rem;
  }

  .xs\:border-b-4{
    border-bottom-width: 4px;
  }

  .xs\:border-b-5{
    border-bottom-width: 0.313rem;
  }

  .xs\:border-b-8{
    border-bottom-width: 8px;
  }

  .xs\:border-b{
    border-bottom-width: 1px;
  }

  .xs\:border-l-0{
    border-left-width: 0px;
  }

  .xs\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .xs\:border-l-2{
    border-left-width: 0.125rem;
  }

  .xs\:border-l-3{
    border-left-width: 0.188rem;
  }

  .xs\:border-l-4{
    border-left-width: 4px;
  }

  .xs\:border-l-5{
    border-left-width: 0.313rem;
  }

  .xs\:border-l-8{
    border-left-width: 8px;
  }

  .xs\:border-l{
    border-left-width: 1px;
  }

  .xs\:border-solid{
    border-style: solid;
  }

  .xs\:border-dashed{
    border-style: dashed;
  }

  .xs\:border-dotted{
    border-style: dotted;
  }

  .xs\:border-double{
    border-style: double;
  }

  .xs\:border-none{
    border-style: none;
  }

  .xs\:border-transparent{
    border-color: transparent;
  }

  .xs\:border-current{
    border-color: currentColor;
  }

  .xs\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .xs\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .xs\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xs\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .xs\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .xs\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .xs\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .xs\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .xs\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .xs\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .xs\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .xs\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .group:hover .xs\:group-hover\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .group:hover .xs\:group-hover\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .xs\:group-hover\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .group:hover .xs\:group-hover\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .xs\:group-hover\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .xs\:group-hover\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .xs\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .xs\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-error:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-dark-100:focus-within{
    border-color: rgba(0,0,0,.1);
  }

  .xs\:focus-within\:border-dark-500:focus-within{
    border-color: rgba(0,0,0,.5);
  }

  .xs\:focus-within\:border-dark-800:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .xs\:focus-within\:border-dark-900:focus-within{
    border-color: rgba(0,0,0,.9);
  }

  .xs\:focus-within\:border-light-100:focus-within{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus-within\:border-light-500:focus-within{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus-within\:border-light-800:focus-within{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xs\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .xs\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .xs\:hover\:border-dark-100:hover{
    border-color: rgba(0,0,0,.1);
  }

  .xs\:hover\:border-dark-500:hover{
    border-color: rgba(0,0,0,.5);
  }

  .xs\:hover\:border-dark-800:hover{
    border-color: rgba(0,0,0,.8);
  }

  .xs\:hover\:border-dark-900:hover{
    border-color: rgba(0,0,0,.9);
  }

  .xs\:hover\:border-light-100:hover{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:hover\:border-light-500:hover{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:hover\:border-light-800:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xs\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .xs\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .xs\:focus\:border-dark-100:focus{
    border-color: rgba(0,0,0,.1);
  }

  .xs\:focus\:border-dark-500:focus{
    border-color: rgba(0,0,0,.5);
  }

  .xs\:focus\:border-dark-800:focus{
    border-color: rgba(0,0,0,.8);
  }

  .xs\:focus\:border-dark-900:focus{
    border-color: rgba(0,0,0,.9);
  }

  .xs\:focus\:border-light-100:focus{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus\:border-light-500:focus{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus\:border-light-800:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .xs\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .xs\:border-opacity-10{
    --tw-border-opacity: 0.10;
  }

  .xs\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .xs\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .xs\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .xs\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .xs\:border-opacity-50{
    --tw-border-opacity: 0.50;
  }

  .xs\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .xs\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .xs\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .xs\:border-opacity-80{
    --tw-border-opacity: 0.80;
  }

  .xs\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .xs\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .xs\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .xs\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .xs\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.10;
  }

  .group:hover .xs\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.50;
  }

  .group:hover .xs\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.80;
  }

  .group:hover .xs\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .xs\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .xs\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .xs\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.10;
  }

  .xs\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .xs\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .xs\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .xs\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .xs\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.50;
  }

  .xs\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .xs\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .xs\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .xs\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.80;
  }

  .xs\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .xs\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .xs\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .xs\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .xs\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .xs\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.10;
  }

  .xs\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .xs\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .xs\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .xs\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .xs\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.50;
  }

  .xs\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .xs\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .xs\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .xs\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.80;
  }

  .xs\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .xs\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .xs\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .xs\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .xs\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .xs\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.10;
  }

  .xs\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .xs\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .xs\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .xs\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .xs\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.50;
  }

  .xs\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .xs\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .xs\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .xs\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.80;
  }

  .xs\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .xs\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .xs\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .xs\:bg-transparent{
    background-color: transparent;
  }

  .xs\:bg-current{
    background-color: currentColor;
  }

  .xs\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .xs\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .xs\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .xs\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .xs\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .xs\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .xs\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .xs\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .xs\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .xs\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .group:hover .xs\:group-hover\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .group:hover .xs\:group-hover\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .xs\:group-hover\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .group:hover .xs\:group-hover\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .xs\:group-hover\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .xs\:group-hover\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .xs\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .xs\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-error:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-dark-100:focus-within{
    background-color: rgba(0,0,0,.1);
  }

  .xs\:focus-within\:bg-dark-500:focus-within{
    background-color: rgba(0,0,0,.5);
  }

  .xs\:focus-within\:bg-dark-800:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .xs\:focus-within\:bg-dark-900:focus-within{
    background-color: rgba(0,0,0,.9);
  }

  .xs\:focus-within\:bg-light-100:focus-within{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus-within\:bg-light-500:focus-within{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus-within\:bg-light-800:focus-within{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xs\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .xs\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-dark-100:hover{
    background-color: rgba(0,0,0,.1);
  }

  .xs\:hover\:bg-dark-500:hover{
    background-color: rgba(0,0,0,.5);
  }

  .xs\:hover\:bg-dark-800:hover{
    background-color: rgba(0,0,0,.8);
  }

  .xs\:hover\:bg-dark-900:hover{
    background-color: rgba(0,0,0,.9);
  }

  .xs\:hover\:bg-light-100:hover{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:hover\:bg-light-500:hover{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:hover\:bg-light-800:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xs\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .xs\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-dark-100:focus{
    background-color: rgba(0,0,0,.1);
  }

  .xs\:focus\:bg-dark-500:focus{
    background-color: rgba(0,0,0,.5);
  }

  .xs\:focus\:bg-dark-800:focus{
    background-color: rgba(0,0,0,.8);
  }

  .xs\:focus\:bg-dark-900:focus{
    background-color: rgba(0,0,0,.9);
  }

  .xs\:focus\:bg-light-100:focus{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus\:bg-light-500:focus{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus\:bg-light-800:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xs\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .xs\:bg-opacity-10{
    --tw-bg-opacity: 0.10;
  }

  .xs\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .xs\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xs\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .xs\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .xs\:bg-opacity-50{
    --tw-bg-opacity: 0.50;
  }

  .xs\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .xs\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .xs\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xs\:bg-opacity-80{
    --tw-bg-opacity: 0.80;
  }

  .xs\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .xs\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .xs\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.10;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.50;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.80;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.10;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.50;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.80;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .xs\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .xs\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .xs\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.10;
  }

  .xs\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .xs\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .xs\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .xs\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .xs\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.50;
  }

  .xs\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .xs\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .xs\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .xs\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.80;
  }

  .xs\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .xs\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .xs\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .xs\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .xs\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.10;
  }

  .xs\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.50;
  }

  .xs\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.80;
  }

  .xs\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .xs\:bg-none{
    background-image: none;
  }

  .xs\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xs\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-blue{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xs\:from-error{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xs\:from-gray{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xs\:from-gray-dark{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xs\:from-dark-100{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-dark-500{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-dark-800{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-dark-900{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-light-100{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-light-500{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-light-800{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xs\:hover\:from-error:hover{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xs\:hover\:from-gray:hover{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xs\:hover\:from-gray-dark:hover{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xs\:hover\:from-dark-100:hover{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-dark-500:hover{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-dark-800:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-dark-900:hover{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-light-100:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-light-500:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-light-800:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xs\:focus\:from-error:focus{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xs\:focus\:from-gray:focus{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xs\:focus\:from-gray-dark:focus{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xs\:focus\:from-dark-100:focus{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-dark-500:focus{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-dark-800:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-dark-900:focus{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-light-100:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-light-500:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-light-800:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xs\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xs\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xs\:via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xs\:via-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-dark-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-dark-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-dark-900{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-light-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-light-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-light-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xs\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xs\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xs\:hover\:via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xs\:hover\:via-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-dark-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-dark-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-dark-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-light-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-light-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-light-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xs\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xs\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xs\:focus\:via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xs\:focus\:via-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-dark-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-dark-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-dark-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-light-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-light-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-light-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .xs\:to-current{
    --tw-gradient-to: currentColor;
  }

  .xs\:to-black{
    --tw-gradient-to: #000;
  }

  .xs\:to-white{
    --tw-gradient-to: #fff;
  }

  .xs\:to-blue{
    --tw-gradient-to: #0099FF;
  }

  .xs\:to-error{
    --tw-gradient-to: #E62807;
  }

  .xs\:to-gray{
    --tw-gradient-to: #e5e5e5;
  }

  .xs\:to-gray-dark{
    --tw-gradient-to: #777676;
  }

  .xs\:to-dark-100{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .xs\:to-dark-500{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .xs\:to-dark-800{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .xs\:to-dark-900{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .xs\:to-light-100{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .xs\:to-light-500{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .xs\:to-light-800{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .xs\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .xs\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .xs\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .xs\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .xs\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF;
  }

  .xs\:hover\:to-error:hover{
    --tw-gradient-to: #E62807;
  }

  .xs\:hover\:to-gray:hover{
    --tw-gradient-to: #e5e5e5;
  }

  .xs\:hover\:to-gray-dark:hover{
    --tw-gradient-to: #777676;
  }

  .xs\:hover\:to-dark-100:hover{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .xs\:hover\:to-dark-500:hover{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .xs\:hover\:to-dark-800:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .xs\:hover\:to-dark-900:hover{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .xs\:hover\:to-light-100:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .xs\:hover\:to-light-500:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .xs\:hover\:to-light-800:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .xs\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .xs\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .xs\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .xs\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF;
  }

  .xs\:focus\:to-error:focus{
    --tw-gradient-to: #E62807;
  }

  .xs\:focus\:to-gray:focus{
    --tw-gradient-to: #e5e5e5;
  }

  .xs\:focus\:to-gray-dark:focus{
    --tw-gradient-to: #777676;
  }

  .xs\:focus\:to-dark-100:focus{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .xs\:focus\:to-dark-500:focus{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .xs\:focus\:to-dark-800:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .xs\:focus\:to-dark-900:focus{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .xs\:focus\:to-light-100:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus\:to-light-500:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus\:to-light-800:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .xs\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xs\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xs\:bg-auto{
    background-size: auto;
  }

  .xs\:bg-cover{
    background-size: cover;
  }

  .xs\:bg-contain{
    background-size: contain;
  }

  .xs\:bg-fixed{
    background-attachment: fixed;
  }

  .xs\:bg-local{
    background-attachment: local;
  }

  .xs\:bg-scroll{
    background-attachment: scroll;
  }

  .xs\:bg-clip-border{
    background-clip: border-box;
  }

  .xs\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xs\:bg-clip-content{
    background-clip: content-box;
  }

  .xs\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xs\:bg-bottom{
    background-position: bottom;
  }

  .xs\:bg-center{
    background-position: center;
  }

  .xs\:bg-left{
    background-position: left;
  }

  .xs\:bg-left-bottom{
    background-position: left bottom;
  }

  .xs\:bg-left-top{
    background-position: left top;
  }

  .xs\:bg-right{
    background-position: right;
  }

  .xs\:bg-right-bottom{
    background-position: right bottom;
  }

  .xs\:bg-right-top{
    background-position: right top;
  }

  .xs\:bg-top{
    background-position: top;
  }

  .xs\:bg-repeat{
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round{
    background-repeat: round;
  }

  .xs\:bg-repeat-space{
    background-repeat: space;
  }

  .xs\:bg-origin-border{
    background-origin: border-box;
  }

  .xs\:bg-origin-padding{
    background-origin: padding-box;
  }

  .xs\:bg-origin-content{
    background-origin: content-box;
  }

  .xs\:fill-current{
    fill: currentColor;
  }

  .xs\:fill-transparent{
    fill: transparent;
  }

  .xs\:fill-black{
    fill: #000;
  }

  .xs\:fill-white{
    fill: #fff;
  }

  .xs\:fill-blue{
    fill: #0099FF;
  }

  .xs\:fill-error{
    fill: #E62807;
  }

  .xs\:fill-gray{
    fill: #e5e5e5;
  }

  .xs\:fill-gray-dark{
    fill: #777676;
  }

  .xs\:fill-dark-100{
    fill: rgba(0,0,0,.1);
  }

  .xs\:fill-dark-500{
    fill: rgba(0,0,0,.5);
  }

  .xs\:fill-dark-800{
    fill: rgba(0,0,0,.8);
  }

  .xs\:fill-dark-900{
    fill: rgba(0,0,0,.9);
  }

  .xs\:fill-light-100{
    fill: rgba(255, 255, 255, 0.1);
  }

  .xs\:fill-light-500{
    fill: rgba(255, 255, 255, 0.5);
  }

  .xs\:fill-light-800{
    fill: rgba(255, 255, 255, 0.8);
  }

  .xs\:hover\:fill-current:hover{
    fill: currentColor;
  }

  .xs\:hover\:fill-transparent:hover{
    fill: transparent;
  }

  .xs\:hover\:fill-black:hover{
    fill: #000;
  }

  .xs\:hover\:fill-white:hover{
    fill: #fff;
  }

  .xs\:hover\:fill-blue:hover{
    fill: #0099FF;
  }

  .xs\:hover\:fill-error:hover{
    fill: #E62807;
  }

  .xs\:hover\:fill-gray:hover{
    fill: #e5e5e5;
  }

  .xs\:hover\:fill-gray-dark:hover{
    fill: #777676;
  }

  .xs\:hover\:fill-dark-100:hover{
    fill: rgba(0,0,0,.1);
  }

  .xs\:hover\:fill-dark-500:hover{
    fill: rgba(0,0,0,.5);
  }

  .xs\:hover\:fill-dark-800:hover{
    fill: rgba(0,0,0,.8);
  }

  .xs\:hover\:fill-dark-900:hover{
    fill: rgba(0,0,0,.9);
  }

  .xs\:hover\:fill-light-100:hover{
    fill: rgba(255, 255, 255, 0.1);
  }

  .xs\:hover\:fill-light-500:hover{
    fill: rgba(255, 255, 255, 0.5);
  }

  .xs\:hover\:fill-light-800:hover{
    fill: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus\:fill-current:focus{
    fill: currentColor;
  }

  .xs\:focus\:fill-transparent:focus{
    fill: transparent;
  }

  .xs\:focus\:fill-black:focus{
    fill: #000;
  }

  .xs\:focus\:fill-white:focus{
    fill: #fff;
  }

  .xs\:focus\:fill-blue:focus{
    fill: #0099FF;
  }

  .xs\:focus\:fill-error:focus{
    fill: #E62807;
  }

  .xs\:focus\:fill-gray:focus{
    fill: #e5e5e5;
  }

  .xs\:focus\:fill-gray-dark:focus{
    fill: #777676;
  }

  .xs\:focus\:fill-dark-100:focus{
    fill: rgba(0,0,0,.1);
  }

  .xs\:focus\:fill-dark-500:focus{
    fill: rgba(0,0,0,.5);
  }

  .xs\:focus\:fill-dark-800:focus{
    fill: rgba(0,0,0,.8);
  }

  .xs\:focus\:fill-dark-900:focus{
    fill: rgba(0,0,0,.9);
  }

  .xs\:focus\:fill-light-100:focus{
    fill: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus\:fill-light-500:focus{
    fill: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus\:fill-light-800:focus{
    fill: rgba(255, 255, 255, 0.8);
  }

  .xs\:stroke-current{
    stroke: currentColor;
  }

  .xs\:stroke-0{
    stroke-width: 0;
  }

  .xs\:stroke-1{
    stroke-width: 1;
  }

  .xs\:stroke-2{
    stroke-width: 2;
  }

  .xs\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xs\:p-0{
    padding: 0;
  }

  .xs\:p-4{
    padding: 0.25rem;
  }

  .xs\:p-8{
    padding: 0.5rem;
  }

  .xs\:p-12{
    padding: 0.75rem;
  }

  .xs\:p-16{
    padding: 1rem;
  }

  .xs\:p-20{
    padding: 1.25rem;
  }

  .xs\:p-24{
    padding: 1.5rem;
  }

  .xs\:p-32{
    padding: 2rem;
  }

  .xs\:p-40{
    padding: 2.5rem;
  }

  .xs\:p-48{
    padding: 3rem;
  }

  .xs\:p-56{
    padding: 3.5rem;
  }

  .xs\:p-64{
    padding: 4rem;
  }

  .xs\:p-80{
    padding: 5rem;
  }

  .xs\:p-96{
    padding: 6rem;
  }

  .xs\:p-104{
    padding: 6.5rem;
  }

  .xs\:p-112{
    padding: 7rem;
  }

  .xs\:p-128{
    padding: 8rem;
  }

  .xs\:p-140{
    padding: 8.75rem;
  }

  .xs\:p-156{
    padding: 9.5rem;
  }

  .xs\:p-160{
    padding: 10rem;
  }

  .xs\:p-180{
    padding: 11.25rem;
  }

  .xs\:p-200{
    padding: 12.5rem;
  }

  .xs\:p-224{
    padding: 14rem;
  }

  .xs\:p-240{
    padding: 15rem;
  }

  .xs\:p-260{
    padding: 16.25rem;
  }

  .xs\:p-300{
    padding: 18.75rem;
  }

  .xs\:-p-78\%{
    padding: -78%;
  }

  .xs\:-p-80\%{
    padding: -80%;
  }

  .xs\:-p-50\%{
    padding: -50%;
  }

  .xs\:-p-35\%{
    padding: -35%;
  }

  .xs\:-p-128{
    padding: -8rem;
  }

  .xs\:-p-96{
    padding: -6rem;
  }

  .xs\:-p-64{
    padding: -4rem;
  }

  .xs\:-p-32{
    padding: -2rem;
  }

  .xs\:-p-8{
    padding: -0.5rem;
  }

  .xs\:p-5\%{
    padding: 5%;
  }

  .xs\:p-10\%{
    padding: 10%;
  }

  .xs\:p-15\%{
    padding: 15%;
  }

  .xs\:p-20\%{
    padding: 20%;
  }

  .xs\:p-25\%{
    padding: 25%;
  }

  .xs\:p-30\%{
    padding: 30%;
  }

  .xs\:p-31\%{
    padding: 31%;
  }

  .xs\:p-33\%{
    padding: 33.333%;
  }

  .xs\:p-34\%{
    padding: 34%;
  }

  .xs\:p-45\%{
    padding: 45%;
  }

  .xs\:p-50\%{
    padding: 50%;
  }

  .xs\:p-54\%{
    padding: 54%;
  }

  .xs\:p-75\%{
    padding: 75%;
  }

  .xs\:p-55\%{
    padding: 55%;
  }

  .xs\:p-65\%{
    padding: 65%;
  }

  .xs\:p-66\%{
    padding: 66%;
  }

  .xs\:p-85\%{
    padding: 85%;
  }

  .xs\:p-96\%{
    padding: 96%;
  }

  .xs\:p-130\%{
    padding: 130%;
  }

  .xs\:p-135\%{
    padding: 135%;
  }

  .xs\:p-200\%{
    padding: 200%;
  }

  .xs\:p-16\/9{
    padding: 56.25%;
  }

  .xs\:p-1\/2{
    padding: 50%;
  }

  .xs\:p-full{
    padding: 100%;
  }

  .xs\:p-span{
    padding: 8.333%;
  }

  .xs\:p-2span{
    padding: 16.666%;
  }

  .xs\:p-px{
    padding: 1px;
  }

  .xs\:p-3\.125rem{
    padding: 3.125rem;
  }

  .xs\:p-3\.375rem{
    padding: 3.375rem;
  }

  .xs\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:px-96{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:px-104{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:px-112{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:px-128{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .xs\:px-156{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xs\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .xs\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xs\:px-224{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:px-240{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xs\:px-260{
    padding-left: 16.25rem;
    padding-right: 16.25rem;
  }

  .xs\:px-300{
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xs\:-px-78\%{
    padding-left: -78%;
    padding-right: -78%;
  }

  .xs\:-px-80\%{
    padding-left: -80%;
    padding-right: -80%;
  }

  .xs\:-px-50\%{
    padding-left: -50%;
    padding-right: -50%;
  }

  .xs\:-px-35\%{
    padding-left: -35%;
    padding-right: -35%;
  }

  .xs\:-px-128{
    padding-left: -8rem;
    padding-right: -8rem;
  }

  .xs\:-px-96{
    padding-left: -6rem;
    padding-right: -6rem;
  }

  .xs\:-px-64{
    padding-left: -4rem;
    padding-right: -4rem;
  }

  .xs\:-px-32{
    padding-left: -2rem;
    padding-right: -2rem;
  }

  .xs\:-px-8{
    padding-left: -0.5rem;
    padding-right: -0.5rem;
  }

  .xs\:px-5\%{
    padding-left: 5%;
    padding-right: 5%;
  }

  .xs\:px-10\%{
    padding-left: 10%;
    padding-right: 10%;
  }

  .xs\:px-15\%{
    padding-left: 15%;
    padding-right: 15%;
  }

  .xs\:px-20\%{
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:px-25\%{
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:px-30\%{
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:px-31\%{
    padding-left: 31%;
    padding-right: 31%;
  }

  .xs\:px-33\%{
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .xs\:px-34\%{
    padding-left: 34%;
    padding-right: 34%;
  }

  .xs\:px-45\%{
    padding-left: 45%;
    padding-right: 45%;
  }

  .xs\:px-50\%{
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:px-54\%{
    padding-left: 54%;
    padding-right: 54%;
  }

  .xs\:px-75\%{
    padding-left: 75%;
    padding-right: 75%;
  }

  .xs\:px-55\%{
    padding-left: 55%;
    padding-right: 55%;
  }

  .xs\:px-65\%{
    padding-left: 65%;
    padding-right: 65%;
  }

  .xs\:px-66\%{
    padding-left: 66%;
    padding-right: 66%;
  }

  .xs\:px-85\%{
    padding-left: 85%;
    padding-right: 85%;
  }

  .xs\:px-96\%{
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:px-130\%{
    padding-left: 130%;
    padding-right: 130%;
  }

  .xs\:px-135\%{
    padding-left: 135%;
    padding-right: 135%;
  }

  .xs\:px-200\%{
    padding-left: 200%;
    padding-right: 200%;
  }

  .xs\:px-16\/9{
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .xs\:px-1\/2{
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .xs\:px-span{
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .xs\:px-2span{
    padding-left: 16.666%;
    padding-right: 16.666%;
  }

  .xs\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:px-3\.125rem{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xs\:px-3\.375rem{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .xs\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:py-96{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:py-104{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:py-112{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:py-128{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .xs\:py-156{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xs\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .xs\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xs\:py-224{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:py-240{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xs\:py-260{
    padding-top: 16.25rem;
    padding-bottom: 16.25rem;
  }

  .xs\:py-300{
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xs\:-py-78\%{
    padding-top: -78%;
    padding-bottom: -78%;
  }

  .xs\:-py-80\%{
    padding-top: -80%;
    padding-bottom: -80%;
  }

  .xs\:-py-50\%{
    padding-top: -50%;
    padding-bottom: -50%;
  }

  .xs\:-py-35\%{
    padding-top: -35%;
    padding-bottom: -35%;
  }

  .xs\:-py-128{
    padding-top: -8rem;
    padding-bottom: -8rem;
  }

  .xs\:-py-96{
    padding-top: -6rem;
    padding-bottom: -6rem;
  }

  .xs\:-py-64{
    padding-top: -4rem;
    padding-bottom: -4rem;
  }

  .xs\:-py-32{
    padding-top: -2rem;
    padding-bottom: -2rem;
  }

  .xs\:-py-8{
    padding-top: -0.5rem;
    padding-bottom: -0.5rem;
  }

  .xs\:py-5\%{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xs\:py-10\%{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xs\:py-15\%{
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .xs\:py-20\%{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:py-25\%{
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:py-30\%{
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:py-31\%{
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .xs\:py-33\%{
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .xs\:py-34\%{
    padding-top: 34%;
    padding-bottom: 34%;
  }

  .xs\:py-45\%{
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .xs\:py-50\%{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:py-54\%{
    padding-top: 54%;
    padding-bottom: 54%;
  }

  .xs\:py-75\%{
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xs\:py-55\%{
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .xs\:py-65\%{
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .xs\:py-66\%{
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .xs\:py-85\%{
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .xs\:py-96\%{
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:py-130\%{
    padding-top: 130%;
    padding-bottom: 130%;
  }

  .xs\:py-135\%{
    padding-top: 135%;
    padding-bottom: 135%;
  }

  .xs\:py-200\%{
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .xs\:py-16\/9{
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .xs\:py-1\/2{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xs\:py-span{
    padding-top: 8.333%;
    padding-bottom: 8.333%;
  }

  .xs\:py-2span{
    padding-top: 16.666%;
    padding-bottom: 16.666%;
  }

  .xs\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:py-3\.125rem{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xs\:py-3\.375rem{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .xs\:pt-0{
    padding-top: 0;
  }

  .xs\:pt-4{
    padding-top: 0.25rem;
  }

  .xs\:pt-8{
    padding-top: 0.5rem;
  }

  .xs\:pt-12{
    padding-top: 0.75rem;
  }

  .xs\:pt-16{
    padding-top: 1rem;
  }

  .xs\:pt-20{
    padding-top: 1.25rem;
  }

  .xs\:pt-24{
    padding-top: 1.5rem;
  }

  .xs\:pt-32{
    padding-top: 2rem;
  }

  .xs\:pt-40{
    padding-top: 2.5rem;
  }

  .xs\:pt-48{
    padding-top: 3rem;
  }

  .xs\:pt-56{
    padding-top: 3.5rem;
  }

  .xs\:pt-64{
    padding-top: 4rem;
  }

  .xs\:pt-80{
    padding-top: 5rem;
  }

  .xs\:pt-96{
    padding-top: 6rem;
  }

  .xs\:pt-104{
    padding-top: 6.5rem;
  }

  .xs\:pt-112{
    padding-top: 7rem;
  }

  .xs\:pt-128{
    padding-top: 8rem;
  }

  .xs\:pt-140{
    padding-top: 8.75rem;
  }

  .xs\:pt-156{
    padding-top: 9.5rem;
  }

  .xs\:pt-160{
    padding-top: 10rem;
  }

  .xs\:pt-180{
    padding-top: 11.25rem;
  }

  .xs\:pt-200{
    padding-top: 12.5rem;
  }

  .xs\:pt-224{
    padding-top: 14rem;
  }

  .xs\:pt-240{
    padding-top: 15rem;
  }

  .xs\:pt-260{
    padding-top: 16.25rem;
  }

  .xs\:pt-300{
    padding-top: 18.75rem;
  }

  .xs\:-pt-78\%{
    padding-top: -78%;
  }

  .xs\:-pt-80\%{
    padding-top: -80%;
  }

  .xs\:-pt-50\%{
    padding-top: -50%;
  }

  .xs\:-pt-35\%{
    padding-top: -35%;
  }

  .xs\:-pt-128{
    padding-top: -8rem;
  }

  .xs\:-pt-96{
    padding-top: -6rem;
  }

  .xs\:-pt-64{
    padding-top: -4rem;
  }

  .xs\:-pt-32{
    padding-top: -2rem;
  }

  .xs\:-pt-8{
    padding-top: -0.5rem;
  }

  .xs\:pt-5\%{
    padding-top: 5%;
  }

  .xs\:pt-10\%{
    padding-top: 10%;
  }

  .xs\:pt-15\%{
    padding-top: 15%;
  }

  .xs\:pt-20\%{
    padding-top: 20%;
  }

  .xs\:pt-25\%{
    padding-top: 25%;
  }

  .xs\:pt-30\%{
    padding-top: 30%;
  }

  .xs\:pt-31\%{
    padding-top: 31%;
  }

  .xs\:pt-33\%{
    padding-top: 33.333%;
  }

  .xs\:pt-34\%{
    padding-top: 34%;
  }

  .xs\:pt-45\%{
    padding-top: 45%;
  }

  .xs\:pt-50\%{
    padding-top: 50%;
  }

  .xs\:pt-54\%{
    padding-top: 54%;
  }

  .xs\:pt-75\%{
    padding-top: 75%;
  }

  .xs\:pt-55\%{
    padding-top: 55%;
  }

  .xs\:pt-65\%{
    padding-top: 65%;
  }

  .xs\:pt-66\%{
    padding-top: 66%;
  }

  .xs\:pt-85\%{
    padding-top: 85%;
  }

  .xs\:pt-96\%{
    padding-top: 96%;
  }

  .xs\:pt-130\%{
    padding-top: 130%;
  }

  .xs\:pt-135\%{
    padding-top: 135%;
  }

  .xs\:pt-200\%{
    padding-top: 200%;
  }

  .xs\:pt-16\/9{
    padding-top: 56.25%;
  }

  .xs\:pt-1\/2{
    padding-top: 50%;
  }

  .xs\:pt-full{
    padding-top: 100%;
  }

  .xs\:pt-span{
    padding-top: 8.333%;
  }

  .xs\:pt-2span{
    padding-top: 16.666%;
  }

  .xs\:pt-px{
    padding-top: 1px;
  }

  .xs\:pt-3\.125rem{
    padding-top: 3.125rem;
  }

  .xs\:pt-3\.375rem{
    padding-top: 3.375rem;
  }

  .xs\:pr-0{
    padding-right: 0;
  }

  .xs\:pr-4{
    padding-right: 0.25rem;
  }

  .xs\:pr-8{
    padding-right: 0.5rem;
  }

  .xs\:pr-12{
    padding-right: 0.75rem;
  }

  .xs\:pr-16{
    padding-right: 1rem;
  }

  .xs\:pr-20{
    padding-right: 1.25rem;
  }

  .xs\:pr-24{
    padding-right: 1.5rem;
  }

  .xs\:pr-32{
    padding-right: 2rem;
  }

  .xs\:pr-40{
    padding-right: 2.5rem;
  }

  .xs\:pr-48{
    padding-right: 3rem;
  }

  .xs\:pr-56{
    padding-right: 3.5rem;
  }

  .xs\:pr-64{
    padding-right: 4rem;
  }

  .xs\:pr-80{
    padding-right: 5rem;
  }

  .xs\:pr-96{
    padding-right: 6rem;
  }

  .xs\:pr-104{
    padding-right: 6.5rem;
  }

  .xs\:pr-112{
    padding-right: 7rem;
  }

  .xs\:pr-128{
    padding-right: 8rem;
  }

  .xs\:pr-140{
    padding-right: 8.75rem;
  }

  .xs\:pr-156{
    padding-right: 9.5rem;
  }

  .xs\:pr-160{
    padding-right: 10rem;
  }

  .xs\:pr-180{
    padding-right: 11.25rem;
  }

  .xs\:pr-200{
    padding-right: 12.5rem;
  }

  .xs\:pr-224{
    padding-right: 14rem;
  }

  .xs\:pr-240{
    padding-right: 15rem;
  }

  .xs\:pr-260{
    padding-right: 16.25rem;
  }

  .xs\:pr-300{
    padding-right: 18.75rem;
  }

  .xs\:-pr-78\%{
    padding-right: -78%;
  }

  .xs\:-pr-80\%{
    padding-right: -80%;
  }

  .xs\:-pr-50\%{
    padding-right: -50%;
  }

  .xs\:-pr-35\%{
    padding-right: -35%;
  }

  .xs\:-pr-128{
    padding-right: -8rem;
  }

  .xs\:-pr-96{
    padding-right: -6rem;
  }

  .xs\:-pr-64{
    padding-right: -4rem;
  }

  .xs\:-pr-32{
    padding-right: -2rem;
  }

  .xs\:-pr-8{
    padding-right: -0.5rem;
  }

  .xs\:pr-5\%{
    padding-right: 5%;
  }

  .xs\:pr-10\%{
    padding-right: 10%;
  }

  .xs\:pr-15\%{
    padding-right: 15%;
  }

  .xs\:pr-20\%{
    padding-right: 20%;
  }

  .xs\:pr-25\%{
    padding-right: 25%;
  }

  .xs\:pr-30\%{
    padding-right: 30%;
  }

  .xs\:pr-31\%{
    padding-right: 31%;
  }

  .xs\:pr-33\%{
    padding-right: 33.333%;
  }

  .xs\:pr-34\%{
    padding-right: 34%;
  }

  .xs\:pr-45\%{
    padding-right: 45%;
  }

  .xs\:pr-50\%{
    padding-right: 50%;
  }

  .xs\:pr-54\%{
    padding-right: 54%;
  }

  .xs\:pr-75\%{
    padding-right: 75%;
  }

  .xs\:pr-55\%{
    padding-right: 55%;
  }

  .xs\:pr-65\%{
    padding-right: 65%;
  }

  .xs\:pr-66\%{
    padding-right: 66%;
  }

  .xs\:pr-85\%{
    padding-right: 85%;
  }

  .xs\:pr-96\%{
    padding-right: 96%;
  }

  .xs\:pr-130\%{
    padding-right: 130%;
  }

  .xs\:pr-135\%{
    padding-right: 135%;
  }

  .xs\:pr-200\%{
    padding-right: 200%;
  }

  .xs\:pr-16\/9{
    padding-right: 56.25%;
  }

  .xs\:pr-1\/2{
    padding-right: 50%;
  }

  .xs\:pr-full{
    padding-right: 100%;
  }

  .xs\:pr-span{
    padding-right: 8.333%;
  }

  .xs\:pr-2span{
    padding-right: 16.666%;
  }

  .xs\:pr-px{
    padding-right: 1px;
  }

  .xs\:pr-3\.125rem{
    padding-right: 3.125rem;
  }

  .xs\:pr-3\.375rem{
    padding-right: 3.375rem;
  }

  .xs\:pb-0{
    padding-bottom: 0;
  }

  .xs\:pb-4{
    padding-bottom: 0.25rem;
  }

  .xs\:pb-8{
    padding-bottom: 0.5rem;
  }

  .xs\:pb-12{
    padding-bottom: 0.75rem;
  }

  .xs\:pb-16{
    padding-bottom: 1rem;
  }

  .xs\:pb-20{
    padding-bottom: 1.25rem;
  }

  .xs\:pb-24{
    padding-bottom: 1.5rem;
  }

  .xs\:pb-32{
    padding-bottom: 2rem;
  }

  .xs\:pb-40{
    padding-bottom: 2.5rem;
  }

  .xs\:pb-48{
    padding-bottom: 3rem;
  }

  .xs\:pb-56{
    padding-bottom: 3.5rem;
  }

  .xs\:pb-64{
    padding-bottom: 4rem;
  }

  .xs\:pb-80{
    padding-bottom: 5rem;
  }

  .xs\:pb-96{
    padding-bottom: 6rem;
  }

  .xs\:pb-104{
    padding-bottom: 6.5rem;
  }

  .xs\:pb-112{
    padding-bottom: 7rem;
  }

  .xs\:pb-128{
    padding-bottom: 8rem;
  }

  .xs\:pb-140{
    padding-bottom: 8.75rem;
  }

  .xs\:pb-156{
    padding-bottom: 9.5rem;
  }

  .xs\:pb-160{
    padding-bottom: 10rem;
  }

  .xs\:pb-180{
    padding-bottom: 11.25rem;
  }

  .xs\:pb-200{
    padding-bottom: 12.5rem;
  }

  .xs\:pb-224{
    padding-bottom: 14rem;
  }

  .xs\:pb-240{
    padding-bottom: 15rem;
  }

  .xs\:pb-260{
    padding-bottom: 16.25rem;
  }

  .xs\:pb-300{
    padding-bottom: 18.75rem;
  }

  .xs\:-pb-78\%{
    padding-bottom: -78%;
  }

  .xs\:-pb-80\%{
    padding-bottom: -80%;
  }

  .xs\:-pb-50\%{
    padding-bottom: -50%;
  }

  .xs\:-pb-35\%{
    padding-bottom: -35%;
  }

  .xs\:-pb-128{
    padding-bottom: -8rem;
  }

  .xs\:-pb-96{
    padding-bottom: -6rem;
  }

  .xs\:-pb-64{
    padding-bottom: -4rem;
  }

  .xs\:-pb-32{
    padding-bottom: -2rem;
  }

  .xs\:-pb-8{
    padding-bottom: -0.5rem;
  }

  .xs\:pb-5\%{
    padding-bottom: 5%;
  }

  .xs\:pb-10\%{
    padding-bottom: 10%;
  }

  .xs\:pb-15\%{
    padding-bottom: 15%;
  }

  .xs\:pb-20\%{
    padding-bottom: 20%;
  }

  .xs\:pb-25\%{
    padding-bottom: 25%;
  }

  .xs\:pb-30\%{
    padding-bottom: 30%;
  }

  .xs\:pb-31\%{
    padding-bottom: 31%;
  }

  .xs\:pb-33\%{
    padding-bottom: 33.333%;
  }

  .xs\:pb-34\%{
    padding-bottom: 34%;
  }

  .xs\:pb-45\%{
    padding-bottom: 45%;
  }

  .xs\:pb-50\%{
    padding-bottom: 50%;
  }

  .xs\:pb-54\%{
    padding-bottom: 54%;
  }

  .xs\:pb-75\%{
    padding-bottom: 75%;
  }

  .xs\:pb-55\%{
    padding-bottom: 55%;
  }

  .xs\:pb-65\%{
    padding-bottom: 65%;
  }

  .xs\:pb-66\%{
    padding-bottom: 66%;
  }

  .xs\:pb-85\%{
    padding-bottom: 85%;
  }

  .xs\:pb-96\%{
    padding-bottom: 96%;
  }

  .xs\:pb-130\%{
    padding-bottom: 130%;
  }

  .xs\:pb-135\%{
    padding-bottom: 135%;
  }

  .xs\:pb-200\%{
    padding-bottom: 200%;
  }

  .xs\:pb-16\/9{
    padding-bottom: 56.25%;
  }

  .xs\:pb-1\/2{
    padding-bottom: 50%;
  }

  .xs\:pb-full{
    padding-bottom: 100%;
  }

  .xs\:pb-span{
    padding-bottom: 8.333%;
  }

  .xs\:pb-2span{
    padding-bottom: 16.666%;
  }

  .xs\:pb-px{
    padding-bottom: 1px;
  }

  .xs\:pb-3\.125rem{
    padding-bottom: 3.125rem;
  }

  .xs\:pb-3\.375rem{
    padding-bottom: 3.375rem;
  }

  .xs\:pl-0{
    padding-left: 0;
  }

  .xs\:pl-4{
    padding-left: 0.25rem;
  }

  .xs\:pl-8{
    padding-left: 0.5rem;
  }

  .xs\:pl-12{
    padding-left: 0.75rem;
  }

  .xs\:pl-16{
    padding-left: 1rem;
  }

  .xs\:pl-20{
    padding-left: 1.25rem;
  }

  .xs\:pl-24{
    padding-left: 1.5rem;
  }

  .xs\:pl-32{
    padding-left: 2rem;
  }

  .xs\:pl-40{
    padding-left: 2.5rem;
  }

  .xs\:pl-48{
    padding-left: 3rem;
  }

  .xs\:pl-56{
    padding-left: 3.5rem;
  }

  .xs\:pl-64{
    padding-left: 4rem;
  }

  .xs\:pl-80{
    padding-left: 5rem;
  }

  .xs\:pl-96{
    padding-left: 6rem;
  }

  .xs\:pl-104{
    padding-left: 6.5rem;
  }

  .xs\:pl-112{
    padding-left: 7rem;
  }

  .xs\:pl-128{
    padding-left: 8rem;
  }

  .xs\:pl-140{
    padding-left: 8.75rem;
  }

  .xs\:pl-156{
    padding-left: 9.5rem;
  }

  .xs\:pl-160{
    padding-left: 10rem;
  }

  .xs\:pl-180{
    padding-left: 11.25rem;
  }

  .xs\:pl-200{
    padding-left: 12.5rem;
  }

  .xs\:pl-224{
    padding-left: 14rem;
  }

  .xs\:pl-240{
    padding-left: 15rem;
  }

  .xs\:pl-260{
    padding-left: 16.25rem;
  }

  .xs\:pl-300{
    padding-left: 18.75rem;
  }

  .xs\:-pl-78\%{
    padding-left: -78%;
  }

  .xs\:-pl-80\%{
    padding-left: -80%;
  }

  .xs\:-pl-50\%{
    padding-left: -50%;
  }

  .xs\:-pl-35\%{
    padding-left: -35%;
  }

  .xs\:-pl-128{
    padding-left: -8rem;
  }

  .xs\:-pl-96{
    padding-left: -6rem;
  }

  .xs\:-pl-64{
    padding-left: -4rem;
  }

  .xs\:-pl-32{
    padding-left: -2rem;
  }

  .xs\:-pl-8{
    padding-left: -0.5rem;
  }

  .xs\:pl-5\%{
    padding-left: 5%;
  }

  .xs\:pl-10\%{
    padding-left: 10%;
  }

  .xs\:pl-15\%{
    padding-left: 15%;
  }

  .xs\:pl-20\%{
    padding-left: 20%;
  }

  .xs\:pl-25\%{
    padding-left: 25%;
  }

  .xs\:pl-30\%{
    padding-left: 30%;
  }

  .xs\:pl-31\%{
    padding-left: 31%;
  }

  .xs\:pl-33\%{
    padding-left: 33.333%;
  }

  .xs\:pl-34\%{
    padding-left: 34%;
  }

  .xs\:pl-45\%{
    padding-left: 45%;
  }

  .xs\:pl-50\%{
    padding-left: 50%;
  }

  .xs\:pl-54\%{
    padding-left: 54%;
  }

  .xs\:pl-75\%{
    padding-left: 75%;
  }

  .xs\:pl-55\%{
    padding-left: 55%;
  }

  .xs\:pl-65\%{
    padding-left: 65%;
  }

  .xs\:pl-66\%{
    padding-left: 66%;
  }

  .xs\:pl-85\%{
    padding-left: 85%;
  }

  .xs\:pl-96\%{
    padding-left: 96%;
  }

  .xs\:pl-130\%{
    padding-left: 130%;
  }

  .xs\:pl-135\%{
    padding-left: 135%;
  }

  .xs\:pl-200\%{
    padding-left: 200%;
  }

  .xs\:pl-16\/9{
    padding-left: 56.25%;
  }

  .xs\:pl-1\/2{
    padding-left: 50%;
  }

  .xs\:pl-full{
    padding-left: 100%;
  }

  .xs\:pl-span{
    padding-left: 8.333%;
  }

  .xs\:pl-2span{
    padding-left: 16.666%;
  }

  .xs\:pl-px{
    padding-left: 1px;
  }

  .xs\:pl-3\.125rem{
    padding-left: 3.125rem;
  }

  .xs\:pl-3\.375rem{
    padding-left: 3.375rem;
  }

  .xs\:text-left{
    text-align: left;
  }

  .xs\:text-center{
    text-align: center;
  }

  .xs\:text-right{
    text-align: right;
  }

  .xs\:text-justify{
    text-align: justify;
  }

  .xs\:align-baseline{
    vertical-align: baseline;
  }

  .xs\:align-top{
    vertical-align: top;
  }

  .xs\:align-middle{
    vertical-align: middle;
  }

  .xs\:align-bottom{
    vertical-align: bottom;
  }

  .xs\:align-text-top{
    vertical-align: text-top;
  }

  .xs\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xs\:font-proxima{
    font-family: Proxima Nova W01 Regular, sans-serif;
  }

  .xs\:font-proximaSemi{
    font-family: Proxima Nova W01 Semibold, sans-serif;
  }

  .xs\:font-proximaBold{
    font-family: Proxima Nova W01 Bold, sans-serif;
  }

  .xs\:text-xxs{
    font-size: 0.625rem;
  }

  .xs\:text-xs{
    font-size: 0.75rem;
  }

  .xs\:text-sm{
    font-size: 0.875rem;
  }

  .xs\:text-base{
    font-size: 1rem;
  }

  .xs\:text-md{
    font-size: 1.125rem;
  }

  .xs\:text-xl{
    font-size: 1.25rem;
  }

  .xs\:text-2xl{
    font-size: 1.5rem;
  }

  .xs\:text-2base{
    font-size: 2rem;
  }

  .xs\:text-3xl{
    font-size: 2.5rem;
  }

  .xs\:text-4xl{
    font-size: 3rem;
  }

  .xs\:text-5xl{
    font-size: 4.56rem;
  }

  .xs\:text-6xl{
    font-size: 6.25rem;
  }

  .xs\:font-thin{
    font-weight: 100;
  }

  .xs\:font-extralight{
    font-weight: 200;
  }

  .xs\:font-light{
    font-weight: 300;
  }

  .xs\:font-normal{
    font-weight: 400;
  }

  .xs\:font-medium{
    font-weight: 500;
  }

  .xs\:font-semibold{
    font-weight: 600;
  }

  .xs\:font-bold{
    font-weight: 700;
  }

  .xs\:font-extrabold{
    font-weight: 800;
  }

  .xs\:font-black{
    font-weight: 900;
  }

  .xs\:uppercase{
    text-transform: uppercase;
  }

  .xs\:lowercase{
    text-transform: lowercase;
  }

  .xs\:capitalize{
    text-transform: capitalize;
  }

  .xs\:normal-case{
    text-transform: none;
  }

  .xs\:italic{
    font-style: italic;
  }

  .xs\:not-italic{
    font-style: normal;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xs\:normal-nums{
    font-variant-numeric: normal;
  }

  .xs\:ordinal{
    --tw-ordinal: ordinal;
  }

  .xs\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .xs\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .xs\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .xs\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .xs\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .xs\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xs\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .xs\:leading-none{
    line-height: 1;
  }

  .xs\:leading-base{
    line-height: 1.5rem;
  }

  .xs\:leading-xxs{
    line-height: 0.75rem;
  }

  .xs\:leading-xs{
    line-height: 0.875rem;
  }

  .xs\:leading-sm{
    line-height: 1.063rem;
  }

  .xs\:leading-md{
    line-height: 1.5rem;
  }

  .xs\:leading-lg{
    line-height: 1rem;
  }

  .xs\:leading-xl{
    line-height: 1.5rem;
  }

  .xs\:leading-2xl{
    line-height: 2rem;
  }

  .xs\:leading-3xl{
    line-height: 3rem;
  }

  .xs\:leading-4xl{
    line-height: 3.5rem;
  }

  .xs\:leading-5xl{
    line-height: 5rem;
  }

  .xs\:tracking-2{
    letter-spacing: 0.125rem;
  }

  .xs\:tracking-normal{
    letter-spacing: 0;
  }

  .xs\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xs\:text-transparent{
    color: transparent;
  }

  .xs\:text-current{
    color: currentColor;
  }

  .xs\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .xs\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .xs\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xs\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .xs\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .xs\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .xs\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .xs\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .xs\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .xs\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .xs\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .xs\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .xs\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .xs\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .group:hover .xs\:group-hover\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .group:hover .xs\:group-hover\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .group:hover .xs\:group-hover\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .group:hover .xs\:group-hover\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .xs\:group-hover\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .xs\:group-hover\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .xs\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .xs\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-error:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-dark-100:focus-within{
    color: rgba(0,0,0,.1);
  }

  .xs\:focus-within\:text-dark-500:focus-within{
    color: rgba(0,0,0,.5);
  }

  .xs\:focus-within\:text-dark-800:focus-within{
    color: rgba(0,0,0,.8);
  }

  .xs\:focus-within\:text-dark-900:focus-within{
    color: rgba(0,0,0,.9);
  }

  .xs\:focus-within\:text-light-100:focus-within{
    color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus-within\:text-light-500:focus-within{
    color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus-within\:text-light-800:focus-within{
    color: rgba(255, 255, 255, 0.8);
  }

  .xs\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xs\:hover\:text-current:hover{
    color: currentColor;
  }

  .xs\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-error:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .xs\:hover\:text-dark-100:hover{
    color: rgba(0,0,0,.1);
  }

  .xs\:hover\:text-dark-500:hover{
    color: rgba(0,0,0,.5);
  }

  .xs\:hover\:text-dark-800:hover{
    color: rgba(0,0,0,.8);
  }

  .xs\:hover\:text-dark-900:hover{
    color: rgba(0,0,0,.9);
  }

  .xs\:hover\:text-light-100:hover{
    color: rgba(255, 255, 255, 0.1);
  }

  .xs\:hover\:text-light-500:hover{
    color: rgba(255, 255, 255, 0.5);
  }

  .xs\:hover\:text-light-800:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xs\:focus\:text-current:focus{
    color: currentColor;
  }

  .xs\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-error:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .xs\:focus\:text-dark-100:focus{
    color: rgba(0,0,0,.1);
  }

  .xs\:focus\:text-dark-500:focus{
    color: rgba(0,0,0,.5);
  }

  .xs\:focus\:text-dark-800:focus{
    color: rgba(0,0,0,.8);
  }

  .xs\:focus\:text-dark-900:focus{
    color: rgba(0,0,0,.9);
  }

  .xs\:focus\:text-light-100:focus{
    color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus\:text-light-500:focus{
    color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus\:text-light-800:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .xs\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xs\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .xs\:text-opacity-10{
    --tw-text-opacity: 0.10;
  }

  .xs\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .xs\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xs\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .xs\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .xs\:text-opacity-50{
    --tw-text-opacity: 0.50;
  }

  .xs\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .xs\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .xs\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xs\:text-opacity-80{
    --tw-text-opacity: 0.80;
  }

  .xs\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .xs\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .xs\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .xs\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .xs\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.10;
  }

  .group:hover .xs\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.50;
  }

  .group:hover .xs\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.80;
  }

  .group:hover .xs\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xs\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .xs\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .xs\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.10;
  }

  .xs\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .xs\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .xs\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .xs\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .xs\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.50;
  }

  .xs\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .xs\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .xs\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .xs\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.80;
  }

  .xs\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .xs\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .xs\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .xs\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .xs\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .xs\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.10;
  }

  .xs\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .xs\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .xs\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .xs\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .xs\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.50;
  }

  .xs\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .xs\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .xs\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .xs\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.80;
  }

  .xs\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .xs\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .xs\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .xs\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .xs\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .xs\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.10;
  }

  .xs\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .xs\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .xs\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .xs\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .xs\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.50;
  }

  .xs\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .xs\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .xs\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .xs\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.80;
  }

  .xs\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .xs\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .xs\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .xs\:underline{
    text-decoration: underline;
  }

  .xs\:line-through{
    text-decoration: line-through;
  }

  .xs\:no-underline{
    text-decoration: none;
  }

  .group:hover .xs\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .xs\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .xs\:group-hover\:no-underline{
    text-decoration: none;
  }

  .xs\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .xs\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .xs\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .xs\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xs\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xs\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xs\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .xs\:placeholder-current::placeholder{
    color: currentColor;
  }

  .xs\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-error:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-dark-100:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .xs\:placeholder-dark-100::placeholder{
    color: rgba(0,0,0,.1);
  }

  .xs\:placeholder-dark-500:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .xs\:placeholder-dark-500::placeholder{
    color: rgba(0,0,0,.5);
  }

  .xs\:placeholder-dark-800:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .xs\:placeholder-dark-800::placeholder{
    color: rgba(0,0,0,.8);
  }

  .xs\:placeholder-dark-900:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .xs\:placeholder-dark-900::placeholder{
    color: rgba(0,0,0,.9);
  }

  .xs\:placeholder-light-100:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .xs\:placeholder-light-100::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .xs\:placeholder-light-500:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .xs\:placeholder-light-500::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .xs\:placeholder-light-800:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xs\:placeholder-light-800::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .xs\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-dark-100:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .xs\:focus\:placeholder-dark-100:focus::placeholder{
    color: rgba(0,0,0,.1);
  }

  .xs\:focus\:placeholder-dark-500:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .xs\:focus\:placeholder-dark-500:focus::placeholder{
    color: rgba(0,0,0,.5);
  }

  .xs\:focus\:placeholder-dark-800:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .xs\:focus\:placeholder-dark-800:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .xs\:focus\:placeholder-dark-900:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .xs\:focus\:placeholder-dark-900:focus::placeholder{
    color: rgba(0,0,0,.9);
  }

  .xs\:focus\:placeholder-light-100:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus\:placeholder-light-100:focus::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus\:placeholder-light-500:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus\:placeholder-light-500:focus::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus\:placeholder-light-800:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus\:placeholder-light-800:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .xs\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .xs\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .xs\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .xs\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .xs\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .xs\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .xs\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .xs\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .xs\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xs\:opacity-0{
    opacity: 0;
  }

  .xs\:opacity-5{
    opacity: 0.05;
  }

  .xs\:opacity-10{
    opacity: 0.10;
  }

  .xs\:opacity-20{
    opacity: 0.2;
  }

  .xs\:opacity-25{
    opacity: 0.25;
  }

  .xs\:opacity-30{
    opacity: 0.3;
  }

  .xs\:opacity-40{
    opacity: 0.4;
  }

  .xs\:opacity-50{
    opacity: 0.50;
  }

  .xs\:opacity-60{
    opacity: 0.6;
  }

  .xs\:opacity-70{
    opacity: 0.7;
  }

  .xs\:opacity-75{
    opacity: 0.75;
  }

  .xs\:opacity-80{
    opacity: 0.80;
  }

  .xs\:opacity-90{
    opacity: 0.9;
  }

  .xs\:opacity-95{
    opacity: 0.95;
  }

  .xs\:opacity-100{
    opacity: 1;
  }

  .group:hover .xs\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xs\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:opacity-10{
    opacity: 0.10;
  }

  .group:hover .xs\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:opacity-50{
    opacity: 0.50;
  }

  .group:hover .xs\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:opacity-80{
    opacity: 0.80;
  }

  .group:hover .xs\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:opacity-100{
    opacity: 1;
  }

  .xs\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .xs\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .xs\:focus-within\:opacity-10:focus-within{
    opacity: 0.10;
  }

  .xs\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .xs\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .xs\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .xs\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .xs\:focus-within\:opacity-50:focus-within{
    opacity: 0.50;
  }

  .xs\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .xs\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .xs\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .xs\:focus-within\:opacity-80:focus-within{
    opacity: 0.80;
  }

  .xs\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .xs\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .xs\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xs\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .xs\:hover\:opacity-10:hover{
    opacity: 0.10;
  }

  .xs\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .xs\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xs\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .xs\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xs\:hover\:opacity-50:hover{
    opacity: 0.50;
  }

  .xs\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .xs\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .xs\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xs\:hover\:opacity-80:hover{
    opacity: 0.80;
  }

  .xs\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .xs\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .xs\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xs\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .xs\:focus\:opacity-10:focus{
    opacity: 0.10;
  }

  .xs\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .xs\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xs\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .xs\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xs\:focus\:opacity-50:focus{
    opacity: 0.50;
  }

  .xs\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .xs\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .xs\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xs\:focus\:opacity-80:focus{
    opacity: 0.80;
  }

  .xs\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .xs\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .xs\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xs\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .xs\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .xs\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .xs\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .xs\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .xs\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .xs\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .xs\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .xs\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .xs\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .xs\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .xs\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .xs\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .xs\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .xs\:bg-blend-color{
    background-blend-mode: color;
  }

  .xs\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .xs\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .xs\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .xs\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .xs\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .xs\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .xs\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .xs\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .xs\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .xs\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .xs\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .xs\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .xs\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .xs\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .xs\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .xs\:mix-blend-color{
    mix-blend-mode: color;
  }

  .xs\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .xs\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-lg:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-xl:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-default:hover{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-lg:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-xl:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-default:focus{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\: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 #0000);
  }

  .xs\: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 #0000);
  }

  .xs\: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 #0000);
  }

  .xs\: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 #0000);
  }

  .xs\: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 #0000);
  }

  .xs\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-inset{
    --tw-ring-inset: inset;
  }

  .xs\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xs\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xs\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .xs\:ring-current{
    --tw-ring-color: currentColor;
  }

  .xs\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .xs\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .xs\:ring-dark-100{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .xs\:ring-dark-500{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .xs\:ring-dark-800{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .xs\:ring-dark-900{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .xs\:ring-light-100{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:ring-light-500{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:ring-light-800{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .xs\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .xs\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-dark-100:focus-within{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .xs\:focus-within\:ring-dark-500:focus-within{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .xs\:focus-within\:ring-dark-800:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .xs\:focus-within\:ring-dark-900:focus-within{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .xs\:focus-within\:ring-light-100:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus-within\:ring-light-500:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus-within\:ring-light-800:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .xs\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .xs\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-dark-100:focus{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .xs\:focus\:ring-dark-500:focus{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .xs\:focus\:ring-dark-800:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .xs\:focus\:ring-dark-900:focus{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .xs\:focus\:ring-light-100:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus\:ring-light-500:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus\:ring-light-800:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .xs\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .xs\:ring-opacity-10{
    --tw-ring-opacity: 0.10;
  }

  .xs\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .xs\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .xs\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .xs\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .xs\:ring-opacity-50{
    --tw-ring-opacity: 0.50;
  }

  .xs\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .xs\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .xs\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .xs\:ring-opacity-80{
    --tw-ring-opacity: 0.80;
  }

  .xs\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .xs\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .xs\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.10;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.50;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.80;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .xs\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .xs\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.10;
  }

  .xs\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.50;
  }

  .xs\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.80;
  }

  .xs\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .xs\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .xs\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .xs\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .xs\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .xs\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .xs\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .xs\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .xs\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .xs\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .xs\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF;
  }

  .xs\:ring-offset-error{
    --tw-ring-offset-color: #E62807;
  }

  .xs\:ring-offset-gray{
    --tw-ring-offset-color: #e5e5e5;
  }

  .xs\:ring-offset-gray-dark{
    --tw-ring-offset-color: #777676;
  }

  .xs\:ring-offset-dark-100{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .xs\:ring-offset-dark-500{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .xs\:ring-offset-dark-800{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .xs\:ring-offset-dark-900{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .xs\:ring-offset-light-100{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:ring-offset-light-500{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:ring-offset-light-800{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .xs\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .xs\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF;
  }

  .xs\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: #E62807;
  }

  .xs\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #e5e5e5;
  }

  .xs\:focus-within\:ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #777676;
  }

  .xs\:focus-within\:ring-offset-dark-100:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .xs\:focus-within\:ring-offset-dark-500:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .xs\:focus-within\:ring-offset-dark-800:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .xs\:focus-within\:ring-offset-dark-900:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .xs\:focus-within\:ring-offset-light-100:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus-within\:ring-offset-light-500:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus-within\:ring-offset-light-800:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .xs\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .xs\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .xs\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF;
  }

  .xs\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: #E62807;
  }

  .xs\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #e5e5e5;
  }

  .xs\:focus\:ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #777676;
  }

  .xs\:focus\:ring-offset-dark-100:focus{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .xs\:focus\:ring-offset-dark-500:focus{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .xs\:focus\:ring-offset-dark-800:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .xs\:focus\:ring-offset-dark-900:focus{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .xs\:focus\:ring-offset-light-100:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .xs\:focus\:ring-offset-light-500:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .xs\:focus\:ring-offset-light-800:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .xs\: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);
  }

  .xs\:filter-none{
    filter: none;
  }

  .xs\:blur-0{
    --tw-blur: blur(0);
  }

  .xs\:blur-none{
    --tw-blur: blur(0);
  }

  .xs\:blur-sm{
    --tw-blur: blur(4px);
  }

  .xs\:blur{
    --tw-blur: blur(8px);
  }

  .xs\:blur-md{
    --tw-blur: blur(12px);
  }

  .xs\:blur-lg{
    --tw-blur: blur(16px);
  }

  .xs\:blur-xl{
    --tw-blur: blur(24px);
  }

  .xs\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .xs\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .xs\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .xs\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .xs\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .xs\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .xs\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .xs\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .xs\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .xs\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .xs\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .xs\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .xs\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .xs\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .xs\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .xs\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .xs\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .xs\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .xs\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .xs\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .xs\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xs\: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));
  }

  .xs\: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));
  }

  .xs\: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));
  }

  .xs\: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));
  }

  .xs\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xs\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xs\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .xs\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .xs\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xs\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xs\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xs\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xs\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xs\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xs\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xs\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:invert-0{
    --tw-invert: invert(0);
  }

  .xs\:invert{
    --tw-invert: invert(100%);
  }

  .xs\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .xs\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .xs\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .xs\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .xs\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .xs\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .xs\:sepia{
    --tw-sepia: sepia(100%);
  }

  .xs\: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,/*!*/ /*!*/);
    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);
  }

  .xs\:backdrop-filter-none{
    backdrop-filter: none;
  }

  .xs\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .xs\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .xs\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .xs\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .xs\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .xs\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .xs\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .xs\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .xs\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .xs\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .xs\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .xs\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .xs\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .xs\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .xs\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .xs\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xs\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xs\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xs\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xs\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .xs\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .xs\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .xs\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .xs\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .xs\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xs\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xs\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .xs\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xs\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xs\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xs\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xs\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xs\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xs\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xs\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xs\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xs\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .xs\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .xs\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .xs\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xs\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.10);
  }

  .xs\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xs\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xs\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xs\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xs\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.50);
  }

  .xs\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xs\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xs\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xs\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.80);
  }

  .xs\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xs\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xs\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .xs\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .xs\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .xs\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .xs\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xs\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .xs\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .xs\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .xs\:transition-none{
    transition-property: none;
  }

  .xs\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:delay-75{
    transition-delay: 75ms;
  }

  .xs\:delay-100{
    transition-delay: 100ms;
  }

  .xs\:delay-150{
    transition-delay: 150ms;
  }

  .xs\:delay-200{
    transition-delay: 200ms;
  }

  .xs\:delay-300{
    transition-delay: 300ms;
  }

  .xs\:delay-500{
    transition-delay: 500ms;
  }

  .xs\:delay-700{
    transition-delay: 700ms;
  }

  .xs\:delay-1000{
    transition-delay: 1000ms;
  }

  .xs\:duration-75{
    transition-duration: 75ms;
  }

  .xs\:duration-100{
    transition-duration: 100ms;
  }

  .xs\:duration-150{
    transition-duration: 150ms;
  }

  .xs\:duration-200{
    transition-duration: 200ms;
  }

  .xs\:duration-300{
    transition-duration: 300ms;
  }

  .xs\:duration-500{
    transition-duration: 500ms;
  }

  .xs\:duration-700{
    transition-duration: 700ms;
  }

  .xs\:duration-1000{
    transition-duration: 1000ms;
  }

  .xs\:ease-linear{
    transition-timing-function: linear;
  }

  .xs\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .xs\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .xs\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .xs\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .xs\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .xs\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .xs\:line-clamp-none{
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 768px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .sm\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 480px){
    .sm\:container{
      max-width: 480px;
    }
  }

  @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: 1440px){
    .sm\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1680px){
    .sm\:container{
      max-width: 1680px;
    }
  }

  @media (min-width: 1920px){
    .sm\:container{
      max-width: 1920px;
    }
  }

  .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\:pointer-events-none{
    pointer-events: none;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm\:visible{
    visibility: visible;
  }

  .sm\:invisible{
    visibility: hidden;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: sticky;
  }

  .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .sm\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-5{
    top: 0.312rem;
    right: 0.312rem;
    bottom: 0.312rem;
    left: 0.312rem;
  }

  .sm\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-12{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-16{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-24{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-48{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:inset-56{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:inset-80{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:inset-96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:inset-104{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .sm\:inset-112{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:inset-128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:inset-140{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .sm\:inset-160{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:inset-180{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .sm\:inset-192{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:inset-200{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .sm\:inset-224{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:inset-240{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:inset-260{
    top: 16.25rem;
    right: 16.25rem;
    bottom: 16.25rem;
    left: 16.25rem;
  }

  .sm\:inset-300{
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:-inset-78\%{
    top: -78%;
    right: -78%;
    bottom: -78%;
    left: -78%;
  }

  .sm\:-inset-80\%{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .sm\:-inset-50\%{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-35\%{
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .sm\:-inset-128{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:-inset-96{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:-inset-64{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:-inset-32{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:-inset-8{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:inset-5\%{
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .sm\:inset-10\%{
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .sm\:inset-15\%{
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .sm\:inset-20\%{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm\:inset-25\%{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-30\%{
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .sm\:inset-31\%{
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .sm\:inset-33\%{
    top: 33.333%;
    right: 33.333%;
    bottom: 33.333%;
    left: 33.333%;
  }

  .sm\:inset-34\%{
    top: 34%;
    right: 34%;
    bottom: 34%;
    left: 34%;
  }

  .sm\:inset-45\%{
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .sm\:inset-50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-54\%{
    top: 54%;
    right: 54%;
    bottom: 54%;
    left: 54%;
  }

  .sm\:inset-75\%{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-55\%{
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .sm\:inset-65\%{
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .sm\:inset-66\%{
    top: 66%;
    right: 66%;
    bottom: 66%;
    left: 66%;
  }

  .sm\:inset-85\%{
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .sm\:inset-96\%{
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .sm\:inset-130\%{
    top: 130%;
    right: 130%;
    bottom: 130%;
    left: 130%;
  }

  .sm\:inset-135\%{
    top: 135%;
    right: 135%;
    bottom: 135%;
    left: 135%;
  }

  .sm\:inset-200\%{
    top: 200%;
    right: 200%;
    bottom: 200%;
    left: 200%;
  }

  .sm\:inset-16\/9{
    top: 56.25%;
    right: 56.25%;
    bottom: 56.25%;
    left: 56.25%;
  }

  .sm\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:inset-span{
    top: 8.333%;
    right: 8.333%;
    bottom: 8.333%;
    left: 8.333%;
  }

  .sm\:inset-2span{
    top: 16.666%;
    right: 16.666%;
    bottom: 16.666%;
    left: 16.666%;
  }

  .sm\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:-inset-4{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-12{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-16{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:-inset-20{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:-inset-24{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-40{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:-inset-48{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:-inset-56{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:-inset-80{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:-inset-104{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .sm\:-inset-112{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:-inset-140{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .sm\:-inset-160{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:-inset-180{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .sm\:-inset-200{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .sm\:-inset-224{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:-inset-240{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:-inset-260{
    top: -16.25rem;
    right: -16.25rem;
    bottom: -16.25rem;
    left: -16.25rem;
  }

  .sm\:-inset-300{
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .sm\:-inset--78\%{
    top: 78%;
    right: 78%;
    bottom: 78%;
    left: 78%;
  }

  .sm\:-inset--80\%{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .sm\:-inset--50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:-inset--35\%{
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .sm\:-inset--128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:-inset--96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:-inset--64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:-inset--32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:-inset--8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:-inset-5\%{
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .sm\:-inset-10\%{
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .sm\:-inset-15\%{
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .sm\:-inset-20\%{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .sm\:-inset-25\%{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-30\%{
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .sm\:-inset-31\%{
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .sm\:-inset-33\%{
    top: -33.333%;
    right: -33.333%;
    bottom: -33.333%;
    left: -33.333%;
  }

  .sm\:-inset-34\%{
    top: -34%;
    right: -34%;
    bottom: -34%;
    left: -34%;
  }

  .sm\:-inset-45\%{
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .sm\:-inset-54\%{
    top: -54%;
    right: -54%;
    bottom: -54%;
    left: -54%;
  }

  .sm\:-inset-75\%{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-55\%{
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .sm\:-inset-65\%{
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .sm\:-inset-66\%{
    top: -66%;
    right: -66%;
    bottom: -66%;
    left: -66%;
  }

  .sm\:-inset-85\%{
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .sm\:-inset-96\%{
    top: -96%;
    right: -96%;
    bottom: -96%;
    left: -96%;
  }

  .sm\:-inset-130\%{
    top: -130%;
    right: -130%;
    bottom: -130%;
    left: -130%;
  }

  .sm\:-inset-135\%{
    top: -135%;
    right: -135%;
    bottom: -135%;
    left: -135%;
  }

  .sm\:-inset-200\%{
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
  }

  .sm\:-inset-16\/9{
    top: -56.25%;
    right: -56.25%;
    bottom: -56.25%;
    left: -56.25%;
  }

  .sm\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:-inset-span{
    top: -8.333%;
    right: -8.333%;
    bottom: -8.333%;
    left: -8.333%;
  }

  .sm\:-inset-2span{
    top: -16.666%;
    right: -16.666%;
    bottom: -16.666%;
    left: -16.666%;
  }

  .sm\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .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-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-60{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .sm\:-inset-2{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:inset-43\.2{
    top: 2.7rem;
    right: 2.7rem;
    bottom: 2.7rem;
    left: 2.7rem;
  }

  .sm\:-inset-608{
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .sm\:-inset-1472{
    top: -92rem;
    right: -92rem;
    bottom: -92rem;
    left: -92rem;
  }

  .sm\:inset-x-0{
    left: 0;
    right: 0;
  }

  .sm\:inset-x-3{
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .sm\:inset-x-4{
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm\:inset-x-5{
    left: 0.312rem;
    right: 0.312rem;
  }

  .sm\:inset-x-8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:inset-x-12{
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm\:inset-x-16{
    left: 1rem;
    right: 1rem;
  }

  .sm\:inset-x-20{
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm\:inset-x-24{
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm\:inset-x-32{
    left: 2rem;
    right: 2rem;
  }

  .sm\:inset-x-40{
    left: 2.5rem;
    right: 2.5rem;
  }

  .sm\:inset-x-48{
    left: 3rem;
    right: 3rem;
  }

  .sm\:inset-x-56{
    left: 3.5rem;
    right: 3.5rem;
  }

  .sm\:inset-x-64{
    left: 4rem;
    right: 4rem;
  }

  .sm\:inset-x-80{
    left: 5rem;
    right: 5rem;
  }

  .sm\:inset-x-96{
    left: 6rem;
    right: 6rem;
  }

  .sm\:inset-x-104{
    left: 6.5rem;
    right: 6.5rem;
  }

  .sm\:inset-x-112{
    left: 7rem;
    right: 7rem;
  }

  .sm\:inset-x-128{
    left: 8rem;
    right: 8rem;
  }

  .sm\:inset-x-140{
    left: 8.75rem;
    right: 8.75rem;
  }

  .sm\:inset-x-160{
    left: 10rem;
    right: 10rem;
  }

  .sm\:inset-x-180{
    left: 11.25rem;
    right: 11.25rem;
  }

  .sm\:inset-x-192{
    left: 12rem;
    right: 12rem;
  }

  .sm\:inset-x-200{
    left: 12.5rem;
    right: 12.5rem;
  }

  .sm\:inset-x-224{
    left: 14rem;
    right: 14rem;
  }

  .sm\:inset-x-240{
    left: 15rem;
    right: 15rem;
  }

  .sm\:inset-x-260{
    left: 16.25rem;
    right: 16.25rem;
  }

  .sm\:inset-x-300{
    left: 18.75rem;
    right: 18.75rem;
  }

  .sm\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .sm\:-inset-x-78\%{
    left: -78%;
    right: -78%;
  }

  .sm\:-inset-x-80\%{
    left: -80%;
    right: -80%;
  }

  .sm\:-inset-x-50\%{
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-35\%{
    left: -35%;
    right: -35%;
  }

  .sm\:-inset-x-128{
    left: -8rem;
    right: -8rem;
  }

  .sm\:-inset-x-96{
    left: -6rem;
    right: -6rem;
  }

  .sm\:-inset-x-64{
    left: -4rem;
    right: -4rem;
  }

  .sm\:-inset-x-32{
    left: -2rem;
    right: -2rem;
  }

  .sm\:-inset-x-8{
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm\:inset-x-5\%{
    left: 5%;
    right: 5%;
  }

  .sm\:inset-x-10\%{
    left: 10%;
    right: 10%;
  }

  .sm\:inset-x-15\%{
    left: 15%;
    right: 15%;
  }

  .sm\:inset-x-20\%{
    left: 20%;
    right: 20%;
  }

  .sm\:inset-x-25\%{
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-30\%{
    left: 30%;
    right: 30%;
  }

  .sm\:inset-x-31\%{
    left: 31%;
    right: 31%;
  }

  .sm\:inset-x-33\%{
    left: 33.333%;
    right: 33.333%;
  }

  .sm\:inset-x-34\%{
    left: 34%;
    right: 34%;
  }

  .sm\:inset-x-45\%{
    left: 45%;
    right: 45%;
  }

  .sm\:inset-x-50\%{
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-54\%{
    left: 54%;
    right: 54%;
  }

  .sm\:inset-x-75\%{
    left: 75%;
    right: 75%;
  }

  .sm\:inset-x-55\%{
    left: 55%;
    right: 55%;
  }

  .sm\:inset-x-65\%{
    left: 65%;
    right: 65%;
  }

  .sm\:inset-x-66\%{
    left: 66%;
    right: 66%;
  }

  .sm\:inset-x-85\%{
    left: 85%;
    right: 85%;
  }

  .sm\:inset-x-96\%{
    left: 96%;
    right: 96%;
  }

  .sm\:inset-x-130\%{
    left: 130%;
    right: 130%;
  }

  .sm\:inset-x-135\%{
    left: 135%;
    right: 135%;
  }

  .sm\:inset-x-200\%{
    left: 200%;
    right: 200%;
  }

  .sm\:inset-x-16\/9{
    left: 56.25%;
    right: 56.25%;
  }

  .sm\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .sm\:inset-x-span{
    left: 8.333%;
    right: 8.333%;
  }

  .sm\:inset-x-2span{
    left: 16.666%;
    right: 16.666%;
  }

  .sm\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .sm\:-inset-x-4{
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm\:-inset-x-12{
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm\:-inset-x-16{
    left: -1rem;
    right: -1rem;
  }

  .sm\:-inset-x-20{
    left: -1.25rem;
    right: -1.25rem;
  }

  .sm\:-inset-x-24{
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:-inset-x-40{
    left: -2.5rem;
    right: -2.5rem;
  }

  .sm\:-inset-x-48{
    left: -3rem;
    right: -3rem;
  }

  .sm\:-inset-x-56{
    left: -3.5rem;
    right: -3.5rem;
  }

  .sm\:-inset-x-80{
    left: -5rem;
    right: -5rem;
  }

  .sm\:-inset-x-104{
    left: -6.5rem;
    right: -6.5rem;
  }

  .sm\:-inset-x-112{
    left: -7rem;
    right: -7rem;
  }

  .sm\:-inset-x-140{
    left: -8.75rem;
    right: -8.75rem;
  }

  .sm\:-inset-x-160{
    left: -10rem;
    right: -10rem;
  }

  .sm\:-inset-x-180{
    left: -11.25rem;
    right: -11.25rem;
  }

  .sm\:-inset-x-200{
    left: -12.5rem;
    right: -12.5rem;
  }

  .sm\:-inset-x-224{
    left: -14rem;
    right: -14rem;
  }

  .sm\:-inset-x-240{
    left: -15rem;
    right: -15rem;
  }

  .sm\:-inset-x-260{
    left: -16.25rem;
    right: -16.25rem;
  }

  .sm\:-inset-x-300{
    left: -18.75rem;
    right: -18.75rem;
  }

  .sm\:-inset-x--78\%{
    left: 78%;
    right: 78%;
  }

  .sm\:-inset-x--80\%{
    left: 80%;
    right: 80%;
  }

  .sm\:-inset-x--50\%{
    left: 50%;
    right: 50%;
  }

  .sm\:-inset-x--35\%{
    left: 35%;
    right: 35%;
  }

  .sm\:-inset-x--128{
    left: 8rem;
    right: 8rem;
  }

  .sm\:-inset-x--96{
    left: 6rem;
    right: 6rem;
  }

  .sm\:-inset-x--64{
    left: 4rem;
    right: 4rem;
  }

  .sm\:-inset-x--32{
    left: 2rem;
    right: 2rem;
  }

  .sm\:-inset-x--8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:-inset-x-5\%{
    left: -5%;
    right: -5%;
  }

  .sm\:-inset-x-10\%{
    left: -10%;
    right: -10%;
  }

  .sm\:-inset-x-15\%{
    left: -15%;
    right: -15%;
  }

  .sm\:-inset-x-20\%{
    left: -20%;
    right: -20%;
  }

  .sm\:-inset-x-25\%{
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-30\%{
    left: -30%;
    right: -30%;
  }

  .sm\:-inset-x-31\%{
    left: -31%;
    right: -31%;
  }

  .sm\:-inset-x-33\%{
    left: -33.333%;
    right: -33.333%;
  }

  .sm\:-inset-x-34\%{
    left: -34%;
    right: -34%;
  }

  .sm\:-inset-x-45\%{
    left: -45%;
    right: -45%;
  }

  .sm\:-inset-x-54\%{
    left: -54%;
    right: -54%;
  }

  .sm\:-inset-x-75\%{
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-55\%{
    left: -55%;
    right: -55%;
  }

  .sm\:-inset-x-65\%{
    left: -65%;
    right: -65%;
  }

  .sm\:-inset-x-66\%{
    left: -66%;
    right: -66%;
  }

  .sm\:-inset-x-85\%{
    left: -85%;
    right: -85%;
  }

  .sm\:-inset-x-96\%{
    left: -96%;
    right: -96%;
  }

  .sm\:-inset-x-130\%{
    left: -130%;
    right: -130%;
  }

  .sm\:-inset-x-135\%{
    left: -135%;
    right: -135%;
  }

  .sm\:-inset-x-200\%{
    left: -200%;
    right: -200%;
  }

  .sm\:-inset-x-16\/9{
    left: -56.25%;
    right: -56.25%;
  }

  .sm\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .sm\:-inset-x-span{
    left: -8.333%;
    right: -8.333%;
  }

  .sm\:-inset-x-2span{
    left: -16.666%;
    right: -16.666%;
  }

  .sm\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .sm\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .sm\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-60{
    left: -3.75rem;
    right: -3.75rem;
  }

  .sm\:-inset-x-2{
    left: -0.125rem;
    right: -0.125rem;
  }

  .sm\:inset-x-43\.2{
    left: 2.7rem;
    right: 2.7rem;
  }

  .sm\:-inset-x-608{
    left: -38rem;
    right: -38rem;
  }

  .sm\:-inset-x-1472{
    left: -92rem;
    right: -92rem;
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .sm\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-y-5{
    top: 0.312rem;
    bottom: 0.312rem;
  }

  .sm\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-y-12{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-y-16{
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-y-24{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-y-32{
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-y-48{
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-y-56{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-y-64{
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-y-80{
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-y-96{
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-y-104{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .sm\:inset-y-112{
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-y-128{
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-y-140{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .sm\:inset-y-160{
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-y-180{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .sm\:inset-y-192{
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-y-200{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .sm\:inset-y-224{
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-y-240{
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:inset-y-260{
    top: 16.25rem;
    bottom: 16.25rem;
  }

  .sm\:inset-y-300{
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:-inset-y-78\%{
    top: -78%;
    bottom: -78%;
  }

  .sm\:-inset-y-80\%{
    top: -80%;
    bottom: -80%;
  }

  .sm\:-inset-y-50\%{
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-35\%{
    top: -35%;
    bottom: -35%;
  }

  .sm\:-inset-y-128{
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-y-96{
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:-inset-y-64{
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-y-32{
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-y-8{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:inset-y-5\%{
    top: 5%;
    bottom: 5%;
  }

  .sm\:inset-y-10\%{
    top: 10%;
    bottom: 10%;
  }

  .sm\:inset-y-15\%{
    top: 15%;
    bottom: 15%;
  }

  .sm\:inset-y-20\%{
    top: 20%;
    bottom: 20%;
  }

  .sm\:inset-y-25\%{
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-30\%{
    top: 30%;
    bottom: 30%;
  }

  .sm\:inset-y-31\%{
    top: 31%;
    bottom: 31%;
  }

  .sm\:inset-y-33\%{
    top: 33.333%;
    bottom: 33.333%;
  }

  .sm\:inset-y-34\%{
    top: 34%;
    bottom: 34%;
  }

  .sm\:inset-y-45\%{
    top: 45%;
    bottom: 45%;
  }

  .sm\:inset-y-50\%{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-54\%{
    top: 54%;
    bottom: 54%;
  }

  .sm\:inset-y-75\%{
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-y-55\%{
    top: 55%;
    bottom: 55%;
  }

  .sm\:inset-y-65\%{
    top: 65%;
    bottom: 65%;
  }

  .sm\:inset-y-66\%{
    top: 66%;
    bottom: 66%;
  }

  .sm\:inset-y-85\%{
    top: 85%;
    bottom: 85%;
  }

  .sm\:inset-y-96\%{
    top: 96%;
    bottom: 96%;
  }

  .sm\:inset-y-130\%{
    top: 130%;
    bottom: 130%;
  }

  .sm\:inset-y-135\%{
    top: 135%;
    bottom: 135%;
  }

  .sm\:inset-y-200\%{
    top: 200%;
    bottom: 200%;
  }

  .sm\:inset-y-16\/9{
    top: 56.25%;
    bottom: 56.25%;
  }

  .sm\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-y-span{
    top: 8.333%;
    bottom: 8.333%;
  }

  .sm\:inset-y-2span{
    top: 16.666%;
    bottom: 16.666%;
  }

  .sm\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .sm\:-inset-y-4{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-y-12{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-y-16{
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-y-20{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:-inset-y-24{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-y-40{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:-inset-y-48{
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-y-56{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:-inset-y-80{
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:-inset-y-104{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .sm\:-inset-y-112{
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-y-140{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .sm\:-inset-y-160{
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-y-180{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .sm\:-inset-y-200{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .sm\:-inset-y-224{
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-y-240{
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:-inset-y-260{
    top: -16.25rem;
    bottom: -16.25rem;
  }

  .sm\:-inset-y-300{
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .sm\:-inset-y--78\%{
    top: 78%;
    bottom: 78%;
  }

  .sm\:-inset-y--80\%{
    top: 80%;
    bottom: 80%;
  }

  .sm\:-inset-y--50\%{
    top: 50%;
    bottom: 50%;
  }

  .sm\:-inset-y--35\%{
    top: 35%;
    bottom: 35%;
  }

  .sm\:-inset-y--128{
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:-inset-y--96{
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:-inset-y--64{
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:-inset-y--32{
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:-inset-y--8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:-inset-y-5\%{
    top: -5%;
    bottom: -5%;
  }

  .sm\:-inset-y-10\%{
    top: -10%;
    bottom: -10%;
  }

  .sm\:-inset-y-15\%{
    top: -15%;
    bottom: -15%;
  }

  .sm\:-inset-y-20\%{
    top: -20%;
    bottom: -20%;
  }

  .sm\:-inset-y-25\%{
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-30\%{
    top: -30%;
    bottom: -30%;
  }

  .sm\:-inset-y-31\%{
    top: -31%;
    bottom: -31%;
  }

  .sm\:-inset-y-33\%{
    top: -33.333%;
    bottom: -33.333%;
  }

  .sm\:-inset-y-34\%{
    top: -34%;
    bottom: -34%;
  }

  .sm\:-inset-y-45\%{
    top: -45%;
    bottom: -45%;
  }

  .sm\:-inset-y-54\%{
    top: -54%;
    bottom: -54%;
  }

  .sm\:-inset-y-75\%{
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-55\%{
    top: -55%;
    bottom: -55%;
  }

  .sm\:-inset-y-65\%{
    top: -65%;
    bottom: -65%;
  }

  .sm\:-inset-y-66\%{
    top: -66%;
    bottom: -66%;
  }

  .sm\:-inset-y-85\%{
    top: -85%;
    bottom: -85%;
  }

  .sm\:-inset-y-96\%{
    top: -96%;
    bottom: -96%;
  }

  .sm\:-inset-y-130\%{
    top: -130%;
    bottom: -130%;
  }

  .sm\:-inset-y-135\%{
    top: -135%;
    bottom: -135%;
  }

  .sm\:-inset-y-200\%{
    top: -200%;
    bottom: -200%;
  }

  .sm\:-inset-y-16\/9{
    top: -56.25%;
    bottom: -56.25%;
  }

  .sm\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .sm\:-inset-y-span{
    top: -8.333%;
    bottom: -8.333%;
  }

  .sm\:-inset-y-2span{
    top: -16.666%;
    bottom: -16.666%;
  }

  .sm\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .sm\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .sm\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-60{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .sm\:-inset-y-2{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:inset-y-43\.2{
    top: 2.7rem;
    bottom: 2.7rem;
  }

  .sm\:-inset-y-608{
    top: -38rem;
    bottom: -38rem;
  }

  .sm\:-inset-y-1472{
    top: -92rem;
    bottom: -92rem;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:top-3{
    top: 0.1875rem;
  }

  .sm\:top-4{
    top: 0.25rem;
  }

  .sm\:top-5{
    top: 0.312rem;
  }

  .sm\:top-8{
    top: 0.5rem;
  }

  .sm\:top-12{
    top: 0.75rem;
  }

  .sm\:top-16{
    top: 1rem;
  }

  .sm\:top-20{
    top: 1.25rem;
  }

  .sm\:top-24{
    top: 1.5rem;
  }

  .sm\:top-32{
    top: 2rem;
  }

  .sm\:top-40{
    top: 2.5rem;
  }

  .sm\:top-48{
    top: 3rem;
  }

  .sm\:top-56{
    top: 3.5rem;
  }

  .sm\:top-64{
    top: 4rem;
  }

  .sm\:top-80{
    top: 5rem;
  }

  .sm\:top-96{
    top: 6rem;
  }

  .sm\:top-104{
    top: 6.5rem;
  }

  .sm\:top-112{
    top: 7rem;
  }

  .sm\:top-128{
    top: 8rem;
  }

  .sm\:top-140{
    top: 8.75rem;
  }

  .sm\:top-160{
    top: 10rem;
  }

  .sm\:top-180{
    top: 11.25rem;
  }

  .sm\:top-192{
    top: 12rem;
  }

  .sm\:top-200{
    top: 12.5rem;
  }

  .sm\:top-224{
    top: 14rem;
  }

  .sm\:top-240{
    top: 15rem;
  }

  .sm\:top-260{
    top: 16.25rem;
  }

  .sm\:top-300{
    top: 18.75rem;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:-top-78\%{
    top: -78%;
  }

  .sm\:-top-80\%{
    top: -80%;
  }

  .sm\:-top-50\%{
    top: -50%;
  }

  .sm\:-top-35\%{
    top: -35%;
  }

  .sm\:-top-128{
    top: -8rem;
  }

  .sm\:-top-96{
    top: -6rem;
  }

  .sm\:-top-64{
    top: -4rem;
  }

  .sm\:-top-32{
    top: -2rem;
  }

  .sm\:-top-8{
    top: -0.5rem;
  }

  .sm\:top-5\%{
    top: 5%;
  }

  .sm\:top-10\%{
    top: 10%;
  }

  .sm\:top-15\%{
    top: 15%;
  }

  .sm\:top-20\%{
    top: 20%;
  }

  .sm\:top-25\%{
    top: 25%;
  }

  .sm\:top-30\%{
    top: 30%;
  }

  .sm\:top-31\%{
    top: 31%;
  }

  .sm\:top-33\%{
    top: 33.333%;
  }

  .sm\:top-34\%{
    top: 34%;
  }

  .sm\:top-45\%{
    top: 45%;
  }

  .sm\:top-50\%{
    top: 50%;
  }

  .sm\:top-54\%{
    top: 54%;
  }

  .sm\:top-75\%{
    top: 75%;
  }

  .sm\:top-55\%{
    top: 55%;
  }

  .sm\:top-65\%{
    top: 65%;
  }

  .sm\:top-66\%{
    top: 66%;
  }

  .sm\:top-85\%{
    top: 85%;
  }

  .sm\:top-96\%{
    top: 96%;
  }

  .sm\:top-130\%{
    top: 130%;
  }

  .sm\:top-135\%{
    top: 135%;
  }

  .sm\:top-200\%{
    top: 200%;
  }

  .sm\:top-16\/9{
    top: 56.25%;
  }

  .sm\:top-1\/2{
    top: 50%;
  }

  .sm\:top-full{
    top: 100%;
  }

  .sm\:top-span{
    top: 8.333%;
  }

  .sm\:top-2span{
    top: 16.666%;
  }

  .sm\:top-px{
    top: 1px;
  }

  .sm\:-top-4{
    top: -0.25rem;
  }

  .sm\:-top-12{
    top: -0.75rem;
  }

  .sm\:-top-16{
    top: -1rem;
  }

  .sm\:-top-20{
    top: -1.25rem;
  }

  .sm\:-top-24{
    top: -1.5rem;
  }

  .sm\:-top-40{
    top: -2.5rem;
  }

  .sm\:-top-48{
    top: -3rem;
  }

  .sm\:-top-56{
    top: -3.5rem;
  }

  .sm\:-top-80{
    top: -5rem;
  }

  .sm\:-top-104{
    top: -6.5rem;
  }

  .sm\:-top-112{
    top: -7rem;
  }

  .sm\:-top-140{
    top: -8.75rem;
  }

  .sm\:-top-160{
    top: -10rem;
  }

  .sm\:-top-180{
    top: -11.25rem;
  }

  .sm\:-top-200{
    top: -12.5rem;
  }

  .sm\:-top-224{
    top: -14rem;
  }

  .sm\:-top-240{
    top: -15rem;
  }

  .sm\:-top-260{
    top: -16.25rem;
  }

  .sm\:-top-300{
    top: -18.75rem;
  }

  .sm\:-top--78\%{
    top: 78%;
  }

  .sm\:-top--80\%{
    top: 80%;
  }

  .sm\:-top--50\%{
    top: 50%;
  }

  .sm\:-top--35\%{
    top: 35%;
  }

  .sm\:-top--128{
    top: 8rem;
  }

  .sm\:-top--96{
    top: 6rem;
  }

  .sm\:-top--64{
    top: 4rem;
  }

  .sm\:-top--32{
    top: 2rem;
  }

  .sm\:-top--8{
    top: 0.5rem;
  }

  .sm\:-top-5\%{
    top: -5%;
  }

  .sm\:-top-10\%{
    top: -10%;
  }

  .sm\:-top-15\%{
    top: -15%;
  }

  .sm\:-top-20\%{
    top: -20%;
  }

  .sm\:-top-25\%{
    top: -25%;
  }

  .sm\:-top-30\%{
    top: -30%;
  }

  .sm\:-top-31\%{
    top: -31%;
  }

  .sm\:-top-33\%{
    top: -33.333%;
  }

  .sm\:-top-34\%{
    top: -34%;
  }

  .sm\:-top-45\%{
    top: -45%;
  }

  .sm\:-top-54\%{
    top: -54%;
  }

  .sm\:-top-75\%{
    top: -75%;
  }

  .sm\:-top-55\%{
    top: -55%;
  }

  .sm\:-top-65\%{
    top: -65%;
  }

  .sm\:-top-66\%{
    top: -66%;
  }

  .sm\:-top-85\%{
    top: -85%;
  }

  .sm\:-top-96\%{
    top: -96%;
  }

  .sm\:-top-130\%{
    top: -130%;
  }

  .sm\:-top-135\%{
    top: -135%;
  }

  .sm\:-top-200\%{
    top: -200%;
  }

  .sm\:-top-16\/9{
    top: -56.25%;
  }

  .sm\:-top-1\/2{
    top: -50%;
  }

  .sm\:-top-full{
    top: -100%;
  }

  .sm\:-top-span{
    top: -8.333%;
  }

  .sm\:-top-2span{
    top: -16.666%;
  }

  .sm\:-top-px{
    top: -1px;
  }

  .sm\:top-1\/3{
    top: 33.333333%;
  }

  .sm\:top-2\/3{
    top: 66.666667%;
  }

  .sm\:top-1\/4{
    top: 25%;
  }

  .sm\:top-2\/4{
    top: 50%;
  }

  .sm\:top-3\/4{
    top: 75%;
  }

  .sm\:-top-1\/3{
    top: -33.333333%;
  }

  .sm\:-top-2\/3{
    top: -66.666667%;
  }

  .sm\:-top-1\/4{
    top: -25%;
  }

  .sm\:-top-2\/4{
    top: -50%;
  }

  .sm\:-top-3\/4{
    top: -75%;
  }

  .sm\:-top-60{
    top: -3.75rem;
  }

  .sm\:-top-2{
    top: -0.125rem;
  }

  .sm\:top-43\.2{
    top: 2.7rem;
  }

  .sm\:-top-608{
    top: -38rem;
  }

  .sm\:-top-1472{
    top: -92rem;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:right-3{
    right: 0.1875rem;
  }

  .sm\:right-4{
    right: 0.25rem;
  }

  .sm\:right-5{
    right: 0.312rem;
  }

  .sm\:right-8{
    right: 0.5rem;
  }

  .sm\:right-12{
    right: 0.75rem;
  }

  .sm\:right-16{
    right: 1rem;
  }

  .sm\:right-20{
    right: 1.25rem;
  }

  .sm\:right-24{
    right: 1.5rem;
  }

  .sm\:right-32{
    right: 2rem;
  }

  .sm\:right-40{
    right: 2.5rem;
  }

  .sm\:right-48{
    right: 3rem;
  }

  .sm\:right-56{
    right: 3.5rem;
  }

  .sm\:right-64{
    right: 4rem;
  }

  .sm\:right-80{
    right: 5rem;
  }

  .sm\:right-96{
    right: 6rem;
  }

  .sm\:right-104{
    right: 6.5rem;
  }

  .sm\:right-112{
    right: 7rem;
  }

  .sm\:right-128{
    right: 8rem;
  }

  .sm\:right-140{
    right: 8.75rem;
  }

  .sm\:right-160{
    right: 10rem;
  }

  .sm\:right-180{
    right: 11.25rem;
  }

  .sm\:right-192{
    right: 12rem;
  }

  .sm\:right-200{
    right: 12.5rem;
  }

  .sm\:right-224{
    right: 14rem;
  }

  .sm\:right-240{
    right: 15rem;
  }

  .sm\:right-260{
    right: 16.25rem;
  }

  .sm\:right-300{
    right: 18.75rem;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:-right-78\%{
    right: -78%;
  }

  .sm\:-right-80\%{
    right: -80%;
  }

  .sm\:-right-50\%{
    right: -50%;
  }

  .sm\:-right-35\%{
    right: -35%;
  }

  .sm\:-right-128{
    right: -8rem;
  }

  .sm\:-right-96{
    right: -6rem;
  }

  .sm\:-right-64{
    right: -4rem;
  }

  .sm\:-right-32{
    right: -2rem;
  }

  .sm\:-right-8{
    right: -0.5rem;
  }

  .sm\:right-5\%{
    right: 5%;
  }

  .sm\:right-10\%{
    right: 10%;
  }

  .sm\:right-15\%{
    right: 15%;
  }

  .sm\:right-20\%{
    right: 20%;
  }

  .sm\:right-25\%{
    right: 25%;
  }

  .sm\:right-30\%{
    right: 30%;
  }

  .sm\:right-31\%{
    right: 31%;
  }

  .sm\:right-33\%{
    right: 33.333%;
  }

  .sm\:right-34\%{
    right: 34%;
  }

  .sm\:right-45\%{
    right: 45%;
  }

  .sm\:right-50\%{
    right: 50%;
  }

  .sm\:right-54\%{
    right: 54%;
  }

  .sm\:right-75\%{
    right: 75%;
  }

  .sm\:right-55\%{
    right: 55%;
  }

  .sm\:right-65\%{
    right: 65%;
  }

  .sm\:right-66\%{
    right: 66%;
  }

  .sm\:right-85\%{
    right: 85%;
  }

  .sm\:right-96\%{
    right: 96%;
  }

  .sm\:right-130\%{
    right: 130%;
  }

  .sm\:right-135\%{
    right: 135%;
  }

  .sm\:right-200\%{
    right: 200%;
  }

  .sm\:right-16\/9{
    right: 56.25%;
  }

  .sm\:right-1\/2{
    right: 50%;
  }

  .sm\:right-full{
    right: 100%;
  }

  .sm\:right-span{
    right: 8.333%;
  }

  .sm\:right-2span{
    right: 16.666%;
  }

  .sm\:right-px{
    right: 1px;
  }

  .sm\:-right-4{
    right: -0.25rem;
  }

  .sm\:-right-12{
    right: -0.75rem;
  }

  .sm\:-right-16{
    right: -1rem;
  }

  .sm\:-right-20{
    right: -1.25rem;
  }

  .sm\:-right-24{
    right: -1.5rem;
  }

  .sm\:-right-40{
    right: -2.5rem;
  }

  .sm\:-right-48{
    right: -3rem;
  }

  .sm\:-right-56{
    right: -3.5rem;
  }

  .sm\:-right-80{
    right: -5rem;
  }

  .sm\:-right-104{
    right: -6.5rem;
  }

  .sm\:-right-112{
    right: -7rem;
  }

  .sm\:-right-140{
    right: -8.75rem;
  }

  .sm\:-right-160{
    right: -10rem;
  }

  .sm\:-right-180{
    right: -11.25rem;
  }

  .sm\:-right-200{
    right: -12.5rem;
  }

  .sm\:-right-224{
    right: -14rem;
  }

  .sm\:-right-240{
    right: -15rem;
  }

  .sm\:-right-260{
    right: -16.25rem;
  }

  .sm\:-right-300{
    right: -18.75rem;
  }

  .sm\:-right--78\%{
    right: 78%;
  }

  .sm\:-right--80\%{
    right: 80%;
  }

  .sm\:-right--50\%{
    right: 50%;
  }

  .sm\:-right--35\%{
    right: 35%;
  }

  .sm\:-right--128{
    right: 8rem;
  }

  .sm\:-right--96{
    right: 6rem;
  }

  .sm\:-right--64{
    right: 4rem;
  }

  .sm\:-right--32{
    right: 2rem;
  }

  .sm\:-right--8{
    right: 0.5rem;
  }

  .sm\:-right-5\%{
    right: -5%;
  }

  .sm\:-right-10\%{
    right: -10%;
  }

  .sm\:-right-15\%{
    right: -15%;
  }

  .sm\:-right-20\%{
    right: -20%;
  }

  .sm\:-right-25\%{
    right: -25%;
  }

  .sm\:-right-30\%{
    right: -30%;
  }

  .sm\:-right-31\%{
    right: -31%;
  }

  .sm\:-right-33\%{
    right: -33.333%;
  }

  .sm\:-right-34\%{
    right: -34%;
  }

  .sm\:-right-45\%{
    right: -45%;
  }

  .sm\:-right-54\%{
    right: -54%;
  }

  .sm\:-right-75\%{
    right: -75%;
  }

  .sm\:-right-55\%{
    right: -55%;
  }

  .sm\:-right-65\%{
    right: -65%;
  }

  .sm\:-right-66\%{
    right: -66%;
  }

  .sm\:-right-85\%{
    right: -85%;
  }

  .sm\:-right-96\%{
    right: -96%;
  }

  .sm\:-right-130\%{
    right: -130%;
  }

  .sm\:-right-135\%{
    right: -135%;
  }

  .sm\:-right-200\%{
    right: -200%;
  }

  .sm\:-right-16\/9{
    right: -56.25%;
  }

  .sm\:-right-1\/2{
    right: -50%;
  }

  .sm\:-right-full{
    right: -100%;
  }

  .sm\:-right-span{
    right: -8.333%;
  }

  .sm\:-right-2span{
    right: -16.666%;
  }

  .sm\:-right-px{
    right: -1px;
  }

  .sm\:right-1\/3{
    right: 33.333333%;
  }

  .sm\:right-2\/3{
    right: 66.666667%;
  }

  .sm\:right-1\/4{
    right: 25%;
  }

  .sm\:right-2\/4{
    right: 50%;
  }

  .sm\:right-3\/4{
    right: 75%;
  }

  .sm\:-right-1\/3{
    right: -33.333333%;
  }

  .sm\:-right-2\/3{
    right: -66.666667%;
  }

  .sm\:-right-1\/4{
    right: -25%;
  }

  .sm\:-right-2\/4{
    right: -50%;
  }

  .sm\:-right-3\/4{
    right: -75%;
  }

  .sm\:-right-60{
    right: -3.75rem;
  }

  .sm\:-right-2{
    right: -0.125rem;
  }

  .sm\:right-43\.2{
    right: 2.7rem;
  }

  .sm\:-right-608{
    right: -38rem;
  }

  .sm\:-right-1472{
    right: -92rem;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:bottom-3{
    bottom: 0.1875rem;
  }

  .sm\:bottom-4{
    bottom: 0.25rem;
  }

  .sm\:bottom-5{
    bottom: 0.312rem;
  }

  .sm\:bottom-8{
    bottom: 0.5rem;
  }

  .sm\:bottom-12{
    bottom: 0.75rem;
  }

  .sm\:bottom-16{
    bottom: 1rem;
  }

  .sm\:bottom-20{
    bottom: 1.25rem;
  }

  .sm\:bottom-24{
    bottom: 1.5rem;
  }

  .sm\:bottom-32{
    bottom: 2rem;
  }

  .sm\:bottom-40{
    bottom: 2.5rem;
  }

  .sm\:bottom-48{
    bottom: 3rem;
  }

  .sm\:bottom-56{
    bottom: 3.5rem;
  }

  .sm\:bottom-64{
    bottom: 4rem;
  }

  .sm\:bottom-80{
    bottom: 5rem;
  }

  .sm\:bottom-96{
    bottom: 6rem;
  }

  .sm\:bottom-104{
    bottom: 6.5rem;
  }

  .sm\:bottom-112{
    bottom: 7rem;
  }

  .sm\:bottom-128{
    bottom: 8rem;
  }

  .sm\:bottom-140{
    bottom: 8.75rem;
  }

  .sm\:bottom-160{
    bottom: 10rem;
  }

  .sm\:bottom-180{
    bottom: 11.25rem;
  }

  .sm\:bottom-192{
    bottom: 12rem;
  }

  .sm\:bottom-200{
    bottom: 12.5rem;
  }

  .sm\:bottom-224{
    bottom: 14rem;
  }

  .sm\:bottom-240{
    bottom: 15rem;
  }

  .sm\:bottom-260{
    bottom: 16.25rem;
  }

  .sm\:bottom-300{
    bottom: 18.75rem;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:-bottom-78\%{
    bottom: -78%;
  }

  .sm\:-bottom-80\%{
    bottom: -80%;
  }

  .sm\:-bottom-50\%{
    bottom: -50%;
  }

  .sm\:-bottom-35\%{
    bottom: -35%;
  }

  .sm\:-bottom-128{
    bottom: -8rem;
  }

  .sm\:-bottom-96{
    bottom: -6rem;
  }

  .sm\:-bottom-64{
    bottom: -4rem;
  }

  .sm\:-bottom-32{
    bottom: -2rem;
  }

  .sm\:-bottom-8{
    bottom: -0.5rem;
  }

  .sm\:bottom-5\%{
    bottom: 5%;
  }

  .sm\:bottom-10\%{
    bottom: 10%;
  }

  .sm\:bottom-15\%{
    bottom: 15%;
  }

  .sm\:bottom-20\%{
    bottom: 20%;
  }

  .sm\:bottom-25\%{
    bottom: 25%;
  }

  .sm\:bottom-30\%{
    bottom: 30%;
  }

  .sm\:bottom-31\%{
    bottom: 31%;
  }

  .sm\:bottom-33\%{
    bottom: 33.333%;
  }

  .sm\:bottom-34\%{
    bottom: 34%;
  }

  .sm\:bottom-45\%{
    bottom: 45%;
  }

  .sm\:bottom-50\%{
    bottom: 50%;
  }

  .sm\:bottom-54\%{
    bottom: 54%;
  }

  .sm\:bottom-75\%{
    bottom: 75%;
  }

  .sm\:bottom-55\%{
    bottom: 55%;
  }

  .sm\:bottom-65\%{
    bottom: 65%;
  }

  .sm\:bottom-66\%{
    bottom: 66%;
  }

  .sm\:bottom-85\%{
    bottom: 85%;
  }

  .sm\:bottom-96\%{
    bottom: 96%;
  }

  .sm\:bottom-130\%{
    bottom: 130%;
  }

  .sm\:bottom-135\%{
    bottom: 135%;
  }

  .sm\:bottom-200\%{
    bottom: 200%;
  }

  .sm\:bottom-16\/9{
    bottom: 56.25%;
  }

  .sm\:bottom-1\/2{
    bottom: 50%;
  }

  .sm\:bottom-full{
    bottom: 100%;
  }

  .sm\:bottom-span{
    bottom: 8.333%;
  }

  .sm\:bottom-2span{
    bottom: 16.666%;
  }

  .sm\:bottom-px{
    bottom: 1px;
  }

  .sm\:-bottom-4{
    bottom: -0.25rem;
  }

  .sm\:-bottom-12{
    bottom: -0.75rem;
  }

  .sm\:-bottom-16{
    bottom: -1rem;
  }

  .sm\:-bottom-20{
    bottom: -1.25rem;
  }

  .sm\:-bottom-24{
    bottom: -1.5rem;
  }

  .sm\:-bottom-40{
    bottom: -2.5rem;
  }

  .sm\:-bottom-48{
    bottom: -3rem;
  }

  .sm\:-bottom-56{
    bottom: -3.5rem;
  }

  .sm\:-bottom-80{
    bottom: -5rem;
  }

  .sm\:-bottom-104{
    bottom: -6.5rem;
  }

  .sm\:-bottom-112{
    bottom: -7rem;
  }

  .sm\:-bottom-140{
    bottom: -8.75rem;
  }

  .sm\:-bottom-160{
    bottom: -10rem;
  }

  .sm\:-bottom-180{
    bottom: -11.25rem;
  }

  .sm\:-bottom-200{
    bottom: -12.5rem;
  }

  .sm\:-bottom-224{
    bottom: -14rem;
  }

  .sm\:-bottom-240{
    bottom: -15rem;
  }

  .sm\:-bottom-260{
    bottom: -16.25rem;
  }

  .sm\:-bottom-300{
    bottom: -18.75rem;
  }

  .sm\:-bottom--78\%{
    bottom: 78%;
  }

  .sm\:-bottom--80\%{
    bottom: 80%;
  }

  .sm\:-bottom--50\%{
    bottom: 50%;
  }

  .sm\:-bottom--35\%{
    bottom: 35%;
  }

  .sm\:-bottom--128{
    bottom: 8rem;
  }

  .sm\:-bottom--96{
    bottom: 6rem;
  }

  .sm\:-bottom--64{
    bottom: 4rem;
  }

  .sm\:-bottom--32{
    bottom: 2rem;
  }

  .sm\:-bottom--8{
    bottom: 0.5rem;
  }

  .sm\:-bottom-5\%{
    bottom: -5%;
  }

  .sm\:-bottom-10\%{
    bottom: -10%;
  }

  .sm\:-bottom-15\%{
    bottom: -15%;
  }

  .sm\:-bottom-20\%{
    bottom: -20%;
  }

  .sm\:-bottom-25\%{
    bottom: -25%;
  }

  .sm\:-bottom-30\%{
    bottom: -30%;
  }

  .sm\:-bottom-31\%{
    bottom: -31%;
  }

  .sm\:-bottom-33\%{
    bottom: -33.333%;
  }

  .sm\:-bottom-34\%{
    bottom: -34%;
  }

  .sm\:-bottom-45\%{
    bottom: -45%;
  }

  .sm\:-bottom-54\%{
    bottom: -54%;
  }

  .sm\:-bottom-75\%{
    bottom: -75%;
  }

  .sm\:-bottom-55\%{
    bottom: -55%;
  }

  .sm\:-bottom-65\%{
    bottom: -65%;
  }

  .sm\:-bottom-66\%{
    bottom: -66%;
  }

  .sm\:-bottom-85\%{
    bottom: -85%;
  }

  .sm\:-bottom-96\%{
    bottom: -96%;
  }

  .sm\:-bottom-130\%{
    bottom: -130%;
  }

  .sm\:-bottom-135\%{
    bottom: -135%;
  }

  .sm\:-bottom-200\%{
    bottom: -200%;
  }

  .sm\:-bottom-16\/9{
    bottom: -56.25%;
  }

  .sm\:-bottom-1\/2{
    bottom: -50%;
  }

  .sm\:-bottom-full{
    bottom: -100%;
  }

  .sm\:-bottom-span{
    bottom: -8.333%;
  }

  .sm\:-bottom-2span{
    bottom: -16.666%;
  }

  .sm\:-bottom-px{
    bottom: -1px;
  }

  .sm\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .sm\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .sm\:bottom-1\/4{
    bottom: 25%;
  }

  .sm\:bottom-2\/4{
    bottom: 50%;
  }

  .sm\:bottom-3\/4{
    bottom: 75%;
  }

  .sm\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .sm\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .sm\:-bottom-1\/4{
    bottom: -25%;
  }

  .sm\:-bottom-2\/4{
    bottom: -50%;
  }

  .sm\:-bottom-3\/4{
    bottom: -75%;
  }

  .sm\:-bottom-60{
    bottom: -3.75rem;
  }

  .sm\:-bottom-2{
    bottom: -0.125rem;
  }

  .sm\:bottom-43\.2{
    bottom: 2.7rem;
  }

  .sm\:-bottom-608{
    bottom: -38rem;
  }

  .sm\:-bottom-1472{
    bottom: -92rem;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:left-3{
    left: 0.1875rem;
  }

  .sm\:left-4{
    left: 0.25rem;
  }

  .sm\:left-5{
    left: 0.312rem;
  }

  .sm\:left-8{
    left: 0.5rem;
  }

  .sm\:left-12{
    left: 0.75rem;
  }

  .sm\:left-16{
    left: 1rem;
  }

  .sm\:left-20{
    left: 1.25rem;
  }

  .sm\:left-24{
    left: 1.5rem;
  }

  .sm\:left-32{
    left: 2rem;
  }

  .sm\:left-40{
    left: 2.5rem;
  }

  .sm\:left-48{
    left: 3rem;
  }

  .sm\:left-56{
    left: 3.5rem;
  }

  .sm\:left-64{
    left: 4rem;
  }

  .sm\:left-80{
    left: 5rem;
  }

  .sm\:left-96{
    left: 6rem;
  }

  .sm\:left-104{
    left: 6.5rem;
  }

  .sm\:left-112{
    left: 7rem;
  }

  .sm\:left-128{
    left: 8rem;
  }

  .sm\:left-140{
    left: 8.75rem;
  }

  .sm\:left-160{
    left: 10rem;
  }

  .sm\:left-180{
    left: 11.25rem;
  }

  .sm\:left-192{
    left: 12rem;
  }

  .sm\:left-200{
    left: 12.5rem;
  }

  .sm\:left-224{
    left: 14rem;
  }

  .sm\:left-240{
    left: 15rem;
  }

  .sm\:left-260{
    left: 16.25rem;
  }

  .sm\:left-300{
    left: 18.75rem;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:-left-78\%{
    left: -78%;
  }

  .sm\:-left-80\%{
    left: -80%;
  }

  .sm\:-left-50\%{
    left: -50%;
  }

  .sm\:-left-35\%{
    left: -35%;
  }

  .sm\:-left-128{
    left: -8rem;
  }

  .sm\:-left-96{
    left: -6rem;
  }

  .sm\:-left-64{
    left: -4rem;
  }

  .sm\:-left-32{
    left: -2rem;
  }

  .sm\:-left-8{
    left: -0.5rem;
  }

  .sm\:left-5\%{
    left: 5%;
  }

  .sm\:left-10\%{
    left: 10%;
  }

  .sm\:left-15\%{
    left: 15%;
  }

  .sm\:left-20\%{
    left: 20%;
  }

  .sm\:left-25\%{
    left: 25%;
  }

  .sm\:left-30\%{
    left: 30%;
  }

  .sm\:left-31\%{
    left: 31%;
  }

  .sm\:left-33\%{
    left: 33.333%;
  }

  .sm\:left-34\%{
    left: 34%;
  }

  .sm\:left-45\%{
    left: 45%;
  }

  .sm\:left-50\%{
    left: 50%;
  }

  .sm\:left-54\%{
    left: 54%;
  }

  .sm\:left-75\%{
    left: 75%;
  }

  .sm\:left-55\%{
    left: 55%;
  }

  .sm\:left-65\%{
    left: 65%;
  }

  .sm\:left-66\%{
    left: 66%;
  }

  .sm\:left-85\%{
    left: 85%;
  }

  .sm\:left-96\%{
    left: 96%;
  }

  .sm\:left-130\%{
    left: 130%;
  }

  .sm\:left-135\%{
    left: 135%;
  }

  .sm\:left-200\%{
    left: 200%;
  }

  .sm\:left-16\/9{
    left: 56.25%;
  }

  .sm\:left-1\/2{
    left: 50%;
  }

  .sm\:left-full{
    left: 100%;
  }

  .sm\:left-span{
    left: 8.333%;
  }

  .sm\:left-2span{
    left: 16.666%;
  }

  .sm\:left-px{
    left: 1px;
  }

  .sm\:-left-4{
    left: -0.25rem;
  }

  .sm\:-left-12{
    left: -0.75rem;
  }

  .sm\:-left-16{
    left: -1rem;
  }

  .sm\:-left-20{
    left: -1.25rem;
  }

  .sm\:-left-24{
    left: -1.5rem;
  }

  .sm\:-left-40{
    left: -2.5rem;
  }

  .sm\:-left-48{
    left: -3rem;
  }

  .sm\:-left-56{
    left: -3.5rem;
  }

  .sm\:-left-80{
    left: -5rem;
  }

  .sm\:-left-104{
    left: -6.5rem;
  }

  .sm\:-left-112{
    left: -7rem;
  }

  .sm\:-left-140{
    left: -8.75rem;
  }

  .sm\:-left-160{
    left: -10rem;
  }

  .sm\:-left-180{
    left: -11.25rem;
  }

  .sm\:-left-200{
    left: -12.5rem;
  }

  .sm\:-left-224{
    left: -14rem;
  }

  .sm\:-left-240{
    left: -15rem;
  }

  .sm\:-left-260{
    left: -16.25rem;
  }

  .sm\:-left-300{
    left: -18.75rem;
  }

  .sm\:-left--78\%{
    left: 78%;
  }

  .sm\:-left--80\%{
    left: 80%;
  }

  .sm\:-left--50\%{
    left: 50%;
  }

  .sm\:-left--35\%{
    left: 35%;
  }

  .sm\:-left--128{
    left: 8rem;
  }

  .sm\:-left--96{
    left: 6rem;
  }

  .sm\:-left--64{
    left: 4rem;
  }

  .sm\:-left--32{
    left: 2rem;
  }

  .sm\:-left--8{
    left: 0.5rem;
  }

  .sm\:-left-5\%{
    left: -5%;
  }

  .sm\:-left-10\%{
    left: -10%;
  }

  .sm\:-left-15\%{
    left: -15%;
  }

  .sm\:-left-20\%{
    left: -20%;
  }

  .sm\:-left-25\%{
    left: -25%;
  }

  .sm\:-left-30\%{
    left: -30%;
  }

  .sm\:-left-31\%{
    left: -31%;
  }

  .sm\:-left-33\%{
    left: -33.333%;
  }

  .sm\:-left-34\%{
    left: -34%;
  }

  .sm\:-left-45\%{
    left: -45%;
  }

  .sm\:-left-54\%{
    left: -54%;
  }

  .sm\:-left-75\%{
    left: -75%;
  }

  .sm\:-left-55\%{
    left: -55%;
  }

  .sm\:-left-65\%{
    left: -65%;
  }

  .sm\:-left-66\%{
    left: -66%;
  }

  .sm\:-left-85\%{
    left: -85%;
  }

  .sm\:-left-96\%{
    left: -96%;
  }

  .sm\:-left-130\%{
    left: -130%;
  }

  .sm\:-left-135\%{
    left: -135%;
  }

  .sm\:-left-200\%{
    left: -200%;
  }

  .sm\:-left-16\/9{
    left: -56.25%;
  }

  .sm\:-left-1\/2{
    left: -50%;
  }

  .sm\:-left-full{
    left: -100%;
  }

  .sm\:-left-span{
    left: -8.333%;
  }

  .sm\:-left-2span{
    left: -16.666%;
  }

  .sm\:-left-px{
    left: -1px;
  }

  .sm\:left-1\/3{
    left: 33.333333%;
  }

  .sm\:left-2\/3{
    left: 66.666667%;
  }

  .sm\:left-1\/4{
    left: 25%;
  }

  .sm\:left-2\/4{
    left: 50%;
  }

  .sm\:left-3\/4{
    left: 75%;
  }

  .sm\:-left-1\/3{
    left: -33.333333%;
  }

  .sm\:-left-2\/3{
    left: -66.666667%;
  }

  .sm\:-left-1\/4{
    left: -25%;
  }

  .sm\:-left-2\/4{
    left: -50%;
  }

  .sm\:-left-3\/4{
    left: -75%;
  }

  .sm\:-left-60{
    left: -3.75rem;
  }

  .sm\:-left-2{
    left: -0.125rem;
  }

  .sm\:left-43\.2{
    left: 2.7rem;
  }

  .sm\:-left-608{
    left: -38rem;
  }

  .sm\:-left-1472{
    left: -92rem;
  }

  .sm\:isolate{
    isolation: isolate;
  }

  .sm\:isolation-auto{
    isolation: auto;
  }

  .sm\:z-0{
    z-index: 0;
  }

  .sm\:z-1{
    z-index: 1;
  }

  .sm\:z-2{
    z-index: 2;
  }

  .sm\:z-3{
    z-index: 3;
  }

  .sm\:z-4{
    z-index: 4;
  }

  .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\:-z-1{
    z-index: -1;
  }

  .sm\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .sm\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .sm\:focus-within\:z-2:focus-within{
    z-index: 2;
  }

  .sm\:focus-within\:z-3:focus-within{
    z-index: 3;
  }

  .sm\:focus-within\:z-4:focus-within{
    z-index: 4;
  }

  .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-within\:-z-1:focus-within{
    z-index: -1;
  }

  .sm\:focus\:z-0:focus{
    z-index: 0;
  }

  .sm\:focus\:z-1:focus{
    z-index: 1;
  }

  .sm\:focus\:z-2:focus{
    z-index: 2;
  }

  .sm\:focus\:z-3:focus{
    z-index: 3;
  }

  .sm\:focus\:z-4:focus{
    z-index: 4;
  }

  .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\:focus\:-z-1:focus{
    z-index: -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\: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\: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\: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\:m-0{
    margin: 0;
  }

  .sm\:m-4{
    margin: 0.25rem;
  }

  .sm\:m-8{
    margin: 0.5rem;
  }

  .sm\:m-12{
    margin: 0.75rem;
  }

  .sm\:m-16{
    margin: 1rem;
  }

  .sm\:m-20{
    margin: 1.25rem;
  }

  .sm\:m-24{
    margin: 1.5rem;
  }

  .sm\:m-32{
    margin: 2rem;
  }

  .sm\:m-40{
    margin: 2.5rem;
  }

  .sm\:m-48{
    margin: 3rem;
  }

  .sm\:m-56{
    margin: 3.5rem;
  }

  .sm\:m-64{
    margin: 4rem;
  }

  .sm\:m-80{
    margin: 5rem;
  }

  .sm\:m-96{
    margin: 6rem;
  }

  .sm\:m-104{
    margin: 6.5rem;
  }

  .sm\:m-112{
    margin: 7rem;
  }

  .sm\:m-128{
    margin: 8rem;
  }

  .sm\:m-140{
    margin: 8.75rem;
  }

  .sm\:m-160{
    margin: 10rem;
  }

  .sm\:m-180{
    margin: 11.25rem;
  }

  .sm\:m-200{
    margin: 12.5rem;
  }

  .sm\:m-224{
    margin: 14rem;
  }

  .sm\:m-240{
    margin: 15rem;
  }

  .sm\:m-260{
    margin: 16.25rem;
  }

  .sm\:m-300{
    margin: 18.75rem;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:-m-78\%{
    margin: -78%;
  }

  .sm\:-m-80\%{
    margin: -80%;
  }

  .sm\:-m-50\%{
    margin: -50%;
  }

  .sm\:-m-35\%{
    margin: -35%;
  }

  .sm\:-m-128{
    margin: -8rem;
  }

  .sm\:-m-96{
    margin: -6rem;
  }

  .sm\:-m-64{
    margin: -4rem;
  }

  .sm\:-m-32{
    margin: -2rem;
  }

  .sm\:-m-8{
    margin: -0.5rem;
  }

  .sm\:m-5\%{
    margin: 5%;
  }

  .sm\:m-10\%{
    margin: 10%;
  }

  .sm\:m-15\%{
    margin: 15%;
  }

  .sm\:m-20\%{
    margin: 20%;
  }

  .sm\:m-25\%{
    margin: 25%;
  }

  .sm\:m-30\%{
    margin: 30%;
  }

  .sm\:m-31\%{
    margin: 31%;
  }

  .sm\:m-33\%{
    margin: 33.333%;
  }

  .sm\:m-34\%{
    margin: 34%;
  }

  .sm\:m-45\%{
    margin: 45%;
  }

  .sm\:m-50\%{
    margin: 50%;
  }

  .sm\:m-54\%{
    margin: 54%;
  }

  .sm\:m-75\%{
    margin: 75%;
  }

  .sm\:m-55\%{
    margin: 55%;
  }

  .sm\:m-65\%{
    margin: 65%;
  }

  .sm\:m-66\%{
    margin: 66%;
  }

  .sm\:m-85\%{
    margin: 85%;
  }

  .sm\:m-96\%{
    margin: 96%;
  }

  .sm\:m-130\%{
    margin: 130%;
  }

  .sm\:m-135\%{
    margin: 135%;
  }

  .sm\:m-200\%{
    margin: 200%;
  }

  .sm\:m-16\/9{
    margin: 56.25%;
  }

  .sm\:m-1\/2{
    margin: 50%;
  }

  .sm\:m-full{
    margin: 100%;
  }

  .sm\:m-span{
    margin: 8.333%;
  }

  .sm\:m-2span{
    margin: 16.666%;
  }

  .sm\:m-px{
    margin: 1px;
  }

  .sm\:-m-4{
    margin: -0.25rem;
  }

  .sm\:-m-12{
    margin: -0.75rem;
  }

  .sm\:-m-16{
    margin: -1rem;
  }

  .sm\:-m-20{
    margin: -1.25rem;
  }

  .sm\:-m-24{
    margin: -1.5rem;
  }

  .sm\:-m-40{
    margin: -2.5rem;
  }

  .sm\:-m-48{
    margin: -3rem;
  }

  .sm\:-m-56{
    margin: -3.5rem;
  }

  .sm\:-m-80{
    margin: -5rem;
  }

  .sm\:-m-104{
    margin: -6.5rem;
  }

  .sm\:-m-112{
    margin: -7rem;
  }

  .sm\:-m-140{
    margin: -8.75rem;
  }

  .sm\:-m-160{
    margin: -10rem;
  }

  .sm\:-m-180{
    margin: -11.25rem;
  }

  .sm\:-m-200{
    margin: -12.5rem;
  }

  .sm\:-m-224{
    margin: -14rem;
  }

  .sm\:-m-240{
    margin: -15rem;
  }

  .sm\:-m-260{
    margin: -16.25rem;
  }

  .sm\:-m-300{
    margin: -18.75rem;
  }

  .sm\:-m--78\%{
    margin: 78%;
  }

  .sm\:-m--80\%{
    margin: 80%;
  }

  .sm\:-m--50\%{
    margin: 50%;
  }

  .sm\:-m--35\%{
    margin: 35%;
  }

  .sm\:-m--128{
    margin: 8rem;
  }

  .sm\:-m--96{
    margin: 6rem;
  }

  .sm\:-m--64{
    margin: 4rem;
  }

  .sm\:-m--32{
    margin: 2rem;
  }

  .sm\:-m--8{
    margin: 0.5rem;
  }

  .sm\:-m-5\%{
    margin: -5%;
  }

  .sm\:-m-10\%{
    margin: -10%;
  }

  .sm\:-m-15\%{
    margin: -15%;
  }

  .sm\:-m-20\%{
    margin: -20%;
  }

  .sm\:-m-25\%{
    margin: -25%;
  }

  .sm\:-m-30\%{
    margin: -30%;
  }

  .sm\:-m-31\%{
    margin: -31%;
  }

  .sm\:-m-33\%{
    margin: -33.333%;
  }

  .sm\:-m-34\%{
    margin: -34%;
  }

  .sm\:-m-45\%{
    margin: -45%;
  }

  .sm\:-m-54\%{
    margin: -54%;
  }

  .sm\:-m-75\%{
    margin: -75%;
  }

  .sm\:-m-55\%{
    margin: -55%;
  }

  .sm\:-m-65\%{
    margin: -65%;
  }

  .sm\:-m-66\%{
    margin: -66%;
  }

  .sm\:-m-85\%{
    margin: -85%;
  }

  .sm\:-m-96\%{
    margin: -96%;
  }

  .sm\:-m-130\%{
    margin: -130%;
  }

  .sm\:-m-135\%{
    margin: -135%;
  }

  .sm\:-m-200\%{
    margin: -200%;
  }

  .sm\:-m-16\/9{
    margin: -56.25%;
  }

  .sm\:-m-1\/2{
    margin: -50%;
  }

  .sm\:-m-full{
    margin: -100%;
  }

  .sm\:-m-span{
    margin: -8.333%;
  }

  .sm\:-m-2span{
    margin: -16.666%;
  }

  .sm\:-m-px{
    margin: -1px;
  }

  .sm\:last\:m-0:last-child{
    margin: 0;
  }

  .sm\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .sm\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .sm\:last\:m-12:last-child{
    margin: 0.75rem;
  }

  .sm\:last\:m-16:last-child{
    margin: 1rem;
  }

  .sm\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .sm\:last\:m-24:last-child{
    margin: 1.5rem;
  }

  .sm\:last\:m-32:last-child{
    margin: 2rem;
  }

  .sm\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .sm\:last\:m-48:last-child{
    margin: 3rem;
  }

  .sm\:last\:m-56:last-child{
    margin: 3.5rem;
  }

  .sm\:last\:m-64:last-child{
    margin: 4rem;
  }

  .sm\:last\:m-80:last-child{
    margin: 5rem;
  }

  .sm\:last\:m-96:last-child{
    margin: 6rem;
  }

  .sm\:last\:m-104:last-child{
    margin: 6.5rem;
  }

  .sm\:last\:m-112:last-child{
    margin: 7rem;
  }

  .sm\:last\:m-128:last-child{
    margin: 8rem;
  }

  .sm\:last\:m-140:last-child{
    margin: 8.75rem;
  }

  .sm\:last\:m-160:last-child{
    margin: 10rem;
  }

  .sm\:last\:m-180:last-child{
    margin: 11.25rem;
  }

  .sm\:last\:m-200:last-child{
    margin: 12.5rem;
  }

  .sm\:last\:m-224:last-child{
    margin: 14rem;
  }

  .sm\:last\:m-240:last-child{
    margin: 15rem;
  }

  .sm\:last\:m-260:last-child{
    margin: 16.25rem;
  }

  .sm\:last\:m-300:last-child{
    margin: 18.75rem;
  }

  .sm\:last\:m-auto:last-child{
    margin: auto;
  }

  .sm\:last\:-m-78\%:last-child{
    margin: -78%;
  }

  .sm\:last\:-m-80\%:last-child{
    margin: -80%;
  }

  .sm\:last\:-m-50\%:last-child{
    margin: -50%;
  }

  .sm\:last\:-m-35\%:last-child{
    margin: -35%;
  }

  .sm\:last\:-m-128:last-child{
    margin: -8rem;
  }

  .sm\:last\:-m-96:last-child{
    margin: -6rem;
  }

  .sm\:last\:-m-64:last-child{
    margin: -4rem;
  }

  .sm\:last\:-m-32:last-child{
    margin: -2rem;
  }

  .sm\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .sm\:last\:m-5\%:last-child{
    margin: 5%;
  }

  .sm\:last\:m-10\%:last-child{
    margin: 10%;
  }

  .sm\:last\:m-15\%:last-child{
    margin: 15%;
  }

  .sm\:last\:m-20\%:last-child{
    margin: 20%;
  }

  .sm\:last\:m-25\%:last-child{
    margin: 25%;
  }

  .sm\:last\:m-30\%:last-child{
    margin: 30%;
  }

  .sm\:last\:m-31\%:last-child{
    margin: 31%;
  }

  .sm\:last\:m-33\%:last-child{
    margin: 33.333%;
  }

  .sm\:last\:m-34\%:last-child{
    margin: 34%;
  }

  .sm\:last\:m-45\%:last-child{
    margin: 45%;
  }

  .sm\:last\:m-50\%:last-child{
    margin: 50%;
  }

  .sm\:last\:m-54\%:last-child{
    margin: 54%;
  }

  .sm\:last\:m-75\%:last-child{
    margin: 75%;
  }

  .sm\:last\:m-55\%:last-child{
    margin: 55%;
  }

  .sm\:last\:m-65\%:last-child{
    margin: 65%;
  }

  .sm\:last\:m-66\%:last-child{
    margin: 66%;
  }

  .sm\:last\:m-85\%:last-child{
    margin: 85%;
  }

  .sm\:last\:m-96\%:last-child{
    margin: 96%;
  }

  .sm\:last\:m-130\%:last-child{
    margin: 130%;
  }

  .sm\:last\:m-135\%:last-child{
    margin: 135%;
  }

  .sm\:last\:m-200\%:last-child{
    margin: 200%;
  }

  .sm\:last\:m-16\/9:last-child{
    margin: 56.25%;
  }

  .sm\:last\:m-1\/2:last-child{
    margin: 50%;
  }

  .sm\:last\:m-full:last-child{
    margin: 100%;
  }

  .sm\:last\:m-span:last-child{
    margin: 8.333%;
  }

  .sm\:last\:m-2span:last-child{
    margin: 16.666%;
  }

  .sm\:last\:m-px:last-child{
    margin: 1px;
  }

  .sm\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .sm\:last\:-m-12:last-child{
    margin: -0.75rem;
  }

  .sm\:last\:-m-16:last-child{
    margin: -1rem;
  }

  .sm\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .sm\:last\:-m-24:last-child{
    margin: -1.5rem;
  }

  .sm\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .sm\:last\:-m-48:last-child{
    margin: -3rem;
  }

  .sm\:last\:-m-56:last-child{
    margin: -3.5rem;
  }

  .sm\:last\:-m-80:last-child{
    margin: -5rem;
  }

  .sm\:last\:-m-104:last-child{
    margin: -6.5rem;
  }

  .sm\:last\:-m-112:last-child{
    margin: -7rem;
  }

  .sm\:last\:-m-140:last-child{
    margin: -8.75rem;
  }

  .sm\:last\:-m-160:last-child{
    margin: -10rem;
  }

  .sm\:last\:-m-180:last-child{
    margin: -11.25rem;
  }

  .sm\:last\:-m-200:last-child{
    margin: -12.5rem;
  }

  .sm\:last\:-m-224:last-child{
    margin: -14rem;
  }

  .sm\:last\:-m-240:last-child{
    margin: -15rem;
  }

  .sm\:last\:-m-260:last-child{
    margin: -16.25rem;
  }

  .sm\:last\:-m-300:last-child{
    margin: -18.75rem;
  }

  .sm\:last\:-m--78\%:last-child{
    margin: 78%;
  }

  .sm\:last\:-m--80\%:last-child{
    margin: 80%;
  }

  .sm\:last\:-m--50\%:last-child{
    margin: 50%;
  }

  .sm\:last\:-m--35\%:last-child{
    margin: 35%;
  }

  .sm\:last\:-m--128:last-child{
    margin: 8rem;
  }

  .sm\:last\:-m--96:last-child{
    margin: 6rem;
  }

  .sm\:last\:-m--64:last-child{
    margin: 4rem;
  }

  .sm\:last\:-m--32:last-child{
    margin: 2rem;
  }

  .sm\:last\:-m--8:last-child{
    margin: 0.5rem;
  }

  .sm\:last\:-m-5\%:last-child{
    margin: -5%;
  }

  .sm\:last\:-m-10\%:last-child{
    margin: -10%;
  }

  .sm\:last\:-m-15\%:last-child{
    margin: -15%;
  }

  .sm\:last\:-m-20\%:last-child{
    margin: -20%;
  }

  .sm\:last\:-m-25\%:last-child{
    margin: -25%;
  }

  .sm\:last\:-m-30\%:last-child{
    margin: -30%;
  }

  .sm\:last\:-m-31\%:last-child{
    margin: -31%;
  }

  .sm\:last\:-m-33\%:last-child{
    margin: -33.333%;
  }

  .sm\:last\:-m-34\%:last-child{
    margin: -34%;
  }

  .sm\:last\:-m-45\%:last-child{
    margin: -45%;
  }

  .sm\:last\:-m-54\%:last-child{
    margin: -54%;
  }

  .sm\:last\:-m-75\%:last-child{
    margin: -75%;
  }

  .sm\:last\:-m-55\%:last-child{
    margin: -55%;
  }

  .sm\:last\:-m-65\%:last-child{
    margin: -65%;
  }

  .sm\:last\:-m-66\%:last-child{
    margin: -66%;
  }

  .sm\:last\:-m-85\%:last-child{
    margin: -85%;
  }

  .sm\:last\:-m-96\%:last-child{
    margin: -96%;
  }

  .sm\:last\:-m-130\%:last-child{
    margin: -130%;
  }

  .sm\:last\:-m-135\%:last-child{
    margin: -135%;
  }

  .sm\:last\:-m-200\%:last-child{
    margin: -200%;
  }

  .sm\:last\:-m-16\/9:last-child{
    margin: -56.25%;
  }

  .sm\:last\:-m-1\/2:last-child{
    margin: -50%;
  }

  .sm\:last\:-m-full:last-child{
    margin: -100%;
  }

  .sm\:last\:-m-span:last-child{
    margin: -8.333%;
  }

  .sm\:last\:-m-2span:last-child{
    margin: -16.666%;
  }

  .sm\:last\:-m-px:last-child{
    margin: -1px;
  }

  .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:mx-96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:mx-104{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm\:mx-112{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:mx-128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .sm\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .sm\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .sm\:mx-224{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:mx-240{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:mx-260{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .sm\:mx-300{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:-mx-78\%{
    margin-left: -78%;
    margin-right: -78%;
  }

  .sm\:-mx-80\%{
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:-mx-50\%{
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-mx-35\%{
    margin-left: -35%;
    margin-right: -35%;
  }

  .sm\:-mx-128{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-mx-96{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:mx-5\%{
    margin-left: 5%;
    margin-right: 5%;
  }

  .sm\:mx-10\%{
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:mx-15\%{
    margin-left: 15%;
    margin-right: 15%;
  }

  .sm\:mx-20\%{
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:mx-25\%{
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:mx-30\%{
    margin-left: 30%;
    margin-right: 30%;
  }

  .sm\:mx-31\%{
    margin-left: 31%;
    margin-right: 31%;
  }

  .sm\:mx-33\%{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .sm\:mx-34\%{
    margin-left: 34%;
    margin-right: 34%;
  }

  .sm\:mx-45\%{
    margin-left: 45%;
    margin-right: 45%;
  }

  .sm\:mx-50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:mx-54\%{
    margin-left: 54%;
    margin-right: 54%;
  }

  .sm\:mx-75\%{
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:mx-55\%{
    margin-left: 55%;
    margin-right: 55%;
  }

  .sm\:mx-65\%{
    margin-left: 65%;
    margin-right: 65%;
  }

  .sm\:mx-66\%{
    margin-left: 66%;
    margin-right: 66%;
  }

  .sm\:mx-85\%{
    margin-left: 85%;
    margin-right: 85%;
  }

  .sm\:mx-96\%{
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm\:mx-130\%{
    margin-left: 130%;
    margin-right: 130%;
  }

  .sm\:mx-135\%{
    margin-left: 135%;
    margin-right: 135%;
  }

  .sm\:mx-200\%{
    margin-left: 200%;
    margin-right: 200%;
  }

  .sm\:mx-16\/9{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .sm\:mx-1\/2{
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:mx-span{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .sm\:mx-2span{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-mx-104{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .sm\:-mx-112{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .sm\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .sm\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .sm\:-mx-224{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-mx-240{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-mx-260{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .sm\:-mx-300{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:-mx--78\%{
    margin-left: 78%;
    margin-right: 78%;
  }

  .sm\:-mx--80\%{
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:-mx--50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:-mx--35\%{
    margin-left: 35%;
    margin-right: 35%;
  }

  .sm\:-mx--128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:-mx--96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:-mx--64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:-mx--32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:-mx--8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:-mx-5\%{
    margin-left: -5%;
    margin-right: -5%;
  }

  .sm\:-mx-10\%{
    margin-left: -10%;
    margin-right: -10%;
  }

  .sm\:-mx-15\%{
    margin-left: -15%;
    margin-right: -15%;
  }

  .sm\:-mx-20\%{
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:-mx-25\%{
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:-mx-30\%{
    margin-left: -30%;
    margin-right: -30%;
  }

  .sm\:-mx-31\%{
    margin-left: -31%;
    margin-right: -31%;
  }

  .sm\:-mx-33\%{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .sm\:-mx-34\%{
    margin-left: -34%;
    margin-right: -34%;
  }

  .sm\:-mx-45\%{
    margin-left: -45%;
    margin-right: -45%;
  }

  .sm\:-mx-54\%{
    margin-left: -54%;
    margin-right: -54%;
  }

  .sm\:-mx-75\%{
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:-mx-55\%{
    margin-left: -55%;
    margin-right: -55%;
  }

  .sm\:-mx-65\%{
    margin-left: -65%;
    margin-right: -65%;
  }

  .sm\:-mx-66\%{
    margin-left: -66%;
    margin-right: -66%;
  }

  .sm\:-mx-85\%{
    margin-left: -85%;
    margin-right: -85%;
  }

  .sm\:-mx-96\%{
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm\:-mx-130\%{
    margin-left: -130%;
    margin-right: -130%;
  }

  .sm\:-mx-135\%{
    margin-left: -135%;
    margin-right: -135%;
  }

  .sm\:-mx-200\%{
    margin-left: -200%;
    margin-right: -200%;
  }

  .sm\:-mx-16\/9{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .sm\:-mx-1\/2{
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:-mx-span{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .sm\:-mx-2span{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:my-96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:my-104{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm\:my-112{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:my-128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .sm\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .sm\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm\:my-224{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:my-240{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:my-260{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .sm\:my-300{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:-my-78\%{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .sm\:-my-80\%{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:-my-50\%{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-my-35\%{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .sm\:-my-128{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-my-96{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:my-5\%{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sm\:my-10\%{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .sm\:my-15\%{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .sm\:my-20\%{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:my-25\%{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:my-30\%{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .sm\:my-31\%{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .sm\:my-33\%{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .sm\:my-34\%{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .sm\:my-45\%{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .sm\:my-50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:my-54\%{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .sm\:my-75\%{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:my-55\%{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .sm\:my-65\%{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .sm\:my-66\%{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .sm\:my-85\%{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .sm\:my-96\%{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm\:my-130\%{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .sm\:my-135\%{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .sm\:my-200\%{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .sm\:my-16\/9{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .sm\:my-1\/2{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:my-span{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .sm\:my-2span{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-my-104{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .sm\:-my-112{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .sm\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .sm\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm\:-my-224{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-my-240{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-my-260{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .sm\:-my-300{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:-my--78\%{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .sm\:-my--80\%{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:-my--50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:-my--35\%{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .sm\:-my--128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:-my--96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:-my--64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:-my--32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:-my--8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:-my-5\%{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .sm\:-my-10\%{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .sm\:-my-15\%{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .sm\:-my-20\%{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:-my-25\%{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:-my-30\%{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .sm\:-my-31\%{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .sm\:-my-33\%{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .sm\:-my-34\%{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .sm\:-my-45\%{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .sm\:-my-54\%{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .sm\:-my-75\%{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:-my-55\%{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .sm\:-my-65\%{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .sm\:-my-66\%{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .sm\:-my-85\%{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .sm\:-my-96\%{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm\:-my-130\%{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .sm\:-my-135\%{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .sm\:-my-200\%{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .sm\:-my-16\/9{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .sm\:-my-1\/2{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:-my-span{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .sm\:-my-2span{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:mx-12:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:last\:mx-16:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:mx-24:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:last\:mx-32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:mx-48:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:last\:mx-56:last-child{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:last\:mx-64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:mx-80:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:last\:mx-96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:mx-104:last-child{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm\:last\:mx-112:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:last\:mx-128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:mx-140:last-child{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .sm\:last\:mx-160:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:last\:mx-180:last-child{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .sm\:last\:mx-200:last-child{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .sm\:last\:mx-224:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:last\:mx-240:last-child{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:last\:mx-260:last-child{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .sm\:last\:mx-300:last-child{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:-mx-78\%:last-child{
    margin-left: -78%;
    margin-right: -78%;
  }

  .sm\:last\:-mx-80\%:last-child{
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:last\:-mx-50\%:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:last\:-mx-35\%:last-child{
    margin-left: -35%;
    margin-right: -35%;
  }

  .sm\:last\:-mx-128:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:last\:-mx-96:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:last\:-mx-64:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:last\:-mx-32:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:mx-5\%:last-child{
    margin-left: 5%;
    margin-right: 5%;
  }

  .sm\:last\:mx-10\%:last-child{
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:last\:mx-15\%:last-child{
    margin-left: 15%;
    margin-right: 15%;
  }

  .sm\:last\:mx-20\%:last-child{
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:last\:mx-25\%:last-child{
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:last\:mx-30\%:last-child{
    margin-left: 30%;
    margin-right: 30%;
  }

  .sm\:last\:mx-31\%:last-child{
    margin-left: 31%;
    margin-right: 31%;
  }

  .sm\:last\:mx-33\%:last-child{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .sm\:last\:mx-34\%:last-child{
    margin-left: 34%;
    margin-right: 34%;
  }

  .sm\:last\:mx-45\%:last-child{
    margin-left: 45%;
    margin-right: 45%;
  }

  .sm\:last\:mx-50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:last\:mx-54\%:last-child{
    margin-left: 54%;
    margin-right: 54%;
  }

  .sm\:last\:mx-75\%:last-child{
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:last\:mx-55\%:last-child{
    margin-left: 55%;
    margin-right: 55%;
  }

  .sm\:last\:mx-65\%:last-child{
    margin-left: 65%;
    margin-right: 65%;
  }

  .sm\:last\:mx-66\%:last-child{
    margin-left: 66%;
    margin-right: 66%;
  }

  .sm\:last\:mx-85\%:last-child{
    margin-left: 85%;
    margin-right: 85%;
  }

  .sm\:last\:mx-96\%:last-child{
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm\:last\:mx-130\%:last-child{
    margin-left: 130%;
    margin-right: 130%;
  }

  .sm\:last\:mx-135\%:last-child{
    margin-left: 135%;
    margin-right: 135%;
  }

  .sm\:last\:mx-200\%:last-child{
    margin-left: 200%;
    margin-right: 200%;
  }

  .sm\:last\:mx-16\/9:last-child{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .sm\:last\:mx-1\/2:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:last\:mx-full:last-child{
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:last\:mx-span:last-child{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .sm\:last\:mx-2span:last-child{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .sm\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:-mx-12:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:last\:-mx-16:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:-mx-24:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:-mx-48:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:last\:-mx-56:last-child{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:last\:-mx-80:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:last\:-mx-104:last-child{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .sm\:last\:-mx-112:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:last\:-mx-140:last-child{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .sm\:last\:-mx-160:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:last\:-mx-180:last-child{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .sm\:last\:-mx-200:last-child{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .sm\:last\:-mx-224:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:last\:-mx-240:last-child{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:last\:-mx-260:last-child{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .sm\:last\:-mx-300:last-child{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:last\:-mx--78\%:last-child{
    margin-left: 78%;
    margin-right: 78%;
  }

  .sm\:last\:-mx--80\%:last-child{
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:last\:-mx--50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:last\:-mx--35\%:last-child{
    margin-left: 35%;
    margin-right: 35%;
  }

  .sm\:last\:-mx--128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:-mx--96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:-mx--64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:-mx--32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:-mx--8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:-mx-5\%:last-child{
    margin-left: -5%;
    margin-right: -5%;
  }

  .sm\:last\:-mx-10\%:last-child{
    margin-left: -10%;
    margin-right: -10%;
  }

  .sm\:last\:-mx-15\%:last-child{
    margin-left: -15%;
    margin-right: -15%;
  }

  .sm\:last\:-mx-20\%:last-child{
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:last\:-mx-25\%:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:last\:-mx-30\%:last-child{
    margin-left: -30%;
    margin-right: -30%;
  }

  .sm\:last\:-mx-31\%:last-child{
    margin-left: -31%;
    margin-right: -31%;
  }

  .sm\:last\:-mx-33\%:last-child{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .sm\:last\:-mx-34\%:last-child{
    margin-left: -34%;
    margin-right: -34%;
  }

  .sm\:last\:-mx-45\%:last-child{
    margin-left: -45%;
    margin-right: -45%;
  }

  .sm\:last\:-mx-54\%:last-child{
    margin-left: -54%;
    margin-right: -54%;
  }

  .sm\:last\:-mx-75\%:last-child{
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:last\:-mx-55\%:last-child{
    margin-left: -55%;
    margin-right: -55%;
  }

  .sm\:last\:-mx-65\%:last-child{
    margin-left: -65%;
    margin-right: -65%;
  }

  .sm\:last\:-mx-66\%:last-child{
    margin-left: -66%;
    margin-right: -66%;
  }

  .sm\:last\:-mx-85\%:last-child{
    margin-left: -85%;
    margin-right: -85%;
  }

  .sm\:last\:-mx-96\%:last-child{
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm\:last\:-mx-130\%:last-child{
    margin-left: -130%;
    margin-right: -130%;
  }

  .sm\:last\:-mx-135\%:last-child{
    margin-left: -135%;
    margin-right: -135%;
  }

  .sm\:last\:-mx-200\%:last-child{
    margin-left: -200%;
    margin-right: -200%;
  }

  .sm\:last\:-mx-16\/9:last-child{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .sm\:last\:-mx-1\/2:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:last\:-mx-full:last-child{
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:last\:-mx-span:last-child{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .sm\:last\:-mx-2span:last-child{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .sm\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:my-12:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:last\:my-16:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:my-24:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:last\:my-32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:my-48:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:last\:my-56:last-child{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:last\:my-64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:my-80:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:last\:my-96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:my-104:last-child{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm\:last\:my-112:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:last\:my-128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:my-140:last-child{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .sm\:last\:my-160:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:last\:my-180:last-child{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .sm\:last\:my-200:last-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm\:last\:my-224:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:last\:my-240:last-child{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:last\:my-260:last-child{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .sm\:last\:my-300:last-child{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:-my-78\%:last-child{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .sm\:last\:-my-80\%:last-child{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:last\:-my-50\%:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:last\:-my-35\%:last-child{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .sm\:last\:-my-128:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:last\:-my-96:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:last\:-my-64:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:last\:-my-32:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:my-5\%:last-child{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sm\:last\:my-10\%:last-child{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .sm\:last\:my-15\%:last-child{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .sm\:last\:my-20\%:last-child{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:last\:my-25\%:last-child{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:last\:my-30\%:last-child{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .sm\:last\:my-31\%:last-child{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .sm\:last\:my-33\%:last-child{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .sm\:last\:my-34\%:last-child{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .sm\:last\:my-45\%:last-child{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .sm\:last\:my-50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:last\:my-54\%:last-child{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .sm\:last\:my-75\%:last-child{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:last\:my-55\%:last-child{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .sm\:last\:my-65\%:last-child{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .sm\:last\:my-66\%:last-child{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .sm\:last\:my-85\%:last-child{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .sm\:last\:my-96\%:last-child{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm\:last\:my-130\%:last-child{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .sm\:last\:my-135\%:last-child{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .sm\:last\:my-200\%:last-child{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .sm\:last\:my-16\/9:last-child{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .sm\:last\:my-1\/2:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:last\:my-full:last-child{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:last\:my-span:last-child{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .sm\:last\:my-2span:last-child{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .sm\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-my-12:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-my-16:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-my-24:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-my-48:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:last\:-my-56:last-child{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:last\:-my-80:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:last\:-my-104:last-child{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .sm\:last\:-my-112:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:last\:-my-140:last-child{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .sm\:last\:-my-160:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:last\:-my-180:last-child{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .sm\:last\:-my-200:last-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm\:last\:-my-224:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:last\:-my-240:last-child{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:last\:-my-260:last-child{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .sm\:last\:-my-300:last-child{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:last\:-my--78\%:last-child{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .sm\:last\:-my--80\%:last-child{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:last\:-my--50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:last\:-my--35\%:last-child{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .sm\:last\:-my--128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:-my--96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:-my--64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:-my--32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:-my--8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:-my-5\%:last-child{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .sm\:last\:-my-10\%:last-child{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .sm\:last\:-my-15\%:last-child{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .sm\:last\:-my-20\%:last-child{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:last\:-my-25\%:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:last\:-my-30\%:last-child{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .sm\:last\:-my-31\%:last-child{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .sm\:last\:-my-33\%:last-child{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .sm\:last\:-my-34\%:last-child{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .sm\:last\:-my-45\%:last-child{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .sm\:last\:-my-54\%:last-child{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .sm\:last\:-my-75\%:last-child{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:last\:-my-55\%:last-child{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .sm\:last\:-my-65\%:last-child{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .sm\:last\:-my-66\%:last-child{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .sm\:last\:-my-85\%:last-child{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .sm\:last\:-my-96\%:last-child{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm\:last\:-my-130\%:last-child{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .sm\:last\:-my-135\%:last-child{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .sm\:last\:-my-200\%:last-child{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .sm\:last\:-my-16\/9:last-child{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .sm\:last\:-my-1\/2:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:last\:-my-full:last-child{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:last\:-my-span:last-child{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .sm\:last\:-my-2span:last-child{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .sm\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:mt-0{
    margin-top: 0;
  }

  .sm\:mt-4{
    margin-top: 0.25rem;
  }

  .sm\:mt-8{
    margin-top: 0.5rem;
  }

  .sm\:mt-12{
    margin-top: 0.75rem;
  }

  .sm\:mt-16{
    margin-top: 1rem;
  }

  .sm\:mt-20{
    margin-top: 1.25rem;
  }

  .sm\:mt-24{
    margin-top: 1.5rem;
  }

  .sm\:mt-32{
    margin-top: 2rem;
  }

  .sm\:mt-40{
    margin-top: 2.5rem;
  }

  .sm\:mt-48{
    margin-top: 3rem;
  }

  .sm\:mt-56{
    margin-top: 3.5rem;
  }

  .sm\:mt-64{
    margin-top: 4rem;
  }

  .sm\:mt-80{
    margin-top: 5rem;
  }

  .sm\:mt-96{
    margin-top: 6rem;
  }

  .sm\:mt-104{
    margin-top: 6.5rem;
  }

  .sm\:mt-112{
    margin-top: 7rem;
  }

  .sm\:mt-128{
    margin-top: 8rem;
  }

  .sm\:mt-140{
    margin-top: 8.75rem;
  }

  .sm\:mt-160{
    margin-top: 10rem;
  }

  .sm\:mt-180{
    margin-top: 11.25rem;
  }

  .sm\:mt-200{
    margin-top: 12.5rem;
  }

  .sm\:mt-224{
    margin-top: 14rem;
  }

  .sm\:mt-240{
    margin-top: 15rem;
  }

  .sm\:mt-260{
    margin-top: 16.25rem;
  }

  .sm\:mt-300{
    margin-top: 18.75rem;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:-mt-78\%{
    margin-top: -78%;
  }

  .sm\:-mt-80\%{
    margin-top: -80%;
  }

  .sm\:-mt-50\%{
    margin-top: -50%;
  }

  .sm\:-mt-35\%{
    margin-top: -35%;
  }

  .sm\:-mt-128{
    margin-top: -8rem;
  }

  .sm\:-mt-96{
    margin-top: -6rem;
  }

  .sm\:-mt-64{
    margin-top: -4rem;
  }

  .sm\:-mt-32{
    margin-top: -2rem;
  }

  .sm\:-mt-8{
    margin-top: -0.5rem;
  }

  .sm\:mt-5\%{
    margin-top: 5%;
  }

  .sm\:mt-10\%{
    margin-top: 10%;
  }

  .sm\:mt-15\%{
    margin-top: 15%;
  }

  .sm\:mt-20\%{
    margin-top: 20%;
  }

  .sm\:mt-25\%{
    margin-top: 25%;
  }

  .sm\:mt-30\%{
    margin-top: 30%;
  }

  .sm\:mt-31\%{
    margin-top: 31%;
  }

  .sm\:mt-33\%{
    margin-top: 33.333%;
  }

  .sm\:mt-34\%{
    margin-top: 34%;
  }

  .sm\:mt-45\%{
    margin-top: 45%;
  }

  .sm\:mt-50\%{
    margin-top: 50%;
  }

  .sm\:mt-54\%{
    margin-top: 54%;
  }

  .sm\:mt-75\%{
    margin-top: 75%;
  }

  .sm\:mt-55\%{
    margin-top: 55%;
  }

  .sm\:mt-65\%{
    margin-top: 65%;
  }

  .sm\:mt-66\%{
    margin-top: 66%;
  }

  .sm\:mt-85\%{
    margin-top: 85%;
  }

  .sm\:mt-96\%{
    margin-top: 96%;
  }

  .sm\:mt-130\%{
    margin-top: 130%;
  }

  .sm\:mt-135\%{
    margin-top: 135%;
  }

  .sm\:mt-200\%{
    margin-top: 200%;
  }

  .sm\:mt-16\/9{
    margin-top: 56.25%;
  }

  .sm\:mt-1\/2{
    margin-top: 50%;
  }

  .sm\:mt-full{
    margin-top: 100%;
  }

  .sm\:mt-span{
    margin-top: 8.333%;
  }

  .sm\:mt-2span{
    margin-top: 16.666%;
  }

  .sm\:mt-px{
    margin-top: 1px;
  }

  .sm\:-mt-4{
    margin-top: -0.25rem;
  }

  .sm\:-mt-12{
    margin-top: -0.75rem;
  }

  .sm\:-mt-16{
    margin-top: -1rem;
  }

  .sm\:-mt-20{
    margin-top: -1.25rem;
  }

  .sm\:-mt-24{
    margin-top: -1.5rem;
  }

  .sm\:-mt-40{
    margin-top: -2.5rem;
  }

  .sm\:-mt-48{
    margin-top: -3rem;
  }

  .sm\:-mt-56{
    margin-top: -3.5rem;
  }

  .sm\:-mt-80{
    margin-top: -5rem;
  }

  .sm\:-mt-104{
    margin-top: -6.5rem;
  }

  .sm\:-mt-112{
    margin-top: -7rem;
  }

  .sm\:-mt-140{
    margin-top: -8.75rem;
  }

  .sm\:-mt-160{
    margin-top: -10rem;
  }

  .sm\:-mt-180{
    margin-top: -11.25rem;
  }

  .sm\:-mt-200{
    margin-top: -12.5rem;
  }

  .sm\:-mt-224{
    margin-top: -14rem;
  }

  .sm\:-mt-240{
    margin-top: -15rem;
  }

  .sm\:-mt-260{
    margin-top: -16.25rem;
  }

  .sm\:-mt-300{
    margin-top: -18.75rem;
  }

  .sm\:-mt--78\%{
    margin-top: 78%;
  }

  .sm\:-mt--80\%{
    margin-top: 80%;
  }

  .sm\:-mt--50\%{
    margin-top: 50%;
  }

  .sm\:-mt--35\%{
    margin-top: 35%;
  }

  .sm\:-mt--128{
    margin-top: 8rem;
  }

  .sm\:-mt--96{
    margin-top: 6rem;
  }

  .sm\:-mt--64{
    margin-top: 4rem;
  }

  .sm\:-mt--32{
    margin-top: 2rem;
  }

  .sm\:-mt--8{
    margin-top: 0.5rem;
  }

  .sm\:-mt-5\%{
    margin-top: -5%;
  }

  .sm\:-mt-10\%{
    margin-top: -10%;
  }

  .sm\:-mt-15\%{
    margin-top: -15%;
  }

  .sm\:-mt-20\%{
    margin-top: -20%;
  }

  .sm\:-mt-25\%{
    margin-top: -25%;
  }

  .sm\:-mt-30\%{
    margin-top: -30%;
  }

  .sm\:-mt-31\%{
    margin-top: -31%;
  }

  .sm\:-mt-33\%{
    margin-top: -33.333%;
  }

  .sm\:-mt-34\%{
    margin-top: -34%;
  }

  .sm\:-mt-45\%{
    margin-top: -45%;
  }

  .sm\:-mt-54\%{
    margin-top: -54%;
  }

  .sm\:-mt-75\%{
    margin-top: -75%;
  }

  .sm\:-mt-55\%{
    margin-top: -55%;
  }

  .sm\:-mt-65\%{
    margin-top: -65%;
  }

  .sm\:-mt-66\%{
    margin-top: -66%;
  }

  .sm\:-mt-85\%{
    margin-top: -85%;
  }

  .sm\:-mt-96\%{
    margin-top: -96%;
  }

  .sm\:-mt-130\%{
    margin-top: -130%;
  }

  .sm\:-mt-135\%{
    margin-top: -135%;
  }

  .sm\:-mt-200\%{
    margin-top: -200%;
  }

  .sm\:-mt-16\/9{
    margin-top: -56.25%;
  }

  .sm\:-mt-1\/2{
    margin-top: -50%;
  }

  .sm\:-mt-full{
    margin-top: -100%;
  }

  .sm\:-mt-span{
    margin-top: -8.333%;
  }

  .sm\:-mt-2span{
    margin-top: -16.666%;
  }

  .sm\:-mt-px{
    margin-top: -1px;
  }

  .sm\:mr-0{
    margin-right: 0;
  }

  .sm\:mr-4{
    margin-right: 0.25rem;
  }

  .sm\:mr-8{
    margin-right: 0.5rem;
  }

  .sm\:mr-12{
    margin-right: 0.75rem;
  }

  .sm\:mr-16{
    margin-right: 1rem;
  }

  .sm\:mr-20{
    margin-right: 1.25rem;
  }

  .sm\:mr-24{
    margin-right: 1.5rem;
  }

  .sm\:mr-32{
    margin-right: 2rem;
  }

  .sm\:mr-40{
    margin-right: 2.5rem;
  }

  .sm\:mr-48{
    margin-right: 3rem;
  }

  .sm\:mr-56{
    margin-right: 3.5rem;
  }

  .sm\:mr-64{
    margin-right: 4rem;
  }

  .sm\:mr-80{
    margin-right: 5rem;
  }

  .sm\:mr-96{
    margin-right: 6rem;
  }

  .sm\:mr-104{
    margin-right: 6.5rem;
  }

  .sm\:mr-112{
    margin-right: 7rem;
  }

  .sm\:mr-128{
    margin-right: 8rem;
  }

  .sm\:mr-140{
    margin-right: 8.75rem;
  }

  .sm\:mr-160{
    margin-right: 10rem;
  }

  .sm\:mr-180{
    margin-right: 11.25rem;
  }

  .sm\:mr-200{
    margin-right: 12.5rem;
  }

  .sm\:mr-224{
    margin-right: 14rem;
  }

  .sm\:mr-240{
    margin-right: 15rem;
  }

  .sm\:mr-260{
    margin-right: 16.25rem;
  }

  .sm\:mr-300{
    margin-right: 18.75rem;
  }

  .sm\:mr-auto{
    margin-right: auto;
  }

  .sm\:-mr-78\%{
    margin-right: -78%;
  }

  .sm\:-mr-80\%{
    margin-right: -80%;
  }

  .sm\:-mr-50\%{
    margin-right: -50%;
  }

  .sm\:-mr-35\%{
    margin-right: -35%;
  }

  .sm\:-mr-128{
    margin-right: -8rem;
  }

  .sm\:-mr-96{
    margin-right: -6rem;
  }

  .sm\:-mr-64{
    margin-right: -4rem;
  }

  .sm\:-mr-32{
    margin-right: -2rem;
  }

  .sm\:-mr-8{
    margin-right: -0.5rem;
  }

  .sm\:mr-5\%{
    margin-right: 5%;
  }

  .sm\:mr-10\%{
    margin-right: 10%;
  }

  .sm\:mr-15\%{
    margin-right: 15%;
  }

  .sm\:mr-20\%{
    margin-right: 20%;
  }

  .sm\:mr-25\%{
    margin-right: 25%;
  }

  .sm\:mr-30\%{
    margin-right: 30%;
  }

  .sm\:mr-31\%{
    margin-right: 31%;
  }

  .sm\:mr-33\%{
    margin-right: 33.333%;
  }

  .sm\:mr-34\%{
    margin-right: 34%;
  }

  .sm\:mr-45\%{
    margin-right: 45%;
  }

  .sm\:mr-50\%{
    margin-right: 50%;
  }

  .sm\:mr-54\%{
    margin-right: 54%;
  }

  .sm\:mr-75\%{
    margin-right: 75%;
  }

  .sm\:mr-55\%{
    margin-right: 55%;
  }

  .sm\:mr-65\%{
    margin-right: 65%;
  }

  .sm\:mr-66\%{
    margin-right: 66%;
  }

  .sm\:mr-85\%{
    margin-right: 85%;
  }

  .sm\:mr-96\%{
    margin-right: 96%;
  }

  .sm\:mr-130\%{
    margin-right: 130%;
  }

  .sm\:mr-135\%{
    margin-right: 135%;
  }

  .sm\:mr-200\%{
    margin-right: 200%;
  }

  .sm\:mr-16\/9{
    margin-right: 56.25%;
  }

  .sm\:mr-1\/2{
    margin-right: 50%;
  }

  .sm\:mr-full{
    margin-right: 100%;
  }

  .sm\:mr-span{
    margin-right: 8.333%;
  }

  .sm\:mr-2span{
    margin-right: 16.666%;
  }

  .sm\:mr-px{
    margin-right: 1px;
  }

  .sm\:-mr-4{
    margin-right: -0.25rem;
  }

  .sm\:-mr-12{
    margin-right: -0.75rem;
  }

  .sm\:-mr-16{
    margin-right: -1rem;
  }

  .sm\:-mr-20{
    margin-right: -1.25rem;
  }

  .sm\:-mr-24{
    margin-right: -1.5rem;
  }

  .sm\:-mr-40{
    margin-right: -2.5rem;
  }

  .sm\:-mr-48{
    margin-right: -3rem;
  }

  .sm\:-mr-56{
    margin-right: -3.5rem;
  }

  .sm\:-mr-80{
    margin-right: -5rem;
  }

  .sm\:-mr-104{
    margin-right: -6.5rem;
  }

  .sm\:-mr-112{
    margin-right: -7rem;
  }

  .sm\:-mr-140{
    margin-right: -8.75rem;
  }

  .sm\:-mr-160{
    margin-right: -10rem;
  }

  .sm\:-mr-180{
    margin-right: -11.25rem;
  }

  .sm\:-mr-200{
    margin-right: -12.5rem;
  }

  .sm\:-mr-224{
    margin-right: -14rem;
  }

  .sm\:-mr-240{
    margin-right: -15rem;
  }

  .sm\:-mr-260{
    margin-right: -16.25rem;
  }

  .sm\:-mr-300{
    margin-right: -18.75rem;
  }

  .sm\:-mr--78\%{
    margin-right: 78%;
  }

  .sm\:-mr--80\%{
    margin-right: 80%;
  }

  .sm\:-mr--50\%{
    margin-right: 50%;
  }

  .sm\:-mr--35\%{
    margin-right: 35%;
  }

  .sm\:-mr--128{
    margin-right: 8rem;
  }

  .sm\:-mr--96{
    margin-right: 6rem;
  }

  .sm\:-mr--64{
    margin-right: 4rem;
  }

  .sm\:-mr--32{
    margin-right: 2rem;
  }

  .sm\:-mr--8{
    margin-right: 0.5rem;
  }

  .sm\:-mr-5\%{
    margin-right: -5%;
  }

  .sm\:-mr-10\%{
    margin-right: -10%;
  }

  .sm\:-mr-15\%{
    margin-right: -15%;
  }

  .sm\:-mr-20\%{
    margin-right: -20%;
  }

  .sm\:-mr-25\%{
    margin-right: -25%;
  }

  .sm\:-mr-30\%{
    margin-right: -30%;
  }

  .sm\:-mr-31\%{
    margin-right: -31%;
  }

  .sm\:-mr-33\%{
    margin-right: -33.333%;
  }

  .sm\:-mr-34\%{
    margin-right: -34%;
  }

  .sm\:-mr-45\%{
    margin-right: -45%;
  }

  .sm\:-mr-54\%{
    margin-right: -54%;
  }

  .sm\:-mr-75\%{
    margin-right: -75%;
  }

  .sm\:-mr-55\%{
    margin-right: -55%;
  }

  .sm\:-mr-65\%{
    margin-right: -65%;
  }

  .sm\:-mr-66\%{
    margin-right: -66%;
  }

  .sm\:-mr-85\%{
    margin-right: -85%;
  }

  .sm\:-mr-96\%{
    margin-right: -96%;
  }

  .sm\:-mr-130\%{
    margin-right: -130%;
  }

  .sm\:-mr-135\%{
    margin-right: -135%;
  }

  .sm\:-mr-200\%{
    margin-right: -200%;
  }

  .sm\:-mr-16\/9{
    margin-right: -56.25%;
  }

  .sm\:-mr-1\/2{
    margin-right: -50%;
  }

  .sm\:-mr-full{
    margin-right: -100%;
  }

  .sm\:-mr-span{
    margin-right: -8.333%;
  }

  .sm\:-mr-2span{
    margin-right: -16.666%;
  }

  .sm\:-mr-px{
    margin-right: -1px;
  }

  .sm\:mb-0{
    margin-bottom: 0;
  }

  .sm\:mb-4{
    margin-bottom: 0.25rem;
  }

  .sm\:mb-8{
    margin-bottom: 0.5rem;
  }

  .sm\:mb-12{
    margin-bottom: 0.75rem;
  }

  .sm\:mb-16{
    margin-bottom: 1rem;
  }

  .sm\:mb-20{
    margin-bottom: 1.25rem;
  }

  .sm\:mb-24{
    margin-bottom: 1.5rem;
  }

  .sm\:mb-32{
    margin-bottom: 2rem;
  }

  .sm\:mb-40{
    margin-bottom: 2.5rem;
  }

  .sm\:mb-48{
    margin-bottom: 3rem;
  }

  .sm\:mb-56{
    margin-bottom: 3.5rem;
  }

  .sm\:mb-64{
    margin-bottom: 4rem;
  }

  .sm\:mb-80{
    margin-bottom: 5rem;
  }

  .sm\:mb-96{
    margin-bottom: 6rem;
  }

  .sm\:mb-104{
    margin-bottom: 6.5rem;
  }

  .sm\:mb-112{
    margin-bottom: 7rem;
  }

  .sm\:mb-128{
    margin-bottom: 8rem;
  }

  .sm\:mb-140{
    margin-bottom: 8.75rem;
  }

  .sm\:mb-160{
    margin-bottom: 10rem;
  }

  .sm\:mb-180{
    margin-bottom: 11.25rem;
  }

  .sm\:mb-200{
    margin-bottom: 12.5rem;
  }

  .sm\:mb-224{
    margin-bottom: 14rem;
  }

  .sm\:mb-240{
    margin-bottom: 15rem;
  }

  .sm\:mb-260{
    margin-bottom: 16.25rem;
  }

  .sm\:mb-300{
    margin-bottom: 18.75rem;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:-mb-78\%{
    margin-bottom: -78%;
  }

  .sm\:-mb-80\%{
    margin-bottom: -80%;
  }

  .sm\:-mb-50\%{
    margin-bottom: -50%;
  }

  .sm\:-mb-35\%{
    margin-bottom: -35%;
  }

  .sm\:-mb-128{
    margin-bottom: -8rem;
  }

  .sm\:-mb-96{
    margin-bottom: -6rem;
  }

  .sm\:-mb-64{
    margin-bottom: -4rem;
  }

  .sm\:-mb-32{
    margin-bottom: -2rem;
  }

  .sm\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .sm\:mb-5\%{
    margin-bottom: 5%;
  }

  .sm\:mb-10\%{
    margin-bottom: 10%;
  }

  .sm\:mb-15\%{
    margin-bottom: 15%;
  }

  .sm\:mb-20\%{
    margin-bottom: 20%;
  }

  .sm\:mb-25\%{
    margin-bottom: 25%;
  }

  .sm\:mb-30\%{
    margin-bottom: 30%;
  }

  .sm\:mb-31\%{
    margin-bottom: 31%;
  }

  .sm\:mb-33\%{
    margin-bottom: 33.333%;
  }

  .sm\:mb-34\%{
    margin-bottom: 34%;
  }

  .sm\:mb-45\%{
    margin-bottom: 45%;
  }

  .sm\:mb-50\%{
    margin-bottom: 50%;
  }

  .sm\:mb-54\%{
    margin-bottom: 54%;
  }

  .sm\:mb-75\%{
    margin-bottom: 75%;
  }

  .sm\:mb-55\%{
    margin-bottom: 55%;
  }

  .sm\:mb-65\%{
    margin-bottom: 65%;
  }

  .sm\:mb-66\%{
    margin-bottom: 66%;
  }

  .sm\:mb-85\%{
    margin-bottom: 85%;
  }

  .sm\:mb-96\%{
    margin-bottom: 96%;
  }

  .sm\:mb-130\%{
    margin-bottom: 130%;
  }

  .sm\:mb-135\%{
    margin-bottom: 135%;
  }

  .sm\:mb-200\%{
    margin-bottom: 200%;
  }

  .sm\:mb-16\/9{
    margin-bottom: 56.25%;
  }

  .sm\:mb-1\/2{
    margin-bottom: 50%;
  }

  .sm\:mb-full{
    margin-bottom: 100%;
  }

  .sm\:mb-span{
    margin-bottom: 8.333%;
  }

  .sm\:mb-2span{
    margin-bottom: 16.666%;
  }

  .sm\:mb-px{
    margin-bottom: 1px;
  }

  .sm\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .sm\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .sm\:-mb-16{
    margin-bottom: -1rem;
  }

  .sm\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .sm\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .sm\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .sm\:-mb-48{
    margin-bottom: -3rem;
  }

  .sm\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .sm\:-mb-80{
    margin-bottom: -5rem;
  }

  .sm\:-mb-104{
    margin-bottom: -6.5rem;
  }

  .sm\:-mb-112{
    margin-bottom: -7rem;
  }

  .sm\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .sm\:-mb-160{
    margin-bottom: -10rem;
  }

  .sm\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .sm\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .sm\:-mb-224{
    margin-bottom: -14rem;
  }

  .sm\:-mb-240{
    margin-bottom: -15rem;
  }

  .sm\:-mb-260{
    margin-bottom: -16.25rem;
  }

  .sm\:-mb-300{
    margin-bottom: -18.75rem;
  }

  .sm\:-mb--78\%{
    margin-bottom: 78%;
  }

  .sm\:-mb--80\%{
    margin-bottom: 80%;
  }

  .sm\:-mb--50\%{
    margin-bottom: 50%;
  }

  .sm\:-mb--35\%{
    margin-bottom: 35%;
  }

  .sm\:-mb--128{
    margin-bottom: 8rem;
  }

  .sm\:-mb--96{
    margin-bottom: 6rem;
  }

  .sm\:-mb--64{
    margin-bottom: 4rem;
  }

  .sm\:-mb--32{
    margin-bottom: 2rem;
  }

  .sm\:-mb--8{
    margin-bottom: 0.5rem;
  }

  .sm\:-mb-5\%{
    margin-bottom: -5%;
  }

  .sm\:-mb-10\%{
    margin-bottom: -10%;
  }

  .sm\:-mb-15\%{
    margin-bottom: -15%;
  }

  .sm\:-mb-20\%{
    margin-bottom: -20%;
  }

  .sm\:-mb-25\%{
    margin-bottom: -25%;
  }

  .sm\:-mb-30\%{
    margin-bottom: -30%;
  }

  .sm\:-mb-31\%{
    margin-bottom: -31%;
  }

  .sm\:-mb-33\%{
    margin-bottom: -33.333%;
  }

  .sm\:-mb-34\%{
    margin-bottom: -34%;
  }

  .sm\:-mb-45\%{
    margin-bottom: -45%;
  }

  .sm\:-mb-54\%{
    margin-bottom: -54%;
  }

  .sm\:-mb-75\%{
    margin-bottom: -75%;
  }

  .sm\:-mb-55\%{
    margin-bottom: -55%;
  }

  .sm\:-mb-65\%{
    margin-bottom: -65%;
  }

  .sm\:-mb-66\%{
    margin-bottom: -66%;
  }

  .sm\:-mb-85\%{
    margin-bottom: -85%;
  }

  .sm\:-mb-96\%{
    margin-bottom: -96%;
  }

  .sm\:-mb-130\%{
    margin-bottom: -130%;
  }

  .sm\:-mb-135\%{
    margin-bottom: -135%;
  }

  .sm\:-mb-200\%{
    margin-bottom: -200%;
  }

  .sm\:-mb-16\/9{
    margin-bottom: -56.25%;
  }

  .sm\:-mb-1\/2{
    margin-bottom: -50%;
  }

  .sm\:-mb-full{
    margin-bottom: -100%;
  }

  .sm\:-mb-span{
    margin-bottom: -8.333%;
  }

  .sm\:-mb-2span{
    margin-bottom: -16.666%;
  }

  .sm\:-mb-px{
    margin-bottom: -1px;
  }

  .sm\:ml-0{
    margin-left: 0;
  }

  .sm\:ml-4{
    margin-left: 0.25rem;
  }

  .sm\:ml-8{
    margin-left: 0.5rem;
  }

  .sm\:ml-12{
    margin-left: 0.75rem;
  }

  .sm\:ml-16{
    margin-left: 1rem;
  }

  .sm\:ml-20{
    margin-left: 1.25rem;
  }

  .sm\:ml-24{
    margin-left: 1.5rem;
  }

  .sm\:ml-32{
    margin-left: 2rem;
  }

  .sm\:ml-40{
    margin-left: 2.5rem;
  }

  .sm\:ml-48{
    margin-left: 3rem;
  }

  .sm\:ml-56{
    margin-left: 3.5rem;
  }

  .sm\:ml-64{
    margin-left: 4rem;
  }

  .sm\:ml-80{
    margin-left: 5rem;
  }

  .sm\:ml-96{
    margin-left: 6rem;
  }

  .sm\:ml-104{
    margin-left: 6.5rem;
  }

  .sm\:ml-112{
    margin-left: 7rem;
  }

  .sm\:ml-128{
    margin-left: 8rem;
  }

  .sm\:ml-140{
    margin-left: 8.75rem;
  }

  .sm\:ml-160{
    margin-left: 10rem;
  }

  .sm\:ml-180{
    margin-left: 11.25rem;
  }

  .sm\:ml-200{
    margin-left: 12.5rem;
  }

  .sm\:ml-224{
    margin-left: 14rem;
  }

  .sm\:ml-240{
    margin-left: 15rem;
  }

  .sm\:ml-260{
    margin-left: 16.25rem;
  }

  .sm\:ml-300{
    margin-left: 18.75rem;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:-ml-78\%{
    margin-left: -78%;
  }

  .sm\:-ml-80\%{
    margin-left: -80%;
  }

  .sm\:-ml-50\%{
    margin-left: -50%;
  }

  .sm\:-ml-35\%{
    margin-left: -35%;
  }

  .sm\:-ml-128{
    margin-left: -8rem;
  }

  .sm\:-ml-96{
    margin-left: -6rem;
  }

  .sm\:-ml-64{
    margin-left: -4rem;
  }

  .sm\:-ml-32{
    margin-left: -2rem;
  }

  .sm\:-ml-8{
    margin-left: -0.5rem;
  }

  .sm\:ml-5\%{
    margin-left: 5%;
  }

  .sm\:ml-10\%{
    margin-left: 10%;
  }

  .sm\:ml-15\%{
    margin-left: 15%;
  }

  .sm\:ml-20\%{
    margin-left: 20%;
  }

  .sm\:ml-25\%{
    margin-left: 25%;
  }

  .sm\:ml-30\%{
    margin-left: 30%;
  }

  .sm\:ml-31\%{
    margin-left: 31%;
  }

  .sm\:ml-33\%{
    margin-left: 33.333%;
  }

  .sm\:ml-34\%{
    margin-left: 34%;
  }

  .sm\:ml-45\%{
    margin-left: 45%;
  }

  .sm\:ml-50\%{
    margin-left: 50%;
  }

  .sm\:ml-54\%{
    margin-left: 54%;
  }

  .sm\:ml-75\%{
    margin-left: 75%;
  }

  .sm\:ml-55\%{
    margin-left: 55%;
  }

  .sm\:ml-65\%{
    margin-left: 65%;
  }

  .sm\:ml-66\%{
    margin-left: 66%;
  }

  .sm\:ml-85\%{
    margin-left: 85%;
  }

  .sm\:ml-96\%{
    margin-left: 96%;
  }

  .sm\:ml-130\%{
    margin-left: 130%;
  }

  .sm\:ml-135\%{
    margin-left: 135%;
  }

  .sm\:ml-200\%{
    margin-left: 200%;
  }

  .sm\:ml-16\/9{
    margin-left: 56.25%;
  }

  .sm\:ml-1\/2{
    margin-left: 50%;
  }

  .sm\:ml-full{
    margin-left: 100%;
  }

  .sm\:ml-span{
    margin-left: 8.333%;
  }

  .sm\:ml-2span{
    margin-left: 16.666%;
  }

  .sm\:ml-px{
    margin-left: 1px;
  }

  .sm\:-ml-4{
    margin-left: -0.25rem;
  }

  .sm\:-ml-12{
    margin-left: -0.75rem;
  }

  .sm\:-ml-16{
    margin-left: -1rem;
  }

  .sm\:-ml-20{
    margin-left: -1.25rem;
  }

  .sm\:-ml-24{
    margin-left: -1.5rem;
  }

  .sm\:-ml-40{
    margin-left: -2.5rem;
  }

  .sm\:-ml-48{
    margin-left: -3rem;
  }

  .sm\:-ml-56{
    margin-left: -3.5rem;
  }

  .sm\:-ml-80{
    margin-left: -5rem;
  }

  .sm\:-ml-104{
    margin-left: -6.5rem;
  }

  .sm\:-ml-112{
    margin-left: -7rem;
  }

  .sm\:-ml-140{
    margin-left: -8.75rem;
  }

  .sm\:-ml-160{
    margin-left: -10rem;
  }

  .sm\:-ml-180{
    margin-left: -11.25rem;
  }

  .sm\:-ml-200{
    margin-left: -12.5rem;
  }

  .sm\:-ml-224{
    margin-left: -14rem;
  }

  .sm\:-ml-240{
    margin-left: -15rem;
  }

  .sm\:-ml-260{
    margin-left: -16.25rem;
  }

  .sm\:-ml-300{
    margin-left: -18.75rem;
  }

  .sm\:-ml--78\%{
    margin-left: 78%;
  }

  .sm\:-ml--80\%{
    margin-left: 80%;
  }

  .sm\:-ml--50\%{
    margin-left: 50%;
  }

  .sm\:-ml--35\%{
    margin-left: 35%;
  }

  .sm\:-ml--128{
    margin-left: 8rem;
  }

  .sm\:-ml--96{
    margin-left: 6rem;
  }

  .sm\:-ml--64{
    margin-left: 4rem;
  }

  .sm\:-ml--32{
    margin-left: 2rem;
  }

  .sm\:-ml--8{
    margin-left: 0.5rem;
  }

  .sm\:-ml-5\%{
    margin-left: -5%;
  }

  .sm\:-ml-10\%{
    margin-left: -10%;
  }

  .sm\:-ml-15\%{
    margin-left: -15%;
  }

  .sm\:-ml-20\%{
    margin-left: -20%;
  }

  .sm\:-ml-25\%{
    margin-left: -25%;
  }

  .sm\:-ml-30\%{
    margin-left: -30%;
  }

  .sm\:-ml-31\%{
    margin-left: -31%;
  }

  .sm\:-ml-33\%{
    margin-left: -33.333%;
  }

  .sm\:-ml-34\%{
    margin-left: -34%;
  }

  .sm\:-ml-45\%{
    margin-left: -45%;
  }

  .sm\:-ml-54\%{
    margin-left: -54%;
  }

  .sm\:-ml-75\%{
    margin-left: -75%;
  }

  .sm\:-ml-55\%{
    margin-left: -55%;
  }

  .sm\:-ml-65\%{
    margin-left: -65%;
  }

  .sm\:-ml-66\%{
    margin-left: -66%;
  }

  .sm\:-ml-85\%{
    margin-left: -85%;
  }

  .sm\:-ml-96\%{
    margin-left: -96%;
  }

  .sm\:-ml-130\%{
    margin-left: -130%;
  }

  .sm\:-ml-135\%{
    margin-left: -135%;
  }

  .sm\:-ml-200\%{
    margin-left: -200%;
  }

  .sm\:-ml-16\/9{
    margin-left: -56.25%;
  }

  .sm\:-ml-1\/2{
    margin-left: -50%;
  }

  .sm\:-ml-full{
    margin-left: -100%;
  }

  .sm\:-ml-span{
    margin-left: -8.333%;
  }

  .sm\:-ml-2span{
    margin-left: -16.666%;
  }

  .sm\:-ml-px{
    margin-left: -1px;
  }

  .sm\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .sm\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .sm\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .sm\:last\:mt-12:last-child{
    margin-top: 0.75rem;
  }

  .sm\:last\:mt-16:last-child{
    margin-top: 1rem;
  }

  .sm\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .sm\:last\:mt-24:last-child{
    margin-top: 1.5rem;
  }

  .sm\:last\:mt-32:last-child{
    margin-top: 2rem;
  }

  .sm\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .sm\:last\:mt-48:last-child{
    margin-top: 3rem;
  }

  .sm\:last\:mt-56:last-child{
    margin-top: 3.5rem;
  }

  .sm\:last\:mt-64:last-child{
    margin-top: 4rem;
  }

  .sm\:last\:mt-80:last-child{
    margin-top: 5rem;
  }

  .sm\:last\:mt-96:last-child{
    margin-top: 6rem;
  }

  .sm\:last\:mt-104:last-child{
    margin-top: 6.5rem;
  }

  .sm\:last\:mt-112:last-child{
    margin-top: 7rem;
  }

  .sm\:last\:mt-128:last-child{
    margin-top: 8rem;
  }

  .sm\:last\:mt-140:last-child{
    margin-top: 8.75rem;
  }

  .sm\:last\:mt-160:last-child{
    margin-top: 10rem;
  }

  .sm\:last\:mt-180:last-child{
    margin-top: 11.25rem;
  }

  .sm\:last\:mt-200:last-child{
    margin-top: 12.5rem;
  }

  .sm\:last\:mt-224:last-child{
    margin-top: 14rem;
  }

  .sm\:last\:mt-240:last-child{
    margin-top: 15rem;
  }

  .sm\:last\:mt-260:last-child{
    margin-top: 16.25rem;
  }

  .sm\:last\:mt-300:last-child{
    margin-top: 18.75rem;
  }

  .sm\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .sm\:last\:-mt-78\%:last-child{
    margin-top: -78%;
  }

  .sm\:last\:-mt-80\%:last-child{
    margin-top: -80%;
  }

  .sm\:last\:-mt-50\%:last-child{
    margin-top: -50%;
  }

  .sm\:last\:-mt-35\%:last-child{
    margin-top: -35%;
  }

  .sm\:last\:-mt-128:last-child{
    margin-top: -8rem;
  }

  .sm\:last\:-mt-96:last-child{
    margin-top: -6rem;
  }

  .sm\:last\:-mt-64:last-child{
    margin-top: -4rem;
  }

  .sm\:last\:-mt-32:last-child{
    margin-top: -2rem;
  }

  .sm\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .sm\:last\:mt-5\%:last-child{
    margin-top: 5%;
  }

  .sm\:last\:mt-10\%:last-child{
    margin-top: 10%;
  }

  .sm\:last\:mt-15\%:last-child{
    margin-top: 15%;
  }

  .sm\:last\:mt-20\%:last-child{
    margin-top: 20%;
  }

  .sm\:last\:mt-25\%:last-child{
    margin-top: 25%;
  }

  .sm\:last\:mt-30\%:last-child{
    margin-top: 30%;
  }

  .sm\:last\:mt-31\%:last-child{
    margin-top: 31%;
  }

  .sm\:last\:mt-33\%:last-child{
    margin-top: 33.333%;
  }

  .sm\:last\:mt-34\%:last-child{
    margin-top: 34%;
  }

  .sm\:last\:mt-45\%:last-child{
    margin-top: 45%;
  }

  .sm\:last\:mt-50\%:last-child{
    margin-top: 50%;
  }

  .sm\:last\:mt-54\%:last-child{
    margin-top: 54%;
  }

  .sm\:last\:mt-75\%:last-child{
    margin-top: 75%;
  }

  .sm\:last\:mt-55\%:last-child{
    margin-top: 55%;
  }

  .sm\:last\:mt-65\%:last-child{
    margin-top: 65%;
  }

  .sm\:last\:mt-66\%:last-child{
    margin-top: 66%;
  }

  .sm\:last\:mt-85\%:last-child{
    margin-top: 85%;
  }

  .sm\:last\:mt-96\%:last-child{
    margin-top: 96%;
  }

  .sm\:last\:mt-130\%:last-child{
    margin-top: 130%;
  }

  .sm\:last\:mt-135\%:last-child{
    margin-top: 135%;
  }

  .sm\:last\:mt-200\%:last-child{
    margin-top: 200%;
  }

  .sm\:last\:mt-16\/9:last-child{
    margin-top: 56.25%;
  }

  .sm\:last\:mt-1\/2:last-child{
    margin-top: 50%;
  }

  .sm\:last\:mt-full:last-child{
    margin-top: 100%;
  }

  .sm\:last\:mt-span:last-child{
    margin-top: 8.333%;
  }

  .sm\:last\:mt-2span:last-child{
    margin-top: 16.666%;
  }

  .sm\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .sm\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .sm\:last\:-mt-12:last-child{
    margin-top: -0.75rem;
  }

  .sm\:last\:-mt-16:last-child{
    margin-top: -1rem;
  }

  .sm\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .sm\:last\:-mt-24:last-child{
    margin-top: -1.5rem;
  }

  .sm\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .sm\:last\:-mt-48:last-child{
    margin-top: -3rem;
  }

  .sm\:last\:-mt-56:last-child{
    margin-top: -3.5rem;
  }

  .sm\:last\:-mt-80:last-child{
    margin-top: -5rem;
  }

  .sm\:last\:-mt-104:last-child{
    margin-top: -6.5rem;
  }

  .sm\:last\:-mt-112:last-child{
    margin-top: -7rem;
  }

  .sm\:last\:-mt-140:last-child{
    margin-top: -8.75rem;
  }

  .sm\:last\:-mt-160:last-child{
    margin-top: -10rem;
  }

  .sm\:last\:-mt-180:last-child{
    margin-top: -11.25rem;
  }

  .sm\:last\:-mt-200:last-child{
    margin-top: -12.5rem;
  }

  .sm\:last\:-mt-224:last-child{
    margin-top: -14rem;
  }

  .sm\:last\:-mt-240:last-child{
    margin-top: -15rem;
  }

  .sm\:last\:-mt-260:last-child{
    margin-top: -16.25rem;
  }

  .sm\:last\:-mt-300:last-child{
    margin-top: -18.75rem;
  }

  .sm\:last\:-mt--78\%:last-child{
    margin-top: 78%;
  }

  .sm\:last\:-mt--80\%:last-child{
    margin-top: 80%;
  }

  .sm\:last\:-mt--50\%:last-child{
    margin-top: 50%;
  }

  .sm\:last\:-mt--35\%:last-child{
    margin-top: 35%;
  }

  .sm\:last\:-mt--128:last-child{
    margin-top: 8rem;
  }

  .sm\:last\:-mt--96:last-child{
    margin-top: 6rem;
  }

  .sm\:last\:-mt--64:last-child{
    margin-top: 4rem;
  }

  .sm\:last\:-mt--32:last-child{
    margin-top: 2rem;
  }

  .sm\:last\:-mt--8:last-child{
    margin-top: 0.5rem;
  }

  .sm\:last\:-mt-5\%:last-child{
    margin-top: -5%;
  }

  .sm\:last\:-mt-10\%:last-child{
    margin-top: -10%;
  }

  .sm\:last\:-mt-15\%:last-child{
    margin-top: -15%;
  }

  .sm\:last\:-mt-20\%:last-child{
    margin-top: -20%;
  }

  .sm\:last\:-mt-25\%:last-child{
    margin-top: -25%;
  }

  .sm\:last\:-mt-30\%:last-child{
    margin-top: -30%;
  }

  .sm\:last\:-mt-31\%:last-child{
    margin-top: -31%;
  }

  .sm\:last\:-mt-33\%:last-child{
    margin-top: -33.333%;
  }

  .sm\:last\:-mt-34\%:last-child{
    margin-top: -34%;
  }

  .sm\:last\:-mt-45\%:last-child{
    margin-top: -45%;
  }

  .sm\:last\:-mt-54\%:last-child{
    margin-top: -54%;
  }

  .sm\:last\:-mt-75\%:last-child{
    margin-top: -75%;
  }

  .sm\:last\:-mt-55\%:last-child{
    margin-top: -55%;
  }

  .sm\:last\:-mt-65\%:last-child{
    margin-top: -65%;
  }

  .sm\:last\:-mt-66\%:last-child{
    margin-top: -66%;
  }

  .sm\:last\:-mt-85\%:last-child{
    margin-top: -85%;
  }

  .sm\:last\:-mt-96\%:last-child{
    margin-top: -96%;
  }

  .sm\:last\:-mt-130\%:last-child{
    margin-top: -130%;
  }

  .sm\:last\:-mt-135\%:last-child{
    margin-top: -135%;
  }

  .sm\:last\:-mt-200\%:last-child{
    margin-top: -200%;
  }

  .sm\:last\:-mt-16\/9:last-child{
    margin-top: -56.25%;
  }

  .sm\:last\:-mt-1\/2:last-child{
    margin-top: -50%;
  }

  .sm\:last\:-mt-full:last-child{
    margin-top: -100%;
  }

  .sm\:last\:-mt-span:last-child{
    margin-top: -8.333%;
  }

  .sm\:last\:-mt-2span:last-child{
    margin-top: -16.666%;
  }

  .sm\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .sm\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .sm\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .sm\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .sm\:last\:mr-12:last-child{
    margin-right: 0.75rem;
  }

  .sm\:last\:mr-16:last-child{
    margin-right: 1rem;
  }

  .sm\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .sm\:last\:mr-24:last-child{
    margin-right: 1.5rem;
  }

  .sm\:last\:mr-32:last-child{
    margin-right: 2rem;
  }

  .sm\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .sm\:last\:mr-48:last-child{
    margin-right: 3rem;
  }

  .sm\:last\:mr-56:last-child{
    margin-right: 3.5rem;
  }

  .sm\:last\:mr-64:last-child{
    margin-right: 4rem;
  }

  .sm\:last\:mr-80:last-child{
    margin-right: 5rem;
  }

  .sm\:last\:mr-96:last-child{
    margin-right: 6rem;
  }

  .sm\:last\:mr-104:last-child{
    margin-right: 6.5rem;
  }

  .sm\:last\:mr-112:last-child{
    margin-right: 7rem;
  }

  .sm\:last\:mr-128:last-child{
    margin-right: 8rem;
  }

  .sm\:last\:mr-140:last-child{
    margin-right: 8.75rem;
  }

  .sm\:last\:mr-160:last-child{
    margin-right: 10rem;
  }

  .sm\:last\:mr-180:last-child{
    margin-right: 11.25rem;
  }

  .sm\:last\:mr-200:last-child{
    margin-right: 12.5rem;
  }

  .sm\:last\:mr-224:last-child{
    margin-right: 14rem;
  }

  .sm\:last\:mr-240:last-child{
    margin-right: 15rem;
  }

  .sm\:last\:mr-260:last-child{
    margin-right: 16.25rem;
  }

  .sm\:last\:mr-300:last-child{
    margin-right: 18.75rem;
  }

  .sm\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .sm\:last\:-mr-78\%:last-child{
    margin-right: -78%;
  }

  .sm\:last\:-mr-80\%:last-child{
    margin-right: -80%;
  }

  .sm\:last\:-mr-50\%:last-child{
    margin-right: -50%;
  }

  .sm\:last\:-mr-35\%:last-child{
    margin-right: -35%;
  }

  .sm\:last\:-mr-128:last-child{
    margin-right: -8rem;
  }

  .sm\:last\:-mr-96:last-child{
    margin-right: -6rem;
  }

  .sm\:last\:-mr-64:last-child{
    margin-right: -4rem;
  }

  .sm\:last\:-mr-32:last-child{
    margin-right: -2rem;
  }

  .sm\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .sm\:last\:mr-5\%:last-child{
    margin-right: 5%;
  }

  .sm\:last\:mr-10\%:last-child{
    margin-right: 10%;
  }

  .sm\:last\:mr-15\%:last-child{
    margin-right: 15%;
  }

  .sm\:last\:mr-20\%:last-child{
    margin-right: 20%;
  }

  .sm\:last\:mr-25\%:last-child{
    margin-right: 25%;
  }

  .sm\:last\:mr-30\%:last-child{
    margin-right: 30%;
  }

  .sm\:last\:mr-31\%:last-child{
    margin-right: 31%;
  }

  .sm\:last\:mr-33\%:last-child{
    margin-right: 33.333%;
  }

  .sm\:last\:mr-34\%:last-child{
    margin-right: 34%;
  }

  .sm\:last\:mr-45\%:last-child{
    margin-right: 45%;
  }

  .sm\:last\:mr-50\%:last-child{
    margin-right: 50%;
  }

  .sm\:last\:mr-54\%:last-child{
    margin-right: 54%;
  }

  .sm\:last\:mr-75\%:last-child{
    margin-right: 75%;
  }

  .sm\:last\:mr-55\%:last-child{
    margin-right: 55%;
  }

  .sm\:last\:mr-65\%:last-child{
    margin-right: 65%;
  }

  .sm\:last\:mr-66\%:last-child{
    margin-right: 66%;
  }

  .sm\:last\:mr-85\%:last-child{
    margin-right: 85%;
  }

  .sm\:last\:mr-96\%:last-child{
    margin-right: 96%;
  }

  .sm\:last\:mr-130\%:last-child{
    margin-right: 130%;
  }

  .sm\:last\:mr-135\%:last-child{
    margin-right: 135%;
  }

  .sm\:last\:mr-200\%:last-child{
    margin-right: 200%;
  }

  .sm\:last\:mr-16\/9:last-child{
    margin-right: 56.25%;
  }

  .sm\:last\:mr-1\/2:last-child{
    margin-right: 50%;
  }

  .sm\:last\:mr-full:last-child{
    margin-right: 100%;
  }

  .sm\:last\:mr-span:last-child{
    margin-right: 8.333%;
  }

  .sm\:last\:mr-2span:last-child{
    margin-right: 16.666%;
  }

  .sm\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .sm\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .sm\:last\:-mr-12:last-child{
    margin-right: -0.75rem;
  }

  .sm\:last\:-mr-16:last-child{
    margin-right: -1rem;
  }

  .sm\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .sm\:last\:-mr-24:last-child{
    margin-right: -1.5rem;
  }

  .sm\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .sm\:last\:-mr-48:last-child{
    margin-right: -3rem;
  }

  .sm\:last\:-mr-56:last-child{
    margin-right: -3.5rem;
  }

  .sm\:last\:-mr-80:last-child{
    margin-right: -5rem;
  }

  .sm\:last\:-mr-104:last-child{
    margin-right: -6.5rem;
  }

  .sm\:last\:-mr-112:last-child{
    margin-right: -7rem;
  }

  .sm\:last\:-mr-140:last-child{
    margin-right: -8.75rem;
  }

  .sm\:last\:-mr-160:last-child{
    margin-right: -10rem;
  }

  .sm\:last\:-mr-180:last-child{
    margin-right: -11.25rem;
  }

  .sm\:last\:-mr-200:last-child{
    margin-right: -12.5rem;
  }

  .sm\:last\:-mr-224:last-child{
    margin-right: -14rem;
  }

  .sm\:last\:-mr-240:last-child{
    margin-right: -15rem;
  }

  .sm\:last\:-mr-260:last-child{
    margin-right: -16.25rem;
  }

  .sm\:last\:-mr-300:last-child{
    margin-right: -18.75rem;
  }

  .sm\:last\:-mr--78\%:last-child{
    margin-right: 78%;
  }

  .sm\:last\:-mr--80\%:last-child{
    margin-right: 80%;
  }

  .sm\:last\:-mr--50\%:last-child{
    margin-right: 50%;
  }

  .sm\:last\:-mr--35\%:last-child{
    margin-right: 35%;
  }

  .sm\:last\:-mr--128:last-child{
    margin-right: 8rem;
  }

  .sm\:last\:-mr--96:last-child{
    margin-right: 6rem;
  }

  .sm\:last\:-mr--64:last-child{
    margin-right: 4rem;
  }

  .sm\:last\:-mr--32:last-child{
    margin-right: 2rem;
  }

  .sm\:last\:-mr--8:last-child{
    margin-right: 0.5rem;
  }

  .sm\:last\:-mr-5\%:last-child{
    margin-right: -5%;
  }

  .sm\:last\:-mr-10\%:last-child{
    margin-right: -10%;
  }

  .sm\:last\:-mr-15\%:last-child{
    margin-right: -15%;
  }

  .sm\:last\:-mr-20\%:last-child{
    margin-right: -20%;
  }

  .sm\:last\:-mr-25\%:last-child{
    margin-right: -25%;
  }

  .sm\:last\:-mr-30\%:last-child{
    margin-right: -30%;
  }

  .sm\:last\:-mr-31\%:last-child{
    margin-right: -31%;
  }

  .sm\:last\:-mr-33\%:last-child{
    margin-right: -33.333%;
  }

  .sm\:last\:-mr-34\%:last-child{
    margin-right: -34%;
  }

  .sm\:last\:-mr-45\%:last-child{
    margin-right: -45%;
  }

  .sm\:last\:-mr-54\%:last-child{
    margin-right: -54%;
  }

  .sm\:last\:-mr-75\%:last-child{
    margin-right: -75%;
  }

  .sm\:last\:-mr-55\%:last-child{
    margin-right: -55%;
  }

  .sm\:last\:-mr-65\%:last-child{
    margin-right: -65%;
  }

  .sm\:last\:-mr-66\%:last-child{
    margin-right: -66%;
  }

  .sm\:last\:-mr-85\%:last-child{
    margin-right: -85%;
  }

  .sm\:last\:-mr-96\%:last-child{
    margin-right: -96%;
  }

  .sm\:last\:-mr-130\%:last-child{
    margin-right: -130%;
  }

  .sm\:last\:-mr-135\%:last-child{
    margin-right: -135%;
  }

  .sm\:last\:-mr-200\%:last-child{
    margin-right: -200%;
  }

  .sm\:last\:-mr-16\/9:last-child{
    margin-right: -56.25%;
  }

  .sm\:last\:-mr-1\/2:last-child{
    margin-right: -50%;
  }

  .sm\:last\:-mr-full:last-child{
    margin-right: -100%;
  }

  .sm\:last\:-mr-span:last-child{
    margin-right: -8.333%;
  }

  .sm\:last\:-mr-2span:last-child{
    margin-right: -16.666%;
  }

  .sm\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .sm\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .sm\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .sm\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .sm\:last\:mb-12:last-child{
    margin-bottom: 0.75rem;
  }

  .sm\:last\:mb-16:last-child{
    margin-bottom: 1rem;
  }

  .sm\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .sm\:last\:mb-24:last-child{
    margin-bottom: 1.5rem;
  }

  .sm\:last\:mb-32:last-child{
    margin-bottom: 2rem;
  }

  .sm\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .sm\:last\:mb-48:last-child{
    margin-bottom: 3rem;
  }

  .sm\:last\:mb-56:last-child{
    margin-bottom: 3.5rem;
  }

  .sm\:last\:mb-64:last-child{
    margin-bottom: 4rem;
  }

  .sm\:last\:mb-80:last-child{
    margin-bottom: 5rem;
  }

  .sm\:last\:mb-96:last-child{
    margin-bottom: 6rem;
  }

  .sm\:last\:mb-104:last-child{
    margin-bottom: 6.5rem;
  }

  .sm\:last\:mb-112:last-child{
    margin-bottom: 7rem;
  }

  .sm\:last\:mb-128:last-child{
    margin-bottom: 8rem;
  }

  .sm\:last\:mb-140:last-child{
    margin-bottom: 8.75rem;
  }

  .sm\:last\:mb-160:last-child{
    margin-bottom: 10rem;
  }

  .sm\:last\:mb-180:last-child{
    margin-bottom: 11.25rem;
  }

  .sm\:last\:mb-200:last-child{
    margin-bottom: 12.5rem;
  }

  .sm\:last\:mb-224:last-child{
    margin-bottom: 14rem;
  }

  .sm\:last\:mb-240:last-child{
    margin-bottom: 15rem;
  }

  .sm\:last\:mb-260:last-child{
    margin-bottom: 16.25rem;
  }

  .sm\:last\:mb-300:last-child{
    margin-bottom: 18.75rem;
  }

  .sm\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .sm\:last\:-mb-78\%:last-child{
    margin-bottom: -78%;
  }

  .sm\:last\:-mb-80\%:last-child{
    margin-bottom: -80%;
  }

  .sm\:last\:-mb-50\%:last-child{
    margin-bottom: -50%;
  }

  .sm\:last\:-mb-35\%:last-child{
    margin-bottom: -35%;
  }

  .sm\:last\:-mb-128:last-child{
    margin-bottom: -8rem;
  }

  .sm\:last\:-mb-96:last-child{
    margin-bottom: -6rem;
  }

  .sm\:last\:-mb-64:last-child{
    margin-bottom: -4rem;
  }

  .sm\:last\:-mb-32:last-child{
    margin-bottom: -2rem;
  }

  .sm\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .sm\:last\:mb-5\%:last-child{
    margin-bottom: 5%;
  }

  .sm\:last\:mb-10\%:last-child{
    margin-bottom: 10%;
  }

  .sm\:last\:mb-15\%:last-child{
    margin-bottom: 15%;
  }

  .sm\:last\:mb-20\%:last-child{
    margin-bottom: 20%;
  }

  .sm\:last\:mb-25\%:last-child{
    margin-bottom: 25%;
  }

  .sm\:last\:mb-30\%:last-child{
    margin-bottom: 30%;
  }

  .sm\:last\:mb-31\%:last-child{
    margin-bottom: 31%;
  }

  .sm\:last\:mb-33\%:last-child{
    margin-bottom: 33.333%;
  }

  .sm\:last\:mb-34\%:last-child{
    margin-bottom: 34%;
  }

  .sm\:last\:mb-45\%:last-child{
    margin-bottom: 45%;
  }

  .sm\:last\:mb-50\%:last-child{
    margin-bottom: 50%;
  }

  .sm\:last\:mb-54\%:last-child{
    margin-bottom: 54%;
  }

  .sm\:last\:mb-75\%:last-child{
    margin-bottom: 75%;
  }

  .sm\:last\:mb-55\%:last-child{
    margin-bottom: 55%;
  }

  .sm\:last\:mb-65\%:last-child{
    margin-bottom: 65%;
  }

  .sm\:last\:mb-66\%:last-child{
    margin-bottom: 66%;
  }

  .sm\:last\:mb-85\%:last-child{
    margin-bottom: 85%;
  }

  .sm\:last\:mb-96\%:last-child{
    margin-bottom: 96%;
  }

  .sm\:last\:mb-130\%:last-child{
    margin-bottom: 130%;
  }

  .sm\:last\:mb-135\%:last-child{
    margin-bottom: 135%;
  }

  .sm\:last\:mb-200\%:last-child{
    margin-bottom: 200%;
  }

  .sm\:last\:mb-16\/9:last-child{
    margin-bottom: 56.25%;
  }

  .sm\:last\:mb-1\/2:last-child{
    margin-bottom: 50%;
  }

  .sm\:last\:mb-full:last-child{
    margin-bottom: 100%;
  }

  .sm\:last\:mb-span:last-child{
    margin-bottom: 8.333%;
  }

  .sm\:last\:mb-2span:last-child{
    margin-bottom: 16.666%;
  }

  .sm\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .sm\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-mb-12:last-child{
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-mb-16:last-child{
    margin-bottom: -1rem;
  }

  .sm\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-mb-24:last-child{
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-mb-48:last-child{
    margin-bottom: -3rem;
  }

  .sm\:last\:-mb-56:last-child{
    margin-bottom: -3.5rem;
  }

  .sm\:last\:-mb-80:last-child{
    margin-bottom: -5rem;
  }

  .sm\:last\:-mb-104:last-child{
    margin-bottom: -6.5rem;
  }

  .sm\:last\:-mb-112:last-child{
    margin-bottom: -7rem;
  }

  .sm\:last\:-mb-140:last-child{
    margin-bottom: -8.75rem;
  }

  .sm\:last\:-mb-160:last-child{
    margin-bottom: -10rem;
  }

  .sm\:last\:-mb-180:last-child{
    margin-bottom: -11.25rem;
  }

  .sm\:last\:-mb-200:last-child{
    margin-bottom: -12.5rem;
  }

  .sm\:last\:-mb-224:last-child{
    margin-bottom: -14rem;
  }

  .sm\:last\:-mb-240:last-child{
    margin-bottom: -15rem;
  }

  .sm\:last\:-mb-260:last-child{
    margin-bottom: -16.25rem;
  }

  .sm\:last\:-mb-300:last-child{
    margin-bottom: -18.75rem;
  }

  .sm\:last\:-mb--78\%:last-child{
    margin-bottom: 78%;
  }

  .sm\:last\:-mb--80\%:last-child{
    margin-bottom: 80%;
  }

  .sm\:last\:-mb--50\%:last-child{
    margin-bottom: 50%;
  }

  .sm\:last\:-mb--35\%:last-child{
    margin-bottom: 35%;
  }

  .sm\:last\:-mb--128:last-child{
    margin-bottom: 8rem;
  }

  .sm\:last\:-mb--96:last-child{
    margin-bottom: 6rem;
  }

  .sm\:last\:-mb--64:last-child{
    margin-bottom: 4rem;
  }

  .sm\:last\:-mb--32:last-child{
    margin-bottom: 2rem;
  }

  .sm\:last\:-mb--8:last-child{
    margin-bottom: 0.5rem;
  }

  .sm\:last\:-mb-5\%:last-child{
    margin-bottom: -5%;
  }

  .sm\:last\:-mb-10\%:last-child{
    margin-bottom: -10%;
  }

  .sm\:last\:-mb-15\%:last-child{
    margin-bottom: -15%;
  }

  .sm\:last\:-mb-20\%:last-child{
    margin-bottom: -20%;
  }

  .sm\:last\:-mb-25\%:last-child{
    margin-bottom: -25%;
  }

  .sm\:last\:-mb-30\%:last-child{
    margin-bottom: -30%;
  }

  .sm\:last\:-mb-31\%:last-child{
    margin-bottom: -31%;
  }

  .sm\:last\:-mb-33\%:last-child{
    margin-bottom: -33.333%;
  }

  .sm\:last\:-mb-34\%:last-child{
    margin-bottom: -34%;
  }

  .sm\:last\:-mb-45\%:last-child{
    margin-bottom: -45%;
  }

  .sm\:last\:-mb-54\%:last-child{
    margin-bottom: -54%;
  }

  .sm\:last\:-mb-75\%:last-child{
    margin-bottom: -75%;
  }

  .sm\:last\:-mb-55\%:last-child{
    margin-bottom: -55%;
  }

  .sm\:last\:-mb-65\%:last-child{
    margin-bottom: -65%;
  }

  .sm\:last\:-mb-66\%:last-child{
    margin-bottom: -66%;
  }

  .sm\:last\:-mb-85\%:last-child{
    margin-bottom: -85%;
  }

  .sm\:last\:-mb-96\%:last-child{
    margin-bottom: -96%;
  }

  .sm\:last\:-mb-130\%:last-child{
    margin-bottom: -130%;
  }

  .sm\:last\:-mb-135\%:last-child{
    margin-bottom: -135%;
  }

  .sm\:last\:-mb-200\%:last-child{
    margin-bottom: -200%;
  }

  .sm\:last\:-mb-16\/9:last-child{
    margin-bottom: -56.25%;
  }

  .sm\:last\:-mb-1\/2:last-child{
    margin-bottom: -50%;
  }

  .sm\:last\:-mb-full:last-child{
    margin-bottom: -100%;
  }

  .sm\:last\:-mb-span:last-child{
    margin-bottom: -8.333%;
  }

  .sm\:last\:-mb-2span:last-child{
    margin-bottom: -16.666%;
  }

  .sm\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .sm\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .sm\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .sm\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .sm\:last\:ml-12:last-child{
    margin-left: 0.75rem;
  }

  .sm\:last\:ml-16:last-child{
    margin-left: 1rem;
  }

  .sm\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .sm\:last\:ml-24:last-child{
    margin-left: 1.5rem;
  }

  .sm\:last\:ml-32:last-child{
    margin-left: 2rem;
  }

  .sm\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .sm\:last\:ml-48:last-child{
    margin-left: 3rem;
  }

  .sm\:last\:ml-56:last-child{
    margin-left: 3.5rem;
  }

  .sm\:last\:ml-64:last-child{
    margin-left: 4rem;
  }

  .sm\:last\:ml-80:last-child{
    margin-left: 5rem;
  }

  .sm\:last\:ml-96:last-child{
    margin-left: 6rem;
  }

  .sm\:last\:ml-104:last-child{
    margin-left: 6.5rem;
  }

  .sm\:last\:ml-112:last-child{
    margin-left: 7rem;
  }

  .sm\:last\:ml-128:last-child{
    margin-left: 8rem;
  }

  .sm\:last\:ml-140:last-child{
    margin-left: 8.75rem;
  }

  .sm\:last\:ml-160:last-child{
    margin-left: 10rem;
  }

  .sm\:last\:ml-180:last-child{
    margin-left: 11.25rem;
  }

  .sm\:last\:ml-200:last-child{
    margin-left: 12.5rem;
  }

  .sm\:last\:ml-224:last-child{
    margin-left: 14rem;
  }

  .sm\:last\:ml-240:last-child{
    margin-left: 15rem;
  }

  .sm\:last\:ml-260:last-child{
    margin-left: 16.25rem;
  }

  .sm\:last\:ml-300:last-child{
    margin-left: 18.75rem;
  }

  .sm\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .sm\:last\:-ml-78\%:last-child{
    margin-left: -78%;
  }

  .sm\:last\:-ml-80\%:last-child{
    margin-left: -80%;
  }

  .sm\:last\:-ml-50\%:last-child{
    margin-left: -50%;
  }

  .sm\:last\:-ml-35\%:last-child{
    margin-left: -35%;
  }

  .sm\:last\:-ml-128:last-child{
    margin-left: -8rem;
  }

  .sm\:last\:-ml-96:last-child{
    margin-left: -6rem;
  }

  .sm\:last\:-ml-64:last-child{
    margin-left: -4rem;
  }

  .sm\:last\:-ml-32:last-child{
    margin-left: -2rem;
  }

  .sm\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .sm\:last\:ml-5\%:last-child{
    margin-left: 5%;
  }

  .sm\:last\:ml-10\%:last-child{
    margin-left: 10%;
  }

  .sm\:last\:ml-15\%:last-child{
    margin-left: 15%;
  }

  .sm\:last\:ml-20\%:last-child{
    margin-left: 20%;
  }

  .sm\:last\:ml-25\%:last-child{
    margin-left: 25%;
  }

  .sm\:last\:ml-30\%:last-child{
    margin-left: 30%;
  }

  .sm\:last\:ml-31\%:last-child{
    margin-left: 31%;
  }

  .sm\:last\:ml-33\%:last-child{
    margin-left: 33.333%;
  }

  .sm\:last\:ml-34\%:last-child{
    margin-left: 34%;
  }

  .sm\:last\:ml-45\%:last-child{
    margin-left: 45%;
  }

  .sm\:last\:ml-50\%:last-child{
    margin-left: 50%;
  }

  .sm\:last\:ml-54\%:last-child{
    margin-left: 54%;
  }

  .sm\:last\:ml-75\%:last-child{
    margin-left: 75%;
  }

  .sm\:last\:ml-55\%:last-child{
    margin-left: 55%;
  }

  .sm\:last\:ml-65\%:last-child{
    margin-left: 65%;
  }

  .sm\:last\:ml-66\%:last-child{
    margin-left: 66%;
  }

  .sm\:last\:ml-85\%:last-child{
    margin-left: 85%;
  }

  .sm\:last\:ml-96\%:last-child{
    margin-left: 96%;
  }

  .sm\:last\:ml-130\%:last-child{
    margin-left: 130%;
  }

  .sm\:last\:ml-135\%:last-child{
    margin-left: 135%;
  }

  .sm\:last\:ml-200\%:last-child{
    margin-left: 200%;
  }

  .sm\:last\:ml-16\/9:last-child{
    margin-left: 56.25%;
  }

  .sm\:last\:ml-1\/2:last-child{
    margin-left: 50%;
  }

  .sm\:last\:ml-full:last-child{
    margin-left: 100%;
  }

  .sm\:last\:ml-span:last-child{
    margin-left: 8.333%;
  }

  .sm\:last\:ml-2span:last-child{
    margin-left: 16.666%;
  }

  .sm\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .sm\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .sm\:last\:-ml-12:last-child{
    margin-left: -0.75rem;
  }

  .sm\:last\:-ml-16:last-child{
    margin-left: -1rem;
  }

  .sm\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .sm\:last\:-ml-24:last-child{
    margin-left: -1.5rem;
  }

  .sm\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .sm\:last\:-ml-48:last-child{
    margin-left: -3rem;
  }

  .sm\:last\:-ml-56:last-child{
    margin-left: -3.5rem;
  }

  .sm\:last\:-ml-80:last-child{
    margin-left: -5rem;
  }

  .sm\:last\:-ml-104:last-child{
    margin-left: -6.5rem;
  }

  .sm\:last\:-ml-112:last-child{
    margin-left: -7rem;
  }

  .sm\:last\:-ml-140:last-child{
    margin-left: -8.75rem;
  }

  .sm\:last\:-ml-160:last-child{
    margin-left: -10rem;
  }

  .sm\:last\:-ml-180:last-child{
    margin-left: -11.25rem;
  }

  .sm\:last\:-ml-200:last-child{
    margin-left: -12.5rem;
  }

  .sm\:last\:-ml-224:last-child{
    margin-left: -14rem;
  }

  .sm\:last\:-ml-240:last-child{
    margin-left: -15rem;
  }

  .sm\:last\:-ml-260:last-child{
    margin-left: -16.25rem;
  }

  .sm\:last\:-ml-300:last-child{
    margin-left: -18.75rem;
  }

  .sm\:last\:-ml--78\%:last-child{
    margin-left: 78%;
  }

  .sm\:last\:-ml--80\%:last-child{
    margin-left: 80%;
  }

  .sm\:last\:-ml--50\%:last-child{
    margin-left: 50%;
  }

  .sm\:last\:-ml--35\%:last-child{
    margin-left: 35%;
  }

  .sm\:last\:-ml--128:last-child{
    margin-left: 8rem;
  }

  .sm\:last\:-ml--96:last-child{
    margin-left: 6rem;
  }

  .sm\:last\:-ml--64:last-child{
    margin-left: 4rem;
  }

  .sm\:last\:-ml--32:last-child{
    margin-left: 2rem;
  }

  .sm\:last\:-ml--8:last-child{
    margin-left: 0.5rem;
  }

  .sm\:last\:-ml-5\%:last-child{
    margin-left: -5%;
  }

  .sm\:last\:-ml-10\%:last-child{
    margin-left: -10%;
  }

  .sm\:last\:-ml-15\%:last-child{
    margin-left: -15%;
  }

  .sm\:last\:-ml-20\%:last-child{
    margin-left: -20%;
  }

  .sm\:last\:-ml-25\%:last-child{
    margin-left: -25%;
  }

  .sm\:last\:-ml-30\%:last-child{
    margin-left: -30%;
  }

  .sm\:last\:-ml-31\%:last-child{
    margin-left: -31%;
  }

  .sm\:last\:-ml-33\%:last-child{
    margin-left: -33.333%;
  }

  .sm\:last\:-ml-34\%:last-child{
    margin-left: -34%;
  }

  .sm\:last\:-ml-45\%:last-child{
    margin-left: -45%;
  }

  .sm\:last\:-ml-54\%:last-child{
    margin-left: -54%;
  }

  .sm\:last\:-ml-75\%:last-child{
    margin-left: -75%;
  }

  .sm\:last\:-ml-55\%:last-child{
    margin-left: -55%;
  }

  .sm\:last\:-ml-65\%:last-child{
    margin-left: -65%;
  }

  .sm\:last\:-ml-66\%:last-child{
    margin-left: -66%;
  }

  .sm\:last\:-ml-85\%:last-child{
    margin-left: -85%;
  }

  .sm\:last\:-ml-96\%:last-child{
    margin-left: -96%;
  }

  .sm\:last\:-ml-130\%:last-child{
    margin-left: -130%;
  }

  .sm\:last\:-ml-135\%:last-child{
    margin-left: -135%;
  }

  .sm\:last\:-ml-200\%:last-child{
    margin-left: -200%;
  }

  .sm\:last\:-ml-16\/9:last-child{
    margin-left: -56.25%;
  }

  .sm\:last\:-ml-1\/2:last-child{
    margin-left: -50%;
  }

  .sm\:last\:-ml-full:last-child{
    margin-left: -100%;
  }

  .sm\:last\:-ml-span:last-child{
    margin-left: -8.333%;
  }

  .sm\:last\:-ml-2span:last-child{
    margin-left: -16.666%;
  }

  .sm\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .sm\:box-border{
    box-sizing: border-box;
  }

  .sm\:box-content{
    box-sizing: content-box;
  }

  .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\:h-0{
    height: 0;
  }

  .sm\:h-2{
    height: 0.125rem;
  }

  .sm\:h-4{
    height: 0.25rem;
  }

  .sm\:h-8{
    height: 0.5rem;
  }

  .sm\:h-12{
    height: 0.75rem;
  }

  .sm\:h-16{
    height: 1rem;
  }

  .sm\:h-20{
    height: 1.25rem;
  }

  .sm\:h-24{
    height: 1.5rem;
  }

  .sm\:h-30{
    height: 1.875rem;
  }

  .sm\:h-32{
    height: 2rem;
  }

  .sm\:h-40{
    height: 2.5rem;
  }

  .sm\:h-48{
    height: 3rem;
  }

  .sm\:h-56{
    height: 3.5rem;
  }

  .sm\:h-64{
    height: 4rem;
  }

  .sm\:h-80{
    height: 5rem;
  }

  .sm\:h-96{
    height: 6rem;
  }

  .sm\:h-104{
    height: 6.5rem;
  }

  .sm\:h-112{
    height: 7rem;
  }

  .sm\:h-128{
    height: 8rem;
  }

  .sm\:h-140{
    height: 8.75rem;
  }

  .sm\:h-160{
    height: 10rem;
  }

  .sm\:h-180{
    height: 11.25rem;
  }

  .sm\:h-192{
    height: 12rem;
  }

  .sm\:h-200{
    height: 12.5rem;
  }

  .sm\:h-224{
    height: 14rem;
  }

  .sm\:h-240{
    height: 15rem;
  }

  .sm\:h-260{
    height: 16.25rem;
  }

  .sm\:h-300{
    height: 18.75rem;
  }

  .sm\:h-336{
    height: 21rem;
  }

  .sm\:h-400{
    height: 25rem;
  }

  .sm\:h-448{
    height: 28rem;
  }

  .sm\:h-450{
    height: 28.125rem;
  }

  .sm\:h-560{
    height: 35rem;
  }

  .sm\:h-672{
    height: 42rem;
  }

  .sm\:h-750{
    height: 45rem;
  }

  .sm\:h-832{
    height: 52rem;
  }

  .sm\:h-1080{
    height: 67.5rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:-h-78\%{
    height: -78%;
  }

  .sm\:-h-80\%{
    height: -80%;
  }

  .sm\:-h-50\%{
    height: -50%;
  }

  .sm\:-h-35\%{
    height: -35%;
  }

  .sm\:-h-128{
    height: -8rem;
  }

  .sm\:-h-96{
    height: -6rem;
  }

  .sm\:-h-64{
    height: -4rem;
  }

  .sm\:-h-32{
    height: -2rem;
  }

  .sm\:-h-8{
    height: -0.5rem;
  }

  .sm\:h-5\%{
    height: 5%;
  }

  .sm\:h-10\%{
    height: 10%;
  }

  .sm\:h-15\%{
    height: 15%;
  }

  .sm\:h-20\%{
    height: 20%;
  }

  .sm\:h-25\%{
    height: 25%;
  }

  .sm\:h-30\%{
    height: 30%;
  }

  .sm\:h-31\%{
    height: 31%;
  }

  .sm\:h-33\%{
    height: 33.333%;
  }

  .sm\:h-34\%{
    height: 34%;
  }

  .sm\:h-45\%{
    height: 45%;
  }

  .sm\:h-50\%{
    height: 50%;
  }

  .sm\:h-54\%{
    height: 54%;
  }

  .sm\:h-75\%{
    height: 75%;
  }

  .sm\:h-55\%{
    height: 55%;
  }

  .sm\:h-65\%{
    height: 65%;
  }

  .sm\:h-66\%{
    height: 66%;
  }

  .sm\:h-85\%{
    height: 85%;
  }

  .sm\:h-96\%{
    height: 96%;
  }

  .sm\:h-130\%{
    height: 130%;
  }

  .sm\:h-135\%{
    height: 135%;
  }

  .sm\:h-200\%{
    height: 200%;
  }

  .sm\:h-16\/9{
    height: 56.25%;
  }

  .sm\:h-1\/2{
    height: 50%;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-span{
    height: 8.333%;
  }

  .sm\:h-2span{
    height: 16.666%;
  }

  .sm\:h-px{
    height: 1px;
  }

  .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-screen{
    height: 100vh;
  }

  .sm\:h-100vh{
    height: 100vh;
  }

  .sm\:h-105\%{
    height: 105%;
  }

  .sm\:max-h-0{
    max-height: 0;
  }

  .sm\:max-h-4{
    max-height: 0.25rem;
  }

  .sm\:max-h-8{
    max-height: 0.5rem;
  }

  .sm\:max-h-12{
    max-height: 0.75rem;
  }

  .sm\:max-h-16{
    max-height: 1rem;
  }

  .sm\:max-h-20{
    max-height: 1.25rem;
  }

  .sm\:max-h-24{
    max-height: 1.5rem;
  }

  .sm\:max-h-32{
    max-height: 2rem;
  }

  .sm\:max-h-40{
    max-height: 2.5rem;
  }

  .sm\:max-h-48{
    max-height: 3rem;
  }

  .sm\:max-h-56{
    max-height: 3.5rem;
  }

  .sm\:max-h-64{
    max-height: 4rem;
  }

  .sm\:max-h-80{
    max-height: 5rem;
  }

  .sm\:max-h-96{
    max-height: 6rem;
  }

  .sm\:max-h-104{
    max-height: 6.5rem;
  }

  .sm\:max-h-112{
    max-height: 7rem;
  }

  .sm\:max-h-120{
    max-height: 7.5rem;
  }

  .sm\:max-h-128{
    max-height: 8rem;
  }

  .sm\:max-h-140{
    max-height: 8.75rem;
  }

  .sm\:max-h-160{
    max-height: 10rem;
  }

  .sm\:max-h-180{
    max-height: 11.25rem;
  }

  .sm\:max-h-200{
    max-height: 12.5rem;
  }

  .sm\:max-h-224{
    max-height: 14rem;
  }

  .sm\:max-h-240{
    max-height: 15rem;
  }

  .sm\:max-h-260{
    max-height: 16.25rem;
  }

  .sm\:max-h-300{
    max-height: 18.75rem;
  }

  .sm\:max-h-800{
    max-height: 50rem;
  }

  .sm\:max-h-1500{
    max-height: 93.75rem;
  }

  .sm\:-max-h-78\%{
    max-height: -78%;
  }

  .sm\:-max-h-80\%{
    max-height: -80%;
  }

  .sm\:-max-h-50\%{
    max-height: -50%;
  }

  .sm\:-max-h-35\%{
    max-height: -35%;
  }

  .sm\:-max-h-128{
    max-height: -8rem;
  }

  .sm\:-max-h-96{
    max-height: -6rem;
  }

  .sm\:-max-h-64{
    max-height: -4rem;
  }

  .sm\:-max-h-32{
    max-height: -2rem;
  }

  .sm\:-max-h-8{
    max-height: -0.5rem;
  }

  .sm\:max-h-5\%{
    max-height: 5%;
  }

  .sm\:max-h-10\%{
    max-height: 10%;
  }

  .sm\:max-h-15\%{
    max-height: 15%;
  }

  .sm\:max-h-20\%{
    max-height: 20%;
  }

  .sm\:max-h-25\%{
    max-height: 25%;
  }

  .sm\:max-h-30\%{
    max-height: 30%;
  }

  .sm\:max-h-31\%{
    max-height: 31%;
  }

  .sm\:max-h-33\%{
    max-height: 33.333%;
  }

  .sm\:max-h-34\%{
    max-height: 34%;
  }

  .sm\:max-h-45\%{
    max-height: 45%;
  }

  .sm\:max-h-50\%{
    max-height: 50%;
  }

  .sm\:max-h-54\%{
    max-height: 54%;
  }

  .sm\:max-h-75\%{
    max-height: 75%;
  }

  .sm\:max-h-55\%{
    max-height: 55%;
  }

  .sm\:max-h-65\%{
    max-height: 65%;
  }

  .sm\:max-h-66\%{
    max-height: 66%;
  }

  .sm\:max-h-85\%{
    max-height: 85%;
  }

  .sm\:max-h-96\%{
    max-height: 96%;
  }

  .sm\:max-h-130\%{
    max-height: 130%;
  }

  .sm\:max-h-135\%{
    max-height: 135%;
  }

  .sm\:max-h-200\%{
    max-height: 200%;
  }

  .sm\:max-h-16\/9{
    max-height: 56.25%;
  }

  .sm\:max-h-1\/2{
    max-height: 50%;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-span{
    max-height: 8.333%;
  }

  .sm\:max-h-2span{
    max-height: 16.666%;
  }

  .sm\:max-h-px{
    max-height: 1px;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-h-80vh{
    max-height: 80vh;
  }

  .sm\:min-h-0{
    min-height: 0px;
  }

  .sm\:min-h-32{
    min-height: 2rem;
  }

  .sm\:min-h-64{
    min-height: 4rem;
  }

  .sm\:min-h-96{
    min-height: 6rem;
  }

  .sm\:min-h-272{
    min-height: 17rem;
  }

  .sm\:min-h-300{
    min-height: 18.75rem;
  }

  .sm\:min-h-448{
    min-height: 28rem;
  }

  .sm\:min-h-460{
    min-height: 28.75rem;
  }

  .sm\:min-h-500{
    min-height: 31.25rem;
  }

  .sm\:min-h-560{
    min-height: 35rem;
  }

  .sm\:min-h-672{
    min-height: 42rem;
  }

  .sm\:min-h-704{
    min-height: 44rem;
  }

  .sm\:min-h-736{
    min-height: 46rem;
  }

  .sm\:min-h-780{
    min-height: 48.75rem;
  }

  .sm\:min-h-816{
    min-height: 51rem;
  }

  .sm\:min-h-832{
    min-height: 52rem;
  }

  .sm\:min-h-1040{
    min-height: 65rem;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-h-1\/2{
    min-height: 50%;
  }

  .sm\:min-h-100vh{
    min-height: 100vh;
  }

  .sm\:w-0{
    width: 0;
  }

  .sm\:w-4{
    width: 0.25rem;
  }

  .sm\:w-8{
    width: 0.5rem;
  }

  .sm\:w-12{
    width: 0.75rem;
  }

  .sm\:w-16{
    width: 1rem;
  }

  .sm\:w-20{
    width: 1.25rem;
  }

  .sm\:w-24{
    width: 1.5rem;
  }

  .sm\:w-30{
    width: 1.875rem;
  }

  .sm\:w-32{
    width: 2rem;
  }

  .sm\:w-40{
    width: 2.5rem;
  }

  .sm\:w-48{
    width: 3rem;
  }

  .sm\:w-56{
    width: 3.5rem;
  }

  .sm\:w-64{
    width: 4rem;
  }

  .sm\:w-80{
    width: 5rem;
  }

  .sm\:w-96{
    width: 6rem;
  }

  .sm\:w-104{
    width: 6.5rem;
  }

  .sm\:w-112{
    width: 7rem;
  }

  .sm\:w-128{
    width: 8rem;
  }

  .sm\:w-140{
    width: 8.75rem;
  }

  .sm\:w-144{
    width: 9rem;
  }

  .sm\:w-160{
    width: 10rem;
  }

  .sm\:w-180{
    width: 11.25rem;
  }

  .sm\:w-200{
    width: 12.5rem;
  }

  .sm\:w-224{
    width: 14rem;
  }

  .sm\:w-240{
    width: 15rem;
  }

  .sm\:w-260{
    width: 16.25rem;
  }

  .sm\:w-288{
    width: 18rem;
  }

  .sm\:w-300{
    width: 18.75rem;
  }

  .sm\:w-336{
    width: 21rem;
  }

  .sm\:w-390{
    width: 24.375rem;
  }

  .sm\:w-448{
    width: 28rem;
  }

  .sm\:w-475{
    width: 29.625rem;
  }

  .sm\:w-528{
    width: 33rem;
  }

  .sm\:w-560{
    width: 35rem;
  }

  .sm\:w-672{
    width: 42rem;
  }

  .sm\:w-832{
    width: 52rem;
  }

  .sm\:w-834{
    width: 52.125rem;
  }

  .sm\:w-1080{
    width: 67.5rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:-w-78\%{
    width: -78%;
  }

  .sm\:-w-80\%{
    width: -80%;
  }

  .sm\:-w-50\%{
    width: -50%;
  }

  .sm\:-w-35\%{
    width: -35%;
  }

  .sm\:-w-128{
    width: -8rem;
  }

  .sm\:-w-96{
    width: -6rem;
  }

  .sm\:-w-64{
    width: -4rem;
  }

  .sm\:-w-32{
    width: -2rem;
  }

  .sm\:-w-8{
    width: -0.5rem;
  }

  .sm\:w-5\%{
    width: 5%;
  }

  .sm\:w-10\%{
    width: 10%;
  }

  .sm\:w-15\%{
    width: 15%;
  }

  .sm\:w-20\%{
    width: 20%;
  }

  .sm\:w-25\%{
    width: 25%;
  }

  .sm\:w-30\%{
    width: 30%;
  }

  .sm\:w-31\%{
    width: 31%;
  }

  .sm\:w-33\%{
    width: 33.333%;
  }

  .sm\:w-34\%{
    width: 34%;
  }

  .sm\:w-45\%{
    width: 45%;
  }

  .sm\:w-50\%{
    width: 50%;
  }

  .sm\:w-54\%{
    width: 54%;
  }

  .sm\:w-75\%{
    width: 75%;
  }

  .sm\:w-55\%{
    width: 55%;
  }

  .sm\:w-65\%{
    width: 65%;
  }

  .sm\:w-66\%{
    width: 66%;
  }

  .sm\:w-85\%{
    width: 85%;
  }

  .sm\:w-96\%{
    width: 96%;
  }

  .sm\:w-130\%{
    width: 130%;
  }

  .sm\:w-135\%{
    width: 135%;
  }

  .sm\:w-200\%{
    width: 200%;
  }

  .sm\:w-16\/9{
    width: 56.25%;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-span{
    width: 8.333%;
  }

  .sm\:w-2span{
    width: 16.666%;
  }

  .sm\:w-px{
    width: 1px;
  }

  .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-screen{
    width: 100vw;
  }

  .sm\:w-min{
    width: min-content;
  }

  .sm\:w-max{
    width: max-content;
  }

  .sm\:w-7span{
    width: 58.3%;
  }

  .sm\:w-8span{
    width: 66.4%;
  }

  .sm\:w-160\%{
    width: 160%;
  }

  .sm\:min-w-0{
    min-width: 0px;
  }

  .sm\:min-w-32{
    min-width: 2rem;
  }

  .sm\:min-w-248{
    min-width: 15.5rem;
  }

  .sm\:min-w-295{
    min-width: 18.4375rem;
  }

  .sm\:min-w-560{
    min-width: 35rem;
  }

  .sm\:min-w-736{
    min-width: 46rem;
  }

  .sm\:min-w-816{
    min-width: 51rem;
  }

  .sm\:min-w-1224{
    min-width: 76.5rem;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:min-w-min{
    min-width: min-content;
  }

  .sm\:min-w-max{
    min-width: max-content;
  }

  .sm\:max-w-0{
    max-width: 0rem;
  }

  .sm\:max-w-32{
    max-width: 2rem;
  }

  .sm\:max-w-260{
    max-width: 16rem;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 90rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-7xl{
    max-width: 80rem;
  }

  .sm\:max-w-full{
    max-width: 100rem;
  }

  .sm\:max-w-min{
    max-width: min-content;
  }

  .sm\:max-w-max{
    max-width: max-content;
  }

  .sm\:max-w-prose{
    max-width: 65ch;
  }

  .sm\:max-w-screen-min-width{
    max-width: 320px;
  }

  .sm\:max-w-screen-xs{
    max-width: 480px;
  }

  .sm\:max-w-screen-sm{
    max-width: 768px;
  }

  .sm\:max-w-screen-md{
    max-width: 1024px;
  }

  .sm\:max-w-screen-lg{
    max-width: 1280px;
  }

  .sm\:max-w-screen-xl{
    max-width: 1440px;
  }

  .sm\:max-w-screen-max-width{
    max-width: 1680px;
  }

  .sm\:max-w-screen-widescreen{
    max-width: 1920px;
  }

  .sm\:max-w-logo{
    max-width: 16.25rem;
  }

  .sm\:max-w-container{
    max-width: 120rem;
  }

  .sm\:max-w-footer{
    max-width: 82rem;
  }

  .sm\:max-w-content{
    max-width: 56rem;
  }

  .sm\:max-w-imageTextBox{
    max-width: 34rem;
  }

  .sm\:max-w-half{
    max-width: 50%;
  }

  .sm\:max-w-3\/4{
    max-width: 75%;
  }

  .sm\:max-w-1\/3{
    max-width: 33%;
  }

  .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-shrink-0{
    flex-shrink: 0;
  }

  .sm\:flex-shrink{
    flex-shrink: 1;
  }

  .sm\:flex-grow-0{
    flex-grow: 0;
  }

  .sm\:flex-grow{
    flex-grow: 1;
  }

  .sm\:table-auto{
    table-layout: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

  .sm\:border-collapse{
    border-collapse: collapse;
  }

  .sm\:border-separate{
    border-collapse: separate;
  }

  .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\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-none{
    transform: none;
  }

  .sm\:translate-x-0{
    --tw-translate-x: 0;
  }

  .sm\:translate-x-4{
    --tw-translate-x: 0.25rem;
  }

  .sm\:translate-x-8{
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-12{
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-16{
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-20{
    --tw-translate-x: 1.25rem;
  }

  .sm\:translate-x-24{
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-32{
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-40{
    --tw-translate-x: 2.5rem;
  }

  .sm\:translate-x-48{
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-56{
    --tw-translate-x: 3.5rem;
  }

  .sm\:translate-x-64{
    --tw-translate-x: 4rem;
  }

  .sm\:translate-x-80{
    --tw-translate-x: 5rem;
  }

  .sm\:translate-x-96{
    --tw-translate-x: 6rem;
  }

  .sm\:translate-x-104{
    --tw-translate-x: 6.5rem;
  }

  .sm\:translate-x-112{
    --tw-translate-x: 7rem;
  }

  .sm\:translate-x-128{
    --tw-translate-x: 8rem;
  }

  .sm\:translate-x-140{
    --tw-translate-x: 8.75rem;
  }

  .sm\:translate-x-160{
    --tw-translate-x: 10rem;
  }

  .sm\:translate-x-180{
    --tw-translate-x: 11.25rem;
  }

  .sm\:translate-x-200{
    --tw-translate-x: 12.5rem;
  }

  .sm\:translate-x-224{
    --tw-translate-x: 14rem;
  }

  .sm\:translate-x-240{
    --tw-translate-x: 15rem;
  }

  .sm\:translate-x-260{
    --tw-translate-x: 16.25rem;
  }

  .sm\:translate-x-300{
    --tw-translate-x: 18.75rem;
  }

  .sm\:-translate-x-78\%{
    --tw-translate-x: -78%;
  }

  .sm\:-translate-x-80\%{
    --tw-translate-x: -80%;
  }

  .sm\:-translate-x-50\%{
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-35\%{
    --tw-translate-x: -35%;
  }

  .sm\:-translate-x-128{
    --tw-translate-x: -8rem;
  }

  .sm\:-translate-x-96{
    --tw-translate-x: -6rem;
  }

  .sm\:-translate-x-64{
    --tw-translate-x: -4rem;
  }

  .sm\:-translate-x-32{
    --tw-translate-x: -2rem;
  }

  .sm\:-translate-x-8{
    --tw-translate-x: -0.5rem;
  }

  .sm\:translate-x-5\%{
    --tw-translate-x: 5%;
  }

  .sm\:translate-x-10\%{
    --tw-translate-x: 10%;
  }

  .sm\:translate-x-15\%{
    --tw-translate-x: 15%;
  }

  .sm\:translate-x-20\%{
    --tw-translate-x: 20%;
  }

  .sm\:translate-x-25\%{
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-30\%{
    --tw-translate-x: 30%;
  }

  .sm\:translate-x-31\%{
    --tw-translate-x: 31%;
  }

  .sm\:translate-x-33\%{
    --tw-translate-x: 33.333%;
  }

  .sm\:translate-x-34\%{
    --tw-translate-x: 34%;
  }

  .sm\:translate-x-45\%{
    --tw-translate-x: 45%;
  }

  .sm\:translate-x-50\%{
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-54\%{
    --tw-translate-x: 54%;
  }

  .sm\:translate-x-75\%{
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-55\%{
    --tw-translate-x: 55%;
  }

  .sm\:translate-x-65\%{
    --tw-translate-x: 65%;
  }

  .sm\:translate-x-66\%{
    --tw-translate-x: 66%;
  }

  .sm\:translate-x-85\%{
    --tw-translate-x: 85%;
  }

  .sm\:translate-x-96\%{
    --tw-translate-x: 96%;
  }

  .sm\:translate-x-130\%{
    --tw-translate-x: 130%;
  }

  .sm\:translate-x-135\%{
    --tw-translate-x: 135%;
  }

  .sm\:translate-x-200\%{
    --tw-translate-x: 200%;
  }

  .sm\:translate-x-16\/9{
    --tw-translate-x: 56.25%;
  }

  .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .sm\:translate-x-span{
    --tw-translate-x: 8.333%;
  }

  .sm\:translate-x-2span{
    --tw-translate-x: 16.666%;
  }

  .sm\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .sm\:-translate-x-4{
    --tw-translate-x: -0.25rem;
  }

  .sm\:-translate-x-12{
    --tw-translate-x: -0.75rem;
  }

  .sm\:-translate-x-16{
    --tw-translate-x: -1rem;
  }

  .sm\:-translate-x-20{
    --tw-translate-x: -1.25rem;
  }

  .sm\:-translate-x-24{
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-40{
    --tw-translate-x: -2.5rem;
  }

  .sm\:-translate-x-48{
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-56{
    --tw-translate-x: -3.5rem;
  }

  .sm\:-translate-x-80{
    --tw-translate-x: -5rem;
  }

  .sm\:-translate-x-104{
    --tw-translate-x: -6.5rem;
  }

  .sm\:-translate-x-112{
    --tw-translate-x: -7rem;
  }

  .sm\:-translate-x-140{
    --tw-translate-x: -8.75rem;
  }

  .sm\:-translate-x-160{
    --tw-translate-x: -10rem;
  }

  .sm\:-translate-x-180{
    --tw-translate-x: -11.25rem;
  }

  .sm\:-translate-x-200{
    --tw-translate-x: -12.5rem;
  }

  .sm\:-translate-x-224{
    --tw-translate-x: -14rem;
  }

  .sm\:-translate-x-240{
    --tw-translate-x: -15rem;
  }

  .sm\:-translate-x-260{
    --tw-translate-x: -16.25rem;
  }

  .sm\:-translate-x-300{
    --tw-translate-x: -18.75rem;
  }

  .sm\:-translate-x--78\%{
    --tw-translate-x: 78%;
  }

  .sm\:-translate-x--80\%{
    --tw-translate-x: 80%;
  }

  .sm\:-translate-x--50\%{
    --tw-translate-x: 50%;
  }

  .sm\:-translate-x--35\%{
    --tw-translate-x: 35%;
  }

  .sm\:-translate-x--128{
    --tw-translate-x: 8rem;
  }

  .sm\:-translate-x--96{
    --tw-translate-x: 6rem;
  }

  .sm\:-translate-x--64{
    --tw-translate-x: 4rem;
  }

  .sm\:-translate-x--32{
    --tw-translate-x: 2rem;
  }

  .sm\:-translate-x--8{
    --tw-translate-x: 0.5rem;
  }

  .sm\:-translate-x-5\%{
    --tw-translate-x: -5%;
  }

  .sm\:-translate-x-10\%{
    --tw-translate-x: -10%;
  }

  .sm\:-translate-x-15\%{
    --tw-translate-x: -15%;
  }

  .sm\:-translate-x-20\%{
    --tw-translate-x: -20%;
  }

  .sm\:-translate-x-25\%{
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-30\%{
    --tw-translate-x: -30%;
  }

  .sm\:-translate-x-31\%{
    --tw-translate-x: -31%;
  }

  .sm\:-translate-x-33\%{
    --tw-translate-x: -33.333%;
  }

  .sm\:-translate-x-34\%{
    --tw-translate-x: -34%;
  }

  .sm\:-translate-x-45\%{
    --tw-translate-x: -45%;
  }

  .sm\:-translate-x-54\%{
    --tw-translate-x: -54%;
  }

  .sm\:-translate-x-75\%{
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-55\%{
    --tw-translate-x: -55%;
  }

  .sm\:-translate-x-65\%{
    --tw-translate-x: -65%;
  }

  .sm\:-translate-x-66\%{
    --tw-translate-x: -66%;
  }

  .sm\:-translate-x-85\%{
    --tw-translate-x: -85%;
  }

  .sm\:-translate-x-96\%{
    --tw-translate-x: -96%;
  }

  .sm\:-translate-x-130\%{
    --tw-translate-x: -130%;
  }

  .sm\:-translate-x-135\%{
    --tw-translate-x: -135%;
  }

  .sm\:-translate-x-200\%{
    --tw-translate-x: -200%;
  }

  .sm\:-translate-x-16\/9{
    --tw-translate-x: -56.25%;
  }

  .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .sm\:-translate-x-span{
    --tw-translate-x: -8.333%;
  }

  .sm\:-translate-x-2span{
    --tw-translate-x: -16.666%;
  }

  .sm\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .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-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-y-0{
    --tw-translate-y: 0;
  }

  .sm\:translate-y-4{
    --tw-translate-y: 0.25rem;
  }

  .sm\:translate-y-8{
    --tw-translate-y: 0.5rem;
  }

  .sm\:translate-y-12{
    --tw-translate-y: 0.75rem;
  }

  .sm\:translate-y-16{
    --tw-translate-y: 1rem;
  }

  .sm\:translate-y-20{
    --tw-translate-y: 1.25rem;
  }

  .sm\:translate-y-24{
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-32{
    --tw-translate-y: 2rem;
  }

  .sm\:translate-y-40{
    --tw-translate-y: 2.5rem;
  }

  .sm\:translate-y-48{
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-56{
    --tw-translate-y: 3.5rem;
  }

  .sm\:translate-y-64{
    --tw-translate-y: 4rem;
  }

  .sm\:translate-y-80{
    --tw-translate-y: 5rem;
  }

  .sm\:translate-y-96{
    --tw-translate-y: 6rem;
  }

  .sm\:translate-y-104{
    --tw-translate-y: 6.5rem;
  }

  .sm\:translate-y-112{
    --tw-translate-y: 7rem;
  }

  .sm\:translate-y-128{
    --tw-translate-y: 8rem;
  }

  .sm\:translate-y-140{
    --tw-translate-y: 8.75rem;
  }

  .sm\:translate-y-160{
    --tw-translate-y: 10rem;
  }

  .sm\:translate-y-180{
    --tw-translate-y: 11.25rem;
  }

  .sm\:translate-y-200{
    --tw-translate-y: 12.5rem;
  }

  .sm\:translate-y-224{
    --tw-translate-y: 14rem;
  }

  .sm\:translate-y-240{
    --tw-translate-y: 15rem;
  }

  .sm\:translate-y-260{
    --tw-translate-y: 16.25rem;
  }

  .sm\:translate-y-300{
    --tw-translate-y: 18.75rem;
  }

  .sm\:-translate-y-78\%{
    --tw-translate-y: -78%;
  }

  .sm\:-translate-y-80\%{
    --tw-translate-y: -80%;
  }

  .sm\:-translate-y-50\%{
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-35\%{
    --tw-translate-y: -35%;
  }

  .sm\:-translate-y-128{
    --tw-translate-y: -8rem;
  }

  .sm\:-translate-y-96{
    --tw-translate-y: -6rem;
  }

  .sm\:-translate-y-64{
    --tw-translate-y: -4rem;
  }

  .sm\:-translate-y-32{
    --tw-translate-y: -2rem;
  }

  .sm\:-translate-y-8{
    --tw-translate-y: -0.5rem;
  }

  .sm\:translate-y-5\%{
    --tw-translate-y: 5%;
  }

  .sm\:translate-y-10\%{
    --tw-translate-y: 10%;
  }

  .sm\:translate-y-15\%{
    --tw-translate-y: 15%;
  }

  .sm\:translate-y-20\%{
    --tw-translate-y: 20%;
  }

  .sm\:translate-y-25\%{
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-30\%{
    --tw-translate-y: 30%;
  }

  .sm\:translate-y-31\%{
    --tw-translate-y: 31%;
  }

  .sm\:translate-y-33\%{
    --tw-translate-y: 33.333%;
  }

  .sm\:translate-y-34\%{
    --tw-translate-y: 34%;
  }

  .sm\:translate-y-45\%{
    --tw-translate-y: 45%;
  }

  .sm\:translate-y-50\%{
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-54\%{
    --tw-translate-y: 54%;
  }

  .sm\:translate-y-75\%{
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-55\%{
    --tw-translate-y: 55%;
  }

  .sm\:translate-y-65\%{
    --tw-translate-y: 65%;
  }

  .sm\:translate-y-66\%{
    --tw-translate-y: 66%;
  }

  .sm\:translate-y-85\%{
    --tw-translate-y: 85%;
  }

  .sm\:translate-y-96\%{
    --tw-translate-y: 96%;
  }

  .sm\:translate-y-130\%{
    --tw-translate-y: 130%;
  }

  .sm\:translate-y-135\%{
    --tw-translate-y: 135%;
  }

  .sm\:translate-y-200\%{
    --tw-translate-y: 200%;
  }

  .sm\:translate-y-16\/9{
    --tw-translate-y: 56.25%;
  }

  .sm\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .sm\:translate-y-span{
    --tw-translate-y: 8.333%;
  }

  .sm\:translate-y-2span{
    --tw-translate-y: 16.666%;
  }

  .sm\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .sm\:-translate-y-4{
    --tw-translate-y: -0.25rem;
  }

  .sm\:-translate-y-12{
    --tw-translate-y: -0.75rem;
  }

  .sm\:-translate-y-16{
    --tw-translate-y: -1rem;
  }

  .sm\:-translate-y-20{
    --tw-translate-y: -1.25rem;
  }

  .sm\:-translate-y-24{
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-40{
    --tw-translate-y: -2.5rem;
  }

  .sm\:-translate-y-48{
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-56{
    --tw-translate-y: -3.5rem;
  }

  .sm\:-translate-y-80{
    --tw-translate-y: -5rem;
  }

  .sm\:-translate-y-104{
    --tw-translate-y: -6.5rem;
  }

  .sm\:-translate-y-112{
    --tw-translate-y: -7rem;
  }

  .sm\:-translate-y-140{
    --tw-translate-y: -8.75rem;
  }

  .sm\:-translate-y-160{
    --tw-translate-y: -10rem;
  }

  .sm\:-translate-y-180{
    --tw-translate-y: -11.25rem;
  }

  .sm\:-translate-y-200{
    --tw-translate-y: -12.5rem;
  }

  .sm\:-translate-y-224{
    --tw-translate-y: -14rem;
  }

  .sm\:-translate-y-240{
    --tw-translate-y: -15rem;
  }

  .sm\:-translate-y-260{
    --tw-translate-y: -16.25rem;
  }

  .sm\:-translate-y-300{
    --tw-translate-y: -18.75rem;
  }

  .sm\:-translate-y--78\%{
    --tw-translate-y: 78%;
  }

  .sm\:-translate-y--80\%{
    --tw-translate-y: 80%;
  }

  .sm\:-translate-y--50\%{
    --tw-translate-y: 50%;
  }

  .sm\:-translate-y--35\%{
    --tw-translate-y: 35%;
  }

  .sm\:-translate-y--128{
    --tw-translate-y: 8rem;
  }

  .sm\:-translate-y--96{
    --tw-translate-y: 6rem;
  }

  .sm\:-translate-y--64{
    --tw-translate-y: 4rem;
  }

  .sm\:-translate-y--32{
    --tw-translate-y: 2rem;
  }

  .sm\:-translate-y--8{
    --tw-translate-y: 0.5rem;
  }

  .sm\:-translate-y-5\%{
    --tw-translate-y: -5%;
  }

  .sm\:-translate-y-10\%{
    --tw-translate-y: -10%;
  }

  .sm\:-translate-y-15\%{
    --tw-translate-y: -15%;
  }

  .sm\:-translate-y-20\%{
    --tw-translate-y: -20%;
  }

  .sm\:-translate-y-25\%{
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-30\%{
    --tw-translate-y: -30%;
  }

  .sm\:-translate-y-31\%{
    --tw-translate-y: -31%;
  }

  .sm\:-translate-y-33\%{
    --tw-translate-y: -33.333%;
  }

  .sm\:-translate-y-34\%{
    --tw-translate-y: -34%;
  }

  .sm\:-translate-y-45\%{
    --tw-translate-y: -45%;
  }

  .sm\:-translate-y-54\%{
    --tw-translate-y: -54%;
  }

  .sm\:-translate-y-75\%{
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-55\%{
    --tw-translate-y: -55%;
  }

  .sm\:-translate-y-65\%{
    --tw-translate-y: -65%;
  }

  .sm\:-translate-y-66\%{
    --tw-translate-y: -66%;
  }

  .sm\:-translate-y-85\%{
    --tw-translate-y: -85%;
  }

  .sm\:-translate-y-96\%{
    --tw-translate-y: -96%;
  }

  .sm\:-translate-y-130\%{
    --tw-translate-y: -130%;
  }

  .sm\:-translate-y-135\%{
    --tw-translate-y: -135%;
  }

  .sm\:-translate-y-200\%{
    --tw-translate-y: -200%;
  }

  .sm\:-translate-y-16\/9{
    --tw-translate-y: -56.25%;
  }

  .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .sm\:-translate-y-span{
    --tw-translate-y: -8.333%;
  }

  .sm\:-translate-y-2span{
    --tw-translate-y: -16.666%;
  }

  .sm\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .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-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\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-80:hover{
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-96:hover{
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-104:hover{
    --tw-translate-x: 6.5rem;
  }

  .sm\:hover\:translate-x-112:hover{
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-128:hover{
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-140:hover{
    --tw-translate-x: 8.75rem;
  }

  .sm\:hover\:translate-x-160:hover{
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-180:hover{
    --tw-translate-x: 11.25rem;
  }

  .sm\:hover\:translate-x-200:hover{
    --tw-translate-x: 12.5rem;
  }

  .sm\:hover\:translate-x-224:hover{
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-240:hover{
    --tw-translate-x: 15rem;
  }

  .sm\:hover\:translate-x-260:hover{
    --tw-translate-x: 16.25rem;
  }

  .sm\:hover\:translate-x-300:hover{
    --tw-translate-x: 18.75rem;
  }

  .sm\:hover\:-translate-x-78\%:hover{
    --tw-translate-x: -78%;
  }

  .sm\:hover\:-translate-x-80\%:hover{
    --tw-translate-x: -80%;
  }

  .sm\:hover\:-translate-x-50\%:hover{
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-35\%:hover{
    --tw-translate-x: -35%;
  }

  .sm\:hover\:-translate-x-128:hover{
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:translate-x-5\%:hover{
    --tw-translate-x: 5%;
  }

  .sm\:hover\:translate-x-10\%:hover{
    --tw-translate-x: 10%;
  }

  .sm\:hover\:translate-x-15\%:hover{
    --tw-translate-x: 15%;
  }

  .sm\:hover\:translate-x-20\%:hover{
    --tw-translate-x: 20%;
  }

  .sm\:hover\:translate-x-25\%:hover{
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-30\%:hover{
    --tw-translate-x: 30%;
  }

  .sm\:hover\:translate-x-31\%:hover{
    --tw-translate-x: 31%;
  }

  .sm\:hover\:translate-x-33\%:hover{
    --tw-translate-x: 33.333%;
  }

  .sm\:hover\:translate-x-34\%:hover{
    --tw-translate-x: 34%;
  }

  .sm\:hover\:translate-x-45\%:hover{
    --tw-translate-x: 45%;
  }

  .sm\:hover\:translate-x-50\%:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-54\%:hover{
    --tw-translate-x: 54%;
  }

  .sm\:hover\:translate-x-75\%:hover{
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-55\%:hover{
    --tw-translate-x: 55%;
  }

  .sm\:hover\:translate-x-65\%:hover{
    --tw-translate-x: 65%;
  }

  .sm\:hover\:translate-x-66\%:hover{
    --tw-translate-x: 66%;
  }

  .sm\:hover\:translate-x-85\%:hover{
    --tw-translate-x: 85%;
  }

  .sm\:hover\:translate-x-96\%:hover{
    --tw-translate-x: 96%;
  }

  .sm\:hover\:translate-x-130\%:hover{
    --tw-translate-x: 130%;
  }

  .sm\:hover\:translate-x-135\%:hover{
    --tw-translate-x: 135%;
  }

  .sm\:hover\:translate-x-200\%:hover{
    --tw-translate-x: 200%;
  }

  .sm\:hover\:translate-x-16\/9:hover{
    --tw-translate-x: 56.25%;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .sm\:hover\:translate-x-span:hover{
    --tw-translate-x: 8.333%;
  }

  .sm\:hover\:translate-x-2span:hover{
    --tw-translate-x: 16.666%;
  }

  .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-104:hover{
    --tw-translate-x: -6.5rem;
  }

  .sm\:hover\:-translate-x-112:hover{
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-140:hover{
    --tw-translate-x: -8.75rem;
  }

  .sm\:hover\:-translate-x-160:hover{
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-180:hover{
    --tw-translate-x: -11.25rem;
  }

  .sm\:hover\:-translate-x-200:hover{
    --tw-translate-x: -12.5rem;
  }

  .sm\:hover\:-translate-x-224:hover{
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-240:hover{
    --tw-translate-x: -15rem;
  }

  .sm\:hover\:-translate-x-260:hover{
    --tw-translate-x: -16.25rem;
  }

  .sm\:hover\:-translate-x-300:hover{
    --tw-translate-x: -18.75rem;
  }

  .sm\:hover\:-translate-x--78\%:hover{
    --tw-translate-x: 78%;
  }

  .sm\:hover\:-translate-x--80\%:hover{
    --tw-translate-x: 80%;
  }

  .sm\:hover\:-translate-x--50\%:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:-translate-x--35\%:hover{
    --tw-translate-x: 35%;
  }

  .sm\:hover\:-translate-x--128:hover{
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:-translate-x--96:hover{
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:-translate-x--64:hover{
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:-translate-x--32:hover{
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:-translate-x--8:hover{
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:-translate-x-5\%:hover{
    --tw-translate-x: -5%;
  }

  .sm\:hover\:-translate-x-10\%:hover{
    --tw-translate-x: -10%;
  }

  .sm\:hover\:-translate-x-15\%:hover{
    --tw-translate-x: -15%;
  }

  .sm\:hover\:-translate-x-20\%:hover{
    --tw-translate-x: -20%;
  }

  .sm\:hover\:-translate-x-25\%:hover{
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-30\%:hover{
    --tw-translate-x: -30%;
  }

  .sm\:hover\:-translate-x-31\%:hover{
    --tw-translate-x: -31%;
  }

  .sm\:hover\:-translate-x-33\%:hover{
    --tw-translate-x: -33.333%;
  }

  .sm\:hover\:-translate-x-34\%:hover{
    --tw-translate-x: -34%;
  }

  .sm\:hover\:-translate-x-45\%:hover{
    --tw-translate-x: -45%;
  }

  .sm\:hover\:-translate-x-54\%:hover{
    --tw-translate-x: -54%;
  }

  .sm\:hover\:-translate-x-75\%:hover{
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-55\%:hover{
    --tw-translate-x: -55%;
  }

  .sm\:hover\:-translate-x-65\%:hover{
    --tw-translate-x: -65%;
  }

  .sm\:hover\:-translate-x-66\%:hover{
    --tw-translate-x: -66%;
  }

  .sm\:hover\:-translate-x-85\%:hover{
    --tw-translate-x: -85%;
  }

  .sm\:hover\:-translate-x-96\%:hover{
    --tw-translate-x: -96%;
  }

  .sm\:hover\:-translate-x-130\%:hover{
    --tw-translate-x: -130%;
  }

  .sm\:hover\:-translate-x-135\%:hover{
    --tw-translate-x: -135%;
  }

  .sm\:hover\:-translate-x-200\%:hover{
    --tw-translate-x: -200%;
  }

  .sm\:hover\:-translate-x-16\/9:hover{
    --tw-translate-x: -56.25%;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-span:hover{
    --tw-translate-x: -8.333%;
  }

  .sm\:hover\:-translate-x-2span:hover{
    --tw-translate-x: -16.666%;
  }

  .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .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-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-y-0:hover{
    --tw-translate-y: 0;
  }

  .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-80:hover{
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-96:hover{
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-104:hover{
    --tw-translate-y: 6.5rem;
  }

  .sm\:hover\:translate-y-112:hover{
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-128:hover{
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-140:hover{
    --tw-translate-y: 8.75rem;
  }

  .sm\:hover\:translate-y-160:hover{
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-180:hover{
    --tw-translate-y: 11.25rem;
  }

  .sm\:hover\:translate-y-200:hover{
    --tw-translate-y: 12.5rem;
  }

  .sm\:hover\:translate-y-224:hover{
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-240:hover{
    --tw-translate-y: 15rem;
  }

  .sm\:hover\:translate-y-260:hover{
    --tw-translate-y: 16.25rem;
  }

  .sm\:hover\:translate-y-300:hover{
    --tw-translate-y: 18.75rem;
  }

  .sm\:hover\:-translate-y-78\%:hover{
    --tw-translate-y: -78%;
  }

  .sm\:hover\:-translate-y-80\%:hover{
    --tw-translate-y: -80%;
  }

  .sm\:hover\:-translate-y-50\%:hover{
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-35\%:hover{
    --tw-translate-y: -35%;
  }

  .sm\:hover\:-translate-y-128:hover{
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:translate-y-5\%:hover{
    --tw-translate-y: 5%;
  }

  .sm\:hover\:translate-y-10\%:hover{
    --tw-translate-y: 10%;
  }

  .sm\:hover\:translate-y-15\%:hover{
    --tw-translate-y: 15%;
  }

  .sm\:hover\:translate-y-20\%:hover{
    --tw-translate-y: 20%;
  }

  .sm\:hover\:translate-y-25\%:hover{
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-30\%:hover{
    --tw-translate-y: 30%;
  }

  .sm\:hover\:translate-y-31\%:hover{
    --tw-translate-y: 31%;
  }

  .sm\:hover\:translate-y-33\%:hover{
    --tw-translate-y: 33.333%;
  }

  .sm\:hover\:translate-y-34\%:hover{
    --tw-translate-y: 34%;
  }

  .sm\:hover\:translate-y-45\%:hover{
    --tw-translate-y: 45%;
  }

  .sm\:hover\:translate-y-50\%:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-54\%:hover{
    --tw-translate-y: 54%;
  }

  .sm\:hover\:translate-y-75\%:hover{
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-55\%:hover{
    --tw-translate-y: 55%;
  }

  .sm\:hover\:translate-y-65\%:hover{
    --tw-translate-y: 65%;
  }

  .sm\:hover\:translate-y-66\%:hover{
    --tw-translate-y: 66%;
  }

  .sm\:hover\:translate-y-85\%:hover{
    --tw-translate-y: 85%;
  }

  .sm\:hover\:translate-y-96\%:hover{
    --tw-translate-y: 96%;
  }

  .sm\:hover\:translate-y-130\%:hover{
    --tw-translate-y: 130%;
  }

  .sm\:hover\:translate-y-135\%:hover{
    --tw-translate-y: 135%;
  }

  .sm\:hover\:translate-y-200\%:hover{
    --tw-translate-y: 200%;
  }

  .sm\:hover\:translate-y-16\/9:hover{
    --tw-translate-y: 56.25%;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .sm\:hover\:translate-y-span:hover{
    --tw-translate-y: 8.333%;
  }

  .sm\:hover\:translate-y-2span:hover{
    --tw-translate-y: 16.666%;
  }

  .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-104:hover{
    --tw-translate-y: -6.5rem;
  }

  .sm\:hover\:-translate-y-112:hover{
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-140:hover{
    --tw-translate-y: -8.75rem;
  }

  .sm\:hover\:-translate-y-160:hover{
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-180:hover{
    --tw-translate-y: -11.25rem;
  }

  .sm\:hover\:-translate-y-200:hover{
    --tw-translate-y: -12.5rem;
  }

  .sm\:hover\:-translate-y-224:hover{
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-240:hover{
    --tw-translate-y: -15rem;
  }

  .sm\:hover\:-translate-y-260:hover{
    --tw-translate-y: -16.25rem;
  }

  .sm\:hover\:-translate-y-300:hover{
    --tw-translate-y: -18.75rem;
  }

  .sm\:hover\:-translate-y--78\%:hover{
    --tw-translate-y: 78%;
  }

  .sm\:hover\:-translate-y--80\%:hover{
    --tw-translate-y: 80%;
  }

  .sm\:hover\:-translate-y--50\%:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:-translate-y--35\%:hover{
    --tw-translate-y: 35%;
  }

  .sm\:hover\:-translate-y--128:hover{
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:-translate-y--96:hover{
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:-translate-y--64:hover{
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:-translate-y--32:hover{
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:-translate-y--8:hover{
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:-translate-y-5\%:hover{
    --tw-translate-y: -5%;
  }

  .sm\:hover\:-translate-y-10\%:hover{
    --tw-translate-y: -10%;
  }

  .sm\:hover\:-translate-y-15\%:hover{
    --tw-translate-y: -15%;
  }

  .sm\:hover\:-translate-y-20\%:hover{
    --tw-translate-y: -20%;
  }

  .sm\:hover\:-translate-y-25\%:hover{
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-30\%:hover{
    --tw-translate-y: -30%;
  }

  .sm\:hover\:-translate-y-31\%:hover{
    --tw-translate-y: -31%;
  }

  .sm\:hover\:-translate-y-33\%:hover{
    --tw-translate-y: -33.333%;
  }

  .sm\:hover\:-translate-y-34\%:hover{
    --tw-translate-y: -34%;
  }

  .sm\:hover\:-translate-y-45\%:hover{
    --tw-translate-y: -45%;
  }

  .sm\:hover\:-translate-y-54\%:hover{
    --tw-translate-y: -54%;
  }

  .sm\:hover\:-translate-y-75\%:hover{
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-55\%:hover{
    --tw-translate-y: -55%;
  }

  .sm\:hover\:-translate-y-65\%:hover{
    --tw-translate-y: -65%;
  }

  .sm\:hover\:-translate-y-66\%:hover{
    --tw-translate-y: -66%;
  }

  .sm\:hover\:-translate-y-85\%:hover{
    --tw-translate-y: -85%;
  }

  .sm\:hover\:-translate-y-96\%:hover{
    --tw-translate-y: -96%;
  }

  .sm\:hover\:-translate-y-130\%:hover{
    --tw-translate-y: -130%;
  }

  .sm\:hover\:-translate-y-135\%:hover{
    --tw-translate-y: -135%;
  }

  .sm\:hover\:-translate-y-200\%:hover{
    --tw-translate-y: -200%;
  }

  .sm\:hover\:-translate-y-16\/9:hover{
    --tw-translate-y: -56.25%;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-span:hover{
    --tw-translate-y: -8.333%;
  }

  .sm\:hover\:-translate-y-2span:hover{
    --tw-translate-y: -16.666%;
  }

  .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .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-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\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 3.5rem;
  }

  .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-80:focus{
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-96:focus{
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-104:focus{
    --tw-translate-x: 6.5rem;
  }

  .sm\:focus\:translate-x-112:focus{
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-128:focus{
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-140:focus{
    --tw-translate-x: 8.75rem;
  }

  .sm\:focus\:translate-x-160:focus{
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-180:focus{
    --tw-translate-x: 11.25rem;
  }

  .sm\:focus\:translate-x-200:focus{
    --tw-translate-x: 12.5rem;
  }

  .sm\:focus\:translate-x-224:focus{
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-240:focus{
    --tw-translate-x: 15rem;
  }

  .sm\:focus\:translate-x-260:focus{
    --tw-translate-x: 16.25rem;
  }

  .sm\:focus\:translate-x-300:focus{
    --tw-translate-x: 18.75rem;
  }

  .sm\:focus\:-translate-x-78\%:focus{
    --tw-translate-x: -78%;
  }

  .sm\:focus\:-translate-x-80\%:focus{
    --tw-translate-x: -80%;
  }

  .sm\:focus\:-translate-x-50\%:focus{
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-35\%:focus{
    --tw-translate-x: -35%;
  }

  .sm\:focus\:-translate-x-128:focus{
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:translate-x-5\%:focus{
    --tw-translate-x: 5%;
  }

  .sm\:focus\:translate-x-10\%:focus{
    --tw-translate-x: 10%;
  }

  .sm\:focus\:translate-x-15\%:focus{
    --tw-translate-x: 15%;
  }

  .sm\:focus\:translate-x-20\%:focus{
    --tw-translate-x: 20%;
  }

  .sm\:focus\:translate-x-25\%:focus{
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-30\%:focus{
    --tw-translate-x: 30%;
  }

  .sm\:focus\:translate-x-31\%:focus{
    --tw-translate-x: 31%;
  }

  .sm\:focus\:translate-x-33\%:focus{
    --tw-translate-x: 33.333%;
  }

  .sm\:focus\:translate-x-34\%:focus{
    --tw-translate-x: 34%;
  }

  .sm\:focus\:translate-x-45\%:focus{
    --tw-translate-x: 45%;
  }

  .sm\:focus\:translate-x-50\%:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-54\%:focus{
    --tw-translate-x: 54%;
  }

  .sm\:focus\:translate-x-75\%:focus{
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-55\%:focus{
    --tw-translate-x: 55%;
  }

  .sm\:focus\:translate-x-65\%:focus{
    --tw-translate-x: 65%;
  }

  .sm\:focus\:translate-x-66\%:focus{
    --tw-translate-x: 66%;
  }

  .sm\:focus\:translate-x-85\%:focus{
    --tw-translate-x: 85%;
  }

  .sm\:focus\:translate-x-96\%:focus{
    --tw-translate-x: 96%;
  }

  .sm\:focus\:translate-x-130\%:focus{
    --tw-translate-x: 130%;
  }

  .sm\:focus\:translate-x-135\%:focus{
    --tw-translate-x: 135%;
  }

  .sm\:focus\:translate-x-200\%:focus{
    --tw-translate-x: 200%;
  }

  .sm\:focus\:translate-x-16\/9:focus{
    --tw-translate-x: 56.25%;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .sm\:focus\:translate-x-span:focus{
    --tw-translate-x: 8.333%;
  }

  .sm\:focus\:translate-x-2span:focus{
    --tw-translate-x: 16.666%;
  }

  .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -3.5rem;
  }

  .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-104:focus{
    --tw-translate-x: -6.5rem;
  }

  .sm\:focus\:-translate-x-112:focus{
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-140:focus{
    --tw-translate-x: -8.75rem;
  }

  .sm\:focus\:-translate-x-160:focus{
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-180:focus{
    --tw-translate-x: -11.25rem;
  }

  .sm\:focus\:-translate-x-200:focus{
    --tw-translate-x: -12.5rem;
  }

  .sm\:focus\:-translate-x-224:focus{
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-240:focus{
    --tw-translate-x: -15rem;
  }

  .sm\:focus\:-translate-x-260:focus{
    --tw-translate-x: -16.25rem;
  }

  .sm\:focus\:-translate-x-300:focus{
    --tw-translate-x: -18.75rem;
  }

  .sm\:focus\:-translate-x--78\%:focus{
    --tw-translate-x: 78%;
  }

  .sm\:focus\:-translate-x--80\%:focus{
    --tw-translate-x: 80%;
  }

  .sm\:focus\:-translate-x--50\%:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:-translate-x--35\%:focus{
    --tw-translate-x: 35%;
  }

  .sm\:focus\:-translate-x--128:focus{
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:-translate-x--96:focus{
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:-translate-x--64:focus{
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:-translate-x--32:focus{
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:-translate-x--8:focus{
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:-translate-x-5\%:focus{
    --tw-translate-x: -5%;
  }

  .sm\:focus\:-translate-x-10\%:focus{
    --tw-translate-x: -10%;
  }

  .sm\:focus\:-translate-x-15\%:focus{
    --tw-translate-x: -15%;
  }

  .sm\:focus\:-translate-x-20\%:focus{
    --tw-translate-x: -20%;
  }

  .sm\:focus\:-translate-x-25\%:focus{
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-30\%:focus{
    --tw-translate-x: -30%;
  }

  .sm\:focus\:-translate-x-31\%:focus{
    --tw-translate-x: -31%;
  }

  .sm\:focus\:-translate-x-33\%:focus{
    --tw-translate-x: -33.333%;
  }

  .sm\:focus\:-translate-x-34\%:focus{
    --tw-translate-x: -34%;
  }

  .sm\:focus\:-translate-x-45\%:focus{
    --tw-translate-x: -45%;
  }

  .sm\:focus\:-translate-x-54\%:focus{
    --tw-translate-x: -54%;
  }

  .sm\:focus\:-translate-x-75\%:focus{
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-55\%:focus{
    --tw-translate-x: -55%;
  }

  .sm\:focus\:-translate-x-65\%:focus{
    --tw-translate-x: -65%;
  }

  .sm\:focus\:-translate-x-66\%:focus{
    --tw-translate-x: -66%;
  }

  .sm\:focus\:-translate-x-85\%:focus{
    --tw-translate-x: -85%;
  }

  .sm\:focus\:-translate-x-96\%:focus{
    --tw-translate-x: -96%;
  }

  .sm\:focus\:-translate-x-130\%:focus{
    --tw-translate-x: -130%;
  }

  .sm\:focus\:-translate-x-135\%:focus{
    --tw-translate-x: -135%;
  }

  .sm\:focus\:-translate-x-200\%:focus{
    --tw-translate-x: -200%;
  }

  .sm\:focus\:-translate-x-16\/9:focus{
    --tw-translate-x: -56.25%;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-span:focus{
    --tw-translate-x: -8.333%;
  }

  .sm\:focus\:-translate-x-2span:focus{
    --tw-translate-x: -16.666%;
  }

  .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .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-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-y-0:focus{
    --tw-translate-y: 0;
  }

  .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 3.5rem;
  }

  .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-80:focus{
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-96:focus{
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-104:focus{
    --tw-translate-y: 6.5rem;
  }

  .sm\:focus\:translate-y-112:focus{
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-128:focus{
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-140:focus{
    --tw-translate-y: 8.75rem;
  }

  .sm\:focus\:translate-y-160:focus{
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-180:focus{
    --tw-translate-y: 11.25rem;
  }

  .sm\:focus\:translate-y-200:focus{
    --tw-translate-y: 12.5rem;
  }

  .sm\:focus\:translate-y-224:focus{
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-240:focus{
    --tw-translate-y: 15rem;
  }

  .sm\:focus\:translate-y-260:focus{
    --tw-translate-y: 16.25rem;
  }

  .sm\:focus\:translate-y-300:focus{
    --tw-translate-y: 18.75rem;
  }

  .sm\:focus\:-translate-y-78\%:focus{
    --tw-translate-y: -78%;
  }

  .sm\:focus\:-translate-y-80\%:focus{
    --tw-translate-y: -80%;
  }

  .sm\:focus\:-translate-y-50\%:focus{
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-35\%:focus{
    --tw-translate-y: -35%;
  }

  .sm\:focus\:-translate-y-128:focus{
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:translate-y-5\%:focus{
    --tw-translate-y: 5%;
  }

  .sm\:focus\:translate-y-10\%:focus{
    --tw-translate-y: 10%;
  }

  .sm\:focus\:translate-y-15\%:focus{
    --tw-translate-y: 15%;
  }

  .sm\:focus\:translate-y-20\%:focus{
    --tw-translate-y: 20%;
  }

  .sm\:focus\:translate-y-25\%:focus{
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-30\%:focus{
    --tw-translate-y: 30%;
  }

  .sm\:focus\:translate-y-31\%:focus{
    --tw-translate-y: 31%;
  }

  .sm\:focus\:translate-y-33\%:focus{
    --tw-translate-y: 33.333%;
  }

  .sm\:focus\:translate-y-34\%:focus{
    --tw-translate-y: 34%;
  }

  .sm\:focus\:translate-y-45\%:focus{
    --tw-translate-y: 45%;
  }

  .sm\:focus\:translate-y-50\%:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-54\%:focus{
    --tw-translate-y: 54%;
  }

  .sm\:focus\:translate-y-75\%:focus{
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-55\%:focus{
    --tw-translate-y: 55%;
  }

  .sm\:focus\:translate-y-65\%:focus{
    --tw-translate-y: 65%;
  }

  .sm\:focus\:translate-y-66\%:focus{
    --tw-translate-y: 66%;
  }

  .sm\:focus\:translate-y-85\%:focus{
    --tw-translate-y: 85%;
  }

  .sm\:focus\:translate-y-96\%:focus{
    --tw-translate-y: 96%;
  }

  .sm\:focus\:translate-y-130\%:focus{
    --tw-translate-y: 130%;
  }

  .sm\:focus\:translate-y-135\%:focus{
    --tw-translate-y: 135%;
  }

  .sm\:focus\:translate-y-200\%:focus{
    --tw-translate-y: 200%;
  }

  .sm\:focus\:translate-y-16\/9:focus{
    --tw-translate-y: 56.25%;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .sm\:focus\:translate-y-span:focus{
    --tw-translate-y: 8.333%;
  }

  .sm\:focus\:translate-y-2span:focus{
    --tw-translate-y: 16.666%;
  }

  .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -3.5rem;
  }

  .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-104:focus{
    --tw-translate-y: -6.5rem;
  }

  .sm\:focus\:-translate-y-112:focus{
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-140:focus{
    --tw-translate-y: -8.75rem;
  }

  .sm\:focus\:-translate-y-160:focus{
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-180:focus{
    --tw-translate-y: -11.25rem;
  }

  .sm\:focus\:-translate-y-200:focus{
    --tw-translate-y: -12.5rem;
  }

  .sm\:focus\:-translate-y-224:focus{
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-240:focus{
    --tw-translate-y: -15rem;
  }

  .sm\:focus\:-translate-y-260:focus{
    --tw-translate-y: -16.25rem;
  }

  .sm\:focus\:-translate-y-300:focus{
    --tw-translate-y: -18.75rem;
  }

  .sm\:focus\:-translate-y--78\%:focus{
    --tw-translate-y: 78%;
  }

  .sm\:focus\:-translate-y--80\%:focus{
    --tw-translate-y: 80%;
  }

  .sm\:focus\:-translate-y--50\%:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:-translate-y--35\%:focus{
    --tw-translate-y: 35%;
  }

  .sm\:focus\:-translate-y--128:focus{
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:-translate-y--96:focus{
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:-translate-y--64:focus{
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:-translate-y--32:focus{
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:-translate-y--8:focus{
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:-translate-y-5\%:focus{
    --tw-translate-y: -5%;
  }

  .sm\:focus\:-translate-y-10\%:focus{
    --tw-translate-y: -10%;
  }

  .sm\:focus\:-translate-y-15\%:focus{
    --tw-translate-y: -15%;
  }

  .sm\:focus\:-translate-y-20\%:focus{
    --tw-translate-y: -20%;
  }

  .sm\:focus\:-translate-y-25\%:focus{
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-30\%:focus{
    --tw-translate-y: -30%;
  }

  .sm\:focus\:-translate-y-31\%:focus{
    --tw-translate-y: -31%;
  }

  .sm\:focus\:-translate-y-33\%:focus{
    --tw-translate-y: -33.333%;
  }

  .sm\:focus\:-translate-y-34\%:focus{
    --tw-translate-y: -34%;
  }

  .sm\:focus\:-translate-y-45\%:focus{
    --tw-translate-y: -45%;
  }

  .sm\:focus\:-translate-y-54\%:focus{
    --tw-translate-y: -54%;
  }

  .sm\:focus\:-translate-y-75\%:focus{
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-55\%:focus{
    --tw-translate-y: -55%;
  }

  .sm\:focus\:-translate-y-65\%:focus{
    --tw-translate-y: -65%;
  }

  .sm\:focus\:-translate-y-66\%:focus{
    --tw-translate-y: -66%;
  }

  .sm\:focus\:-translate-y-85\%:focus{
    --tw-translate-y: -85%;
  }

  .sm\:focus\:-translate-y-96\%:focus{
    --tw-translate-y: -96%;
  }

  .sm\:focus\:-translate-y-130\%:focus{
    --tw-translate-y: -130%;
  }

  .sm\:focus\:-translate-y-135\%:focus{
    --tw-translate-y: -135%;
  }

  .sm\:focus\:-translate-y-200\%:focus{
    --tw-translate-y: -200%;
  }

  .sm\:focus\:-translate-y-16\/9:focus{
    --tw-translate-y: -56.25%;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-span:focus{
    --tw-translate-y: -8.333%;
  }

  .sm\:focus\:-translate-y-2span:focus{
    --tw-translate-y: -16.666%;
  }

  .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .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-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\: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\: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\: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-130{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .sm\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-200{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .sm\:scale-500{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .sm\:scale-700{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130:hover{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-200:hover{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .sm\:hover\:scale-500:hover{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .sm\:hover\:scale-700:hover{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130:focus{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-200:focus{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .sm\:focus\:scale-500:focus{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .sm\:focus\:scale-700:focus{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130{
    --tw-scale-x: 1.3;
  }

  .sm\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .sm\:scale-x-200{
    --tw-scale-x: 2;
  }

  .sm\:scale-x-500{
    --tw-scale-x: 5;
  }

  .sm\:scale-x-700{
    --tw-scale-x: 7;
  }

  .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-130{
    --tw-scale-y: 1.3;
  }

  .sm\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .sm\:scale-y-200{
    --tw-scale-y: 2;
  }

  .sm\:scale-y-500{
    --tw-scale-y: 5;
  }

  .sm\:scale-y-700{
    --tw-scale-y: 7;
  }

  .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-130:hover{
    --tw-scale-x: 1.3;
  }

  .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-x-200:hover{
    --tw-scale-x: 2;
  }

  .sm\:hover\:scale-x-500:hover{
    --tw-scale-x: 5;
  }

  .sm\:hover\:scale-x-700:hover{
    --tw-scale-x: 7;
  }

  .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-130:hover{
    --tw-scale-y: 1.3;
  }

  .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-y-200:hover{
    --tw-scale-y: 2;
  }

  .sm\:hover\:scale-y-500:hover{
    --tw-scale-y: 5;
  }

  .sm\:hover\:scale-y-700:hover{
    --tw-scale-y: 7;
  }

  .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-130:focus{
    --tw-scale-x: 1.3;
  }

  .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-x-200:focus{
    --tw-scale-x: 2;
  }

  .sm\:focus\:scale-x-500:focus{
    --tw-scale-x: 5;
  }

  .sm\:focus\:scale-x-700:focus{
    --tw-scale-x: 7;
  }

  .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-130:focus{
    --tw-scale-y: 1.3;
  }

  .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-y-200:focus{
    --tw-scale-y: 2;
  }

  .sm\:focus\:scale-y-500:focus{
    --tw-scale-y: 5;
  }

  .sm\:focus\:scale-y-700:focus{
    --tw-scale-y: 7;
  }

  .sm\:animate-none{
    animation: none;
  }

  .sm\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .sm\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce{
    animation: bounce 1s infinite;
  }

  @media (prefers-reduced-motion: no-preference){
    .sm\:motion-safe\:animate-none{
      animation: none;
    }

    .sm\:motion-safe\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .sm\:motion-safe\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .sm\:motion-safe\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .sm\:motion-safe\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  @media (prefers-reduced-motion: reduce){
    .sm\:motion-reduce\:animate-none{
      animation: none;
    }

    .sm\:motion-reduce\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .sm\:motion-reduce\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .sm\:motion-reduce\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .sm\:motion-reduce\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  .sm\:select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all{
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .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\:appearance-none{
    -webkit-appearance: none;
            appearance: none;
  }

  .sm\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .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\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-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\: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-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-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\: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\: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\: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-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\:gap-0{
    gap: 0;
  }

  .sm\:gap-4{
    gap: 0.25rem;
  }

  .sm\:gap-8{
    gap: 0.5rem;
  }

  .sm\:gap-12{
    gap: 0.75rem;
  }

  .sm\:gap-16{
    gap: 1rem;
  }

  .sm\:gap-20{
    gap: 1.25rem;
  }

  .sm\:gap-24{
    gap: 1.5rem;
  }

  .sm\:gap-32{
    gap: 2rem;
  }

  .sm\:gap-40{
    gap: 2.5rem;
  }

  .sm\:gap-48{
    gap: 3rem;
  }

  .sm\:gap-56{
    gap: 3.5rem;
  }

  .sm\:gap-64{
    gap: 4rem;
  }

  .sm\:gap-80{
    gap: 5rem;
  }

  .sm\:gap-96{
    gap: 6rem;
  }

  .sm\:gap-104{
    gap: 6.5rem;
  }

  .sm\:gap-112{
    gap: 7rem;
  }

  .sm\:gap-128{
    gap: 8rem;
  }

  .sm\:gap-140{
    gap: 8.75rem;
  }

  .sm\:gap-160{
    gap: 10rem;
  }

  .sm\:gap-180{
    gap: 11.25rem;
  }

  .sm\:gap-200{
    gap: 12.5rem;
  }

  .sm\:gap-224{
    gap: 14rem;
  }

  .sm\:gap-240{
    gap: 15rem;
  }

  .sm\:gap-260{
    gap: 16.25rem;
  }

  .sm\:gap-300{
    gap: 18.75rem;
  }

  .sm\:-gap-78\%{
    gap: -78%;
  }

  .sm\:-gap-80\%{
    gap: -80%;
  }

  .sm\:-gap-50\%{
    gap: -50%;
  }

  .sm\:-gap-35\%{
    gap: -35%;
  }

  .sm\:-gap-128{
    gap: -8rem;
  }

  .sm\:-gap-96{
    gap: -6rem;
  }

  .sm\:-gap-64{
    gap: -4rem;
  }

  .sm\:-gap-32{
    gap: -2rem;
  }

  .sm\:-gap-8{
    gap: -0.5rem;
  }

  .sm\:gap-5\%{
    gap: 5%;
  }

  .sm\:gap-10\%{
    gap: 10%;
  }

  .sm\:gap-15\%{
    gap: 15%;
  }

  .sm\:gap-20\%{
    gap: 20%;
  }

  .sm\:gap-25\%{
    gap: 25%;
  }

  .sm\:gap-30\%{
    gap: 30%;
  }

  .sm\:gap-31\%{
    gap: 31%;
  }

  .sm\:gap-33\%{
    gap: 33.333%;
  }

  .sm\:gap-34\%{
    gap: 34%;
  }

  .sm\:gap-45\%{
    gap: 45%;
  }

  .sm\:gap-50\%{
    gap: 50%;
  }

  .sm\:gap-54\%{
    gap: 54%;
  }

  .sm\:gap-75\%{
    gap: 75%;
  }

  .sm\:gap-55\%{
    gap: 55%;
  }

  .sm\:gap-65\%{
    gap: 65%;
  }

  .sm\:gap-66\%{
    gap: 66%;
  }

  .sm\:gap-85\%{
    gap: 85%;
  }

  .sm\:gap-96\%{
    gap: 96%;
  }

  .sm\:gap-130\%{
    gap: 130%;
  }

  .sm\:gap-135\%{
    gap: 135%;
  }

  .sm\:gap-200\%{
    gap: 200%;
  }

  .sm\:gap-16\/9{
    gap: 56.25%;
  }

  .sm\:gap-1\/2{
    gap: 50%;
  }

  .sm\:gap-full{
    gap: 100%;
  }

  .sm\:gap-span{
    gap: 8.333%;
  }

  .sm\:gap-2span{
    gap: 16.666%;
  }

  .sm\:gap-px{
    gap: 1px;
  }

  .sm\:gap-x-0{
    column-gap: 0;
  }

  .sm\:gap-x-4{
    column-gap: 0.25rem;
  }

  .sm\:gap-x-8{
    column-gap: 0.5rem;
  }

  .sm\:gap-x-12{
    column-gap: 0.75rem;
  }

  .sm\:gap-x-16{
    column-gap: 1rem;
  }

  .sm\:gap-x-20{
    column-gap: 1.25rem;
  }

  .sm\:gap-x-24{
    column-gap: 1.5rem;
  }

  .sm\:gap-x-32{
    column-gap: 2rem;
  }

  .sm\:gap-x-40{
    column-gap: 2.5rem;
  }

  .sm\:gap-x-48{
    column-gap: 3rem;
  }

  .sm\:gap-x-56{
    column-gap: 3.5rem;
  }

  .sm\:gap-x-64{
    column-gap: 4rem;
  }

  .sm\:gap-x-80{
    column-gap: 5rem;
  }

  .sm\:gap-x-96{
    column-gap: 6rem;
  }

  .sm\:gap-x-104{
    column-gap: 6.5rem;
  }

  .sm\:gap-x-112{
    column-gap: 7rem;
  }

  .sm\:gap-x-128{
    column-gap: 8rem;
  }

  .sm\:gap-x-140{
    column-gap: 8.75rem;
  }

  .sm\:gap-x-160{
    column-gap: 10rem;
  }

  .sm\:gap-x-180{
    column-gap: 11.25rem;
  }

  .sm\:gap-x-200{
    column-gap: 12.5rem;
  }

  .sm\:gap-x-224{
    column-gap: 14rem;
  }

  .sm\:gap-x-240{
    column-gap: 15rem;
  }

  .sm\:gap-x-260{
    column-gap: 16.25rem;
  }

  .sm\:gap-x-300{
    column-gap: 18.75rem;
  }

  .sm\:-gap-x-78\%{
    column-gap: -78%;
  }

  .sm\:-gap-x-80\%{
    column-gap: -80%;
  }

  .sm\:-gap-x-50\%{
    column-gap: -50%;
  }

  .sm\:-gap-x-35\%{
    column-gap: -35%;
  }

  .sm\:-gap-x-128{
    column-gap: -8rem;
  }

  .sm\:-gap-x-96{
    column-gap: -6rem;
  }

  .sm\:-gap-x-64{
    column-gap: -4rem;
  }

  .sm\:-gap-x-32{
    column-gap: -2rem;
  }

  .sm\:-gap-x-8{
    column-gap: -0.5rem;
  }

  .sm\:gap-x-5\%{
    column-gap: 5%;
  }

  .sm\:gap-x-10\%{
    column-gap: 10%;
  }

  .sm\:gap-x-15\%{
    column-gap: 15%;
  }

  .sm\:gap-x-20\%{
    column-gap: 20%;
  }

  .sm\:gap-x-25\%{
    column-gap: 25%;
  }

  .sm\:gap-x-30\%{
    column-gap: 30%;
  }

  .sm\:gap-x-31\%{
    column-gap: 31%;
  }

  .sm\:gap-x-33\%{
    column-gap: 33.333%;
  }

  .sm\:gap-x-34\%{
    column-gap: 34%;
  }

  .sm\:gap-x-45\%{
    column-gap: 45%;
  }

  .sm\:gap-x-50\%{
    column-gap: 50%;
  }

  .sm\:gap-x-54\%{
    column-gap: 54%;
  }

  .sm\:gap-x-75\%{
    column-gap: 75%;
  }

  .sm\:gap-x-55\%{
    column-gap: 55%;
  }

  .sm\:gap-x-65\%{
    column-gap: 65%;
  }

  .sm\:gap-x-66\%{
    column-gap: 66%;
  }

  .sm\:gap-x-85\%{
    column-gap: 85%;
  }

  .sm\:gap-x-96\%{
    column-gap: 96%;
  }

  .sm\:gap-x-130\%{
    column-gap: 130%;
  }

  .sm\:gap-x-135\%{
    column-gap: 135%;
  }

  .sm\:gap-x-200\%{
    column-gap: 200%;
  }

  .sm\:gap-x-16\/9{
    column-gap: 56.25%;
  }

  .sm\:gap-x-1\/2{
    column-gap: 50%;
  }

  .sm\:gap-x-full{
    column-gap: 100%;
  }

  .sm\:gap-x-span{
    column-gap: 8.333%;
  }

  .sm\:gap-x-2span{
    column-gap: 16.666%;
  }

  .sm\:gap-x-px{
    column-gap: 1px;
  }

  .sm\:gap-y-0{
    row-gap: 0;
  }

  .sm\:gap-y-4{
    row-gap: 0.25rem;
  }

  .sm\:gap-y-8{
    row-gap: 0.5rem;
  }

  .sm\:gap-y-12{
    row-gap: 0.75rem;
  }

  .sm\:gap-y-16{
    row-gap: 1rem;
  }

  .sm\:gap-y-20{
    row-gap: 1.25rem;
  }

  .sm\:gap-y-24{
    row-gap: 1.5rem;
  }

  .sm\:gap-y-32{
    row-gap: 2rem;
  }

  .sm\:gap-y-40{
    row-gap: 2.5rem;
  }

  .sm\:gap-y-48{
    row-gap: 3rem;
  }

  .sm\:gap-y-56{
    row-gap: 3.5rem;
  }

  .sm\:gap-y-64{
    row-gap: 4rem;
  }

  .sm\:gap-y-80{
    row-gap: 5rem;
  }

  .sm\:gap-y-96{
    row-gap: 6rem;
  }

  .sm\:gap-y-104{
    row-gap: 6.5rem;
  }

  .sm\:gap-y-112{
    row-gap: 7rem;
  }

  .sm\:gap-y-128{
    row-gap: 8rem;
  }

  .sm\:gap-y-140{
    row-gap: 8.75rem;
  }

  .sm\:gap-y-160{
    row-gap: 10rem;
  }

  .sm\:gap-y-180{
    row-gap: 11.25rem;
  }

  .sm\:gap-y-200{
    row-gap: 12.5rem;
  }

  .sm\:gap-y-224{
    row-gap: 14rem;
  }

  .sm\:gap-y-240{
    row-gap: 15rem;
  }

  .sm\:gap-y-260{
    row-gap: 16.25rem;
  }

  .sm\:gap-y-300{
    row-gap: 18.75rem;
  }

  .sm\:-gap-y-78\%{
    row-gap: -78%;
  }

  .sm\:-gap-y-80\%{
    row-gap: -80%;
  }

  .sm\:-gap-y-50\%{
    row-gap: -50%;
  }

  .sm\:-gap-y-35\%{
    row-gap: -35%;
  }

  .sm\:-gap-y-128{
    row-gap: -8rem;
  }

  .sm\:-gap-y-96{
    row-gap: -6rem;
  }

  .sm\:-gap-y-64{
    row-gap: -4rem;
  }

  .sm\:-gap-y-32{
    row-gap: -2rem;
  }

  .sm\:-gap-y-8{
    row-gap: -0.5rem;
  }

  .sm\:gap-y-5\%{
    row-gap: 5%;
  }

  .sm\:gap-y-10\%{
    row-gap: 10%;
  }

  .sm\:gap-y-15\%{
    row-gap: 15%;
  }

  .sm\:gap-y-20\%{
    row-gap: 20%;
  }

  .sm\:gap-y-25\%{
    row-gap: 25%;
  }

  .sm\:gap-y-30\%{
    row-gap: 30%;
  }

  .sm\:gap-y-31\%{
    row-gap: 31%;
  }

  .sm\:gap-y-33\%{
    row-gap: 33.333%;
  }

  .sm\:gap-y-34\%{
    row-gap: 34%;
  }

  .sm\:gap-y-45\%{
    row-gap: 45%;
  }

  .sm\:gap-y-50\%{
    row-gap: 50%;
  }

  .sm\:gap-y-54\%{
    row-gap: 54%;
  }

  .sm\:gap-y-75\%{
    row-gap: 75%;
  }

  .sm\:gap-y-55\%{
    row-gap: 55%;
  }

  .sm\:gap-y-65\%{
    row-gap: 65%;
  }

  .sm\:gap-y-66\%{
    row-gap: 66%;
  }

  .sm\:gap-y-85\%{
    row-gap: 85%;
  }

  .sm\:gap-y-96\%{
    row-gap: 96%;
  }

  .sm\:gap-y-130\%{
    row-gap: 130%;
  }

  .sm\:gap-y-135\%{
    row-gap: 135%;
  }

  .sm\:gap-y-200\%{
    row-gap: 200%;
  }

  .sm\:gap-y-16\/9{
    row-gap: 56.25%;
  }

  .sm\:gap-y-1\/2{
    row-gap: 50%;
  }

  .sm\:gap-y-full{
    row-gap: 100%;
  }

  .sm\:gap-y-span{
    row-gap: 8.333%;
  }

  .sm\:gap-y-2span{
    row-gap: 16.666%;
  }

  .sm\:gap-y-px{
    row-gap: 1px;
  }

  .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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-78% * var(--tw-space-x-reverse));
    margin-left: calc(-78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34% * var(--tw-space-x-reverse));
    margin-left: calc(34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(54% * var(--tw-space-x-reverse));
    margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66% * var(--tw-space-x-reverse));
    margin-left: calc(66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(130% * var(--tw-space-x-reverse));
    margin-left: calc(130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135% * var(--tw-space-x-reverse));
    margin-left: calc(135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200% * var(--tw-space-x-reverse));
    margin-left: calc(200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56.25% * var(--tw-space-x-reverse));
    margin-left: calc(56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666% * var(--tw-space-x-reverse));
    margin-left: calc(16.666% * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(78% * var(--tw-space-x-reverse));
    margin-left: calc(78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34% * var(--tw-space-x-reverse));
    margin-left: calc(-34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-54% * var(--tw-space-x-reverse));
    margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66% * var(--tw-space-x-reverse));
    margin-left: calc(-66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-130% * var(--tw-space-x-reverse));
    margin-left: calc(-130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135% * var(--tw-space-x-reverse));
    margin-left: calc(-135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200% * var(--tw-space-x-reverse));
    margin-left: calc(-200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56.25% * var(--tw-space-x-reverse));
    margin-left: calc(-56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.666% * var(--tw-space-x-reverse));
    margin-left: calc(-16.666% * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56.25% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.333% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56.25% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.333% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.666% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\: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-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.188rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.188rem * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.313rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.313rem * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.188rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.188rem * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.313rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.313rem * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\: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-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-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-divide-opacity));
  }

  .sm\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-divide-opacity));
  }

  .sm\:divide-dark-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.1);
  }

  .sm\:divide-dark-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.5);
  }

  .sm\:divide-dark-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .sm\:divide-dark-900 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.9);
  }

  .sm\:divide-light-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:divide-light-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:divide-light-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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\: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\:self-baseline{
    align-self: baseline;
  }

  .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\: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\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .sm\:overflow-clip{
    text-overflow: clip;
  }

  .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\:rounded-none{
    border-radius: 0;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-md{
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl{
    border-radius: 0.75rem;
  }

  .sm\:rounded-2xl{
    border-radius: 1rem;
  }

  .sm\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:rounded-loader{
    border-radius: 50%;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-t-loader{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-r-loader{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-b-loader{
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-loader{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tl-loader{
    border-top-left-radius: 50%;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-tr-loader{
    border-top-right-radius: 50%;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-br-loader{
    border-bottom-right-radius: 50%;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-bl-loader{
    border-bottom-left-radius: 50%;
  }

  .sm\:border-0{
    border-width: 0px;
  }

  .sm\:border-1{
    border-width: 0.0625rem;
  }

  .sm\:border-2{
    border-width: 0.125rem;
  }

  .sm\:border-3{
    border-width: 0.188rem;
  }

  .sm\:border-4{
    border-width: 4px;
  }

  .sm\:border-5{
    border-width: 0.313rem;
  }

  .sm\:border-8{
    border-width: 8px;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-t-0{
    border-top-width: 0px;
  }

  .sm\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .sm\:border-t-2{
    border-top-width: 0.125rem;
  }

  .sm\:border-t-3{
    border-top-width: 0.188rem;
  }

  .sm\:border-t-4{
    border-top-width: 4px;
  }

  .sm\:border-t-5{
    border-top-width: 0.313rem;
  }

  .sm\:border-t-8{
    border-top-width: 8px;
  }

  .sm\:border-t{
    border-top-width: 1px;
  }

  .sm\:border-r-0{
    border-right-width: 0px;
  }

  .sm\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .sm\:border-r-2{
    border-right-width: 0.125rem;
  }

  .sm\:border-r-3{
    border-right-width: 0.188rem;
  }

  .sm\:border-r-4{
    border-right-width: 4px;
  }

  .sm\:border-r-5{
    border-right-width: 0.313rem;
  }

  .sm\:border-r-8{
    border-right-width: 8px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-b-0{
    border-bottom-width: 0px;
  }

  .sm\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .sm\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .sm\:border-b-3{
    border-bottom-width: 0.188rem;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm\:border-b-5{
    border-bottom-width: 0.313rem;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:border-b{
    border-bottom-width: 1px;
  }

  .sm\:border-l-0{
    border-left-width: 0px;
  }

  .sm\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .sm\:border-l-2{
    border-left-width: 0.125rem;
  }

  .sm\:border-l-3{
    border-left-width: 0.188rem;
  }

  .sm\:border-l-4{
    border-left-width: 4px;
  }

  .sm\:border-l-5{
    border-left-width: 0.313rem;
  }

  .sm\:border-l-8{
    border-left-width: 8px;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

  .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-transparent{
    border-color: transparent;
  }

  .sm\:border-current{
    border-color: currentColor;
  }

  .sm\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .sm\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .sm\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .sm\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .sm\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .sm\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .sm\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .sm\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .sm\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-current{
    border-color: currentColor;
  }

  .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-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .group:hover .sm\:group-hover\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .group:hover .sm\:group-hover\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .sm\:group-hover\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .group:hover .sm\:group-hover\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .sm\:group-hover\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .sm\:group-hover\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .sm\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .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-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-error:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-dark-100:focus-within{
    border-color: rgba(0,0,0,.1);
  }

  .sm\:focus-within\:border-dark-500:focus-within{
    border-color: rgba(0,0,0,.5);
  }

  .sm\:focus-within\:border-dark-800:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .sm\:focus-within\:border-dark-900:focus-within{
    border-color: rgba(0,0,0,.9);
  }

  .sm\:focus-within\:border-light-100:focus-within{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus-within\:border-light-500:focus-within{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus-within\:border-light-800:focus-within{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .sm\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .sm\:hover\:border-dark-100:hover{
    border-color: rgba(0,0,0,.1);
  }

  .sm\:hover\:border-dark-500:hover{
    border-color: rgba(0,0,0,.5);
  }

  .sm\:hover\:border-dark-800:hover{
    border-color: rgba(0,0,0,.8);
  }

  .sm\:hover\:border-dark-900:hover{
    border-color: rgba(0,0,0,.9);
  }

  .sm\:hover\:border-light-100:hover{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:hover\:border-light-500:hover{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:hover\:border-light-800:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .sm\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .sm\:focus\:border-dark-100:focus{
    border-color: rgba(0,0,0,.1);
  }

  .sm\:focus\:border-dark-500:focus{
    border-color: rgba(0,0,0,.5);
  }

  .sm\:focus\:border-dark-800:focus{
    border-color: rgba(0,0,0,.8);
  }

  .sm\:focus\:border-dark-900:focus{
    border-color: rgba(0,0,0,.9);
  }

  .sm\:focus\:border-light-100:focus{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:border-light-500:focus{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:border-light-800:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\:bg-transparent{
    background-color: transparent;
  }

  .sm\:bg-current{
    background-color: currentColor;
  }

  .sm\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .sm\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .sm\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .sm\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .sm\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .sm\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .sm\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .sm\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .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-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .group:hover .sm\:group-hover\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .group:hover .sm\:group-hover\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .sm\:group-hover\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .group:hover .sm\:group-hover\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .sm\:group-hover\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .sm\:group-hover\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .sm\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .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-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-error:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-dark-100:focus-within{
    background-color: rgba(0,0,0,.1);
  }

  .sm\:focus-within\:bg-dark-500:focus-within{
    background-color: rgba(0,0,0,.5);
  }

  .sm\:focus-within\:bg-dark-800:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .sm\:focus-within\:bg-dark-900:focus-within{
    background-color: rgba(0,0,0,.9);
  }

  .sm\:focus-within\:bg-light-100:focus-within{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus-within\:bg-light-500:focus-within{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus-within\:bg-light-800:focus-within{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .sm\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-dark-100:hover{
    background-color: rgba(0,0,0,.1);
  }

  .sm\:hover\:bg-dark-500:hover{
    background-color: rgba(0,0,0,.5);
  }

  .sm\:hover\:bg-dark-800:hover{
    background-color: rgba(0,0,0,.8);
  }

  .sm\:hover\:bg-dark-900:hover{
    background-color: rgba(0,0,0,.9);
  }

  .sm\:hover\:bg-light-100:hover{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:hover\:bg-light-500:hover{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:hover\:bg-light-800:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .sm\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-dark-100:focus{
    background-color: rgba(0,0,0,.1);
  }

  .sm\:focus\:bg-dark-500:focus{
    background-color: rgba(0,0,0,.5);
  }

  .sm\:focus\:bg-dark-800:focus{
    background-color: rgba(0,0,0,.8);
  }

  .sm\:focus\:bg-dark-900:focus{
    background-color: rgba(0,0,0,.9);
  }

  .sm\:focus\:bg-light-100:focus{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:bg-light-500:focus{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:bg-light-800:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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-none{
    background-image: none;
  }

  .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, 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(to right, 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(to bottom, 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(to left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-blue{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .sm\:from-error{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .sm\:from-gray{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:from-gray-dark{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .sm\:from-dark-100{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-dark-500{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-dark-800{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-dark-900{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-light-100{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-light-500{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-light-800{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .sm\:hover\:from-error:hover{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .sm\:hover\:from-gray:hover{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:hover\:from-gray-dark:hover{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .sm\:hover\:from-dark-100:hover{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-dark-500:hover{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-dark-800:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-dark-900:hover{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-light-100:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-light-500:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-light-800:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .sm\:focus\:from-error:focus{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .sm\:focus\:from-gray:focus{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:focus\:from-gray-dark:focus{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .sm\:focus\:from-dark-100:focus{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-dark-500:focus{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-dark-800:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-dark-900:focus{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-light-100:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-light-500:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-light-800:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .sm\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .sm\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .sm\:via-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-dark-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-dark-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-dark-900{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-light-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-light-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-light-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .sm\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .sm\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:hover\:via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .sm\:hover\:via-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-dark-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-dark-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-dark-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-light-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-light-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-light-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .sm\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .sm\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:focus\:via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .sm\:focus\:via-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-dark-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-dark-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-dark-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-light-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-light-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-light-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .sm\:to-current{
    --tw-gradient-to: currentColor;
  }

  .sm\:to-black{
    --tw-gradient-to: #000;
  }

  .sm\:to-white{
    --tw-gradient-to: #fff;
  }

  .sm\:to-blue{
    --tw-gradient-to: #0099FF;
  }

  .sm\:to-error{
    --tw-gradient-to: #E62807;
  }

  .sm\:to-gray{
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:to-gray-dark{
    --tw-gradient-to: #777676;
  }

  .sm\:to-dark-100{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .sm\:to-dark-500{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .sm\:to-dark-800{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .sm\:to-dark-900{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .sm\:to-light-100{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .sm\:to-light-500{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .sm\:to-light-800{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .sm\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .sm\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF;
  }

  .sm\:hover\:to-error:hover{
    --tw-gradient-to: #E62807;
  }

  .sm\:hover\:to-gray:hover{
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:hover\:to-gray-dark:hover{
    --tw-gradient-to: #777676;
  }

  .sm\:hover\:to-dark-100:hover{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .sm\:hover\:to-dark-500:hover{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .sm\:hover\:to-dark-800:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .sm\:hover\:to-dark-900:hover{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .sm\:hover\:to-light-100:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .sm\:hover\:to-light-500:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .sm\:hover\:to-light-800:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .sm\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .sm\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF;
  }

  .sm\:focus\:to-error:focus{
    --tw-gradient-to: #E62807;
  }

  .sm\:focus\:to-gray:focus{
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:focus\:to-gray-dark:focus{
    --tw-gradient-to: #777676;
  }

  .sm\:focus\:to-dark-100:focus{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .sm\:focus\:to-dark-500:focus{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .sm\:focus\:to-dark-800:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .sm\:focus\:to-dark-900:focus{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .sm\:focus\:to-light-100:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:to-light-500:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:to-light-800:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .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\:bg-auto{
    background-size: auto;
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:bg-contain{
    background-size: contain;
  }

  .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-bottom{
    background-position: bottom;
  }

  .sm\:bg-center{
    background-position: center;
  }

  .sm\:bg-left{
    background-position: left;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:bg-left-top{
    background-position: left top;
  }

  .sm\:bg-right{
    background-position: right;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:bg-right-top{
    background-position: right top;
  }

  .sm\:bg-top{
    background-position: top;
  }

  .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .sm\:bg-origin-border{
    background-origin: border-box;
  }

  .sm\:bg-origin-padding{
    background-origin: padding-box;
  }

  .sm\:bg-origin-content{
    background-origin: content-box;
  }

  .sm\:fill-current{
    fill: currentColor;
  }

  .sm\:fill-transparent{
    fill: transparent;
  }

  .sm\:fill-black{
    fill: #000;
  }

  .sm\:fill-white{
    fill: #fff;
  }

  .sm\:fill-blue{
    fill: #0099FF;
  }

  .sm\:fill-error{
    fill: #E62807;
  }

  .sm\:fill-gray{
    fill: #e5e5e5;
  }

  .sm\:fill-gray-dark{
    fill: #777676;
  }

  .sm\:fill-dark-100{
    fill: rgba(0,0,0,.1);
  }

  .sm\:fill-dark-500{
    fill: rgba(0,0,0,.5);
  }

  .sm\:fill-dark-800{
    fill: rgba(0,0,0,.8);
  }

  .sm\:fill-dark-900{
    fill: rgba(0,0,0,.9);
  }

  .sm\:fill-light-100{
    fill: rgba(255, 255, 255, 0.1);
  }

  .sm\:fill-light-500{
    fill: rgba(255, 255, 255, 0.5);
  }

  .sm\:fill-light-800{
    fill: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:fill-current:hover{
    fill: currentColor;
  }

  .sm\:hover\:fill-transparent:hover{
    fill: transparent;
  }

  .sm\:hover\:fill-black:hover{
    fill: #000;
  }

  .sm\:hover\:fill-white:hover{
    fill: #fff;
  }

  .sm\:hover\:fill-blue:hover{
    fill: #0099FF;
  }

  .sm\:hover\:fill-error:hover{
    fill: #E62807;
  }

  .sm\:hover\:fill-gray:hover{
    fill: #e5e5e5;
  }

  .sm\:hover\:fill-gray-dark:hover{
    fill: #777676;
  }

  .sm\:hover\:fill-dark-100:hover{
    fill: rgba(0,0,0,.1);
  }

  .sm\:hover\:fill-dark-500:hover{
    fill: rgba(0,0,0,.5);
  }

  .sm\:hover\:fill-dark-800:hover{
    fill: rgba(0,0,0,.8);
  }

  .sm\:hover\:fill-dark-900:hover{
    fill: rgba(0,0,0,.9);
  }

  .sm\:hover\:fill-light-100:hover{
    fill: rgba(255, 255, 255, 0.1);
  }

  .sm\:hover\:fill-light-500:hover{
    fill: rgba(255, 255, 255, 0.5);
  }

  .sm\:hover\:fill-light-800:hover{
    fill: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:fill-current:focus{
    fill: currentColor;
  }

  .sm\:focus\:fill-transparent:focus{
    fill: transparent;
  }

  .sm\:focus\:fill-black:focus{
    fill: #000;
  }

  .sm\:focus\:fill-white:focus{
    fill: #fff;
  }

  .sm\:focus\:fill-blue:focus{
    fill: #0099FF;
  }

  .sm\:focus\:fill-error:focus{
    fill: #E62807;
  }

  .sm\:focus\:fill-gray:focus{
    fill: #e5e5e5;
  }

  .sm\:focus\:fill-gray-dark:focus{
    fill: #777676;
  }

  .sm\:focus\:fill-dark-100:focus{
    fill: rgba(0,0,0,.1);
  }

  .sm\:focus\:fill-dark-500:focus{
    fill: rgba(0,0,0,.5);
  }

  .sm\:focus\:fill-dark-800:focus{
    fill: rgba(0,0,0,.8);
  }

  .sm\:focus\:fill-dark-900:focus{
    fill: rgba(0,0,0,.9);
  }

  .sm\:focus\:fill-light-100:focus{
    fill: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:fill-light-500:focus{
    fill: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:fill-light-800:focus{
    fill: rgba(255, 255, 255, 0.8);
  }

  .sm\:stroke-current{
    stroke: currentColor;
  }

  .sm\:stroke-0{
    stroke-width: 0;
  }

  .sm\:stroke-1{
    stroke-width: 1;
  }

  .sm\:stroke-2{
    stroke-width: 2;
  }

  .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\:p-0{
    padding: 0;
  }

  .sm\:p-4{
    padding: 0.25rem;
  }

  .sm\:p-8{
    padding: 0.5rem;
  }

  .sm\:p-12{
    padding: 0.75rem;
  }

  .sm\:p-16{
    padding: 1rem;
  }

  .sm\:p-20{
    padding: 1.25rem;
  }

  .sm\:p-24{
    padding: 1.5rem;
  }

  .sm\:p-32{
    padding: 2rem;
  }

  .sm\:p-40{
    padding: 2.5rem;
  }

  .sm\:p-48{
    padding: 3rem;
  }

  .sm\:p-56{
    padding: 3.5rem;
  }

  .sm\:p-64{
    padding: 4rem;
  }

  .sm\:p-80{
    padding: 5rem;
  }

  .sm\:p-96{
    padding: 6rem;
  }

  .sm\:p-104{
    padding: 6.5rem;
  }

  .sm\:p-112{
    padding: 7rem;
  }

  .sm\:p-128{
    padding: 8rem;
  }

  .sm\:p-140{
    padding: 8.75rem;
  }

  .sm\:p-156{
    padding: 9.5rem;
  }

  .sm\:p-160{
    padding: 10rem;
  }

  .sm\:p-180{
    padding: 11.25rem;
  }

  .sm\:p-200{
    padding: 12.5rem;
  }

  .sm\:p-224{
    padding: 14rem;
  }

  .sm\:p-240{
    padding: 15rem;
  }

  .sm\:p-260{
    padding: 16.25rem;
  }

  .sm\:p-300{
    padding: 18.75rem;
  }

  .sm\:-p-78\%{
    padding: -78%;
  }

  .sm\:-p-80\%{
    padding: -80%;
  }

  .sm\:-p-50\%{
    padding: -50%;
  }

  .sm\:-p-35\%{
    padding: -35%;
  }

  .sm\:-p-128{
    padding: -8rem;
  }

  .sm\:-p-96{
    padding: -6rem;
  }

  .sm\:-p-64{
    padding: -4rem;
  }

  .sm\:-p-32{
    padding: -2rem;
  }

  .sm\:-p-8{
    padding: -0.5rem;
  }

  .sm\:p-5\%{
    padding: 5%;
  }

  .sm\:p-10\%{
    padding: 10%;
  }

  .sm\:p-15\%{
    padding: 15%;
  }

  .sm\:p-20\%{
    padding: 20%;
  }

  .sm\:p-25\%{
    padding: 25%;
  }

  .sm\:p-30\%{
    padding: 30%;
  }

  .sm\:p-31\%{
    padding: 31%;
  }

  .sm\:p-33\%{
    padding: 33.333%;
  }

  .sm\:p-34\%{
    padding: 34%;
  }

  .sm\:p-45\%{
    padding: 45%;
  }

  .sm\:p-50\%{
    padding: 50%;
  }

  .sm\:p-54\%{
    padding: 54%;
  }

  .sm\:p-75\%{
    padding: 75%;
  }

  .sm\:p-55\%{
    padding: 55%;
  }

  .sm\:p-65\%{
    padding: 65%;
  }

  .sm\:p-66\%{
    padding: 66%;
  }

  .sm\:p-85\%{
    padding: 85%;
  }

  .sm\:p-96\%{
    padding: 96%;
  }

  .sm\:p-130\%{
    padding: 130%;
  }

  .sm\:p-135\%{
    padding: 135%;
  }

  .sm\:p-200\%{
    padding: 200%;
  }

  .sm\:p-16\/9{
    padding: 56.25%;
  }

  .sm\:p-1\/2{
    padding: 50%;
  }

  .sm\:p-full{
    padding: 100%;
  }

  .sm\:p-span{
    padding: 8.333%;
  }

  .sm\:p-2span{
    padding: 16.666%;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:p-3\.125rem{
    padding: 3.125rem;
  }

  .sm\:p-3\.375rem{
    padding: 3.375rem;
  }

  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-96{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-104{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:px-112{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-128{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .sm\:px-156{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .sm\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .sm\:px-224{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-240{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:px-260{
    padding-left: 16.25rem;
    padding-right: 16.25rem;
  }

  .sm\:px-300{
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:-px-78\%{
    padding-left: -78%;
    padding-right: -78%;
  }

  .sm\:-px-80\%{
    padding-left: -80%;
    padding-right: -80%;
  }

  .sm\:-px-50\%{
    padding-left: -50%;
    padding-right: -50%;
  }

  .sm\:-px-35\%{
    padding-left: -35%;
    padding-right: -35%;
  }

  .sm\:-px-128{
    padding-left: -8rem;
    padding-right: -8rem;
  }

  .sm\:-px-96{
    padding-left: -6rem;
    padding-right: -6rem;
  }

  .sm\:-px-64{
    padding-left: -4rem;
    padding-right: -4rem;
  }

  .sm\:-px-32{
    padding-left: -2rem;
    padding-right: -2rem;
  }

  .sm\:-px-8{
    padding-left: -0.5rem;
    padding-right: -0.5rem;
  }

  .sm\:px-5\%{
    padding-left: 5%;
    padding-right: 5%;
  }

  .sm\:px-10\%{
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:px-15\%{
    padding-left: 15%;
    padding-right: 15%;
  }

  .sm\:px-20\%{
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:px-25\%{
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:px-30\%{
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:px-31\%{
    padding-left: 31%;
    padding-right: 31%;
  }

  .sm\:px-33\%{
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .sm\:px-34\%{
    padding-left: 34%;
    padding-right: 34%;
  }

  .sm\:px-45\%{
    padding-left: 45%;
    padding-right: 45%;
  }

  .sm\:px-50\%{
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:px-54\%{
    padding-left: 54%;
    padding-right: 54%;
  }

  .sm\:px-75\%{
    padding-left: 75%;
    padding-right: 75%;
  }

  .sm\:px-55\%{
    padding-left: 55%;
    padding-right: 55%;
  }

  .sm\:px-65\%{
    padding-left: 65%;
    padding-right: 65%;
  }

  .sm\:px-66\%{
    padding-left: 66%;
    padding-right: 66%;
  }

  .sm\:px-85\%{
    padding-left: 85%;
    padding-right: 85%;
  }

  .sm\:px-96\%{
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm\:px-130\%{
    padding-left: 130%;
    padding-right: 130%;
  }

  .sm\:px-135\%{
    padding-left: 135%;
    padding-right: 135%;
  }

  .sm\:px-200\%{
    padding-left: 200%;
    padding-right: 200%;
  }

  .sm\:px-16\/9{
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .sm\:px-1\/2{
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:px-span{
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .sm\:px-2span{
    padding-left: 16.666%;
    padding-right: 16.666%;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:px-3\.125rem{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sm\:px-3\.375rem{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-96{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-104{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:py-112{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-128{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .sm\:py-156{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .sm\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .sm\:py-224{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-240{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:py-260{
    padding-top: 16.25rem;
    padding-bottom: 16.25rem;
  }

  .sm\:py-300{
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:-py-78\%{
    padding-top: -78%;
    padding-bottom: -78%;
  }

  .sm\:-py-80\%{
    padding-top: -80%;
    padding-bottom: -80%;
  }

  .sm\:-py-50\%{
    padding-top: -50%;
    padding-bottom: -50%;
  }

  .sm\:-py-35\%{
    padding-top: -35%;
    padding-bottom: -35%;
  }

  .sm\:-py-128{
    padding-top: -8rem;
    padding-bottom: -8rem;
  }

  .sm\:-py-96{
    padding-top: -6rem;
    padding-bottom: -6rem;
  }

  .sm\:-py-64{
    padding-top: -4rem;
    padding-bottom: -4rem;
  }

  .sm\:-py-32{
    padding-top: -2rem;
    padding-bottom: -2rem;
  }

  .sm\:-py-8{
    padding-top: -0.5rem;
    padding-bottom: -0.5rem;
  }

  .sm\:py-5\%{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .sm\:py-10\%{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:py-15\%{
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .sm\:py-20\%{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:py-25\%{
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:py-30\%{
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:py-31\%{
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .sm\:py-33\%{
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .sm\:py-34\%{
    padding-top: 34%;
    padding-bottom: 34%;
  }

  .sm\:py-45\%{
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .sm\:py-50\%{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:py-54\%{
    padding-top: 54%;
    padding-bottom: 54%;
  }

  .sm\:py-75\%{
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .sm\:py-55\%{
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .sm\:py-65\%{
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .sm\:py-66\%{
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .sm\:py-85\%{
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .sm\:py-96\%{
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm\:py-130\%{
    padding-top: 130%;
    padding-bottom: 130%;
  }

  .sm\:py-135\%{
    padding-top: 135%;
    padding-bottom: 135%;
  }

  .sm\:py-200\%{
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .sm\:py-16\/9{
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .sm\:py-1\/2{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:py-span{
    padding-top: 8.333%;
    padding-bottom: 8.333%;
  }

  .sm\:py-2span{
    padding-top: 16.666%;
    padding-bottom: 16.666%;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:py-3\.125rem{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:py-3\.375rem{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .sm\:pt-0{
    padding-top: 0;
  }

  .sm\:pt-4{
    padding-top: 0.25rem;
  }

  .sm\:pt-8{
    padding-top: 0.5rem;
  }

  .sm\:pt-12{
    padding-top: 0.75rem;
  }

  .sm\:pt-16{
    padding-top: 1rem;
  }

  .sm\:pt-20{
    padding-top: 1.25rem;
  }

  .sm\:pt-24{
    padding-top: 1.5rem;
  }

  .sm\:pt-32{
    padding-top: 2rem;
  }

  .sm\:pt-40{
    padding-top: 2.5rem;
  }

  .sm\:pt-48{
    padding-top: 3rem;
  }

  .sm\:pt-56{
    padding-top: 3.5rem;
  }

  .sm\:pt-64{
    padding-top: 4rem;
  }

  .sm\:pt-80{
    padding-top: 5rem;
  }

  .sm\:pt-96{
    padding-top: 6rem;
  }

  .sm\:pt-104{
    padding-top: 6.5rem;
  }

  .sm\:pt-112{
    padding-top: 7rem;
  }

  .sm\:pt-128{
    padding-top: 8rem;
  }

  .sm\:pt-140{
    padding-top: 8.75rem;
  }

  .sm\:pt-156{
    padding-top: 9.5rem;
  }

  .sm\:pt-160{
    padding-top: 10rem;
  }

  .sm\:pt-180{
    padding-top: 11.25rem;
  }

  .sm\:pt-200{
    padding-top: 12.5rem;
  }

  .sm\:pt-224{
    padding-top: 14rem;
  }

  .sm\:pt-240{
    padding-top: 15rem;
  }

  .sm\:pt-260{
    padding-top: 16.25rem;
  }

  .sm\:pt-300{
    padding-top: 18.75rem;
  }

  .sm\:-pt-78\%{
    padding-top: -78%;
  }

  .sm\:-pt-80\%{
    padding-top: -80%;
  }

  .sm\:-pt-50\%{
    padding-top: -50%;
  }

  .sm\:-pt-35\%{
    padding-top: -35%;
  }

  .sm\:-pt-128{
    padding-top: -8rem;
  }

  .sm\:-pt-96{
    padding-top: -6rem;
  }

  .sm\:-pt-64{
    padding-top: -4rem;
  }

  .sm\:-pt-32{
    padding-top: -2rem;
  }

  .sm\:-pt-8{
    padding-top: -0.5rem;
  }

  .sm\:pt-5\%{
    padding-top: 5%;
  }

  .sm\:pt-10\%{
    padding-top: 10%;
  }

  .sm\:pt-15\%{
    padding-top: 15%;
  }

  .sm\:pt-20\%{
    padding-top: 20%;
  }

  .sm\:pt-25\%{
    padding-top: 25%;
  }

  .sm\:pt-30\%{
    padding-top: 30%;
  }

  .sm\:pt-31\%{
    padding-top: 31%;
  }

  .sm\:pt-33\%{
    padding-top: 33.333%;
  }

  .sm\:pt-34\%{
    padding-top: 34%;
  }

  .sm\:pt-45\%{
    padding-top: 45%;
  }

  .sm\:pt-50\%{
    padding-top: 50%;
  }

  .sm\:pt-54\%{
    padding-top: 54%;
  }

  .sm\:pt-75\%{
    padding-top: 75%;
  }

  .sm\:pt-55\%{
    padding-top: 55%;
  }

  .sm\:pt-65\%{
    padding-top: 65%;
  }

  .sm\:pt-66\%{
    padding-top: 66%;
  }

  .sm\:pt-85\%{
    padding-top: 85%;
  }

  .sm\:pt-96\%{
    padding-top: 96%;
  }

  .sm\:pt-130\%{
    padding-top: 130%;
  }

  .sm\:pt-135\%{
    padding-top: 135%;
  }

  .sm\:pt-200\%{
    padding-top: 200%;
  }

  .sm\:pt-16\/9{
    padding-top: 56.25%;
  }

  .sm\:pt-1\/2{
    padding-top: 50%;
  }

  .sm\:pt-full{
    padding-top: 100%;
  }

  .sm\:pt-span{
    padding-top: 8.333%;
  }

  .sm\:pt-2span{
    padding-top: 16.666%;
  }

  .sm\:pt-px{
    padding-top: 1px;
  }

  .sm\:pt-3\.125rem{
    padding-top: 3.125rem;
  }

  .sm\:pt-3\.375rem{
    padding-top: 3.375rem;
  }

  .sm\:pr-0{
    padding-right: 0;
  }

  .sm\:pr-4{
    padding-right: 0.25rem;
  }

  .sm\:pr-8{
    padding-right: 0.5rem;
  }

  .sm\:pr-12{
    padding-right: 0.75rem;
  }

  .sm\:pr-16{
    padding-right: 1rem;
  }

  .sm\:pr-20{
    padding-right: 1.25rem;
  }

  .sm\:pr-24{
    padding-right: 1.5rem;
  }

  .sm\:pr-32{
    padding-right: 2rem;
  }

  .sm\:pr-40{
    padding-right: 2.5rem;
  }

  .sm\:pr-48{
    padding-right: 3rem;
  }

  .sm\:pr-56{
    padding-right: 3.5rem;
  }

  .sm\:pr-64{
    padding-right: 4rem;
  }

  .sm\:pr-80{
    padding-right: 5rem;
  }

  .sm\:pr-96{
    padding-right: 6rem;
  }

  .sm\:pr-104{
    padding-right: 6.5rem;
  }

  .sm\:pr-112{
    padding-right: 7rem;
  }

  .sm\:pr-128{
    padding-right: 8rem;
  }

  .sm\:pr-140{
    padding-right: 8.75rem;
  }

  .sm\:pr-156{
    padding-right: 9.5rem;
  }

  .sm\:pr-160{
    padding-right: 10rem;
  }

  .sm\:pr-180{
    padding-right: 11.25rem;
  }

  .sm\:pr-200{
    padding-right: 12.5rem;
  }

  .sm\:pr-224{
    padding-right: 14rem;
  }

  .sm\:pr-240{
    padding-right: 15rem;
  }

  .sm\:pr-260{
    padding-right: 16.25rem;
  }

  .sm\:pr-300{
    padding-right: 18.75rem;
  }

  .sm\:-pr-78\%{
    padding-right: -78%;
  }

  .sm\:-pr-80\%{
    padding-right: -80%;
  }

  .sm\:-pr-50\%{
    padding-right: -50%;
  }

  .sm\:-pr-35\%{
    padding-right: -35%;
  }

  .sm\:-pr-128{
    padding-right: -8rem;
  }

  .sm\:-pr-96{
    padding-right: -6rem;
  }

  .sm\:-pr-64{
    padding-right: -4rem;
  }

  .sm\:-pr-32{
    padding-right: -2rem;
  }

  .sm\:-pr-8{
    padding-right: -0.5rem;
  }

  .sm\:pr-5\%{
    padding-right: 5%;
  }

  .sm\:pr-10\%{
    padding-right: 10%;
  }

  .sm\:pr-15\%{
    padding-right: 15%;
  }

  .sm\:pr-20\%{
    padding-right: 20%;
  }

  .sm\:pr-25\%{
    padding-right: 25%;
  }

  .sm\:pr-30\%{
    padding-right: 30%;
  }

  .sm\:pr-31\%{
    padding-right: 31%;
  }

  .sm\:pr-33\%{
    padding-right: 33.333%;
  }

  .sm\:pr-34\%{
    padding-right: 34%;
  }

  .sm\:pr-45\%{
    padding-right: 45%;
  }

  .sm\:pr-50\%{
    padding-right: 50%;
  }

  .sm\:pr-54\%{
    padding-right: 54%;
  }

  .sm\:pr-75\%{
    padding-right: 75%;
  }

  .sm\:pr-55\%{
    padding-right: 55%;
  }

  .sm\:pr-65\%{
    padding-right: 65%;
  }

  .sm\:pr-66\%{
    padding-right: 66%;
  }

  .sm\:pr-85\%{
    padding-right: 85%;
  }

  .sm\:pr-96\%{
    padding-right: 96%;
  }

  .sm\:pr-130\%{
    padding-right: 130%;
  }

  .sm\:pr-135\%{
    padding-right: 135%;
  }

  .sm\:pr-200\%{
    padding-right: 200%;
  }

  .sm\:pr-16\/9{
    padding-right: 56.25%;
  }

  .sm\:pr-1\/2{
    padding-right: 50%;
  }

  .sm\:pr-full{
    padding-right: 100%;
  }

  .sm\:pr-span{
    padding-right: 8.333%;
  }

  .sm\:pr-2span{
    padding-right: 16.666%;
  }

  .sm\:pr-px{
    padding-right: 1px;
  }

  .sm\:pr-3\.125rem{
    padding-right: 3.125rem;
  }

  .sm\:pr-3\.375rem{
    padding-right: 3.375rem;
  }

  .sm\:pb-0{
    padding-bottom: 0;
  }

  .sm\:pb-4{
    padding-bottom: 0.25rem;
  }

  .sm\:pb-8{
    padding-bottom: 0.5rem;
  }

  .sm\:pb-12{
    padding-bottom: 0.75rem;
  }

  .sm\:pb-16{
    padding-bottom: 1rem;
  }

  .sm\:pb-20{
    padding-bottom: 1.25rem;
  }

  .sm\:pb-24{
    padding-bottom: 1.5rem;
  }

  .sm\:pb-32{
    padding-bottom: 2rem;
  }

  .sm\:pb-40{
    padding-bottom: 2.5rem;
  }

  .sm\:pb-48{
    padding-bottom: 3rem;
  }

  .sm\:pb-56{
    padding-bottom: 3.5rem;
  }

  .sm\:pb-64{
    padding-bottom: 4rem;
  }

  .sm\:pb-80{
    padding-bottom: 5rem;
  }

  .sm\:pb-96{
    padding-bottom: 6rem;
  }

  .sm\:pb-104{
    padding-bottom: 6.5rem;
  }

  .sm\:pb-112{
    padding-bottom: 7rem;
  }

  .sm\:pb-128{
    padding-bottom: 8rem;
  }

  .sm\:pb-140{
    padding-bottom: 8.75rem;
  }

  .sm\:pb-156{
    padding-bottom: 9.5rem;
  }

  .sm\:pb-160{
    padding-bottom: 10rem;
  }

  .sm\:pb-180{
    padding-bottom: 11.25rem;
  }

  .sm\:pb-200{
    padding-bottom: 12.5rem;
  }

  .sm\:pb-224{
    padding-bottom: 14rem;
  }

  .sm\:pb-240{
    padding-bottom: 15rem;
  }

  .sm\:pb-260{
    padding-bottom: 16.25rem;
  }

  .sm\:pb-300{
    padding-bottom: 18.75rem;
  }

  .sm\:-pb-78\%{
    padding-bottom: -78%;
  }

  .sm\:-pb-80\%{
    padding-bottom: -80%;
  }

  .sm\:-pb-50\%{
    padding-bottom: -50%;
  }

  .sm\:-pb-35\%{
    padding-bottom: -35%;
  }

  .sm\:-pb-128{
    padding-bottom: -8rem;
  }

  .sm\:-pb-96{
    padding-bottom: -6rem;
  }

  .sm\:-pb-64{
    padding-bottom: -4rem;
  }

  .sm\:-pb-32{
    padding-bottom: -2rem;
  }

  .sm\:-pb-8{
    padding-bottom: -0.5rem;
  }

  .sm\:pb-5\%{
    padding-bottom: 5%;
  }

  .sm\:pb-10\%{
    padding-bottom: 10%;
  }

  .sm\:pb-15\%{
    padding-bottom: 15%;
  }

  .sm\:pb-20\%{
    padding-bottom: 20%;
  }

  .sm\:pb-25\%{
    padding-bottom: 25%;
  }

  .sm\:pb-30\%{
    padding-bottom: 30%;
  }

  .sm\:pb-31\%{
    padding-bottom: 31%;
  }

  .sm\:pb-33\%{
    padding-bottom: 33.333%;
  }

  .sm\:pb-34\%{
    padding-bottom: 34%;
  }

  .sm\:pb-45\%{
    padding-bottom: 45%;
  }

  .sm\:pb-50\%{
    padding-bottom: 50%;
  }

  .sm\:pb-54\%{
    padding-bottom: 54%;
  }

  .sm\:pb-75\%{
    padding-bottom: 75%;
  }

  .sm\:pb-55\%{
    padding-bottom: 55%;
  }

  .sm\:pb-65\%{
    padding-bottom: 65%;
  }

  .sm\:pb-66\%{
    padding-bottom: 66%;
  }

  .sm\:pb-85\%{
    padding-bottom: 85%;
  }

  .sm\:pb-96\%{
    padding-bottom: 96%;
  }

  .sm\:pb-130\%{
    padding-bottom: 130%;
  }

  .sm\:pb-135\%{
    padding-bottom: 135%;
  }

  .sm\:pb-200\%{
    padding-bottom: 200%;
  }

  .sm\:pb-16\/9{
    padding-bottom: 56.25%;
  }

  .sm\:pb-1\/2{
    padding-bottom: 50%;
  }

  .sm\:pb-full{
    padding-bottom: 100%;
  }

  .sm\:pb-span{
    padding-bottom: 8.333%;
  }

  .sm\:pb-2span{
    padding-bottom: 16.666%;
  }

  .sm\:pb-px{
    padding-bottom: 1px;
  }

  .sm\:pb-3\.125rem{
    padding-bottom: 3.125rem;
  }

  .sm\:pb-3\.375rem{
    padding-bottom: 3.375rem;
  }

  .sm\:pl-0{
    padding-left: 0;
  }

  .sm\:pl-4{
    padding-left: 0.25rem;
  }

  .sm\:pl-8{
    padding-left: 0.5rem;
  }

  .sm\:pl-12{
    padding-left: 0.75rem;
  }

  .sm\:pl-16{
    padding-left: 1rem;
  }

  .sm\:pl-20{
    padding-left: 1.25rem;
  }

  .sm\:pl-24{
    padding-left: 1.5rem;
  }

  .sm\:pl-32{
    padding-left: 2rem;
  }

  .sm\:pl-40{
    padding-left: 2.5rem;
  }

  .sm\:pl-48{
    padding-left: 3rem;
  }

  .sm\:pl-56{
    padding-left: 3.5rem;
  }

  .sm\:pl-64{
    padding-left: 4rem;
  }

  .sm\:pl-80{
    padding-left: 5rem;
  }

  .sm\:pl-96{
    padding-left: 6rem;
  }

  .sm\:pl-104{
    padding-left: 6.5rem;
  }

  .sm\:pl-112{
    padding-left: 7rem;
  }

  .sm\:pl-128{
    padding-left: 8rem;
  }

  .sm\:pl-140{
    padding-left: 8.75rem;
  }

  .sm\:pl-156{
    padding-left: 9.5rem;
  }

  .sm\:pl-160{
    padding-left: 10rem;
  }

  .sm\:pl-180{
    padding-left: 11.25rem;
  }

  .sm\:pl-200{
    padding-left: 12.5rem;
  }

  .sm\:pl-224{
    padding-left: 14rem;
  }

  .sm\:pl-240{
    padding-left: 15rem;
  }

  .sm\:pl-260{
    padding-left: 16.25rem;
  }

  .sm\:pl-300{
    padding-left: 18.75rem;
  }

  .sm\:-pl-78\%{
    padding-left: -78%;
  }

  .sm\:-pl-80\%{
    padding-left: -80%;
  }

  .sm\:-pl-50\%{
    padding-left: -50%;
  }

  .sm\:-pl-35\%{
    padding-left: -35%;
  }

  .sm\:-pl-128{
    padding-left: -8rem;
  }

  .sm\:-pl-96{
    padding-left: -6rem;
  }

  .sm\:-pl-64{
    padding-left: -4rem;
  }

  .sm\:-pl-32{
    padding-left: -2rem;
  }

  .sm\:-pl-8{
    padding-left: -0.5rem;
  }

  .sm\:pl-5\%{
    padding-left: 5%;
  }

  .sm\:pl-10\%{
    padding-left: 10%;
  }

  .sm\:pl-15\%{
    padding-left: 15%;
  }

  .sm\:pl-20\%{
    padding-left: 20%;
  }

  .sm\:pl-25\%{
    padding-left: 25%;
  }

  .sm\:pl-30\%{
    padding-left: 30%;
  }

  .sm\:pl-31\%{
    padding-left: 31%;
  }

  .sm\:pl-33\%{
    padding-left: 33.333%;
  }

  .sm\:pl-34\%{
    padding-left: 34%;
  }

  .sm\:pl-45\%{
    padding-left: 45%;
  }

  .sm\:pl-50\%{
    padding-left: 50%;
  }

  .sm\:pl-54\%{
    padding-left: 54%;
  }

  .sm\:pl-75\%{
    padding-left: 75%;
  }

  .sm\:pl-55\%{
    padding-left: 55%;
  }

  .sm\:pl-65\%{
    padding-left: 65%;
  }

  .sm\:pl-66\%{
    padding-left: 66%;
  }

  .sm\:pl-85\%{
    padding-left: 85%;
  }

  .sm\:pl-96\%{
    padding-left: 96%;
  }

  .sm\:pl-130\%{
    padding-left: 130%;
  }

  .sm\:pl-135\%{
    padding-left: 135%;
  }

  .sm\:pl-200\%{
    padding-left: 200%;
  }

  .sm\:pl-16\/9{
    padding-left: 56.25%;
  }

  .sm\:pl-1\/2{
    padding-left: 50%;
  }

  .sm\:pl-full{
    padding-left: 100%;
  }

  .sm\:pl-span{
    padding-left: 8.333%;
  }

  .sm\:pl-2span{
    padding-left: 16.666%;
  }

  .sm\:pl-px{
    padding-left: 1px;
  }

  .sm\:pl-3\.125rem{
    padding-left: 3.125rem;
  }

  .sm\:pl-3\.375rem{
    padding-left: 3.375rem;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:align-baseline{
    vertical-align: baseline;
  }

  .sm\:align-top{
    vertical-align: top;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:align-bottom{
    vertical-align: bottom;
  }

  .sm\:align-text-top{
    vertical-align: text-top;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:font-proxima{
    font-family: Proxima Nova W01 Regular, sans-serif;
  }

  .sm\:font-proximaSemi{
    font-family: Proxima Nova W01 Semibold, sans-serif;
  }

  .sm\:font-proximaBold{
    font-family: Proxima Nova W01 Bold, sans-serif;
  }

  .sm\:text-xxs{
    font-size: 0.625rem;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
  }

  .sm\:text-base{
    font-size: 1rem;
  }

  .sm\:text-md{
    font-size: 1.125rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
  }

  .sm\:text-2base{
    font-size: 2rem;
  }

  .sm\:text-3xl{
    font-size: 2.5rem;
  }

  .sm\:text-4xl{
    font-size: 3rem;
  }

  .sm\:text-5xl{
    font-size: 4.56rem;
  }

  .sm\:text-6xl{
    font-size: 6.25rem;
  }

  .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\:uppercase{
    text-transform: uppercase;
  }

  .sm\:lowercase{
    text-transform: lowercase;
  }

  .sm\:capitalize{
    text-transform: capitalize;
  }

  .sm\:normal-case{
    text-transform: none;
  }

  .sm\:italic{
    font-style: italic;
  }

  .sm\:not-italic{
    font-style: normal;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sm\: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\:leading-none{
    line-height: 1;
  }

  .sm\:leading-base{
    line-height: 1.5rem;
  }

  .sm\:leading-xxs{
    line-height: 0.75rem;
  }

  .sm\:leading-xs{
    line-height: 0.875rem;
  }

  .sm\:leading-sm{
    line-height: 1.063rem;
  }

  .sm\:leading-md{
    line-height: 1.5rem;
  }

  .sm\:leading-lg{
    line-height: 1rem;
  }

  .sm\:leading-xl{
    line-height: 1.5rem;
  }

  .sm\:leading-2xl{
    line-height: 2rem;
  }

  .sm\:leading-3xl{
    line-height: 3rem;
  }

  .sm\:leading-4xl{
    line-height: 3.5rem;
  }

  .sm\:leading-5xl{
    line-height: 5rem;
  }

  .sm\:tracking-2{
    letter-spacing: 0.125rem;
  }

  .sm\:tracking-normal{
    letter-spacing: 0;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm\:text-transparent{
    color: transparent;
  }

  .sm\:text-current{
    color: currentColor;
  }

  .sm\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .sm\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .sm\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .sm\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .sm\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .sm\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .sm\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .sm\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .sm\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current{
    color: currentColor;
  }

  .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-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .group:hover .sm\:group-hover\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .group:hover .sm\:group-hover\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .group:hover .sm\:group-hover\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .group:hover .sm\:group-hover\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .sm\:group-hover\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .sm\:group-hover\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .sm\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .sm\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-error:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-dark-100:focus-within{
    color: rgba(0,0,0,.1);
  }

  .sm\:focus-within\:text-dark-500:focus-within{
    color: rgba(0,0,0,.5);
  }

  .sm\:focus-within\:text-dark-800:focus-within{
    color: rgba(0,0,0,.8);
  }

  .sm\:focus-within\:text-dark-900:focus-within{
    color: rgba(0,0,0,.9);
  }

  .sm\:focus-within\:text-light-100:focus-within{
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus-within\:text-light-500:focus-within{
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus-within\:text-light-800:focus-within{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm\:hover\:text-current:hover{
    color: currentColor;
  }

  .sm\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-error:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .sm\:hover\:text-dark-100:hover{
    color: rgba(0,0,0,.1);
  }

  .sm\:hover\:text-dark-500:hover{
    color: rgba(0,0,0,.5);
  }

  .sm\:hover\:text-dark-800:hover{
    color: rgba(0,0,0,.8);
  }

  .sm\:hover\:text-dark-900:hover{
    color: rgba(0,0,0,.9);
  }

  .sm\:hover\:text-light-100:hover{
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:hover\:text-light-500:hover{
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:hover\:text-light-800:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:text-current:focus{
    color: currentColor;
  }

  .sm\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-error:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .sm\:focus\:text-dark-100:focus{
    color: rgba(0,0,0,.1);
  }

  .sm\:focus\:text-dark-500:focus{
    color: rgba(0,0,0,.5);
  }

  .sm\:focus\:text-dark-800:focus{
    color: rgba(0,0,0,.8);
  }

  .sm\:focus\:text-dark-900:focus{
    color: rgba(0,0,0,.9);
  }

  .sm\:focus\:text-light-100:focus{
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:text-light-500:focus{
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:text-light-800:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  .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-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-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-dark-100:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .sm\:placeholder-dark-100::placeholder{
    color: rgba(0,0,0,.1);
  }

  .sm\:placeholder-dark-500:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .sm\:placeholder-dark-500::placeholder{
    color: rgba(0,0,0,.5);
  }

  .sm\:placeholder-dark-800:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm\:placeholder-dark-800::placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm\:placeholder-dark-900:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .sm\:placeholder-dark-900::placeholder{
    color: rgba(0,0,0,.9);
  }

  .sm\:placeholder-light-100:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:placeholder-light-100::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:placeholder-light-500:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:placeholder-light-500::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:placeholder-light-800:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:placeholder-light-800::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .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-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-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-dark-100:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .sm\:focus\:placeholder-dark-100:focus::placeholder{
    color: rgba(0,0,0,.1);
  }

  .sm\:focus\:placeholder-dark-500:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .sm\:focus\:placeholder-dark-500:focus::placeholder{
    color: rgba(0,0,0,.5);
  }

  .sm\:focus\:placeholder-dark-800:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm\:focus\:placeholder-dark-800:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm\:focus\:placeholder-dark-900:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .sm\:focus\:placeholder-dark-900:focus::placeholder{
    color: rgba(0,0,0,.9);
  }

  .sm\:focus\:placeholder-light-100:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:placeholder-light-100:focus::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:placeholder-light-500:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:placeholder-light-500:focus::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:placeholder-light-800:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:placeholder-light-800:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .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:-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:-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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .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:-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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-5{
    opacity: 0.05;
  }

  .sm\:opacity-10{
    opacity: 0.10;
  }

  .sm\:opacity-20{
    opacity: 0.2;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-30{
    opacity: 0.3;
  }

  .sm\:opacity-40{
    opacity: 0.4;
  }

  .sm\:opacity-50{
    opacity: 0.50;
  }

  .sm\:opacity-60{
    opacity: 0.6;
  }

  .sm\:opacity-70{
    opacity: 0.7;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-80{
    opacity: 0.80;
  }

  .sm\:opacity-90{
    opacity: 0.9;
  }

  .sm\:opacity-95{
    opacity: 0.95;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.10;
  }

  .group:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.50;
  }

  .group:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-80{
    opacity: 0.80;
  }

  .group:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:opacity-95{
    opacity: 0.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: 0.05;
  }

  .sm\:focus-within\:opacity-10:focus-within{
    opacity: 0.10;
  }

  .sm\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-50:focus-within{
    opacity: 0.50;
  }

  .sm\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-80:focus-within{
    opacity: 0.80;
  }

  .sm\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .sm\:hover\:opacity-10:hover{
    opacity: 0.10;
  }

  .sm\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.50;
  }

  .sm\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover{
    opacity: 0.80;
  }

  .sm\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .sm\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .sm\:focus\:opacity-10:focus{
    opacity: 0.10;
  }

  .sm\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.50;
  }

  .sm\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus{
    opacity: 0.80;
  }

  .sm\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .sm\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .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\: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\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-default:hover{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-default:focus{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black{
    outline: 2px dotted black;
    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 white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-inset{
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .sm\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .sm\:ring-current{
    --tw-ring-color: currentColor;
  }

  .sm\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .sm\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .sm\:ring-dark-100{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .sm\:ring-dark-500{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .sm\:ring-dark-800{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .sm\:ring-dark-900{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .sm\:ring-light-100{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:ring-light-500{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:ring-light-800{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .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-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-dark-100:focus-within{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .sm\:focus-within\:ring-dark-500:focus-within{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .sm\:focus-within\:ring-dark-800:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .sm\:focus-within\:ring-dark-900:focus-within{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .sm\:focus-within\:ring-light-100:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus-within\:ring-light-500:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus-within\:ring-light-800:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .sm\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .sm\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-dark-100:focus{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .sm\:focus\:ring-dark-500:focus{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .sm\:focus\:ring-dark-800:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .sm\:focus\:ring-dark-900:focus{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .sm\:focus\:ring-light-100:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:ring-light-500:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:ring-light-800:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .sm\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .sm\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF;
  }

  .sm\:ring-offset-error{
    --tw-ring-offset-color: #E62807;
  }

  .sm\:ring-offset-gray{
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:ring-offset-gray-dark{
    --tw-ring-offset-color: #777676;
  }

  .sm\:ring-offset-dark-100{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .sm\:ring-offset-dark-500{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .sm\:ring-offset-dark-800{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .sm\:ring-offset-dark-900{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .sm\:ring-offset-light-100{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:ring-offset-light-500{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:ring-offset-light-800{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .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-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF;
  }

  .sm\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: #E62807;
  }

  .sm\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:focus-within\:ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #777676;
  }

  .sm\:focus-within\:ring-offset-dark-100:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .sm\:focus-within\:ring-offset-dark-500:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .sm\:focus-within\:ring-offset-dark-800:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .sm\:focus-within\:ring-offset-dark-900:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .sm\:focus-within\:ring-offset-light-100:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus-within\:ring-offset-light-500:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus-within\:ring-offset-light-800:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF;
  }

  .sm\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: #E62807;
  }

  .sm\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:focus\:ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #777676;
  }

  .sm\:focus\:ring-offset-dark-100:focus{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .sm\:focus\:ring-offset-dark-500:focus{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .sm\:focus\:ring-offset-dark-800:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .sm\:focus\:ring-offset-dark-900:focus{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .sm\:focus\:ring-offset-light-100:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:ring-offset-light-500:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:ring-offset-light-800:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .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-none{
    --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 #0000);
  }

  .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,/*!*/ /*!*/);
    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{
    backdrop-filter: none;
  }

  .sm\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .sm\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .sm\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .sm\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .sm\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .sm\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .sm\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .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-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .sm\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .sm\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.10);
  }

  .sm\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .sm\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sm\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .sm\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .sm\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.50);
  }

  .sm\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .sm\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .sm\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sm\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.80);
  }

  .sm\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .sm\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .sm\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .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\:transition-none{
    transition-property: none;
  }

  .sm\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:delay-75{
    transition-delay: 75ms;
  }

  .sm\:delay-100{
    transition-delay: 100ms;
  }

  .sm\:delay-150{
    transition-delay: 150ms;
  }

  .sm\:delay-200{
    transition-delay: 200ms;
  }

  .sm\:delay-300{
    transition-delay: 300ms;
  }

  .sm\:delay-500{
    transition-delay: 500ms;
  }

  .sm\:delay-700{
    transition-delay: 700ms;
  }

  .sm\:delay-1000{
    transition-delay: 1000ms;
  }

  .sm\:duration-75{
    transition-duration: 75ms;
  }

  .sm\:duration-100{
    transition-duration: 100ms;
  }

  .sm\:duration-150{
    transition-duration: 150ms;
  }

  .sm\:duration-200{
    transition-duration: 200ms;
  }

  .sm\:duration-300{
    transition-duration: 300ms;
  }

  .sm\:duration-500{
    transition-duration: 500ms;
  }

  .sm\:duration-700{
    transition-duration: 700ms;
  }

  .sm\:duration-1000{
    transition-duration: 1000ms;
  }

  .sm\:ease-linear{
    transition-timing-function: linear;
  }

  .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .sm\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sm\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .sm\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .sm\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .sm\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .sm\:line-clamp-none{
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 1024px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .md\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 480px){
    .md\:container{
      max-width: 480px;
    }
  }

  @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: 1440px){
    .md\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1680px){
    .md\:container{
      max-width: 1680px;
    }
  }

  @media (min-width: 1920px){
    .md\:container{
      max-width: 1920px;
    }
  }

  .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\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .md\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-5{
    top: 0.312rem;
    right: 0.312rem;
    bottom: 0.312rem;
    left: 0.312rem;
  }

  .md\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-12{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-16{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-24{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-48{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:inset-56{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:inset-80{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:inset-96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:inset-104{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .md\:inset-112{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:inset-128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:inset-140{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .md\:inset-160{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:inset-180{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .md\:inset-192{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:inset-200{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .md\:inset-224{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:inset-240{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:inset-260{
    top: 16.25rem;
    right: 16.25rem;
    bottom: 16.25rem;
    left: 16.25rem;
  }

  .md\:inset-300{
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:-inset-78\%{
    top: -78%;
    right: -78%;
    bottom: -78%;
    left: -78%;
  }

  .md\:-inset-80\%{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .md\:-inset-50\%{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-35\%{
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .md\:-inset-128{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:-inset-96{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:-inset-64{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:-inset-32{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:-inset-8{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:inset-5\%{
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .md\:inset-10\%{
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md\:inset-15\%{
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .md\:inset-20\%{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:inset-25\%{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-30\%{
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .md\:inset-31\%{
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .md\:inset-33\%{
    top: 33.333%;
    right: 33.333%;
    bottom: 33.333%;
    left: 33.333%;
  }

  .md\:inset-34\%{
    top: 34%;
    right: 34%;
    bottom: 34%;
    left: 34%;
  }

  .md\:inset-45\%{
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .md\:inset-50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-54\%{
    top: 54%;
    right: 54%;
    bottom: 54%;
    left: 54%;
  }

  .md\:inset-75\%{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-55\%{
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .md\:inset-65\%{
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .md\:inset-66\%{
    top: 66%;
    right: 66%;
    bottom: 66%;
    left: 66%;
  }

  .md\:inset-85\%{
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .md\:inset-96\%{
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .md\:inset-130\%{
    top: 130%;
    right: 130%;
    bottom: 130%;
    left: 130%;
  }

  .md\:inset-135\%{
    top: 135%;
    right: 135%;
    bottom: 135%;
    left: 135%;
  }

  .md\:inset-200\%{
    top: 200%;
    right: 200%;
    bottom: 200%;
    left: 200%;
  }

  .md\:inset-16\/9{
    top: 56.25%;
    right: 56.25%;
    bottom: 56.25%;
    left: 56.25%;
  }

  .md\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:inset-span{
    top: 8.333%;
    right: 8.333%;
    bottom: 8.333%;
    left: 8.333%;
  }

  .md\:inset-2span{
    top: 16.666%;
    right: 16.666%;
    bottom: 16.666%;
    left: 16.666%;
  }

  .md\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:-inset-4{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-12{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-16{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:-inset-20{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:-inset-24{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-40{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:-inset-48{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:-inset-56{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:-inset-80{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:-inset-104{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .md\:-inset-112{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:-inset-140{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .md\:-inset-160{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:-inset-180{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .md\:-inset-200{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .md\:-inset-224{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:-inset-240{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:-inset-260{
    top: -16.25rem;
    right: -16.25rem;
    bottom: -16.25rem;
    left: -16.25rem;
  }

  .md\:-inset-300{
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .md\:-inset--78\%{
    top: 78%;
    right: 78%;
    bottom: 78%;
    left: 78%;
  }

  .md\:-inset--80\%{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .md\:-inset--50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:-inset--35\%{
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .md\:-inset--128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:-inset--96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:-inset--64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:-inset--32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:-inset--8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:-inset-5\%{
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .md\:-inset-10\%{
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .md\:-inset-15\%{
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .md\:-inset-20\%{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .md\:-inset-25\%{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-30\%{
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .md\:-inset-31\%{
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .md\:-inset-33\%{
    top: -33.333%;
    right: -33.333%;
    bottom: -33.333%;
    left: -33.333%;
  }

  .md\:-inset-34\%{
    top: -34%;
    right: -34%;
    bottom: -34%;
    left: -34%;
  }

  .md\:-inset-45\%{
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .md\:-inset-54\%{
    top: -54%;
    right: -54%;
    bottom: -54%;
    left: -54%;
  }

  .md\:-inset-75\%{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-55\%{
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .md\:-inset-65\%{
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .md\:-inset-66\%{
    top: -66%;
    right: -66%;
    bottom: -66%;
    left: -66%;
  }

  .md\:-inset-85\%{
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .md\:-inset-96\%{
    top: -96%;
    right: -96%;
    bottom: -96%;
    left: -96%;
  }

  .md\:-inset-130\%{
    top: -130%;
    right: -130%;
    bottom: -130%;
    left: -130%;
  }

  .md\:-inset-135\%{
    top: -135%;
    right: -135%;
    bottom: -135%;
    left: -135%;
  }

  .md\:-inset-200\%{
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
  }

  .md\:-inset-16\/9{
    top: -56.25%;
    right: -56.25%;
    bottom: -56.25%;
    left: -56.25%;
  }

  .md\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:-inset-span{
    top: -8.333%;
    right: -8.333%;
    bottom: -8.333%;
    left: -8.333%;
  }

  .md\:-inset-2span{
    top: -16.666%;
    right: -16.666%;
    bottom: -16.666%;
    left: -16.666%;
  }

  .md\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .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-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-60{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .md\:-inset-2{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:inset-43\.2{
    top: 2.7rem;
    right: 2.7rem;
    bottom: 2.7rem;
    left: 2.7rem;
  }

  .md\:-inset-608{
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .md\:-inset-1472{
    top: -92rem;
    right: -92rem;
    bottom: -92rem;
    left: -92rem;
  }

  .md\:inset-x-0{
    left: 0;
    right: 0;
  }

  .md\:inset-x-3{
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .md\:inset-x-4{
    left: 0.25rem;
    right: 0.25rem;
  }

  .md\:inset-x-5{
    left: 0.312rem;
    right: 0.312rem;
  }

  .md\:inset-x-8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:inset-x-12{
    left: 0.75rem;
    right: 0.75rem;
  }

  .md\:inset-x-16{
    left: 1rem;
    right: 1rem;
  }

  .md\:inset-x-20{
    left: 1.25rem;
    right: 1.25rem;
  }

  .md\:inset-x-24{
    left: 1.5rem;
    right: 1.5rem;
  }

  .md\:inset-x-32{
    left: 2rem;
    right: 2rem;
  }

  .md\:inset-x-40{
    left: 2.5rem;
    right: 2.5rem;
  }

  .md\:inset-x-48{
    left: 3rem;
    right: 3rem;
  }

  .md\:inset-x-56{
    left: 3.5rem;
    right: 3.5rem;
  }

  .md\:inset-x-64{
    left: 4rem;
    right: 4rem;
  }

  .md\:inset-x-80{
    left: 5rem;
    right: 5rem;
  }

  .md\:inset-x-96{
    left: 6rem;
    right: 6rem;
  }

  .md\:inset-x-104{
    left: 6.5rem;
    right: 6.5rem;
  }

  .md\:inset-x-112{
    left: 7rem;
    right: 7rem;
  }

  .md\:inset-x-128{
    left: 8rem;
    right: 8rem;
  }

  .md\:inset-x-140{
    left: 8.75rem;
    right: 8.75rem;
  }

  .md\:inset-x-160{
    left: 10rem;
    right: 10rem;
  }

  .md\:inset-x-180{
    left: 11.25rem;
    right: 11.25rem;
  }

  .md\:inset-x-192{
    left: 12rem;
    right: 12rem;
  }

  .md\:inset-x-200{
    left: 12.5rem;
    right: 12.5rem;
  }

  .md\:inset-x-224{
    left: 14rem;
    right: 14rem;
  }

  .md\:inset-x-240{
    left: 15rem;
    right: 15rem;
  }

  .md\:inset-x-260{
    left: 16.25rem;
    right: 16.25rem;
  }

  .md\:inset-x-300{
    left: 18.75rem;
    right: 18.75rem;
  }

  .md\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .md\:-inset-x-78\%{
    left: -78%;
    right: -78%;
  }

  .md\:-inset-x-80\%{
    left: -80%;
    right: -80%;
  }

  .md\:-inset-x-50\%{
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-35\%{
    left: -35%;
    right: -35%;
  }

  .md\:-inset-x-128{
    left: -8rem;
    right: -8rem;
  }

  .md\:-inset-x-96{
    left: -6rem;
    right: -6rem;
  }

  .md\:-inset-x-64{
    left: -4rem;
    right: -4rem;
  }

  .md\:-inset-x-32{
    left: -2rem;
    right: -2rem;
  }

  .md\:-inset-x-8{
    left: -0.5rem;
    right: -0.5rem;
  }

  .md\:inset-x-5\%{
    left: 5%;
    right: 5%;
  }

  .md\:inset-x-10\%{
    left: 10%;
    right: 10%;
  }

  .md\:inset-x-15\%{
    left: 15%;
    right: 15%;
  }

  .md\:inset-x-20\%{
    left: 20%;
    right: 20%;
  }

  .md\:inset-x-25\%{
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-30\%{
    left: 30%;
    right: 30%;
  }

  .md\:inset-x-31\%{
    left: 31%;
    right: 31%;
  }

  .md\:inset-x-33\%{
    left: 33.333%;
    right: 33.333%;
  }

  .md\:inset-x-34\%{
    left: 34%;
    right: 34%;
  }

  .md\:inset-x-45\%{
    left: 45%;
    right: 45%;
  }

  .md\:inset-x-50\%{
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-54\%{
    left: 54%;
    right: 54%;
  }

  .md\:inset-x-75\%{
    left: 75%;
    right: 75%;
  }

  .md\:inset-x-55\%{
    left: 55%;
    right: 55%;
  }

  .md\:inset-x-65\%{
    left: 65%;
    right: 65%;
  }

  .md\:inset-x-66\%{
    left: 66%;
    right: 66%;
  }

  .md\:inset-x-85\%{
    left: 85%;
    right: 85%;
  }

  .md\:inset-x-96\%{
    left: 96%;
    right: 96%;
  }

  .md\:inset-x-130\%{
    left: 130%;
    right: 130%;
  }

  .md\:inset-x-135\%{
    left: 135%;
    right: 135%;
  }

  .md\:inset-x-200\%{
    left: 200%;
    right: 200%;
  }

  .md\:inset-x-16\/9{
    left: 56.25%;
    right: 56.25%;
  }

  .md\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .md\:inset-x-span{
    left: 8.333%;
    right: 8.333%;
  }

  .md\:inset-x-2span{
    left: 16.666%;
    right: 16.666%;
  }

  .md\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .md\:-inset-x-4{
    left: -0.25rem;
    right: -0.25rem;
  }

  .md\:-inset-x-12{
    left: -0.75rem;
    right: -0.75rem;
  }

  .md\:-inset-x-16{
    left: -1rem;
    right: -1rem;
  }

  .md\:-inset-x-20{
    left: -1.25rem;
    right: -1.25rem;
  }

  .md\:-inset-x-24{
    left: -1.5rem;
    right: -1.5rem;
  }

  .md\:-inset-x-40{
    left: -2.5rem;
    right: -2.5rem;
  }

  .md\:-inset-x-48{
    left: -3rem;
    right: -3rem;
  }

  .md\:-inset-x-56{
    left: -3.5rem;
    right: -3.5rem;
  }

  .md\:-inset-x-80{
    left: -5rem;
    right: -5rem;
  }

  .md\:-inset-x-104{
    left: -6.5rem;
    right: -6.5rem;
  }

  .md\:-inset-x-112{
    left: -7rem;
    right: -7rem;
  }

  .md\:-inset-x-140{
    left: -8.75rem;
    right: -8.75rem;
  }

  .md\:-inset-x-160{
    left: -10rem;
    right: -10rem;
  }

  .md\:-inset-x-180{
    left: -11.25rem;
    right: -11.25rem;
  }

  .md\:-inset-x-200{
    left: -12.5rem;
    right: -12.5rem;
  }

  .md\:-inset-x-224{
    left: -14rem;
    right: -14rem;
  }

  .md\:-inset-x-240{
    left: -15rem;
    right: -15rem;
  }

  .md\:-inset-x-260{
    left: -16.25rem;
    right: -16.25rem;
  }

  .md\:-inset-x-300{
    left: -18.75rem;
    right: -18.75rem;
  }

  .md\:-inset-x--78\%{
    left: 78%;
    right: 78%;
  }

  .md\:-inset-x--80\%{
    left: 80%;
    right: 80%;
  }

  .md\:-inset-x--50\%{
    left: 50%;
    right: 50%;
  }

  .md\:-inset-x--35\%{
    left: 35%;
    right: 35%;
  }

  .md\:-inset-x--128{
    left: 8rem;
    right: 8rem;
  }

  .md\:-inset-x--96{
    left: 6rem;
    right: 6rem;
  }

  .md\:-inset-x--64{
    left: 4rem;
    right: 4rem;
  }

  .md\:-inset-x--32{
    left: 2rem;
    right: 2rem;
  }

  .md\:-inset-x--8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:-inset-x-5\%{
    left: -5%;
    right: -5%;
  }

  .md\:-inset-x-10\%{
    left: -10%;
    right: -10%;
  }

  .md\:-inset-x-15\%{
    left: -15%;
    right: -15%;
  }

  .md\:-inset-x-20\%{
    left: -20%;
    right: -20%;
  }

  .md\:-inset-x-25\%{
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-30\%{
    left: -30%;
    right: -30%;
  }

  .md\:-inset-x-31\%{
    left: -31%;
    right: -31%;
  }

  .md\:-inset-x-33\%{
    left: -33.333%;
    right: -33.333%;
  }

  .md\:-inset-x-34\%{
    left: -34%;
    right: -34%;
  }

  .md\:-inset-x-45\%{
    left: -45%;
    right: -45%;
  }

  .md\:-inset-x-54\%{
    left: -54%;
    right: -54%;
  }

  .md\:-inset-x-75\%{
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-55\%{
    left: -55%;
    right: -55%;
  }

  .md\:-inset-x-65\%{
    left: -65%;
    right: -65%;
  }

  .md\:-inset-x-66\%{
    left: -66%;
    right: -66%;
  }

  .md\:-inset-x-85\%{
    left: -85%;
    right: -85%;
  }

  .md\:-inset-x-96\%{
    left: -96%;
    right: -96%;
  }

  .md\:-inset-x-130\%{
    left: -130%;
    right: -130%;
  }

  .md\:-inset-x-135\%{
    left: -135%;
    right: -135%;
  }

  .md\:-inset-x-200\%{
    left: -200%;
    right: -200%;
  }

  .md\:-inset-x-16\/9{
    left: -56.25%;
    right: -56.25%;
  }

  .md\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .md\:-inset-x-span{
    left: -8.333%;
    right: -8.333%;
  }

  .md\:-inset-x-2span{
    left: -16.666%;
    right: -16.666%;
  }

  .md\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .md\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .md\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .md\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .md\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-60{
    left: -3.75rem;
    right: -3.75rem;
  }

  .md\:-inset-x-2{
    left: -0.125rem;
    right: -0.125rem;
  }

  .md\:inset-x-43\.2{
    left: 2.7rem;
    right: 2.7rem;
  }

  .md\:-inset-x-608{
    left: -38rem;
    right: -38rem;
  }

  .md\:-inset-x-1472{
    left: -92rem;
    right: -92rem;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .md\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-y-5{
    top: 0.312rem;
    bottom: 0.312rem;
  }

  .md\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-y-12{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-y-16{
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-y-24{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-y-32{
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-y-48{
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-y-56{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-y-64{
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-y-80{
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-y-96{
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-y-104{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .md\:inset-y-112{
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-y-128{
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-y-140{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .md\:inset-y-160{
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-y-180{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .md\:inset-y-192{
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-y-200{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .md\:inset-y-224{
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-y-240{
    top: 15rem;
    bottom: 15rem;
  }

  .md\:inset-y-260{
    top: 16.25rem;
    bottom: 16.25rem;
  }

  .md\:inset-y-300{
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:-inset-y-78\%{
    top: -78%;
    bottom: -78%;
  }

  .md\:-inset-y-80\%{
    top: -80%;
    bottom: -80%;
  }

  .md\:-inset-y-50\%{
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-35\%{
    top: -35%;
    bottom: -35%;
  }

  .md\:-inset-y-128{
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-y-96{
    top: -6rem;
    bottom: -6rem;
  }

  .md\:-inset-y-64{
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-y-32{
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-y-8{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:inset-y-5\%{
    top: 5%;
    bottom: 5%;
  }

  .md\:inset-y-10\%{
    top: 10%;
    bottom: 10%;
  }

  .md\:inset-y-15\%{
    top: 15%;
    bottom: 15%;
  }

  .md\:inset-y-20\%{
    top: 20%;
    bottom: 20%;
  }

  .md\:inset-y-25\%{
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-30\%{
    top: 30%;
    bottom: 30%;
  }

  .md\:inset-y-31\%{
    top: 31%;
    bottom: 31%;
  }

  .md\:inset-y-33\%{
    top: 33.333%;
    bottom: 33.333%;
  }

  .md\:inset-y-34\%{
    top: 34%;
    bottom: 34%;
  }

  .md\:inset-y-45\%{
    top: 45%;
    bottom: 45%;
  }

  .md\:inset-y-50\%{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-54\%{
    top: 54%;
    bottom: 54%;
  }

  .md\:inset-y-75\%{
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-y-55\%{
    top: 55%;
    bottom: 55%;
  }

  .md\:inset-y-65\%{
    top: 65%;
    bottom: 65%;
  }

  .md\:inset-y-66\%{
    top: 66%;
    bottom: 66%;
  }

  .md\:inset-y-85\%{
    top: 85%;
    bottom: 85%;
  }

  .md\:inset-y-96\%{
    top: 96%;
    bottom: 96%;
  }

  .md\:inset-y-130\%{
    top: 130%;
    bottom: 130%;
  }

  .md\:inset-y-135\%{
    top: 135%;
    bottom: 135%;
  }

  .md\:inset-y-200\%{
    top: 200%;
    bottom: 200%;
  }

  .md\:inset-y-16\/9{
    top: 56.25%;
    bottom: 56.25%;
  }

  .md\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-y-span{
    top: 8.333%;
    bottom: 8.333%;
  }

  .md\:inset-y-2span{
    top: 16.666%;
    bottom: 16.666%;
  }

  .md\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .md\:-inset-y-4{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-y-12{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-y-16{
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-y-20{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:-inset-y-24{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-y-40{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:-inset-y-48{
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-y-56{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:-inset-y-80{
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-y-104{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .md\:-inset-y-112{
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-y-140{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .md\:-inset-y-160{
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-y-180{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .md\:-inset-y-200{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .md\:-inset-y-224{
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-y-240{
    top: -15rem;
    bottom: -15rem;
  }

  .md\:-inset-y-260{
    top: -16.25rem;
    bottom: -16.25rem;
  }

  .md\:-inset-y-300{
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .md\:-inset-y--78\%{
    top: 78%;
    bottom: 78%;
  }

  .md\:-inset-y--80\%{
    top: 80%;
    bottom: 80%;
  }

  .md\:-inset-y--50\%{
    top: 50%;
    bottom: 50%;
  }

  .md\:-inset-y--35\%{
    top: 35%;
    bottom: 35%;
  }

  .md\:-inset-y--128{
    top: 8rem;
    bottom: 8rem;
  }

  .md\:-inset-y--96{
    top: 6rem;
    bottom: 6rem;
  }

  .md\:-inset-y--64{
    top: 4rem;
    bottom: 4rem;
  }

  .md\:-inset-y--32{
    top: 2rem;
    bottom: 2rem;
  }

  .md\:-inset-y--8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:-inset-y-5\%{
    top: -5%;
    bottom: -5%;
  }

  .md\:-inset-y-10\%{
    top: -10%;
    bottom: -10%;
  }

  .md\:-inset-y-15\%{
    top: -15%;
    bottom: -15%;
  }

  .md\:-inset-y-20\%{
    top: -20%;
    bottom: -20%;
  }

  .md\:-inset-y-25\%{
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-30\%{
    top: -30%;
    bottom: -30%;
  }

  .md\:-inset-y-31\%{
    top: -31%;
    bottom: -31%;
  }

  .md\:-inset-y-33\%{
    top: -33.333%;
    bottom: -33.333%;
  }

  .md\:-inset-y-34\%{
    top: -34%;
    bottom: -34%;
  }

  .md\:-inset-y-45\%{
    top: -45%;
    bottom: -45%;
  }

  .md\:-inset-y-54\%{
    top: -54%;
    bottom: -54%;
  }

  .md\:-inset-y-75\%{
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-55\%{
    top: -55%;
    bottom: -55%;
  }

  .md\:-inset-y-65\%{
    top: -65%;
    bottom: -65%;
  }

  .md\:-inset-y-66\%{
    top: -66%;
    bottom: -66%;
  }

  .md\:-inset-y-85\%{
    top: -85%;
    bottom: -85%;
  }

  .md\:-inset-y-96\%{
    top: -96%;
    bottom: -96%;
  }

  .md\:-inset-y-130\%{
    top: -130%;
    bottom: -130%;
  }

  .md\:-inset-y-135\%{
    top: -135%;
    bottom: -135%;
  }

  .md\:-inset-y-200\%{
    top: -200%;
    bottom: -200%;
  }

  .md\:-inset-y-16\/9{
    top: -56.25%;
    bottom: -56.25%;
  }

  .md\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .md\:-inset-y-span{
    top: -8.333%;
    bottom: -8.333%;
  }

  .md\:-inset-y-2span{
    top: -16.666%;
    bottom: -16.666%;
  }

  .md\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .md\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .md\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-60{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .md\:-inset-y-2{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:inset-y-43\.2{
    top: 2.7rem;
    bottom: 2.7rem;
  }

  .md\:-inset-y-608{
    top: -38rem;
    bottom: -38rem;
  }

  .md\:-inset-y-1472{
    top: -92rem;
    bottom: -92rem;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:top-3{
    top: 0.1875rem;
  }

  .md\:top-4{
    top: 0.25rem;
  }

  .md\:top-5{
    top: 0.312rem;
  }

  .md\:top-8{
    top: 0.5rem;
  }

  .md\:top-12{
    top: 0.75rem;
  }

  .md\:top-16{
    top: 1rem;
  }

  .md\:top-20{
    top: 1.25rem;
  }

  .md\:top-24{
    top: 1.5rem;
  }

  .md\:top-32{
    top: 2rem;
  }

  .md\:top-40{
    top: 2.5rem;
  }

  .md\:top-48{
    top: 3rem;
  }

  .md\:top-56{
    top: 3.5rem;
  }

  .md\:top-64{
    top: 4rem;
  }

  .md\:top-80{
    top: 5rem;
  }

  .md\:top-96{
    top: 6rem;
  }

  .md\:top-104{
    top: 6.5rem;
  }

  .md\:top-112{
    top: 7rem;
  }

  .md\:top-128{
    top: 8rem;
  }

  .md\:top-140{
    top: 8.75rem;
  }

  .md\:top-160{
    top: 10rem;
  }

  .md\:top-180{
    top: 11.25rem;
  }

  .md\:top-192{
    top: 12rem;
  }

  .md\:top-200{
    top: 12.5rem;
  }

  .md\:top-224{
    top: 14rem;
  }

  .md\:top-240{
    top: 15rem;
  }

  .md\:top-260{
    top: 16.25rem;
  }

  .md\:top-300{
    top: 18.75rem;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:-top-78\%{
    top: -78%;
  }

  .md\:-top-80\%{
    top: -80%;
  }

  .md\:-top-50\%{
    top: -50%;
  }

  .md\:-top-35\%{
    top: -35%;
  }

  .md\:-top-128{
    top: -8rem;
  }

  .md\:-top-96{
    top: -6rem;
  }

  .md\:-top-64{
    top: -4rem;
  }

  .md\:-top-32{
    top: -2rem;
  }

  .md\:-top-8{
    top: -0.5rem;
  }

  .md\:top-5\%{
    top: 5%;
  }

  .md\:top-10\%{
    top: 10%;
  }

  .md\:top-15\%{
    top: 15%;
  }

  .md\:top-20\%{
    top: 20%;
  }

  .md\:top-25\%{
    top: 25%;
  }

  .md\:top-30\%{
    top: 30%;
  }

  .md\:top-31\%{
    top: 31%;
  }

  .md\:top-33\%{
    top: 33.333%;
  }

  .md\:top-34\%{
    top: 34%;
  }

  .md\:top-45\%{
    top: 45%;
  }

  .md\:top-50\%{
    top: 50%;
  }

  .md\:top-54\%{
    top: 54%;
  }

  .md\:top-75\%{
    top: 75%;
  }

  .md\:top-55\%{
    top: 55%;
  }

  .md\:top-65\%{
    top: 65%;
  }

  .md\:top-66\%{
    top: 66%;
  }

  .md\:top-85\%{
    top: 85%;
  }

  .md\:top-96\%{
    top: 96%;
  }

  .md\:top-130\%{
    top: 130%;
  }

  .md\:top-135\%{
    top: 135%;
  }

  .md\:top-200\%{
    top: 200%;
  }

  .md\:top-16\/9{
    top: 56.25%;
  }

  .md\:top-1\/2{
    top: 50%;
  }

  .md\:top-full{
    top: 100%;
  }

  .md\:top-span{
    top: 8.333%;
  }

  .md\:top-2span{
    top: 16.666%;
  }

  .md\:top-px{
    top: 1px;
  }

  .md\:-top-4{
    top: -0.25rem;
  }

  .md\:-top-12{
    top: -0.75rem;
  }

  .md\:-top-16{
    top: -1rem;
  }

  .md\:-top-20{
    top: -1.25rem;
  }

  .md\:-top-24{
    top: -1.5rem;
  }

  .md\:-top-40{
    top: -2.5rem;
  }

  .md\:-top-48{
    top: -3rem;
  }

  .md\:-top-56{
    top: -3.5rem;
  }

  .md\:-top-80{
    top: -5rem;
  }

  .md\:-top-104{
    top: -6.5rem;
  }

  .md\:-top-112{
    top: -7rem;
  }

  .md\:-top-140{
    top: -8.75rem;
  }

  .md\:-top-160{
    top: -10rem;
  }

  .md\:-top-180{
    top: -11.25rem;
  }

  .md\:-top-200{
    top: -12.5rem;
  }

  .md\:-top-224{
    top: -14rem;
  }

  .md\:-top-240{
    top: -15rem;
  }

  .md\:-top-260{
    top: -16.25rem;
  }

  .md\:-top-300{
    top: -18.75rem;
  }

  .md\:-top--78\%{
    top: 78%;
  }

  .md\:-top--80\%{
    top: 80%;
  }

  .md\:-top--50\%{
    top: 50%;
  }

  .md\:-top--35\%{
    top: 35%;
  }

  .md\:-top--128{
    top: 8rem;
  }

  .md\:-top--96{
    top: 6rem;
  }

  .md\:-top--64{
    top: 4rem;
  }

  .md\:-top--32{
    top: 2rem;
  }

  .md\:-top--8{
    top: 0.5rem;
  }

  .md\:-top-5\%{
    top: -5%;
  }

  .md\:-top-10\%{
    top: -10%;
  }

  .md\:-top-15\%{
    top: -15%;
  }

  .md\:-top-20\%{
    top: -20%;
  }

  .md\:-top-25\%{
    top: -25%;
  }

  .md\:-top-30\%{
    top: -30%;
  }

  .md\:-top-31\%{
    top: -31%;
  }

  .md\:-top-33\%{
    top: -33.333%;
  }

  .md\:-top-34\%{
    top: -34%;
  }

  .md\:-top-45\%{
    top: -45%;
  }

  .md\:-top-54\%{
    top: -54%;
  }

  .md\:-top-75\%{
    top: -75%;
  }

  .md\:-top-55\%{
    top: -55%;
  }

  .md\:-top-65\%{
    top: -65%;
  }

  .md\:-top-66\%{
    top: -66%;
  }

  .md\:-top-85\%{
    top: -85%;
  }

  .md\:-top-96\%{
    top: -96%;
  }

  .md\:-top-130\%{
    top: -130%;
  }

  .md\:-top-135\%{
    top: -135%;
  }

  .md\:-top-200\%{
    top: -200%;
  }

  .md\:-top-16\/9{
    top: -56.25%;
  }

  .md\:-top-1\/2{
    top: -50%;
  }

  .md\:-top-full{
    top: -100%;
  }

  .md\:-top-span{
    top: -8.333%;
  }

  .md\:-top-2span{
    top: -16.666%;
  }

  .md\:-top-px{
    top: -1px;
  }

  .md\:top-1\/3{
    top: 33.333333%;
  }

  .md\:top-2\/3{
    top: 66.666667%;
  }

  .md\:top-1\/4{
    top: 25%;
  }

  .md\:top-2\/4{
    top: 50%;
  }

  .md\:top-3\/4{
    top: 75%;
  }

  .md\:-top-1\/3{
    top: -33.333333%;
  }

  .md\:-top-2\/3{
    top: -66.666667%;
  }

  .md\:-top-1\/4{
    top: -25%;
  }

  .md\:-top-2\/4{
    top: -50%;
  }

  .md\:-top-3\/4{
    top: -75%;
  }

  .md\:-top-60{
    top: -3.75rem;
  }

  .md\:-top-2{
    top: -0.125rem;
  }

  .md\:top-43\.2{
    top: 2.7rem;
  }

  .md\:-top-608{
    top: -38rem;
  }

  .md\:-top-1472{
    top: -92rem;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:right-3{
    right: 0.1875rem;
  }

  .md\:right-4{
    right: 0.25rem;
  }

  .md\:right-5{
    right: 0.312rem;
  }

  .md\:right-8{
    right: 0.5rem;
  }

  .md\:right-12{
    right: 0.75rem;
  }

  .md\:right-16{
    right: 1rem;
  }

  .md\:right-20{
    right: 1.25rem;
  }

  .md\:right-24{
    right: 1.5rem;
  }

  .md\:right-32{
    right: 2rem;
  }

  .md\:right-40{
    right: 2.5rem;
  }

  .md\:right-48{
    right: 3rem;
  }

  .md\:right-56{
    right: 3.5rem;
  }

  .md\:right-64{
    right: 4rem;
  }

  .md\:right-80{
    right: 5rem;
  }

  .md\:right-96{
    right: 6rem;
  }

  .md\:right-104{
    right: 6.5rem;
  }

  .md\:right-112{
    right: 7rem;
  }

  .md\:right-128{
    right: 8rem;
  }

  .md\:right-140{
    right: 8.75rem;
  }

  .md\:right-160{
    right: 10rem;
  }

  .md\:right-180{
    right: 11.25rem;
  }

  .md\:right-192{
    right: 12rem;
  }

  .md\:right-200{
    right: 12.5rem;
  }

  .md\:right-224{
    right: 14rem;
  }

  .md\:right-240{
    right: 15rem;
  }

  .md\:right-260{
    right: 16.25rem;
  }

  .md\:right-300{
    right: 18.75rem;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:-right-78\%{
    right: -78%;
  }

  .md\:-right-80\%{
    right: -80%;
  }

  .md\:-right-50\%{
    right: -50%;
  }

  .md\:-right-35\%{
    right: -35%;
  }

  .md\:-right-128{
    right: -8rem;
  }

  .md\:-right-96{
    right: -6rem;
  }

  .md\:-right-64{
    right: -4rem;
  }

  .md\:-right-32{
    right: -2rem;
  }

  .md\:-right-8{
    right: -0.5rem;
  }

  .md\:right-5\%{
    right: 5%;
  }

  .md\:right-10\%{
    right: 10%;
  }

  .md\:right-15\%{
    right: 15%;
  }

  .md\:right-20\%{
    right: 20%;
  }

  .md\:right-25\%{
    right: 25%;
  }

  .md\:right-30\%{
    right: 30%;
  }

  .md\:right-31\%{
    right: 31%;
  }

  .md\:right-33\%{
    right: 33.333%;
  }

  .md\:right-34\%{
    right: 34%;
  }

  .md\:right-45\%{
    right: 45%;
  }

  .md\:right-50\%{
    right: 50%;
  }

  .md\:right-54\%{
    right: 54%;
  }

  .md\:right-75\%{
    right: 75%;
  }

  .md\:right-55\%{
    right: 55%;
  }

  .md\:right-65\%{
    right: 65%;
  }

  .md\:right-66\%{
    right: 66%;
  }

  .md\:right-85\%{
    right: 85%;
  }

  .md\:right-96\%{
    right: 96%;
  }

  .md\:right-130\%{
    right: 130%;
  }

  .md\:right-135\%{
    right: 135%;
  }

  .md\:right-200\%{
    right: 200%;
  }

  .md\:right-16\/9{
    right: 56.25%;
  }

  .md\:right-1\/2{
    right: 50%;
  }

  .md\:right-full{
    right: 100%;
  }

  .md\:right-span{
    right: 8.333%;
  }

  .md\:right-2span{
    right: 16.666%;
  }

  .md\:right-px{
    right: 1px;
  }

  .md\:-right-4{
    right: -0.25rem;
  }

  .md\:-right-12{
    right: -0.75rem;
  }

  .md\:-right-16{
    right: -1rem;
  }

  .md\:-right-20{
    right: -1.25rem;
  }

  .md\:-right-24{
    right: -1.5rem;
  }

  .md\:-right-40{
    right: -2.5rem;
  }

  .md\:-right-48{
    right: -3rem;
  }

  .md\:-right-56{
    right: -3.5rem;
  }

  .md\:-right-80{
    right: -5rem;
  }

  .md\:-right-104{
    right: -6.5rem;
  }

  .md\:-right-112{
    right: -7rem;
  }

  .md\:-right-140{
    right: -8.75rem;
  }

  .md\:-right-160{
    right: -10rem;
  }

  .md\:-right-180{
    right: -11.25rem;
  }

  .md\:-right-200{
    right: -12.5rem;
  }

  .md\:-right-224{
    right: -14rem;
  }

  .md\:-right-240{
    right: -15rem;
  }

  .md\:-right-260{
    right: -16.25rem;
  }

  .md\:-right-300{
    right: -18.75rem;
  }

  .md\:-right--78\%{
    right: 78%;
  }

  .md\:-right--80\%{
    right: 80%;
  }

  .md\:-right--50\%{
    right: 50%;
  }

  .md\:-right--35\%{
    right: 35%;
  }

  .md\:-right--128{
    right: 8rem;
  }

  .md\:-right--96{
    right: 6rem;
  }

  .md\:-right--64{
    right: 4rem;
  }

  .md\:-right--32{
    right: 2rem;
  }

  .md\:-right--8{
    right: 0.5rem;
  }

  .md\:-right-5\%{
    right: -5%;
  }

  .md\:-right-10\%{
    right: -10%;
  }

  .md\:-right-15\%{
    right: -15%;
  }

  .md\:-right-20\%{
    right: -20%;
  }

  .md\:-right-25\%{
    right: -25%;
  }

  .md\:-right-30\%{
    right: -30%;
  }

  .md\:-right-31\%{
    right: -31%;
  }

  .md\:-right-33\%{
    right: -33.333%;
  }

  .md\:-right-34\%{
    right: -34%;
  }

  .md\:-right-45\%{
    right: -45%;
  }

  .md\:-right-54\%{
    right: -54%;
  }

  .md\:-right-75\%{
    right: -75%;
  }

  .md\:-right-55\%{
    right: -55%;
  }

  .md\:-right-65\%{
    right: -65%;
  }

  .md\:-right-66\%{
    right: -66%;
  }

  .md\:-right-85\%{
    right: -85%;
  }

  .md\:-right-96\%{
    right: -96%;
  }

  .md\:-right-130\%{
    right: -130%;
  }

  .md\:-right-135\%{
    right: -135%;
  }

  .md\:-right-200\%{
    right: -200%;
  }

  .md\:-right-16\/9{
    right: -56.25%;
  }

  .md\:-right-1\/2{
    right: -50%;
  }

  .md\:-right-full{
    right: -100%;
  }

  .md\:-right-span{
    right: -8.333%;
  }

  .md\:-right-2span{
    right: -16.666%;
  }

  .md\:-right-px{
    right: -1px;
  }

  .md\:right-1\/3{
    right: 33.333333%;
  }

  .md\:right-2\/3{
    right: 66.666667%;
  }

  .md\:right-1\/4{
    right: 25%;
  }

  .md\:right-2\/4{
    right: 50%;
  }

  .md\:right-3\/4{
    right: 75%;
  }

  .md\:-right-1\/3{
    right: -33.333333%;
  }

  .md\:-right-2\/3{
    right: -66.666667%;
  }

  .md\:-right-1\/4{
    right: -25%;
  }

  .md\:-right-2\/4{
    right: -50%;
  }

  .md\:-right-3\/4{
    right: -75%;
  }

  .md\:-right-60{
    right: -3.75rem;
  }

  .md\:-right-2{
    right: -0.125rem;
  }

  .md\:right-43\.2{
    right: 2.7rem;
  }

  .md\:-right-608{
    right: -38rem;
  }

  .md\:-right-1472{
    right: -92rem;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:bottom-3{
    bottom: 0.1875rem;
  }

  .md\:bottom-4{
    bottom: 0.25rem;
  }

  .md\:bottom-5{
    bottom: 0.312rem;
  }

  .md\:bottom-8{
    bottom: 0.5rem;
  }

  .md\:bottom-12{
    bottom: 0.75rem;
  }

  .md\:bottom-16{
    bottom: 1rem;
  }

  .md\:bottom-20{
    bottom: 1.25rem;
  }

  .md\:bottom-24{
    bottom: 1.5rem;
  }

  .md\:bottom-32{
    bottom: 2rem;
  }

  .md\:bottom-40{
    bottom: 2.5rem;
  }

  .md\:bottom-48{
    bottom: 3rem;
  }

  .md\:bottom-56{
    bottom: 3.5rem;
  }

  .md\:bottom-64{
    bottom: 4rem;
  }

  .md\:bottom-80{
    bottom: 5rem;
  }

  .md\:bottom-96{
    bottom: 6rem;
  }

  .md\:bottom-104{
    bottom: 6.5rem;
  }

  .md\:bottom-112{
    bottom: 7rem;
  }

  .md\:bottom-128{
    bottom: 8rem;
  }

  .md\:bottom-140{
    bottom: 8.75rem;
  }

  .md\:bottom-160{
    bottom: 10rem;
  }

  .md\:bottom-180{
    bottom: 11.25rem;
  }

  .md\:bottom-192{
    bottom: 12rem;
  }

  .md\:bottom-200{
    bottom: 12.5rem;
  }

  .md\:bottom-224{
    bottom: 14rem;
  }

  .md\:bottom-240{
    bottom: 15rem;
  }

  .md\:bottom-260{
    bottom: 16.25rem;
  }

  .md\:bottom-300{
    bottom: 18.75rem;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:-bottom-78\%{
    bottom: -78%;
  }

  .md\:-bottom-80\%{
    bottom: -80%;
  }

  .md\:-bottom-50\%{
    bottom: -50%;
  }

  .md\:-bottom-35\%{
    bottom: -35%;
  }

  .md\:-bottom-128{
    bottom: -8rem;
  }

  .md\:-bottom-96{
    bottom: -6rem;
  }

  .md\:-bottom-64{
    bottom: -4rem;
  }

  .md\:-bottom-32{
    bottom: -2rem;
  }

  .md\:-bottom-8{
    bottom: -0.5rem;
  }

  .md\:bottom-5\%{
    bottom: 5%;
  }

  .md\:bottom-10\%{
    bottom: 10%;
  }

  .md\:bottom-15\%{
    bottom: 15%;
  }

  .md\:bottom-20\%{
    bottom: 20%;
  }

  .md\:bottom-25\%{
    bottom: 25%;
  }

  .md\:bottom-30\%{
    bottom: 30%;
  }

  .md\:bottom-31\%{
    bottom: 31%;
  }

  .md\:bottom-33\%{
    bottom: 33.333%;
  }

  .md\:bottom-34\%{
    bottom: 34%;
  }

  .md\:bottom-45\%{
    bottom: 45%;
  }

  .md\:bottom-50\%{
    bottom: 50%;
  }

  .md\:bottom-54\%{
    bottom: 54%;
  }

  .md\:bottom-75\%{
    bottom: 75%;
  }

  .md\:bottom-55\%{
    bottom: 55%;
  }

  .md\:bottom-65\%{
    bottom: 65%;
  }

  .md\:bottom-66\%{
    bottom: 66%;
  }

  .md\:bottom-85\%{
    bottom: 85%;
  }

  .md\:bottom-96\%{
    bottom: 96%;
  }

  .md\:bottom-130\%{
    bottom: 130%;
  }

  .md\:bottom-135\%{
    bottom: 135%;
  }

  .md\:bottom-200\%{
    bottom: 200%;
  }

  .md\:bottom-16\/9{
    bottom: 56.25%;
  }

  .md\:bottom-1\/2{
    bottom: 50%;
  }

  .md\:bottom-full{
    bottom: 100%;
  }

  .md\:bottom-span{
    bottom: 8.333%;
  }

  .md\:bottom-2span{
    bottom: 16.666%;
  }

  .md\:bottom-px{
    bottom: 1px;
  }

  .md\:-bottom-4{
    bottom: -0.25rem;
  }

  .md\:-bottom-12{
    bottom: -0.75rem;
  }

  .md\:-bottom-16{
    bottom: -1rem;
  }

  .md\:-bottom-20{
    bottom: -1.25rem;
  }

  .md\:-bottom-24{
    bottom: -1.5rem;
  }

  .md\:-bottom-40{
    bottom: -2.5rem;
  }

  .md\:-bottom-48{
    bottom: -3rem;
  }

  .md\:-bottom-56{
    bottom: -3.5rem;
  }

  .md\:-bottom-80{
    bottom: -5rem;
  }

  .md\:-bottom-104{
    bottom: -6.5rem;
  }

  .md\:-bottom-112{
    bottom: -7rem;
  }

  .md\:-bottom-140{
    bottom: -8.75rem;
  }

  .md\:-bottom-160{
    bottom: -10rem;
  }

  .md\:-bottom-180{
    bottom: -11.25rem;
  }

  .md\:-bottom-200{
    bottom: -12.5rem;
  }

  .md\:-bottom-224{
    bottom: -14rem;
  }

  .md\:-bottom-240{
    bottom: -15rem;
  }

  .md\:-bottom-260{
    bottom: -16.25rem;
  }

  .md\:-bottom-300{
    bottom: -18.75rem;
  }

  .md\:-bottom--78\%{
    bottom: 78%;
  }

  .md\:-bottom--80\%{
    bottom: 80%;
  }

  .md\:-bottom--50\%{
    bottom: 50%;
  }

  .md\:-bottom--35\%{
    bottom: 35%;
  }

  .md\:-bottom--128{
    bottom: 8rem;
  }

  .md\:-bottom--96{
    bottom: 6rem;
  }

  .md\:-bottom--64{
    bottom: 4rem;
  }

  .md\:-bottom--32{
    bottom: 2rem;
  }

  .md\:-bottom--8{
    bottom: 0.5rem;
  }

  .md\:-bottom-5\%{
    bottom: -5%;
  }

  .md\:-bottom-10\%{
    bottom: -10%;
  }

  .md\:-bottom-15\%{
    bottom: -15%;
  }

  .md\:-bottom-20\%{
    bottom: -20%;
  }

  .md\:-bottom-25\%{
    bottom: -25%;
  }

  .md\:-bottom-30\%{
    bottom: -30%;
  }

  .md\:-bottom-31\%{
    bottom: -31%;
  }

  .md\:-bottom-33\%{
    bottom: -33.333%;
  }

  .md\:-bottom-34\%{
    bottom: -34%;
  }

  .md\:-bottom-45\%{
    bottom: -45%;
  }

  .md\:-bottom-54\%{
    bottom: -54%;
  }

  .md\:-bottom-75\%{
    bottom: -75%;
  }

  .md\:-bottom-55\%{
    bottom: -55%;
  }

  .md\:-bottom-65\%{
    bottom: -65%;
  }

  .md\:-bottom-66\%{
    bottom: -66%;
  }

  .md\:-bottom-85\%{
    bottom: -85%;
  }

  .md\:-bottom-96\%{
    bottom: -96%;
  }

  .md\:-bottom-130\%{
    bottom: -130%;
  }

  .md\:-bottom-135\%{
    bottom: -135%;
  }

  .md\:-bottom-200\%{
    bottom: -200%;
  }

  .md\:-bottom-16\/9{
    bottom: -56.25%;
  }

  .md\:-bottom-1\/2{
    bottom: -50%;
  }

  .md\:-bottom-full{
    bottom: -100%;
  }

  .md\:-bottom-span{
    bottom: -8.333%;
  }

  .md\:-bottom-2span{
    bottom: -16.666%;
  }

  .md\:-bottom-px{
    bottom: -1px;
  }

  .md\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .md\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .md\:bottom-1\/4{
    bottom: 25%;
  }

  .md\:bottom-2\/4{
    bottom: 50%;
  }

  .md\:bottom-3\/4{
    bottom: 75%;
  }

  .md\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .md\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .md\:-bottom-1\/4{
    bottom: -25%;
  }

  .md\:-bottom-2\/4{
    bottom: -50%;
  }

  .md\:-bottom-3\/4{
    bottom: -75%;
  }

  .md\:-bottom-60{
    bottom: -3.75rem;
  }

  .md\:-bottom-2{
    bottom: -0.125rem;
  }

  .md\:bottom-43\.2{
    bottom: 2.7rem;
  }

  .md\:-bottom-608{
    bottom: -38rem;
  }

  .md\:-bottom-1472{
    bottom: -92rem;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:left-3{
    left: 0.1875rem;
  }

  .md\:left-4{
    left: 0.25rem;
  }

  .md\:left-5{
    left: 0.312rem;
  }

  .md\:left-8{
    left: 0.5rem;
  }

  .md\:left-12{
    left: 0.75rem;
  }

  .md\:left-16{
    left: 1rem;
  }

  .md\:left-20{
    left: 1.25rem;
  }

  .md\:left-24{
    left: 1.5rem;
  }

  .md\:left-32{
    left: 2rem;
  }

  .md\:left-40{
    left: 2.5rem;
  }

  .md\:left-48{
    left: 3rem;
  }

  .md\:left-56{
    left: 3.5rem;
  }

  .md\:left-64{
    left: 4rem;
  }

  .md\:left-80{
    left: 5rem;
  }

  .md\:left-96{
    left: 6rem;
  }

  .md\:left-104{
    left: 6.5rem;
  }

  .md\:left-112{
    left: 7rem;
  }

  .md\:left-128{
    left: 8rem;
  }

  .md\:left-140{
    left: 8.75rem;
  }

  .md\:left-160{
    left: 10rem;
  }

  .md\:left-180{
    left: 11.25rem;
  }

  .md\:left-192{
    left: 12rem;
  }

  .md\:left-200{
    left: 12.5rem;
  }

  .md\:left-224{
    left: 14rem;
  }

  .md\:left-240{
    left: 15rem;
  }

  .md\:left-260{
    left: 16.25rem;
  }

  .md\:left-300{
    left: 18.75rem;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:-left-78\%{
    left: -78%;
  }

  .md\:-left-80\%{
    left: -80%;
  }

  .md\:-left-50\%{
    left: -50%;
  }

  .md\:-left-35\%{
    left: -35%;
  }

  .md\:-left-128{
    left: -8rem;
  }

  .md\:-left-96{
    left: -6rem;
  }

  .md\:-left-64{
    left: -4rem;
  }

  .md\:-left-32{
    left: -2rem;
  }

  .md\:-left-8{
    left: -0.5rem;
  }

  .md\:left-5\%{
    left: 5%;
  }

  .md\:left-10\%{
    left: 10%;
  }

  .md\:left-15\%{
    left: 15%;
  }

  .md\:left-20\%{
    left: 20%;
  }

  .md\:left-25\%{
    left: 25%;
  }

  .md\:left-30\%{
    left: 30%;
  }

  .md\:left-31\%{
    left: 31%;
  }

  .md\:left-33\%{
    left: 33.333%;
  }

  .md\:left-34\%{
    left: 34%;
  }

  .md\:left-45\%{
    left: 45%;
  }

  .md\:left-50\%{
    left: 50%;
  }

  .md\:left-54\%{
    left: 54%;
  }

  .md\:left-75\%{
    left: 75%;
  }

  .md\:left-55\%{
    left: 55%;
  }

  .md\:left-65\%{
    left: 65%;
  }

  .md\:left-66\%{
    left: 66%;
  }

  .md\:left-85\%{
    left: 85%;
  }

  .md\:left-96\%{
    left: 96%;
  }

  .md\:left-130\%{
    left: 130%;
  }

  .md\:left-135\%{
    left: 135%;
  }

  .md\:left-200\%{
    left: 200%;
  }

  .md\:left-16\/9{
    left: 56.25%;
  }

  .md\:left-1\/2{
    left: 50%;
  }

  .md\:left-full{
    left: 100%;
  }

  .md\:left-span{
    left: 8.333%;
  }

  .md\:left-2span{
    left: 16.666%;
  }

  .md\:left-px{
    left: 1px;
  }

  .md\:-left-4{
    left: -0.25rem;
  }

  .md\:-left-12{
    left: -0.75rem;
  }

  .md\:-left-16{
    left: -1rem;
  }

  .md\:-left-20{
    left: -1.25rem;
  }

  .md\:-left-24{
    left: -1.5rem;
  }

  .md\:-left-40{
    left: -2.5rem;
  }

  .md\:-left-48{
    left: -3rem;
  }

  .md\:-left-56{
    left: -3.5rem;
  }

  .md\:-left-80{
    left: -5rem;
  }

  .md\:-left-104{
    left: -6.5rem;
  }

  .md\:-left-112{
    left: -7rem;
  }

  .md\:-left-140{
    left: -8.75rem;
  }

  .md\:-left-160{
    left: -10rem;
  }

  .md\:-left-180{
    left: -11.25rem;
  }

  .md\:-left-200{
    left: -12.5rem;
  }

  .md\:-left-224{
    left: -14rem;
  }

  .md\:-left-240{
    left: -15rem;
  }

  .md\:-left-260{
    left: -16.25rem;
  }

  .md\:-left-300{
    left: -18.75rem;
  }

  .md\:-left--78\%{
    left: 78%;
  }

  .md\:-left--80\%{
    left: 80%;
  }

  .md\:-left--50\%{
    left: 50%;
  }

  .md\:-left--35\%{
    left: 35%;
  }

  .md\:-left--128{
    left: 8rem;
  }

  .md\:-left--96{
    left: 6rem;
  }

  .md\:-left--64{
    left: 4rem;
  }

  .md\:-left--32{
    left: 2rem;
  }

  .md\:-left--8{
    left: 0.5rem;
  }

  .md\:-left-5\%{
    left: -5%;
  }

  .md\:-left-10\%{
    left: -10%;
  }

  .md\:-left-15\%{
    left: -15%;
  }

  .md\:-left-20\%{
    left: -20%;
  }

  .md\:-left-25\%{
    left: -25%;
  }

  .md\:-left-30\%{
    left: -30%;
  }

  .md\:-left-31\%{
    left: -31%;
  }

  .md\:-left-33\%{
    left: -33.333%;
  }

  .md\:-left-34\%{
    left: -34%;
  }

  .md\:-left-45\%{
    left: -45%;
  }

  .md\:-left-54\%{
    left: -54%;
  }

  .md\:-left-75\%{
    left: -75%;
  }

  .md\:-left-55\%{
    left: -55%;
  }

  .md\:-left-65\%{
    left: -65%;
  }

  .md\:-left-66\%{
    left: -66%;
  }

  .md\:-left-85\%{
    left: -85%;
  }

  .md\:-left-96\%{
    left: -96%;
  }

  .md\:-left-130\%{
    left: -130%;
  }

  .md\:-left-135\%{
    left: -135%;
  }

  .md\:-left-200\%{
    left: -200%;
  }

  .md\:-left-16\/9{
    left: -56.25%;
  }

  .md\:-left-1\/2{
    left: -50%;
  }

  .md\:-left-full{
    left: -100%;
  }

  .md\:-left-span{
    left: -8.333%;
  }

  .md\:-left-2span{
    left: -16.666%;
  }

  .md\:-left-px{
    left: -1px;
  }

  .md\:left-1\/3{
    left: 33.333333%;
  }

  .md\:left-2\/3{
    left: 66.666667%;
  }

  .md\:left-1\/4{
    left: 25%;
  }

  .md\:left-2\/4{
    left: 50%;
  }

  .md\:left-3\/4{
    left: 75%;
  }

  .md\:-left-1\/3{
    left: -33.333333%;
  }

  .md\:-left-2\/3{
    left: -66.666667%;
  }

  .md\:-left-1\/4{
    left: -25%;
  }

  .md\:-left-2\/4{
    left: -50%;
  }

  .md\:-left-3\/4{
    left: -75%;
  }

  .md\:-left-60{
    left: -3.75rem;
  }

  .md\:-left-2{
    left: -0.125rem;
  }

  .md\:left-43\.2{
    left: 2.7rem;
  }

  .md\:-left-608{
    left: -38rem;
  }

  .md\:-left-1472{
    left: -92rem;
  }

  .md\:isolate{
    isolation: isolate;
  }

  .md\:isolation-auto{
    isolation: auto;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:z-1{
    z-index: 1;
  }

  .md\:z-2{
    z-index: 2;
  }

  .md\:z-3{
    z-index: 3;
  }

  .md\:z-4{
    z-index: 4;
  }

  .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\:-z-1{
    z-index: -1;
  }

  .md\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .md\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .md\:focus-within\:z-2:focus-within{
    z-index: 2;
  }

  .md\:focus-within\:z-3:focus-within{
    z-index: 3;
  }

  .md\:focus-within\:z-4:focus-within{
    z-index: 4;
  }

  .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-within\:-z-1:focus-within{
    z-index: -1;
  }

  .md\:focus\:z-0:focus{
    z-index: 0;
  }

  .md\:focus\:z-1:focus{
    z-index: 1;
  }

  .md\:focus\:z-2:focus{
    z-index: 2;
  }

  .md\:focus\:z-3:focus{
    z-index: 3;
  }

  .md\:focus\:z-4:focus{
    z-index: 4;
  }

  .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\:focus\:-z-1:focus{
    z-index: -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\: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\: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\: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\:m-0{
    margin: 0;
  }

  .md\:m-4{
    margin: 0.25rem;
  }

  .md\:m-8{
    margin: 0.5rem;
  }

  .md\:m-12{
    margin: 0.75rem;
  }

  .md\:m-16{
    margin: 1rem;
  }

  .md\:m-20{
    margin: 1.25rem;
  }

  .md\:m-24{
    margin: 1.5rem;
  }

  .md\:m-32{
    margin: 2rem;
  }

  .md\:m-40{
    margin: 2.5rem;
  }

  .md\:m-48{
    margin: 3rem;
  }

  .md\:m-56{
    margin: 3.5rem;
  }

  .md\:m-64{
    margin: 4rem;
  }

  .md\:m-80{
    margin: 5rem;
  }

  .md\:m-96{
    margin: 6rem;
  }

  .md\:m-104{
    margin: 6.5rem;
  }

  .md\:m-112{
    margin: 7rem;
  }

  .md\:m-128{
    margin: 8rem;
  }

  .md\:m-140{
    margin: 8.75rem;
  }

  .md\:m-160{
    margin: 10rem;
  }

  .md\:m-180{
    margin: 11.25rem;
  }

  .md\:m-200{
    margin: 12.5rem;
  }

  .md\:m-224{
    margin: 14rem;
  }

  .md\:m-240{
    margin: 15rem;
  }

  .md\:m-260{
    margin: 16.25rem;
  }

  .md\:m-300{
    margin: 18.75rem;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:-m-78\%{
    margin: -78%;
  }

  .md\:-m-80\%{
    margin: -80%;
  }

  .md\:-m-50\%{
    margin: -50%;
  }

  .md\:-m-35\%{
    margin: -35%;
  }

  .md\:-m-128{
    margin: -8rem;
  }

  .md\:-m-96{
    margin: -6rem;
  }

  .md\:-m-64{
    margin: -4rem;
  }

  .md\:-m-32{
    margin: -2rem;
  }

  .md\:-m-8{
    margin: -0.5rem;
  }

  .md\:m-5\%{
    margin: 5%;
  }

  .md\:m-10\%{
    margin: 10%;
  }

  .md\:m-15\%{
    margin: 15%;
  }

  .md\:m-20\%{
    margin: 20%;
  }

  .md\:m-25\%{
    margin: 25%;
  }

  .md\:m-30\%{
    margin: 30%;
  }

  .md\:m-31\%{
    margin: 31%;
  }

  .md\:m-33\%{
    margin: 33.333%;
  }

  .md\:m-34\%{
    margin: 34%;
  }

  .md\:m-45\%{
    margin: 45%;
  }

  .md\:m-50\%{
    margin: 50%;
  }

  .md\:m-54\%{
    margin: 54%;
  }

  .md\:m-75\%{
    margin: 75%;
  }

  .md\:m-55\%{
    margin: 55%;
  }

  .md\:m-65\%{
    margin: 65%;
  }

  .md\:m-66\%{
    margin: 66%;
  }

  .md\:m-85\%{
    margin: 85%;
  }

  .md\:m-96\%{
    margin: 96%;
  }

  .md\:m-130\%{
    margin: 130%;
  }

  .md\:m-135\%{
    margin: 135%;
  }

  .md\:m-200\%{
    margin: 200%;
  }

  .md\:m-16\/9{
    margin: 56.25%;
  }

  .md\:m-1\/2{
    margin: 50%;
  }

  .md\:m-full{
    margin: 100%;
  }

  .md\:m-span{
    margin: 8.333%;
  }

  .md\:m-2span{
    margin: 16.666%;
  }

  .md\:m-px{
    margin: 1px;
  }

  .md\:-m-4{
    margin: -0.25rem;
  }

  .md\:-m-12{
    margin: -0.75rem;
  }

  .md\:-m-16{
    margin: -1rem;
  }

  .md\:-m-20{
    margin: -1.25rem;
  }

  .md\:-m-24{
    margin: -1.5rem;
  }

  .md\:-m-40{
    margin: -2.5rem;
  }

  .md\:-m-48{
    margin: -3rem;
  }

  .md\:-m-56{
    margin: -3.5rem;
  }

  .md\:-m-80{
    margin: -5rem;
  }

  .md\:-m-104{
    margin: -6.5rem;
  }

  .md\:-m-112{
    margin: -7rem;
  }

  .md\:-m-140{
    margin: -8.75rem;
  }

  .md\:-m-160{
    margin: -10rem;
  }

  .md\:-m-180{
    margin: -11.25rem;
  }

  .md\:-m-200{
    margin: -12.5rem;
  }

  .md\:-m-224{
    margin: -14rem;
  }

  .md\:-m-240{
    margin: -15rem;
  }

  .md\:-m-260{
    margin: -16.25rem;
  }

  .md\:-m-300{
    margin: -18.75rem;
  }

  .md\:-m--78\%{
    margin: 78%;
  }

  .md\:-m--80\%{
    margin: 80%;
  }

  .md\:-m--50\%{
    margin: 50%;
  }

  .md\:-m--35\%{
    margin: 35%;
  }

  .md\:-m--128{
    margin: 8rem;
  }

  .md\:-m--96{
    margin: 6rem;
  }

  .md\:-m--64{
    margin: 4rem;
  }

  .md\:-m--32{
    margin: 2rem;
  }

  .md\:-m--8{
    margin: 0.5rem;
  }

  .md\:-m-5\%{
    margin: -5%;
  }

  .md\:-m-10\%{
    margin: -10%;
  }

  .md\:-m-15\%{
    margin: -15%;
  }

  .md\:-m-20\%{
    margin: -20%;
  }

  .md\:-m-25\%{
    margin: -25%;
  }

  .md\:-m-30\%{
    margin: -30%;
  }

  .md\:-m-31\%{
    margin: -31%;
  }

  .md\:-m-33\%{
    margin: -33.333%;
  }

  .md\:-m-34\%{
    margin: -34%;
  }

  .md\:-m-45\%{
    margin: -45%;
  }

  .md\:-m-54\%{
    margin: -54%;
  }

  .md\:-m-75\%{
    margin: -75%;
  }

  .md\:-m-55\%{
    margin: -55%;
  }

  .md\:-m-65\%{
    margin: -65%;
  }

  .md\:-m-66\%{
    margin: -66%;
  }

  .md\:-m-85\%{
    margin: -85%;
  }

  .md\:-m-96\%{
    margin: -96%;
  }

  .md\:-m-130\%{
    margin: -130%;
  }

  .md\:-m-135\%{
    margin: -135%;
  }

  .md\:-m-200\%{
    margin: -200%;
  }

  .md\:-m-16\/9{
    margin: -56.25%;
  }

  .md\:-m-1\/2{
    margin: -50%;
  }

  .md\:-m-full{
    margin: -100%;
  }

  .md\:-m-span{
    margin: -8.333%;
  }

  .md\:-m-2span{
    margin: -16.666%;
  }

  .md\:-m-px{
    margin: -1px;
  }

  .md\:last\:m-0:last-child{
    margin: 0;
  }

  .md\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .md\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .md\:last\:m-12:last-child{
    margin: 0.75rem;
  }

  .md\:last\:m-16:last-child{
    margin: 1rem;
  }

  .md\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .md\:last\:m-24:last-child{
    margin: 1.5rem;
  }

  .md\:last\:m-32:last-child{
    margin: 2rem;
  }

  .md\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .md\:last\:m-48:last-child{
    margin: 3rem;
  }

  .md\:last\:m-56:last-child{
    margin: 3.5rem;
  }

  .md\:last\:m-64:last-child{
    margin: 4rem;
  }

  .md\:last\:m-80:last-child{
    margin: 5rem;
  }

  .md\:last\:m-96:last-child{
    margin: 6rem;
  }

  .md\:last\:m-104:last-child{
    margin: 6.5rem;
  }

  .md\:last\:m-112:last-child{
    margin: 7rem;
  }

  .md\:last\:m-128:last-child{
    margin: 8rem;
  }

  .md\:last\:m-140:last-child{
    margin: 8.75rem;
  }

  .md\:last\:m-160:last-child{
    margin: 10rem;
  }

  .md\:last\:m-180:last-child{
    margin: 11.25rem;
  }

  .md\:last\:m-200:last-child{
    margin: 12.5rem;
  }

  .md\:last\:m-224:last-child{
    margin: 14rem;
  }

  .md\:last\:m-240:last-child{
    margin: 15rem;
  }

  .md\:last\:m-260:last-child{
    margin: 16.25rem;
  }

  .md\:last\:m-300:last-child{
    margin: 18.75rem;
  }

  .md\:last\:m-auto:last-child{
    margin: auto;
  }

  .md\:last\:-m-78\%:last-child{
    margin: -78%;
  }

  .md\:last\:-m-80\%:last-child{
    margin: -80%;
  }

  .md\:last\:-m-50\%:last-child{
    margin: -50%;
  }

  .md\:last\:-m-35\%:last-child{
    margin: -35%;
  }

  .md\:last\:-m-128:last-child{
    margin: -8rem;
  }

  .md\:last\:-m-96:last-child{
    margin: -6rem;
  }

  .md\:last\:-m-64:last-child{
    margin: -4rem;
  }

  .md\:last\:-m-32:last-child{
    margin: -2rem;
  }

  .md\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .md\:last\:m-5\%:last-child{
    margin: 5%;
  }

  .md\:last\:m-10\%:last-child{
    margin: 10%;
  }

  .md\:last\:m-15\%:last-child{
    margin: 15%;
  }

  .md\:last\:m-20\%:last-child{
    margin: 20%;
  }

  .md\:last\:m-25\%:last-child{
    margin: 25%;
  }

  .md\:last\:m-30\%:last-child{
    margin: 30%;
  }

  .md\:last\:m-31\%:last-child{
    margin: 31%;
  }

  .md\:last\:m-33\%:last-child{
    margin: 33.333%;
  }

  .md\:last\:m-34\%:last-child{
    margin: 34%;
  }

  .md\:last\:m-45\%:last-child{
    margin: 45%;
  }

  .md\:last\:m-50\%:last-child{
    margin: 50%;
  }

  .md\:last\:m-54\%:last-child{
    margin: 54%;
  }

  .md\:last\:m-75\%:last-child{
    margin: 75%;
  }

  .md\:last\:m-55\%:last-child{
    margin: 55%;
  }

  .md\:last\:m-65\%:last-child{
    margin: 65%;
  }

  .md\:last\:m-66\%:last-child{
    margin: 66%;
  }

  .md\:last\:m-85\%:last-child{
    margin: 85%;
  }

  .md\:last\:m-96\%:last-child{
    margin: 96%;
  }

  .md\:last\:m-130\%:last-child{
    margin: 130%;
  }

  .md\:last\:m-135\%:last-child{
    margin: 135%;
  }

  .md\:last\:m-200\%:last-child{
    margin: 200%;
  }

  .md\:last\:m-16\/9:last-child{
    margin: 56.25%;
  }

  .md\:last\:m-1\/2:last-child{
    margin: 50%;
  }

  .md\:last\:m-full:last-child{
    margin: 100%;
  }

  .md\:last\:m-span:last-child{
    margin: 8.333%;
  }

  .md\:last\:m-2span:last-child{
    margin: 16.666%;
  }

  .md\:last\:m-px:last-child{
    margin: 1px;
  }

  .md\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .md\:last\:-m-12:last-child{
    margin: -0.75rem;
  }

  .md\:last\:-m-16:last-child{
    margin: -1rem;
  }

  .md\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .md\:last\:-m-24:last-child{
    margin: -1.5rem;
  }

  .md\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .md\:last\:-m-48:last-child{
    margin: -3rem;
  }

  .md\:last\:-m-56:last-child{
    margin: -3.5rem;
  }

  .md\:last\:-m-80:last-child{
    margin: -5rem;
  }

  .md\:last\:-m-104:last-child{
    margin: -6.5rem;
  }

  .md\:last\:-m-112:last-child{
    margin: -7rem;
  }

  .md\:last\:-m-140:last-child{
    margin: -8.75rem;
  }

  .md\:last\:-m-160:last-child{
    margin: -10rem;
  }

  .md\:last\:-m-180:last-child{
    margin: -11.25rem;
  }

  .md\:last\:-m-200:last-child{
    margin: -12.5rem;
  }

  .md\:last\:-m-224:last-child{
    margin: -14rem;
  }

  .md\:last\:-m-240:last-child{
    margin: -15rem;
  }

  .md\:last\:-m-260:last-child{
    margin: -16.25rem;
  }

  .md\:last\:-m-300:last-child{
    margin: -18.75rem;
  }

  .md\:last\:-m--78\%:last-child{
    margin: 78%;
  }

  .md\:last\:-m--80\%:last-child{
    margin: 80%;
  }

  .md\:last\:-m--50\%:last-child{
    margin: 50%;
  }

  .md\:last\:-m--35\%:last-child{
    margin: 35%;
  }

  .md\:last\:-m--128:last-child{
    margin: 8rem;
  }

  .md\:last\:-m--96:last-child{
    margin: 6rem;
  }

  .md\:last\:-m--64:last-child{
    margin: 4rem;
  }

  .md\:last\:-m--32:last-child{
    margin: 2rem;
  }

  .md\:last\:-m--8:last-child{
    margin: 0.5rem;
  }

  .md\:last\:-m-5\%:last-child{
    margin: -5%;
  }

  .md\:last\:-m-10\%:last-child{
    margin: -10%;
  }

  .md\:last\:-m-15\%:last-child{
    margin: -15%;
  }

  .md\:last\:-m-20\%:last-child{
    margin: -20%;
  }

  .md\:last\:-m-25\%:last-child{
    margin: -25%;
  }

  .md\:last\:-m-30\%:last-child{
    margin: -30%;
  }

  .md\:last\:-m-31\%:last-child{
    margin: -31%;
  }

  .md\:last\:-m-33\%:last-child{
    margin: -33.333%;
  }

  .md\:last\:-m-34\%:last-child{
    margin: -34%;
  }

  .md\:last\:-m-45\%:last-child{
    margin: -45%;
  }

  .md\:last\:-m-54\%:last-child{
    margin: -54%;
  }

  .md\:last\:-m-75\%:last-child{
    margin: -75%;
  }

  .md\:last\:-m-55\%:last-child{
    margin: -55%;
  }

  .md\:last\:-m-65\%:last-child{
    margin: -65%;
  }

  .md\:last\:-m-66\%:last-child{
    margin: -66%;
  }

  .md\:last\:-m-85\%:last-child{
    margin: -85%;
  }

  .md\:last\:-m-96\%:last-child{
    margin: -96%;
  }

  .md\:last\:-m-130\%:last-child{
    margin: -130%;
  }

  .md\:last\:-m-135\%:last-child{
    margin: -135%;
  }

  .md\:last\:-m-200\%:last-child{
    margin: -200%;
  }

  .md\:last\:-m-16\/9:last-child{
    margin: -56.25%;
  }

  .md\:last\:-m-1\/2:last-child{
    margin: -50%;
  }

  .md\:last\:-m-full:last-child{
    margin: -100%;
  }

  .md\:last\:-m-span:last-child{
    margin: -8.333%;
  }

  .md\:last\:-m-2span:last-child{
    margin: -16.666%;
  }

  .md\:last\:-m-px:last-child{
    margin: -1px;
  }

  .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-104{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .md\:mx-112{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .md\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .md\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .md\:mx-224{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:mx-240{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:mx-260{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .md\:mx-300{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mx-78\%{
    margin-left: -78%;
    margin-right: -78%;
  }

  .md\:-mx-80\%{
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:-mx-50\%{
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-mx-35\%{
    margin-left: -35%;
    margin-right: -35%;
  }

  .md\:-mx-128{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-96{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:mx-5\%{
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:mx-10\%{
    margin-left: 10%;
    margin-right: 10%;
  }

  .md\:mx-15\%{
    margin-left: 15%;
    margin-right: 15%;
  }

  .md\:mx-20\%{
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:mx-25\%{
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:mx-30\%{
    margin-left: 30%;
    margin-right: 30%;
  }

  .md\:mx-31\%{
    margin-left: 31%;
    margin-right: 31%;
  }

  .md\:mx-33\%{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .md\:mx-34\%{
    margin-left: 34%;
    margin-right: 34%;
  }

  .md\:mx-45\%{
    margin-left: 45%;
    margin-right: 45%;
  }

  .md\:mx-50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:mx-54\%{
    margin-left: 54%;
    margin-right: 54%;
  }

  .md\:mx-75\%{
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:mx-55\%{
    margin-left: 55%;
    margin-right: 55%;
  }

  .md\:mx-65\%{
    margin-left: 65%;
    margin-right: 65%;
  }

  .md\:mx-66\%{
    margin-left: 66%;
    margin-right: 66%;
  }

  .md\:mx-85\%{
    margin-left: 85%;
    margin-right: 85%;
  }

  .md\:mx-96\%{
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:mx-130\%{
    margin-left: 130%;
    margin-right: 130%;
  }

  .md\:mx-135\%{
    margin-left: 135%;
    margin-right: 135%;
  }

  .md\:mx-200\%{
    margin-left: 200%;
    margin-right: 200%;
  }

  .md\:mx-16\/9{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .md\:mx-1\/2{
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:mx-span{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .md\:mx-2span{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-104{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .md\:-mx-112{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .md\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .md\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .md\:-mx-224{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-mx-240{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-mx-260{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .md\:-mx-300{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:-mx--78\%{
    margin-left: 78%;
    margin-right: 78%;
  }

  .md\:-mx--80\%{
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:-mx--50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:-mx--35\%{
    margin-left: 35%;
    margin-right: 35%;
  }

  .md\:-mx--128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:-mx--96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:-mx--64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:-mx--32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:-mx--8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:-mx-5\%{
    margin-left: -5%;
    margin-right: -5%;
  }

  .md\:-mx-10\%{
    margin-left: -10%;
    margin-right: -10%;
  }

  .md\:-mx-15\%{
    margin-left: -15%;
    margin-right: -15%;
  }

  .md\:-mx-20\%{
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:-mx-25\%{
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-mx-30\%{
    margin-left: -30%;
    margin-right: -30%;
  }

  .md\:-mx-31\%{
    margin-left: -31%;
    margin-right: -31%;
  }

  .md\:-mx-33\%{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .md\:-mx-34\%{
    margin-left: -34%;
    margin-right: -34%;
  }

  .md\:-mx-45\%{
    margin-left: -45%;
    margin-right: -45%;
  }

  .md\:-mx-54\%{
    margin-left: -54%;
    margin-right: -54%;
  }

  .md\:-mx-75\%{
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:-mx-55\%{
    margin-left: -55%;
    margin-right: -55%;
  }

  .md\:-mx-65\%{
    margin-left: -65%;
    margin-right: -65%;
  }

  .md\:-mx-66\%{
    margin-left: -66%;
    margin-right: -66%;
  }

  .md\:-mx-85\%{
    margin-left: -85%;
    margin-right: -85%;
  }

  .md\:-mx-96\%{
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:-mx-130\%{
    margin-left: -130%;
    margin-right: -130%;
  }

  .md\:-mx-135\%{
    margin-left: -135%;
    margin-right: -135%;
  }

  .md\:-mx-200\%{
    margin-left: -200%;
    margin-right: -200%;
  }

  .md\:-mx-16\/9{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .md\:-mx-1\/2{
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:-mx-span{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .md\:-mx-2span{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-104{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .md\:my-112{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .md\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .md\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .md\:my-224{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-240{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-260{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .md\:my-300{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:-my-78\%{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .md\:-my-80\%{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:-my-50\%{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-my-35\%{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md\:-my-128{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-96{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:my-5\%{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .md\:my-10\%{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .md\:my-15\%{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .md\:my-20\%{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:my-25\%{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:my-30\%{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .md\:my-31\%{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .md\:my-33\%{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .md\:my-34\%{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .md\:my-45\%{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .md\:my-50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:my-54\%{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .md\:my-75\%{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:my-55\%{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .md\:my-65\%{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .md\:my-66\%{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .md\:my-85\%{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .md\:my-96\%{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:my-130\%{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .md\:my-135\%{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .md\:my-200\%{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .md\:my-16\/9{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .md\:my-1\/2{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:my-span{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .md\:my-2span{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-104{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .md\:-my-112{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .md\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .md\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .md\:-my-224{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-240{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-260{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .md\:-my-300{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:-my--78\%{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .md\:-my--80\%{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:-my--50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:-my--35\%{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md\:-my--128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:-my--96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:-my--64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:-my--32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:-my--8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:-my-5\%{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .md\:-my-10\%{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .md\:-my-15\%{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .md\:-my-20\%{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:-my-25\%{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:-my-30\%{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .md\:-my-31\%{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .md\:-my-33\%{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .md\:-my-34\%{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .md\:-my-45\%{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .md\:-my-54\%{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .md\:-my-75\%{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:-my-55\%{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .md\:-my-65\%{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .md\:-my-66\%{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .md\:-my-85\%{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .md\:-my-96\%{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:-my-130\%{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .md\:-my-135\%{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .md\:-my-200\%{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .md\:-my-16\/9{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .md\:-my-1\/2{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:-my-span{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .md\:-my-2span{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:mx-12:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:last\:mx-16:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:mx-24:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:last\:mx-32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:mx-48:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:last\:mx-56:last-child{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:last\:mx-64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:mx-80:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:last\:mx-96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:mx-104:last-child{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .md\:last\:mx-112:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:last\:mx-128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:mx-140:last-child{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .md\:last\:mx-160:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:last\:mx-180:last-child{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .md\:last\:mx-200:last-child{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .md\:last\:mx-224:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:last\:mx-240:last-child{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:last\:mx-260:last-child{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .md\:last\:mx-300:last-child{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:-mx-78\%:last-child{
    margin-left: -78%;
    margin-right: -78%;
  }

  .md\:last\:-mx-80\%:last-child{
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:last\:-mx-50\%:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:last\:-mx-35\%:last-child{
    margin-left: -35%;
    margin-right: -35%;
  }

  .md\:last\:-mx-128:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:last\:-mx-96:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:last\:-mx-64:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:last\:-mx-32:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:mx-5\%:last-child{
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:last\:mx-10\%:last-child{
    margin-left: 10%;
    margin-right: 10%;
  }

  .md\:last\:mx-15\%:last-child{
    margin-left: 15%;
    margin-right: 15%;
  }

  .md\:last\:mx-20\%:last-child{
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:last\:mx-25\%:last-child{
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:last\:mx-30\%:last-child{
    margin-left: 30%;
    margin-right: 30%;
  }

  .md\:last\:mx-31\%:last-child{
    margin-left: 31%;
    margin-right: 31%;
  }

  .md\:last\:mx-33\%:last-child{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .md\:last\:mx-34\%:last-child{
    margin-left: 34%;
    margin-right: 34%;
  }

  .md\:last\:mx-45\%:last-child{
    margin-left: 45%;
    margin-right: 45%;
  }

  .md\:last\:mx-50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:last\:mx-54\%:last-child{
    margin-left: 54%;
    margin-right: 54%;
  }

  .md\:last\:mx-75\%:last-child{
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:last\:mx-55\%:last-child{
    margin-left: 55%;
    margin-right: 55%;
  }

  .md\:last\:mx-65\%:last-child{
    margin-left: 65%;
    margin-right: 65%;
  }

  .md\:last\:mx-66\%:last-child{
    margin-left: 66%;
    margin-right: 66%;
  }

  .md\:last\:mx-85\%:last-child{
    margin-left: 85%;
    margin-right: 85%;
  }

  .md\:last\:mx-96\%:last-child{
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:last\:mx-130\%:last-child{
    margin-left: 130%;
    margin-right: 130%;
  }

  .md\:last\:mx-135\%:last-child{
    margin-left: 135%;
    margin-right: 135%;
  }

  .md\:last\:mx-200\%:last-child{
    margin-left: 200%;
    margin-right: 200%;
  }

  .md\:last\:mx-16\/9:last-child{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .md\:last\:mx-1\/2:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:last\:mx-full:last-child{
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:last\:mx-span:last-child{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .md\:last\:mx-2span:last-child{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .md\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-mx-12:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:last\:-mx-16:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:-mx-24:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:-mx-48:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:last\:-mx-56:last-child{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:last\:-mx-80:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:last\:-mx-104:last-child{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .md\:last\:-mx-112:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:last\:-mx-140:last-child{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .md\:last\:-mx-160:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:last\:-mx-180:last-child{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .md\:last\:-mx-200:last-child{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .md\:last\:-mx-224:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:last\:-mx-240:last-child{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:last\:-mx-260:last-child{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .md\:last\:-mx-300:last-child{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:last\:-mx--78\%:last-child{
    margin-left: 78%;
    margin-right: 78%;
  }

  .md\:last\:-mx--80\%:last-child{
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:last\:-mx--50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:last\:-mx--35\%:last-child{
    margin-left: 35%;
    margin-right: 35%;
  }

  .md\:last\:-mx--128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:-mx--96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:-mx--64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:-mx--32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:-mx--8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:-mx-5\%:last-child{
    margin-left: -5%;
    margin-right: -5%;
  }

  .md\:last\:-mx-10\%:last-child{
    margin-left: -10%;
    margin-right: -10%;
  }

  .md\:last\:-mx-15\%:last-child{
    margin-left: -15%;
    margin-right: -15%;
  }

  .md\:last\:-mx-20\%:last-child{
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:last\:-mx-25\%:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:last\:-mx-30\%:last-child{
    margin-left: -30%;
    margin-right: -30%;
  }

  .md\:last\:-mx-31\%:last-child{
    margin-left: -31%;
    margin-right: -31%;
  }

  .md\:last\:-mx-33\%:last-child{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .md\:last\:-mx-34\%:last-child{
    margin-left: -34%;
    margin-right: -34%;
  }

  .md\:last\:-mx-45\%:last-child{
    margin-left: -45%;
    margin-right: -45%;
  }

  .md\:last\:-mx-54\%:last-child{
    margin-left: -54%;
    margin-right: -54%;
  }

  .md\:last\:-mx-75\%:last-child{
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:last\:-mx-55\%:last-child{
    margin-left: -55%;
    margin-right: -55%;
  }

  .md\:last\:-mx-65\%:last-child{
    margin-left: -65%;
    margin-right: -65%;
  }

  .md\:last\:-mx-66\%:last-child{
    margin-left: -66%;
    margin-right: -66%;
  }

  .md\:last\:-mx-85\%:last-child{
    margin-left: -85%;
    margin-right: -85%;
  }

  .md\:last\:-mx-96\%:last-child{
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:last\:-mx-130\%:last-child{
    margin-left: -130%;
    margin-right: -130%;
  }

  .md\:last\:-mx-135\%:last-child{
    margin-left: -135%;
    margin-right: -135%;
  }

  .md\:last\:-mx-200\%:last-child{
    margin-left: -200%;
    margin-right: -200%;
  }

  .md\:last\:-mx-16\/9:last-child{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .md\:last\:-mx-1\/2:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:last\:-mx-full:last-child{
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:last\:-mx-span:last-child{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .md\:last\:-mx-2span:last-child{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .md\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:my-12:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:last\:my-16:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:my-24:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:last\:my-32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:my-48:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:last\:my-56:last-child{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:last\:my-64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:my-80:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:last\:my-96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:my-104:last-child{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .md\:last\:my-112:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:last\:my-128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:my-140:last-child{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .md\:last\:my-160:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:last\:my-180:last-child{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .md\:last\:my-200:last-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .md\:last\:my-224:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:last\:my-240:last-child{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:last\:my-260:last-child{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .md\:last\:my-300:last-child{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:-my-78\%:last-child{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .md\:last\:-my-80\%:last-child{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:last\:-my-50\%:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:last\:-my-35\%:last-child{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md\:last\:-my-128:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:last\:-my-96:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:last\:-my-64:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:last\:-my-32:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:my-5\%:last-child{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .md\:last\:my-10\%:last-child{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .md\:last\:my-15\%:last-child{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .md\:last\:my-20\%:last-child{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:last\:my-25\%:last-child{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:last\:my-30\%:last-child{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .md\:last\:my-31\%:last-child{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .md\:last\:my-33\%:last-child{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .md\:last\:my-34\%:last-child{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .md\:last\:my-45\%:last-child{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .md\:last\:my-50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:last\:my-54\%:last-child{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .md\:last\:my-75\%:last-child{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:last\:my-55\%:last-child{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .md\:last\:my-65\%:last-child{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .md\:last\:my-66\%:last-child{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .md\:last\:my-85\%:last-child{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .md\:last\:my-96\%:last-child{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:last\:my-130\%:last-child{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .md\:last\:my-135\%:last-child{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .md\:last\:my-200\%:last-child{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .md\:last\:my-16\/9:last-child{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .md\:last\:my-1\/2:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:last\:my-full:last-child{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:last\:my-span:last-child{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .md\:last\:my-2span:last-child{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .md\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-my-12:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:last\:-my-16:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:-my-24:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:-my-48:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:last\:-my-56:last-child{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:last\:-my-80:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:last\:-my-104:last-child{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .md\:last\:-my-112:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:last\:-my-140:last-child{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .md\:last\:-my-160:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:last\:-my-180:last-child{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .md\:last\:-my-200:last-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .md\:last\:-my-224:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:last\:-my-240:last-child{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:last\:-my-260:last-child{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .md\:last\:-my-300:last-child{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:last\:-my--78\%:last-child{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .md\:last\:-my--80\%:last-child{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:last\:-my--50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:last\:-my--35\%:last-child{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md\:last\:-my--128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:-my--96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:-my--64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:-my--32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:-my--8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:-my-5\%:last-child{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .md\:last\:-my-10\%:last-child{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .md\:last\:-my-15\%:last-child{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .md\:last\:-my-20\%:last-child{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:last\:-my-25\%:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:last\:-my-30\%:last-child{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .md\:last\:-my-31\%:last-child{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .md\:last\:-my-33\%:last-child{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .md\:last\:-my-34\%:last-child{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .md\:last\:-my-45\%:last-child{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .md\:last\:-my-54\%:last-child{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .md\:last\:-my-75\%:last-child{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:last\:-my-55\%:last-child{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .md\:last\:-my-65\%:last-child{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .md\:last\:-my-66\%:last-child{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .md\:last\:-my-85\%:last-child{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .md\:last\:-my-96\%:last-child{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:last\:-my-130\%:last-child{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .md\:last\:-my-135\%:last-child{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .md\:last\:-my-200\%:last-child{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .md\:last\:-my-16\/9:last-child{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .md\:last\:-my-1\/2:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:last\:-my-full:last-child{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:last\:-my-span:last-child{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .md\:last\:-my-2span:last-child{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .md\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:mt-0{
    margin-top: 0;
  }

  .md\:mt-4{
    margin-top: 0.25rem;
  }

  .md\:mt-8{
    margin-top: 0.5rem;
  }

  .md\:mt-12{
    margin-top: 0.75rem;
  }

  .md\:mt-16{
    margin-top: 1rem;
  }

  .md\:mt-20{
    margin-top: 1.25rem;
  }

  .md\:mt-24{
    margin-top: 1.5rem;
  }

  .md\:mt-32{
    margin-top: 2rem;
  }

  .md\:mt-40{
    margin-top: 2.5rem;
  }

  .md\:mt-48{
    margin-top: 3rem;
  }

  .md\:mt-56{
    margin-top: 3.5rem;
  }

  .md\:mt-64{
    margin-top: 4rem;
  }

  .md\:mt-80{
    margin-top: 5rem;
  }

  .md\:mt-96{
    margin-top: 6rem;
  }

  .md\:mt-104{
    margin-top: 6.5rem;
  }

  .md\:mt-112{
    margin-top: 7rem;
  }

  .md\:mt-128{
    margin-top: 8rem;
  }

  .md\:mt-140{
    margin-top: 8.75rem;
  }

  .md\:mt-160{
    margin-top: 10rem;
  }

  .md\:mt-180{
    margin-top: 11.25rem;
  }

  .md\:mt-200{
    margin-top: 12.5rem;
  }

  .md\:mt-224{
    margin-top: 14rem;
  }

  .md\:mt-240{
    margin-top: 15rem;
  }

  .md\:mt-260{
    margin-top: 16.25rem;
  }

  .md\:mt-300{
    margin-top: 18.75rem;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:-mt-78\%{
    margin-top: -78%;
  }

  .md\:-mt-80\%{
    margin-top: -80%;
  }

  .md\:-mt-50\%{
    margin-top: -50%;
  }

  .md\:-mt-35\%{
    margin-top: -35%;
  }

  .md\:-mt-128{
    margin-top: -8rem;
  }

  .md\:-mt-96{
    margin-top: -6rem;
  }

  .md\:-mt-64{
    margin-top: -4rem;
  }

  .md\:-mt-32{
    margin-top: -2rem;
  }

  .md\:-mt-8{
    margin-top: -0.5rem;
  }

  .md\:mt-5\%{
    margin-top: 5%;
  }

  .md\:mt-10\%{
    margin-top: 10%;
  }

  .md\:mt-15\%{
    margin-top: 15%;
  }

  .md\:mt-20\%{
    margin-top: 20%;
  }

  .md\:mt-25\%{
    margin-top: 25%;
  }

  .md\:mt-30\%{
    margin-top: 30%;
  }

  .md\:mt-31\%{
    margin-top: 31%;
  }

  .md\:mt-33\%{
    margin-top: 33.333%;
  }

  .md\:mt-34\%{
    margin-top: 34%;
  }

  .md\:mt-45\%{
    margin-top: 45%;
  }

  .md\:mt-50\%{
    margin-top: 50%;
  }

  .md\:mt-54\%{
    margin-top: 54%;
  }

  .md\:mt-75\%{
    margin-top: 75%;
  }

  .md\:mt-55\%{
    margin-top: 55%;
  }

  .md\:mt-65\%{
    margin-top: 65%;
  }

  .md\:mt-66\%{
    margin-top: 66%;
  }

  .md\:mt-85\%{
    margin-top: 85%;
  }

  .md\:mt-96\%{
    margin-top: 96%;
  }

  .md\:mt-130\%{
    margin-top: 130%;
  }

  .md\:mt-135\%{
    margin-top: 135%;
  }

  .md\:mt-200\%{
    margin-top: 200%;
  }

  .md\:mt-16\/9{
    margin-top: 56.25%;
  }

  .md\:mt-1\/2{
    margin-top: 50%;
  }

  .md\:mt-full{
    margin-top: 100%;
  }

  .md\:mt-span{
    margin-top: 8.333%;
  }

  .md\:mt-2span{
    margin-top: 16.666%;
  }

  .md\:mt-px{
    margin-top: 1px;
  }

  .md\:-mt-4{
    margin-top: -0.25rem;
  }

  .md\:-mt-12{
    margin-top: -0.75rem;
  }

  .md\:-mt-16{
    margin-top: -1rem;
  }

  .md\:-mt-20{
    margin-top: -1.25rem;
  }

  .md\:-mt-24{
    margin-top: -1.5rem;
  }

  .md\:-mt-40{
    margin-top: -2.5rem;
  }

  .md\:-mt-48{
    margin-top: -3rem;
  }

  .md\:-mt-56{
    margin-top: -3.5rem;
  }

  .md\:-mt-80{
    margin-top: -5rem;
  }

  .md\:-mt-104{
    margin-top: -6.5rem;
  }

  .md\:-mt-112{
    margin-top: -7rem;
  }

  .md\:-mt-140{
    margin-top: -8.75rem;
  }

  .md\:-mt-160{
    margin-top: -10rem;
  }

  .md\:-mt-180{
    margin-top: -11.25rem;
  }

  .md\:-mt-200{
    margin-top: -12.5rem;
  }

  .md\:-mt-224{
    margin-top: -14rem;
  }

  .md\:-mt-240{
    margin-top: -15rem;
  }

  .md\:-mt-260{
    margin-top: -16.25rem;
  }

  .md\:-mt-300{
    margin-top: -18.75rem;
  }

  .md\:-mt--78\%{
    margin-top: 78%;
  }

  .md\:-mt--80\%{
    margin-top: 80%;
  }

  .md\:-mt--50\%{
    margin-top: 50%;
  }

  .md\:-mt--35\%{
    margin-top: 35%;
  }

  .md\:-mt--128{
    margin-top: 8rem;
  }

  .md\:-mt--96{
    margin-top: 6rem;
  }

  .md\:-mt--64{
    margin-top: 4rem;
  }

  .md\:-mt--32{
    margin-top: 2rem;
  }

  .md\:-mt--8{
    margin-top: 0.5rem;
  }

  .md\:-mt-5\%{
    margin-top: -5%;
  }

  .md\:-mt-10\%{
    margin-top: -10%;
  }

  .md\:-mt-15\%{
    margin-top: -15%;
  }

  .md\:-mt-20\%{
    margin-top: -20%;
  }

  .md\:-mt-25\%{
    margin-top: -25%;
  }

  .md\:-mt-30\%{
    margin-top: -30%;
  }

  .md\:-mt-31\%{
    margin-top: -31%;
  }

  .md\:-mt-33\%{
    margin-top: -33.333%;
  }

  .md\:-mt-34\%{
    margin-top: -34%;
  }

  .md\:-mt-45\%{
    margin-top: -45%;
  }

  .md\:-mt-54\%{
    margin-top: -54%;
  }

  .md\:-mt-75\%{
    margin-top: -75%;
  }

  .md\:-mt-55\%{
    margin-top: -55%;
  }

  .md\:-mt-65\%{
    margin-top: -65%;
  }

  .md\:-mt-66\%{
    margin-top: -66%;
  }

  .md\:-mt-85\%{
    margin-top: -85%;
  }

  .md\:-mt-96\%{
    margin-top: -96%;
  }

  .md\:-mt-130\%{
    margin-top: -130%;
  }

  .md\:-mt-135\%{
    margin-top: -135%;
  }

  .md\:-mt-200\%{
    margin-top: -200%;
  }

  .md\:-mt-16\/9{
    margin-top: -56.25%;
  }

  .md\:-mt-1\/2{
    margin-top: -50%;
  }

  .md\:-mt-full{
    margin-top: -100%;
  }

  .md\:-mt-span{
    margin-top: -8.333%;
  }

  .md\:-mt-2span{
    margin-top: -16.666%;
  }

  .md\:-mt-px{
    margin-top: -1px;
  }

  .md\:mr-0{
    margin-right: 0;
  }

  .md\:mr-4{
    margin-right: 0.25rem;
  }

  .md\:mr-8{
    margin-right: 0.5rem;
  }

  .md\:mr-12{
    margin-right: 0.75rem;
  }

  .md\:mr-16{
    margin-right: 1rem;
  }

  .md\:mr-20{
    margin-right: 1.25rem;
  }

  .md\:mr-24{
    margin-right: 1.5rem;
  }

  .md\:mr-32{
    margin-right: 2rem;
  }

  .md\:mr-40{
    margin-right: 2.5rem;
  }

  .md\:mr-48{
    margin-right: 3rem;
  }

  .md\:mr-56{
    margin-right: 3.5rem;
  }

  .md\:mr-64{
    margin-right: 4rem;
  }

  .md\:mr-80{
    margin-right: 5rem;
  }

  .md\:mr-96{
    margin-right: 6rem;
  }

  .md\:mr-104{
    margin-right: 6.5rem;
  }

  .md\:mr-112{
    margin-right: 7rem;
  }

  .md\:mr-128{
    margin-right: 8rem;
  }

  .md\:mr-140{
    margin-right: 8.75rem;
  }

  .md\:mr-160{
    margin-right: 10rem;
  }

  .md\:mr-180{
    margin-right: 11.25rem;
  }

  .md\:mr-200{
    margin-right: 12.5rem;
  }

  .md\:mr-224{
    margin-right: 14rem;
  }

  .md\:mr-240{
    margin-right: 15rem;
  }

  .md\:mr-260{
    margin-right: 16.25rem;
  }

  .md\:mr-300{
    margin-right: 18.75rem;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:-mr-78\%{
    margin-right: -78%;
  }

  .md\:-mr-80\%{
    margin-right: -80%;
  }

  .md\:-mr-50\%{
    margin-right: -50%;
  }

  .md\:-mr-35\%{
    margin-right: -35%;
  }

  .md\:-mr-128{
    margin-right: -8rem;
  }

  .md\:-mr-96{
    margin-right: -6rem;
  }

  .md\:-mr-64{
    margin-right: -4rem;
  }

  .md\:-mr-32{
    margin-right: -2rem;
  }

  .md\:-mr-8{
    margin-right: -0.5rem;
  }

  .md\:mr-5\%{
    margin-right: 5%;
  }

  .md\:mr-10\%{
    margin-right: 10%;
  }

  .md\:mr-15\%{
    margin-right: 15%;
  }

  .md\:mr-20\%{
    margin-right: 20%;
  }

  .md\:mr-25\%{
    margin-right: 25%;
  }

  .md\:mr-30\%{
    margin-right: 30%;
  }

  .md\:mr-31\%{
    margin-right: 31%;
  }

  .md\:mr-33\%{
    margin-right: 33.333%;
  }

  .md\:mr-34\%{
    margin-right: 34%;
  }

  .md\:mr-45\%{
    margin-right: 45%;
  }

  .md\:mr-50\%{
    margin-right: 50%;
  }

  .md\:mr-54\%{
    margin-right: 54%;
  }

  .md\:mr-75\%{
    margin-right: 75%;
  }

  .md\:mr-55\%{
    margin-right: 55%;
  }

  .md\:mr-65\%{
    margin-right: 65%;
  }

  .md\:mr-66\%{
    margin-right: 66%;
  }

  .md\:mr-85\%{
    margin-right: 85%;
  }

  .md\:mr-96\%{
    margin-right: 96%;
  }

  .md\:mr-130\%{
    margin-right: 130%;
  }

  .md\:mr-135\%{
    margin-right: 135%;
  }

  .md\:mr-200\%{
    margin-right: 200%;
  }

  .md\:mr-16\/9{
    margin-right: 56.25%;
  }

  .md\:mr-1\/2{
    margin-right: 50%;
  }

  .md\:mr-full{
    margin-right: 100%;
  }

  .md\:mr-span{
    margin-right: 8.333%;
  }

  .md\:mr-2span{
    margin-right: 16.666%;
  }

  .md\:mr-px{
    margin-right: 1px;
  }

  .md\:-mr-4{
    margin-right: -0.25rem;
  }

  .md\:-mr-12{
    margin-right: -0.75rem;
  }

  .md\:-mr-16{
    margin-right: -1rem;
  }

  .md\:-mr-20{
    margin-right: -1.25rem;
  }

  .md\:-mr-24{
    margin-right: -1.5rem;
  }

  .md\:-mr-40{
    margin-right: -2.5rem;
  }

  .md\:-mr-48{
    margin-right: -3rem;
  }

  .md\:-mr-56{
    margin-right: -3.5rem;
  }

  .md\:-mr-80{
    margin-right: -5rem;
  }

  .md\:-mr-104{
    margin-right: -6.5rem;
  }

  .md\:-mr-112{
    margin-right: -7rem;
  }

  .md\:-mr-140{
    margin-right: -8.75rem;
  }

  .md\:-mr-160{
    margin-right: -10rem;
  }

  .md\:-mr-180{
    margin-right: -11.25rem;
  }

  .md\:-mr-200{
    margin-right: -12.5rem;
  }

  .md\:-mr-224{
    margin-right: -14rem;
  }

  .md\:-mr-240{
    margin-right: -15rem;
  }

  .md\:-mr-260{
    margin-right: -16.25rem;
  }

  .md\:-mr-300{
    margin-right: -18.75rem;
  }

  .md\:-mr--78\%{
    margin-right: 78%;
  }

  .md\:-mr--80\%{
    margin-right: 80%;
  }

  .md\:-mr--50\%{
    margin-right: 50%;
  }

  .md\:-mr--35\%{
    margin-right: 35%;
  }

  .md\:-mr--128{
    margin-right: 8rem;
  }

  .md\:-mr--96{
    margin-right: 6rem;
  }

  .md\:-mr--64{
    margin-right: 4rem;
  }

  .md\:-mr--32{
    margin-right: 2rem;
  }

  .md\:-mr--8{
    margin-right: 0.5rem;
  }

  .md\:-mr-5\%{
    margin-right: -5%;
  }

  .md\:-mr-10\%{
    margin-right: -10%;
  }

  .md\:-mr-15\%{
    margin-right: -15%;
  }

  .md\:-mr-20\%{
    margin-right: -20%;
  }

  .md\:-mr-25\%{
    margin-right: -25%;
  }

  .md\:-mr-30\%{
    margin-right: -30%;
  }

  .md\:-mr-31\%{
    margin-right: -31%;
  }

  .md\:-mr-33\%{
    margin-right: -33.333%;
  }

  .md\:-mr-34\%{
    margin-right: -34%;
  }

  .md\:-mr-45\%{
    margin-right: -45%;
  }

  .md\:-mr-54\%{
    margin-right: -54%;
  }

  .md\:-mr-75\%{
    margin-right: -75%;
  }

  .md\:-mr-55\%{
    margin-right: -55%;
  }

  .md\:-mr-65\%{
    margin-right: -65%;
  }

  .md\:-mr-66\%{
    margin-right: -66%;
  }

  .md\:-mr-85\%{
    margin-right: -85%;
  }

  .md\:-mr-96\%{
    margin-right: -96%;
  }

  .md\:-mr-130\%{
    margin-right: -130%;
  }

  .md\:-mr-135\%{
    margin-right: -135%;
  }

  .md\:-mr-200\%{
    margin-right: -200%;
  }

  .md\:-mr-16\/9{
    margin-right: -56.25%;
  }

  .md\:-mr-1\/2{
    margin-right: -50%;
  }

  .md\:-mr-full{
    margin-right: -100%;
  }

  .md\:-mr-span{
    margin-right: -8.333%;
  }

  .md\:-mr-2span{
    margin-right: -16.666%;
  }

  .md\:-mr-px{
    margin-right: -1px;
  }

  .md\:mb-0{
    margin-bottom: 0;
  }

  .md\:mb-4{
    margin-bottom: 0.25rem;
  }

  .md\:mb-8{
    margin-bottom: 0.5rem;
  }

  .md\:mb-12{
    margin-bottom: 0.75rem;
  }

  .md\:mb-16{
    margin-bottom: 1rem;
  }

  .md\:mb-20{
    margin-bottom: 1.25rem;
  }

  .md\:mb-24{
    margin-bottom: 1.5rem;
  }

  .md\:mb-32{
    margin-bottom: 2rem;
  }

  .md\:mb-40{
    margin-bottom: 2.5rem;
  }

  .md\:mb-48{
    margin-bottom: 3rem;
  }

  .md\:mb-56{
    margin-bottom: 3.5rem;
  }

  .md\:mb-64{
    margin-bottom: 4rem;
  }

  .md\:mb-80{
    margin-bottom: 5rem;
  }

  .md\:mb-96{
    margin-bottom: 6rem;
  }

  .md\:mb-104{
    margin-bottom: 6.5rem;
  }

  .md\:mb-112{
    margin-bottom: 7rem;
  }

  .md\:mb-128{
    margin-bottom: 8rem;
  }

  .md\:mb-140{
    margin-bottom: 8.75rem;
  }

  .md\:mb-160{
    margin-bottom: 10rem;
  }

  .md\:mb-180{
    margin-bottom: 11.25rem;
  }

  .md\:mb-200{
    margin-bottom: 12.5rem;
  }

  .md\:mb-224{
    margin-bottom: 14rem;
  }

  .md\:mb-240{
    margin-bottom: 15rem;
  }

  .md\:mb-260{
    margin-bottom: 16.25rem;
  }

  .md\:mb-300{
    margin-bottom: 18.75rem;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:-mb-78\%{
    margin-bottom: -78%;
  }

  .md\:-mb-80\%{
    margin-bottom: -80%;
  }

  .md\:-mb-50\%{
    margin-bottom: -50%;
  }

  .md\:-mb-35\%{
    margin-bottom: -35%;
  }

  .md\:-mb-128{
    margin-bottom: -8rem;
  }

  .md\:-mb-96{
    margin-bottom: -6rem;
  }

  .md\:-mb-64{
    margin-bottom: -4rem;
  }

  .md\:-mb-32{
    margin-bottom: -2rem;
  }

  .md\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .md\:mb-5\%{
    margin-bottom: 5%;
  }

  .md\:mb-10\%{
    margin-bottom: 10%;
  }

  .md\:mb-15\%{
    margin-bottom: 15%;
  }

  .md\:mb-20\%{
    margin-bottom: 20%;
  }

  .md\:mb-25\%{
    margin-bottom: 25%;
  }

  .md\:mb-30\%{
    margin-bottom: 30%;
  }

  .md\:mb-31\%{
    margin-bottom: 31%;
  }

  .md\:mb-33\%{
    margin-bottom: 33.333%;
  }

  .md\:mb-34\%{
    margin-bottom: 34%;
  }

  .md\:mb-45\%{
    margin-bottom: 45%;
  }

  .md\:mb-50\%{
    margin-bottom: 50%;
  }

  .md\:mb-54\%{
    margin-bottom: 54%;
  }

  .md\:mb-75\%{
    margin-bottom: 75%;
  }

  .md\:mb-55\%{
    margin-bottom: 55%;
  }

  .md\:mb-65\%{
    margin-bottom: 65%;
  }

  .md\:mb-66\%{
    margin-bottom: 66%;
  }

  .md\:mb-85\%{
    margin-bottom: 85%;
  }

  .md\:mb-96\%{
    margin-bottom: 96%;
  }

  .md\:mb-130\%{
    margin-bottom: 130%;
  }

  .md\:mb-135\%{
    margin-bottom: 135%;
  }

  .md\:mb-200\%{
    margin-bottom: 200%;
  }

  .md\:mb-16\/9{
    margin-bottom: 56.25%;
  }

  .md\:mb-1\/2{
    margin-bottom: 50%;
  }

  .md\:mb-full{
    margin-bottom: 100%;
  }

  .md\:mb-span{
    margin-bottom: 8.333%;
  }

  .md\:mb-2span{
    margin-bottom: 16.666%;
  }

  .md\:mb-px{
    margin-bottom: 1px;
  }

  .md\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .md\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .md\:-mb-16{
    margin-bottom: -1rem;
  }

  .md\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .md\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .md\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .md\:-mb-48{
    margin-bottom: -3rem;
  }

  .md\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .md\:-mb-80{
    margin-bottom: -5rem;
  }

  .md\:-mb-104{
    margin-bottom: -6.5rem;
  }

  .md\:-mb-112{
    margin-bottom: -7rem;
  }

  .md\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .md\:-mb-160{
    margin-bottom: -10rem;
  }

  .md\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .md\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .md\:-mb-224{
    margin-bottom: -14rem;
  }

  .md\:-mb-240{
    margin-bottom: -15rem;
  }

  .md\:-mb-260{
    margin-bottom: -16.25rem;
  }

  .md\:-mb-300{
    margin-bottom: -18.75rem;
  }

  .md\:-mb--78\%{
    margin-bottom: 78%;
  }

  .md\:-mb--80\%{
    margin-bottom: 80%;
  }

  .md\:-mb--50\%{
    margin-bottom: 50%;
  }

  .md\:-mb--35\%{
    margin-bottom: 35%;
  }

  .md\:-mb--128{
    margin-bottom: 8rem;
  }

  .md\:-mb--96{
    margin-bottom: 6rem;
  }

  .md\:-mb--64{
    margin-bottom: 4rem;
  }

  .md\:-mb--32{
    margin-bottom: 2rem;
  }

  .md\:-mb--8{
    margin-bottom: 0.5rem;
  }

  .md\:-mb-5\%{
    margin-bottom: -5%;
  }

  .md\:-mb-10\%{
    margin-bottom: -10%;
  }

  .md\:-mb-15\%{
    margin-bottom: -15%;
  }

  .md\:-mb-20\%{
    margin-bottom: -20%;
  }

  .md\:-mb-25\%{
    margin-bottom: -25%;
  }

  .md\:-mb-30\%{
    margin-bottom: -30%;
  }

  .md\:-mb-31\%{
    margin-bottom: -31%;
  }

  .md\:-mb-33\%{
    margin-bottom: -33.333%;
  }

  .md\:-mb-34\%{
    margin-bottom: -34%;
  }

  .md\:-mb-45\%{
    margin-bottom: -45%;
  }

  .md\:-mb-54\%{
    margin-bottom: -54%;
  }

  .md\:-mb-75\%{
    margin-bottom: -75%;
  }

  .md\:-mb-55\%{
    margin-bottom: -55%;
  }

  .md\:-mb-65\%{
    margin-bottom: -65%;
  }

  .md\:-mb-66\%{
    margin-bottom: -66%;
  }

  .md\:-mb-85\%{
    margin-bottom: -85%;
  }

  .md\:-mb-96\%{
    margin-bottom: -96%;
  }

  .md\:-mb-130\%{
    margin-bottom: -130%;
  }

  .md\:-mb-135\%{
    margin-bottom: -135%;
  }

  .md\:-mb-200\%{
    margin-bottom: -200%;
  }

  .md\:-mb-16\/9{
    margin-bottom: -56.25%;
  }

  .md\:-mb-1\/2{
    margin-bottom: -50%;
  }

  .md\:-mb-full{
    margin-bottom: -100%;
  }

  .md\:-mb-span{
    margin-bottom: -8.333%;
  }

  .md\:-mb-2span{
    margin-bottom: -16.666%;
  }

  .md\:-mb-px{
    margin-bottom: -1px;
  }

  .md\:ml-0{
    margin-left: 0;
  }

  .md\:ml-4{
    margin-left: 0.25rem;
  }

  .md\:ml-8{
    margin-left: 0.5rem;
  }

  .md\:ml-12{
    margin-left: 0.75rem;
  }

  .md\:ml-16{
    margin-left: 1rem;
  }

  .md\:ml-20{
    margin-left: 1.25rem;
  }

  .md\:ml-24{
    margin-left: 1.5rem;
  }

  .md\:ml-32{
    margin-left: 2rem;
  }

  .md\:ml-40{
    margin-left: 2.5rem;
  }

  .md\:ml-48{
    margin-left: 3rem;
  }

  .md\:ml-56{
    margin-left: 3.5rem;
  }

  .md\:ml-64{
    margin-left: 4rem;
  }

  .md\:ml-80{
    margin-left: 5rem;
  }

  .md\:ml-96{
    margin-left: 6rem;
  }

  .md\:ml-104{
    margin-left: 6.5rem;
  }

  .md\:ml-112{
    margin-left: 7rem;
  }

  .md\:ml-128{
    margin-left: 8rem;
  }

  .md\:ml-140{
    margin-left: 8.75rem;
  }

  .md\:ml-160{
    margin-left: 10rem;
  }

  .md\:ml-180{
    margin-left: 11.25rem;
  }

  .md\:ml-200{
    margin-left: 12.5rem;
  }

  .md\:ml-224{
    margin-left: 14rem;
  }

  .md\:ml-240{
    margin-left: 15rem;
  }

  .md\:ml-260{
    margin-left: 16.25rem;
  }

  .md\:ml-300{
    margin-left: 18.75rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:-ml-78\%{
    margin-left: -78%;
  }

  .md\:-ml-80\%{
    margin-left: -80%;
  }

  .md\:-ml-50\%{
    margin-left: -50%;
  }

  .md\:-ml-35\%{
    margin-left: -35%;
  }

  .md\:-ml-128{
    margin-left: -8rem;
  }

  .md\:-ml-96{
    margin-left: -6rem;
  }

  .md\:-ml-64{
    margin-left: -4rem;
  }

  .md\:-ml-32{
    margin-left: -2rem;
  }

  .md\:-ml-8{
    margin-left: -0.5rem;
  }

  .md\:ml-5\%{
    margin-left: 5%;
  }

  .md\:ml-10\%{
    margin-left: 10%;
  }

  .md\:ml-15\%{
    margin-left: 15%;
  }

  .md\:ml-20\%{
    margin-left: 20%;
  }

  .md\:ml-25\%{
    margin-left: 25%;
  }

  .md\:ml-30\%{
    margin-left: 30%;
  }

  .md\:ml-31\%{
    margin-left: 31%;
  }

  .md\:ml-33\%{
    margin-left: 33.333%;
  }

  .md\:ml-34\%{
    margin-left: 34%;
  }

  .md\:ml-45\%{
    margin-left: 45%;
  }

  .md\:ml-50\%{
    margin-left: 50%;
  }

  .md\:ml-54\%{
    margin-left: 54%;
  }

  .md\:ml-75\%{
    margin-left: 75%;
  }

  .md\:ml-55\%{
    margin-left: 55%;
  }

  .md\:ml-65\%{
    margin-left: 65%;
  }

  .md\:ml-66\%{
    margin-left: 66%;
  }

  .md\:ml-85\%{
    margin-left: 85%;
  }

  .md\:ml-96\%{
    margin-left: 96%;
  }

  .md\:ml-130\%{
    margin-left: 130%;
  }

  .md\:ml-135\%{
    margin-left: 135%;
  }

  .md\:ml-200\%{
    margin-left: 200%;
  }

  .md\:ml-16\/9{
    margin-left: 56.25%;
  }

  .md\:ml-1\/2{
    margin-left: 50%;
  }

  .md\:ml-full{
    margin-left: 100%;
  }

  .md\:ml-span{
    margin-left: 8.333%;
  }

  .md\:ml-2span{
    margin-left: 16.666%;
  }

  .md\:ml-px{
    margin-left: 1px;
  }

  .md\:-ml-4{
    margin-left: -0.25rem;
  }

  .md\:-ml-12{
    margin-left: -0.75rem;
  }

  .md\:-ml-16{
    margin-left: -1rem;
  }

  .md\:-ml-20{
    margin-left: -1.25rem;
  }

  .md\:-ml-24{
    margin-left: -1.5rem;
  }

  .md\:-ml-40{
    margin-left: -2.5rem;
  }

  .md\:-ml-48{
    margin-left: -3rem;
  }

  .md\:-ml-56{
    margin-left: -3.5rem;
  }

  .md\:-ml-80{
    margin-left: -5rem;
  }

  .md\:-ml-104{
    margin-left: -6.5rem;
  }

  .md\:-ml-112{
    margin-left: -7rem;
  }

  .md\:-ml-140{
    margin-left: -8.75rem;
  }

  .md\:-ml-160{
    margin-left: -10rem;
  }

  .md\:-ml-180{
    margin-left: -11.25rem;
  }

  .md\:-ml-200{
    margin-left: -12.5rem;
  }

  .md\:-ml-224{
    margin-left: -14rem;
  }

  .md\:-ml-240{
    margin-left: -15rem;
  }

  .md\:-ml-260{
    margin-left: -16.25rem;
  }

  .md\:-ml-300{
    margin-left: -18.75rem;
  }

  .md\:-ml--78\%{
    margin-left: 78%;
  }

  .md\:-ml--80\%{
    margin-left: 80%;
  }

  .md\:-ml--50\%{
    margin-left: 50%;
  }

  .md\:-ml--35\%{
    margin-left: 35%;
  }

  .md\:-ml--128{
    margin-left: 8rem;
  }

  .md\:-ml--96{
    margin-left: 6rem;
  }

  .md\:-ml--64{
    margin-left: 4rem;
  }

  .md\:-ml--32{
    margin-left: 2rem;
  }

  .md\:-ml--8{
    margin-left: 0.5rem;
  }

  .md\:-ml-5\%{
    margin-left: -5%;
  }

  .md\:-ml-10\%{
    margin-left: -10%;
  }

  .md\:-ml-15\%{
    margin-left: -15%;
  }

  .md\:-ml-20\%{
    margin-left: -20%;
  }

  .md\:-ml-25\%{
    margin-left: -25%;
  }

  .md\:-ml-30\%{
    margin-left: -30%;
  }

  .md\:-ml-31\%{
    margin-left: -31%;
  }

  .md\:-ml-33\%{
    margin-left: -33.333%;
  }

  .md\:-ml-34\%{
    margin-left: -34%;
  }

  .md\:-ml-45\%{
    margin-left: -45%;
  }

  .md\:-ml-54\%{
    margin-left: -54%;
  }

  .md\:-ml-75\%{
    margin-left: -75%;
  }

  .md\:-ml-55\%{
    margin-left: -55%;
  }

  .md\:-ml-65\%{
    margin-left: -65%;
  }

  .md\:-ml-66\%{
    margin-left: -66%;
  }

  .md\:-ml-85\%{
    margin-left: -85%;
  }

  .md\:-ml-96\%{
    margin-left: -96%;
  }

  .md\:-ml-130\%{
    margin-left: -130%;
  }

  .md\:-ml-135\%{
    margin-left: -135%;
  }

  .md\:-ml-200\%{
    margin-left: -200%;
  }

  .md\:-ml-16\/9{
    margin-left: -56.25%;
  }

  .md\:-ml-1\/2{
    margin-left: -50%;
  }

  .md\:-ml-full{
    margin-left: -100%;
  }

  .md\:-ml-span{
    margin-left: -8.333%;
  }

  .md\:-ml-2span{
    margin-left: -16.666%;
  }

  .md\:-ml-px{
    margin-left: -1px;
  }

  .md\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .md\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .md\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .md\:last\:mt-12:last-child{
    margin-top: 0.75rem;
  }

  .md\:last\:mt-16:last-child{
    margin-top: 1rem;
  }

  .md\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .md\:last\:mt-24:last-child{
    margin-top: 1.5rem;
  }

  .md\:last\:mt-32:last-child{
    margin-top: 2rem;
  }

  .md\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .md\:last\:mt-48:last-child{
    margin-top: 3rem;
  }

  .md\:last\:mt-56:last-child{
    margin-top: 3.5rem;
  }

  .md\:last\:mt-64:last-child{
    margin-top: 4rem;
  }

  .md\:last\:mt-80:last-child{
    margin-top: 5rem;
  }

  .md\:last\:mt-96:last-child{
    margin-top: 6rem;
  }

  .md\:last\:mt-104:last-child{
    margin-top: 6.5rem;
  }

  .md\:last\:mt-112:last-child{
    margin-top: 7rem;
  }

  .md\:last\:mt-128:last-child{
    margin-top: 8rem;
  }

  .md\:last\:mt-140:last-child{
    margin-top: 8.75rem;
  }

  .md\:last\:mt-160:last-child{
    margin-top: 10rem;
  }

  .md\:last\:mt-180:last-child{
    margin-top: 11.25rem;
  }

  .md\:last\:mt-200:last-child{
    margin-top: 12.5rem;
  }

  .md\:last\:mt-224:last-child{
    margin-top: 14rem;
  }

  .md\:last\:mt-240:last-child{
    margin-top: 15rem;
  }

  .md\:last\:mt-260:last-child{
    margin-top: 16.25rem;
  }

  .md\:last\:mt-300:last-child{
    margin-top: 18.75rem;
  }

  .md\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .md\:last\:-mt-78\%:last-child{
    margin-top: -78%;
  }

  .md\:last\:-mt-80\%:last-child{
    margin-top: -80%;
  }

  .md\:last\:-mt-50\%:last-child{
    margin-top: -50%;
  }

  .md\:last\:-mt-35\%:last-child{
    margin-top: -35%;
  }

  .md\:last\:-mt-128:last-child{
    margin-top: -8rem;
  }

  .md\:last\:-mt-96:last-child{
    margin-top: -6rem;
  }

  .md\:last\:-mt-64:last-child{
    margin-top: -4rem;
  }

  .md\:last\:-mt-32:last-child{
    margin-top: -2rem;
  }

  .md\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .md\:last\:mt-5\%:last-child{
    margin-top: 5%;
  }

  .md\:last\:mt-10\%:last-child{
    margin-top: 10%;
  }

  .md\:last\:mt-15\%:last-child{
    margin-top: 15%;
  }

  .md\:last\:mt-20\%:last-child{
    margin-top: 20%;
  }

  .md\:last\:mt-25\%:last-child{
    margin-top: 25%;
  }

  .md\:last\:mt-30\%:last-child{
    margin-top: 30%;
  }

  .md\:last\:mt-31\%:last-child{
    margin-top: 31%;
  }

  .md\:last\:mt-33\%:last-child{
    margin-top: 33.333%;
  }

  .md\:last\:mt-34\%:last-child{
    margin-top: 34%;
  }

  .md\:last\:mt-45\%:last-child{
    margin-top: 45%;
  }

  .md\:last\:mt-50\%:last-child{
    margin-top: 50%;
  }

  .md\:last\:mt-54\%:last-child{
    margin-top: 54%;
  }

  .md\:last\:mt-75\%:last-child{
    margin-top: 75%;
  }

  .md\:last\:mt-55\%:last-child{
    margin-top: 55%;
  }

  .md\:last\:mt-65\%:last-child{
    margin-top: 65%;
  }

  .md\:last\:mt-66\%:last-child{
    margin-top: 66%;
  }

  .md\:last\:mt-85\%:last-child{
    margin-top: 85%;
  }

  .md\:last\:mt-96\%:last-child{
    margin-top: 96%;
  }

  .md\:last\:mt-130\%:last-child{
    margin-top: 130%;
  }

  .md\:last\:mt-135\%:last-child{
    margin-top: 135%;
  }

  .md\:last\:mt-200\%:last-child{
    margin-top: 200%;
  }

  .md\:last\:mt-16\/9:last-child{
    margin-top: 56.25%;
  }

  .md\:last\:mt-1\/2:last-child{
    margin-top: 50%;
  }

  .md\:last\:mt-full:last-child{
    margin-top: 100%;
  }

  .md\:last\:mt-span:last-child{
    margin-top: 8.333%;
  }

  .md\:last\:mt-2span:last-child{
    margin-top: 16.666%;
  }

  .md\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .md\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .md\:last\:-mt-12:last-child{
    margin-top: -0.75rem;
  }

  .md\:last\:-mt-16:last-child{
    margin-top: -1rem;
  }

  .md\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .md\:last\:-mt-24:last-child{
    margin-top: -1.5rem;
  }

  .md\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .md\:last\:-mt-48:last-child{
    margin-top: -3rem;
  }

  .md\:last\:-mt-56:last-child{
    margin-top: -3.5rem;
  }

  .md\:last\:-mt-80:last-child{
    margin-top: -5rem;
  }

  .md\:last\:-mt-104:last-child{
    margin-top: -6.5rem;
  }

  .md\:last\:-mt-112:last-child{
    margin-top: -7rem;
  }

  .md\:last\:-mt-140:last-child{
    margin-top: -8.75rem;
  }

  .md\:last\:-mt-160:last-child{
    margin-top: -10rem;
  }

  .md\:last\:-mt-180:last-child{
    margin-top: -11.25rem;
  }

  .md\:last\:-mt-200:last-child{
    margin-top: -12.5rem;
  }

  .md\:last\:-mt-224:last-child{
    margin-top: -14rem;
  }

  .md\:last\:-mt-240:last-child{
    margin-top: -15rem;
  }

  .md\:last\:-mt-260:last-child{
    margin-top: -16.25rem;
  }

  .md\:last\:-mt-300:last-child{
    margin-top: -18.75rem;
  }

  .md\:last\:-mt--78\%:last-child{
    margin-top: 78%;
  }

  .md\:last\:-mt--80\%:last-child{
    margin-top: 80%;
  }

  .md\:last\:-mt--50\%:last-child{
    margin-top: 50%;
  }

  .md\:last\:-mt--35\%:last-child{
    margin-top: 35%;
  }

  .md\:last\:-mt--128:last-child{
    margin-top: 8rem;
  }

  .md\:last\:-mt--96:last-child{
    margin-top: 6rem;
  }

  .md\:last\:-mt--64:last-child{
    margin-top: 4rem;
  }

  .md\:last\:-mt--32:last-child{
    margin-top: 2rem;
  }

  .md\:last\:-mt--8:last-child{
    margin-top: 0.5rem;
  }

  .md\:last\:-mt-5\%:last-child{
    margin-top: -5%;
  }

  .md\:last\:-mt-10\%:last-child{
    margin-top: -10%;
  }

  .md\:last\:-mt-15\%:last-child{
    margin-top: -15%;
  }

  .md\:last\:-mt-20\%:last-child{
    margin-top: -20%;
  }

  .md\:last\:-mt-25\%:last-child{
    margin-top: -25%;
  }

  .md\:last\:-mt-30\%:last-child{
    margin-top: -30%;
  }

  .md\:last\:-mt-31\%:last-child{
    margin-top: -31%;
  }

  .md\:last\:-mt-33\%:last-child{
    margin-top: -33.333%;
  }

  .md\:last\:-mt-34\%:last-child{
    margin-top: -34%;
  }

  .md\:last\:-mt-45\%:last-child{
    margin-top: -45%;
  }

  .md\:last\:-mt-54\%:last-child{
    margin-top: -54%;
  }

  .md\:last\:-mt-75\%:last-child{
    margin-top: -75%;
  }

  .md\:last\:-mt-55\%:last-child{
    margin-top: -55%;
  }

  .md\:last\:-mt-65\%:last-child{
    margin-top: -65%;
  }

  .md\:last\:-mt-66\%:last-child{
    margin-top: -66%;
  }

  .md\:last\:-mt-85\%:last-child{
    margin-top: -85%;
  }

  .md\:last\:-mt-96\%:last-child{
    margin-top: -96%;
  }

  .md\:last\:-mt-130\%:last-child{
    margin-top: -130%;
  }

  .md\:last\:-mt-135\%:last-child{
    margin-top: -135%;
  }

  .md\:last\:-mt-200\%:last-child{
    margin-top: -200%;
  }

  .md\:last\:-mt-16\/9:last-child{
    margin-top: -56.25%;
  }

  .md\:last\:-mt-1\/2:last-child{
    margin-top: -50%;
  }

  .md\:last\:-mt-full:last-child{
    margin-top: -100%;
  }

  .md\:last\:-mt-span:last-child{
    margin-top: -8.333%;
  }

  .md\:last\:-mt-2span:last-child{
    margin-top: -16.666%;
  }

  .md\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .md\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .md\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .md\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .md\:last\:mr-12:last-child{
    margin-right: 0.75rem;
  }

  .md\:last\:mr-16:last-child{
    margin-right: 1rem;
  }

  .md\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .md\:last\:mr-24:last-child{
    margin-right: 1.5rem;
  }

  .md\:last\:mr-32:last-child{
    margin-right: 2rem;
  }

  .md\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .md\:last\:mr-48:last-child{
    margin-right: 3rem;
  }

  .md\:last\:mr-56:last-child{
    margin-right: 3.5rem;
  }

  .md\:last\:mr-64:last-child{
    margin-right: 4rem;
  }

  .md\:last\:mr-80:last-child{
    margin-right: 5rem;
  }

  .md\:last\:mr-96:last-child{
    margin-right: 6rem;
  }

  .md\:last\:mr-104:last-child{
    margin-right: 6.5rem;
  }

  .md\:last\:mr-112:last-child{
    margin-right: 7rem;
  }

  .md\:last\:mr-128:last-child{
    margin-right: 8rem;
  }

  .md\:last\:mr-140:last-child{
    margin-right: 8.75rem;
  }

  .md\:last\:mr-160:last-child{
    margin-right: 10rem;
  }

  .md\:last\:mr-180:last-child{
    margin-right: 11.25rem;
  }

  .md\:last\:mr-200:last-child{
    margin-right: 12.5rem;
  }

  .md\:last\:mr-224:last-child{
    margin-right: 14rem;
  }

  .md\:last\:mr-240:last-child{
    margin-right: 15rem;
  }

  .md\:last\:mr-260:last-child{
    margin-right: 16.25rem;
  }

  .md\:last\:mr-300:last-child{
    margin-right: 18.75rem;
  }

  .md\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .md\:last\:-mr-78\%:last-child{
    margin-right: -78%;
  }

  .md\:last\:-mr-80\%:last-child{
    margin-right: -80%;
  }

  .md\:last\:-mr-50\%:last-child{
    margin-right: -50%;
  }

  .md\:last\:-mr-35\%:last-child{
    margin-right: -35%;
  }

  .md\:last\:-mr-128:last-child{
    margin-right: -8rem;
  }

  .md\:last\:-mr-96:last-child{
    margin-right: -6rem;
  }

  .md\:last\:-mr-64:last-child{
    margin-right: -4rem;
  }

  .md\:last\:-mr-32:last-child{
    margin-right: -2rem;
  }

  .md\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .md\:last\:mr-5\%:last-child{
    margin-right: 5%;
  }

  .md\:last\:mr-10\%:last-child{
    margin-right: 10%;
  }

  .md\:last\:mr-15\%:last-child{
    margin-right: 15%;
  }

  .md\:last\:mr-20\%:last-child{
    margin-right: 20%;
  }

  .md\:last\:mr-25\%:last-child{
    margin-right: 25%;
  }

  .md\:last\:mr-30\%:last-child{
    margin-right: 30%;
  }

  .md\:last\:mr-31\%:last-child{
    margin-right: 31%;
  }

  .md\:last\:mr-33\%:last-child{
    margin-right: 33.333%;
  }

  .md\:last\:mr-34\%:last-child{
    margin-right: 34%;
  }

  .md\:last\:mr-45\%:last-child{
    margin-right: 45%;
  }

  .md\:last\:mr-50\%:last-child{
    margin-right: 50%;
  }

  .md\:last\:mr-54\%:last-child{
    margin-right: 54%;
  }

  .md\:last\:mr-75\%:last-child{
    margin-right: 75%;
  }

  .md\:last\:mr-55\%:last-child{
    margin-right: 55%;
  }

  .md\:last\:mr-65\%:last-child{
    margin-right: 65%;
  }

  .md\:last\:mr-66\%:last-child{
    margin-right: 66%;
  }

  .md\:last\:mr-85\%:last-child{
    margin-right: 85%;
  }

  .md\:last\:mr-96\%:last-child{
    margin-right: 96%;
  }

  .md\:last\:mr-130\%:last-child{
    margin-right: 130%;
  }

  .md\:last\:mr-135\%:last-child{
    margin-right: 135%;
  }

  .md\:last\:mr-200\%:last-child{
    margin-right: 200%;
  }

  .md\:last\:mr-16\/9:last-child{
    margin-right: 56.25%;
  }

  .md\:last\:mr-1\/2:last-child{
    margin-right: 50%;
  }

  .md\:last\:mr-full:last-child{
    margin-right: 100%;
  }

  .md\:last\:mr-span:last-child{
    margin-right: 8.333%;
  }

  .md\:last\:mr-2span:last-child{
    margin-right: 16.666%;
  }

  .md\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .md\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .md\:last\:-mr-12:last-child{
    margin-right: -0.75rem;
  }

  .md\:last\:-mr-16:last-child{
    margin-right: -1rem;
  }

  .md\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .md\:last\:-mr-24:last-child{
    margin-right: -1.5rem;
  }

  .md\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .md\:last\:-mr-48:last-child{
    margin-right: -3rem;
  }

  .md\:last\:-mr-56:last-child{
    margin-right: -3.5rem;
  }

  .md\:last\:-mr-80:last-child{
    margin-right: -5rem;
  }

  .md\:last\:-mr-104:last-child{
    margin-right: -6.5rem;
  }

  .md\:last\:-mr-112:last-child{
    margin-right: -7rem;
  }

  .md\:last\:-mr-140:last-child{
    margin-right: -8.75rem;
  }

  .md\:last\:-mr-160:last-child{
    margin-right: -10rem;
  }

  .md\:last\:-mr-180:last-child{
    margin-right: -11.25rem;
  }

  .md\:last\:-mr-200:last-child{
    margin-right: -12.5rem;
  }

  .md\:last\:-mr-224:last-child{
    margin-right: -14rem;
  }

  .md\:last\:-mr-240:last-child{
    margin-right: -15rem;
  }

  .md\:last\:-mr-260:last-child{
    margin-right: -16.25rem;
  }

  .md\:last\:-mr-300:last-child{
    margin-right: -18.75rem;
  }

  .md\:last\:-mr--78\%:last-child{
    margin-right: 78%;
  }

  .md\:last\:-mr--80\%:last-child{
    margin-right: 80%;
  }

  .md\:last\:-mr--50\%:last-child{
    margin-right: 50%;
  }

  .md\:last\:-mr--35\%:last-child{
    margin-right: 35%;
  }

  .md\:last\:-mr--128:last-child{
    margin-right: 8rem;
  }

  .md\:last\:-mr--96:last-child{
    margin-right: 6rem;
  }

  .md\:last\:-mr--64:last-child{
    margin-right: 4rem;
  }

  .md\:last\:-mr--32:last-child{
    margin-right: 2rem;
  }

  .md\:last\:-mr--8:last-child{
    margin-right: 0.5rem;
  }

  .md\:last\:-mr-5\%:last-child{
    margin-right: -5%;
  }

  .md\:last\:-mr-10\%:last-child{
    margin-right: -10%;
  }

  .md\:last\:-mr-15\%:last-child{
    margin-right: -15%;
  }

  .md\:last\:-mr-20\%:last-child{
    margin-right: -20%;
  }

  .md\:last\:-mr-25\%:last-child{
    margin-right: -25%;
  }

  .md\:last\:-mr-30\%:last-child{
    margin-right: -30%;
  }

  .md\:last\:-mr-31\%:last-child{
    margin-right: -31%;
  }

  .md\:last\:-mr-33\%:last-child{
    margin-right: -33.333%;
  }

  .md\:last\:-mr-34\%:last-child{
    margin-right: -34%;
  }

  .md\:last\:-mr-45\%:last-child{
    margin-right: -45%;
  }

  .md\:last\:-mr-54\%:last-child{
    margin-right: -54%;
  }

  .md\:last\:-mr-75\%:last-child{
    margin-right: -75%;
  }

  .md\:last\:-mr-55\%:last-child{
    margin-right: -55%;
  }

  .md\:last\:-mr-65\%:last-child{
    margin-right: -65%;
  }

  .md\:last\:-mr-66\%:last-child{
    margin-right: -66%;
  }

  .md\:last\:-mr-85\%:last-child{
    margin-right: -85%;
  }

  .md\:last\:-mr-96\%:last-child{
    margin-right: -96%;
  }

  .md\:last\:-mr-130\%:last-child{
    margin-right: -130%;
  }

  .md\:last\:-mr-135\%:last-child{
    margin-right: -135%;
  }

  .md\:last\:-mr-200\%:last-child{
    margin-right: -200%;
  }

  .md\:last\:-mr-16\/9:last-child{
    margin-right: -56.25%;
  }

  .md\:last\:-mr-1\/2:last-child{
    margin-right: -50%;
  }

  .md\:last\:-mr-full:last-child{
    margin-right: -100%;
  }

  .md\:last\:-mr-span:last-child{
    margin-right: -8.333%;
  }

  .md\:last\:-mr-2span:last-child{
    margin-right: -16.666%;
  }

  .md\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .md\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .md\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .md\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .md\:last\:mb-12:last-child{
    margin-bottom: 0.75rem;
  }

  .md\:last\:mb-16:last-child{
    margin-bottom: 1rem;
  }

  .md\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .md\:last\:mb-24:last-child{
    margin-bottom: 1.5rem;
  }

  .md\:last\:mb-32:last-child{
    margin-bottom: 2rem;
  }

  .md\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .md\:last\:mb-48:last-child{
    margin-bottom: 3rem;
  }

  .md\:last\:mb-56:last-child{
    margin-bottom: 3.5rem;
  }

  .md\:last\:mb-64:last-child{
    margin-bottom: 4rem;
  }

  .md\:last\:mb-80:last-child{
    margin-bottom: 5rem;
  }

  .md\:last\:mb-96:last-child{
    margin-bottom: 6rem;
  }

  .md\:last\:mb-104:last-child{
    margin-bottom: 6.5rem;
  }

  .md\:last\:mb-112:last-child{
    margin-bottom: 7rem;
  }

  .md\:last\:mb-128:last-child{
    margin-bottom: 8rem;
  }

  .md\:last\:mb-140:last-child{
    margin-bottom: 8.75rem;
  }

  .md\:last\:mb-160:last-child{
    margin-bottom: 10rem;
  }

  .md\:last\:mb-180:last-child{
    margin-bottom: 11.25rem;
  }

  .md\:last\:mb-200:last-child{
    margin-bottom: 12.5rem;
  }

  .md\:last\:mb-224:last-child{
    margin-bottom: 14rem;
  }

  .md\:last\:mb-240:last-child{
    margin-bottom: 15rem;
  }

  .md\:last\:mb-260:last-child{
    margin-bottom: 16.25rem;
  }

  .md\:last\:mb-300:last-child{
    margin-bottom: 18.75rem;
  }

  .md\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .md\:last\:-mb-78\%:last-child{
    margin-bottom: -78%;
  }

  .md\:last\:-mb-80\%:last-child{
    margin-bottom: -80%;
  }

  .md\:last\:-mb-50\%:last-child{
    margin-bottom: -50%;
  }

  .md\:last\:-mb-35\%:last-child{
    margin-bottom: -35%;
  }

  .md\:last\:-mb-128:last-child{
    margin-bottom: -8rem;
  }

  .md\:last\:-mb-96:last-child{
    margin-bottom: -6rem;
  }

  .md\:last\:-mb-64:last-child{
    margin-bottom: -4rem;
  }

  .md\:last\:-mb-32:last-child{
    margin-bottom: -2rem;
  }

  .md\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .md\:last\:mb-5\%:last-child{
    margin-bottom: 5%;
  }

  .md\:last\:mb-10\%:last-child{
    margin-bottom: 10%;
  }

  .md\:last\:mb-15\%:last-child{
    margin-bottom: 15%;
  }

  .md\:last\:mb-20\%:last-child{
    margin-bottom: 20%;
  }

  .md\:last\:mb-25\%:last-child{
    margin-bottom: 25%;
  }

  .md\:last\:mb-30\%:last-child{
    margin-bottom: 30%;
  }

  .md\:last\:mb-31\%:last-child{
    margin-bottom: 31%;
  }

  .md\:last\:mb-33\%:last-child{
    margin-bottom: 33.333%;
  }

  .md\:last\:mb-34\%:last-child{
    margin-bottom: 34%;
  }

  .md\:last\:mb-45\%:last-child{
    margin-bottom: 45%;
  }

  .md\:last\:mb-50\%:last-child{
    margin-bottom: 50%;
  }

  .md\:last\:mb-54\%:last-child{
    margin-bottom: 54%;
  }

  .md\:last\:mb-75\%:last-child{
    margin-bottom: 75%;
  }

  .md\:last\:mb-55\%:last-child{
    margin-bottom: 55%;
  }

  .md\:last\:mb-65\%:last-child{
    margin-bottom: 65%;
  }

  .md\:last\:mb-66\%:last-child{
    margin-bottom: 66%;
  }

  .md\:last\:mb-85\%:last-child{
    margin-bottom: 85%;
  }

  .md\:last\:mb-96\%:last-child{
    margin-bottom: 96%;
  }

  .md\:last\:mb-130\%:last-child{
    margin-bottom: 130%;
  }

  .md\:last\:mb-135\%:last-child{
    margin-bottom: 135%;
  }

  .md\:last\:mb-200\%:last-child{
    margin-bottom: 200%;
  }

  .md\:last\:mb-16\/9:last-child{
    margin-bottom: 56.25%;
  }

  .md\:last\:mb-1\/2:last-child{
    margin-bottom: 50%;
  }

  .md\:last\:mb-full:last-child{
    margin-bottom: 100%;
  }

  .md\:last\:mb-span:last-child{
    margin-bottom: 8.333%;
  }

  .md\:last\:mb-2span:last-child{
    margin-bottom: 16.666%;
  }

  .md\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .md\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mb-12:last-child{
    margin-bottom: -0.75rem;
  }

  .md\:last\:-mb-16:last-child{
    margin-bottom: -1rem;
  }

  .md\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .md\:last\:-mb-24:last-child{
    margin-bottom: -1.5rem;
  }

  .md\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .md\:last\:-mb-48:last-child{
    margin-bottom: -3rem;
  }

  .md\:last\:-mb-56:last-child{
    margin-bottom: -3.5rem;
  }

  .md\:last\:-mb-80:last-child{
    margin-bottom: -5rem;
  }

  .md\:last\:-mb-104:last-child{
    margin-bottom: -6.5rem;
  }

  .md\:last\:-mb-112:last-child{
    margin-bottom: -7rem;
  }

  .md\:last\:-mb-140:last-child{
    margin-bottom: -8.75rem;
  }

  .md\:last\:-mb-160:last-child{
    margin-bottom: -10rem;
  }

  .md\:last\:-mb-180:last-child{
    margin-bottom: -11.25rem;
  }

  .md\:last\:-mb-200:last-child{
    margin-bottom: -12.5rem;
  }

  .md\:last\:-mb-224:last-child{
    margin-bottom: -14rem;
  }

  .md\:last\:-mb-240:last-child{
    margin-bottom: -15rem;
  }

  .md\:last\:-mb-260:last-child{
    margin-bottom: -16.25rem;
  }

  .md\:last\:-mb-300:last-child{
    margin-bottom: -18.75rem;
  }

  .md\:last\:-mb--78\%:last-child{
    margin-bottom: 78%;
  }

  .md\:last\:-mb--80\%:last-child{
    margin-bottom: 80%;
  }

  .md\:last\:-mb--50\%:last-child{
    margin-bottom: 50%;
  }

  .md\:last\:-mb--35\%:last-child{
    margin-bottom: 35%;
  }

  .md\:last\:-mb--128:last-child{
    margin-bottom: 8rem;
  }

  .md\:last\:-mb--96:last-child{
    margin-bottom: 6rem;
  }

  .md\:last\:-mb--64:last-child{
    margin-bottom: 4rem;
  }

  .md\:last\:-mb--32:last-child{
    margin-bottom: 2rem;
  }

  .md\:last\:-mb--8:last-child{
    margin-bottom: 0.5rem;
  }

  .md\:last\:-mb-5\%:last-child{
    margin-bottom: -5%;
  }

  .md\:last\:-mb-10\%:last-child{
    margin-bottom: -10%;
  }

  .md\:last\:-mb-15\%:last-child{
    margin-bottom: -15%;
  }

  .md\:last\:-mb-20\%:last-child{
    margin-bottom: -20%;
  }

  .md\:last\:-mb-25\%:last-child{
    margin-bottom: -25%;
  }

  .md\:last\:-mb-30\%:last-child{
    margin-bottom: -30%;
  }

  .md\:last\:-mb-31\%:last-child{
    margin-bottom: -31%;
  }

  .md\:last\:-mb-33\%:last-child{
    margin-bottom: -33.333%;
  }

  .md\:last\:-mb-34\%:last-child{
    margin-bottom: -34%;
  }

  .md\:last\:-mb-45\%:last-child{
    margin-bottom: -45%;
  }

  .md\:last\:-mb-54\%:last-child{
    margin-bottom: -54%;
  }

  .md\:last\:-mb-75\%:last-child{
    margin-bottom: -75%;
  }

  .md\:last\:-mb-55\%:last-child{
    margin-bottom: -55%;
  }

  .md\:last\:-mb-65\%:last-child{
    margin-bottom: -65%;
  }

  .md\:last\:-mb-66\%:last-child{
    margin-bottom: -66%;
  }

  .md\:last\:-mb-85\%:last-child{
    margin-bottom: -85%;
  }

  .md\:last\:-mb-96\%:last-child{
    margin-bottom: -96%;
  }

  .md\:last\:-mb-130\%:last-child{
    margin-bottom: -130%;
  }

  .md\:last\:-mb-135\%:last-child{
    margin-bottom: -135%;
  }

  .md\:last\:-mb-200\%:last-child{
    margin-bottom: -200%;
  }

  .md\:last\:-mb-16\/9:last-child{
    margin-bottom: -56.25%;
  }

  .md\:last\:-mb-1\/2:last-child{
    margin-bottom: -50%;
  }

  .md\:last\:-mb-full:last-child{
    margin-bottom: -100%;
  }

  .md\:last\:-mb-span:last-child{
    margin-bottom: -8.333%;
  }

  .md\:last\:-mb-2span:last-child{
    margin-bottom: -16.666%;
  }

  .md\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .md\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .md\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .md\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .md\:last\:ml-12:last-child{
    margin-left: 0.75rem;
  }

  .md\:last\:ml-16:last-child{
    margin-left: 1rem;
  }

  .md\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .md\:last\:ml-24:last-child{
    margin-left: 1.5rem;
  }

  .md\:last\:ml-32:last-child{
    margin-left: 2rem;
  }

  .md\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .md\:last\:ml-48:last-child{
    margin-left: 3rem;
  }

  .md\:last\:ml-56:last-child{
    margin-left: 3.5rem;
  }

  .md\:last\:ml-64:last-child{
    margin-left: 4rem;
  }

  .md\:last\:ml-80:last-child{
    margin-left: 5rem;
  }

  .md\:last\:ml-96:last-child{
    margin-left: 6rem;
  }

  .md\:last\:ml-104:last-child{
    margin-left: 6.5rem;
  }

  .md\:last\:ml-112:last-child{
    margin-left: 7rem;
  }

  .md\:last\:ml-128:last-child{
    margin-left: 8rem;
  }

  .md\:last\:ml-140:last-child{
    margin-left: 8.75rem;
  }

  .md\:last\:ml-160:last-child{
    margin-left: 10rem;
  }

  .md\:last\:ml-180:last-child{
    margin-left: 11.25rem;
  }

  .md\:last\:ml-200:last-child{
    margin-left: 12.5rem;
  }

  .md\:last\:ml-224:last-child{
    margin-left: 14rem;
  }

  .md\:last\:ml-240:last-child{
    margin-left: 15rem;
  }

  .md\:last\:ml-260:last-child{
    margin-left: 16.25rem;
  }

  .md\:last\:ml-300:last-child{
    margin-left: 18.75rem;
  }

  .md\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .md\:last\:-ml-78\%:last-child{
    margin-left: -78%;
  }

  .md\:last\:-ml-80\%:last-child{
    margin-left: -80%;
  }

  .md\:last\:-ml-50\%:last-child{
    margin-left: -50%;
  }

  .md\:last\:-ml-35\%:last-child{
    margin-left: -35%;
  }

  .md\:last\:-ml-128:last-child{
    margin-left: -8rem;
  }

  .md\:last\:-ml-96:last-child{
    margin-left: -6rem;
  }

  .md\:last\:-ml-64:last-child{
    margin-left: -4rem;
  }

  .md\:last\:-ml-32:last-child{
    margin-left: -2rem;
  }

  .md\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .md\:last\:ml-5\%:last-child{
    margin-left: 5%;
  }

  .md\:last\:ml-10\%:last-child{
    margin-left: 10%;
  }

  .md\:last\:ml-15\%:last-child{
    margin-left: 15%;
  }

  .md\:last\:ml-20\%:last-child{
    margin-left: 20%;
  }

  .md\:last\:ml-25\%:last-child{
    margin-left: 25%;
  }

  .md\:last\:ml-30\%:last-child{
    margin-left: 30%;
  }

  .md\:last\:ml-31\%:last-child{
    margin-left: 31%;
  }

  .md\:last\:ml-33\%:last-child{
    margin-left: 33.333%;
  }

  .md\:last\:ml-34\%:last-child{
    margin-left: 34%;
  }

  .md\:last\:ml-45\%:last-child{
    margin-left: 45%;
  }

  .md\:last\:ml-50\%:last-child{
    margin-left: 50%;
  }

  .md\:last\:ml-54\%:last-child{
    margin-left: 54%;
  }

  .md\:last\:ml-75\%:last-child{
    margin-left: 75%;
  }

  .md\:last\:ml-55\%:last-child{
    margin-left: 55%;
  }

  .md\:last\:ml-65\%:last-child{
    margin-left: 65%;
  }

  .md\:last\:ml-66\%:last-child{
    margin-left: 66%;
  }

  .md\:last\:ml-85\%:last-child{
    margin-left: 85%;
  }

  .md\:last\:ml-96\%:last-child{
    margin-left: 96%;
  }

  .md\:last\:ml-130\%:last-child{
    margin-left: 130%;
  }

  .md\:last\:ml-135\%:last-child{
    margin-left: 135%;
  }

  .md\:last\:ml-200\%:last-child{
    margin-left: 200%;
  }

  .md\:last\:ml-16\/9:last-child{
    margin-left: 56.25%;
  }

  .md\:last\:ml-1\/2:last-child{
    margin-left: 50%;
  }

  .md\:last\:ml-full:last-child{
    margin-left: 100%;
  }

  .md\:last\:ml-span:last-child{
    margin-left: 8.333%;
  }

  .md\:last\:ml-2span:last-child{
    margin-left: 16.666%;
  }

  .md\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .md\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .md\:last\:-ml-12:last-child{
    margin-left: -0.75rem;
  }

  .md\:last\:-ml-16:last-child{
    margin-left: -1rem;
  }

  .md\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .md\:last\:-ml-24:last-child{
    margin-left: -1.5rem;
  }

  .md\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .md\:last\:-ml-48:last-child{
    margin-left: -3rem;
  }

  .md\:last\:-ml-56:last-child{
    margin-left: -3.5rem;
  }

  .md\:last\:-ml-80:last-child{
    margin-left: -5rem;
  }

  .md\:last\:-ml-104:last-child{
    margin-left: -6.5rem;
  }

  .md\:last\:-ml-112:last-child{
    margin-left: -7rem;
  }

  .md\:last\:-ml-140:last-child{
    margin-left: -8.75rem;
  }

  .md\:last\:-ml-160:last-child{
    margin-left: -10rem;
  }

  .md\:last\:-ml-180:last-child{
    margin-left: -11.25rem;
  }

  .md\:last\:-ml-200:last-child{
    margin-left: -12.5rem;
  }

  .md\:last\:-ml-224:last-child{
    margin-left: -14rem;
  }

  .md\:last\:-ml-240:last-child{
    margin-left: -15rem;
  }

  .md\:last\:-ml-260:last-child{
    margin-left: -16.25rem;
  }

  .md\:last\:-ml-300:last-child{
    margin-left: -18.75rem;
  }

  .md\:last\:-ml--78\%:last-child{
    margin-left: 78%;
  }

  .md\:last\:-ml--80\%:last-child{
    margin-left: 80%;
  }

  .md\:last\:-ml--50\%:last-child{
    margin-left: 50%;
  }

  .md\:last\:-ml--35\%:last-child{
    margin-left: 35%;
  }

  .md\:last\:-ml--128:last-child{
    margin-left: 8rem;
  }

  .md\:last\:-ml--96:last-child{
    margin-left: 6rem;
  }

  .md\:last\:-ml--64:last-child{
    margin-left: 4rem;
  }

  .md\:last\:-ml--32:last-child{
    margin-left: 2rem;
  }

  .md\:last\:-ml--8:last-child{
    margin-left: 0.5rem;
  }

  .md\:last\:-ml-5\%:last-child{
    margin-left: -5%;
  }

  .md\:last\:-ml-10\%:last-child{
    margin-left: -10%;
  }

  .md\:last\:-ml-15\%:last-child{
    margin-left: -15%;
  }

  .md\:last\:-ml-20\%:last-child{
    margin-left: -20%;
  }

  .md\:last\:-ml-25\%:last-child{
    margin-left: -25%;
  }

  .md\:last\:-ml-30\%:last-child{
    margin-left: -30%;
  }

  .md\:last\:-ml-31\%:last-child{
    margin-left: -31%;
  }

  .md\:last\:-ml-33\%:last-child{
    margin-left: -33.333%;
  }

  .md\:last\:-ml-34\%:last-child{
    margin-left: -34%;
  }

  .md\:last\:-ml-45\%:last-child{
    margin-left: -45%;
  }

  .md\:last\:-ml-54\%:last-child{
    margin-left: -54%;
  }

  .md\:last\:-ml-75\%:last-child{
    margin-left: -75%;
  }

  .md\:last\:-ml-55\%:last-child{
    margin-left: -55%;
  }

  .md\:last\:-ml-65\%:last-child{
    margin-left: -65%;
  }

  .md\:last\:-ml-66\%:last-child{
    margin-left: -66%;
  }

  .md\:last\:-ml-85\%:last-child{
    margin-left: -85%;
  }

  .md\:last\:-ml-96\%:last-child{
    margin-left: -96%;
  }

  .md\:last\:-ml-130\%:last-child{
    margin-left: -130%;
  }

  .md\:last\:-ml-135\%:last-child{
    margin-left: -135%;
  }

  .md\:last\:-ml-200\%:last-child{
    margin-left: -200%;
  }

  .md\:last\:-ml-16\/9:last-child{
    margin-left: -56.25%;
  }

  .md\:last\:-ml-1\/2:last-child{
    margin-left: -50%;
  }

  .md\:last\:-ml-full:last-child{
    margin-left: -100%;
  }

  .md\:last\:-ml-span:last-child{
    margin-left: -8.333%;
  }

  .md\:last\:-ml-2span:last-child{
    margin-left: -16.666%;
  }

  .md\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .md\:box-border{
    box-sizing: border-box;
  }

  .md\:box-content{
    box-sizing: content-box;
  }

  .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\:h-0{
    height: 0;
  }

  .md\:h-2{
    height: 0.125rem;
  }

  .md\:h-4{
    height: 0.25rem;
  }

  .md\:h-8{
    height: 0.5rem;
  }

  .md\:h-12{
    height: 0.75rem;
  }

  .md\:h-16{
    height: 1rem;
  }

  .md\:h-20{
    height: 1.25rem;
  }

  .md\:h-24{
    height: 1.5rem;
  }

  .md\:h-30{
    height: 1.875rem;
  }

  .md\:h-32{
    height: 2rem;
  }

  .md\:h-40{
    height: 2.5rem;
  }

  .md\:h-48{
    height: 3rem;
  }

  .md\:h-56{
    height: 3.5rem;
  }

  .md\:h-64{
    height: 4rem;
  }

  .md\:h-80{
    height: 5rem;
  }

  .md\:h-96{
    height: 6rem;
  }

  .md\:h-104{
    height: 6.5rem;
  }

  .md\:h-112{
    height: 7rem;
  }

  .md\:h-128{
    height: 8rem;
  }

  .md\:h-140{
    height: 8.75rem;
  }

  .md\:h-160{
    height: 10rem;
  }

  .md\:h-180{
    height: 11.25rem;
  }

  .md\:h-192{
    height: 12rem;
  }

  .md\:h-200{
    height: 12.5rem;
  }

  .md\:h-224{
    height: 14rem;
  }

  .md\:h-240{
    height: 15rem;
  }

  .md\:h-260{
    height: 16.25rem;
  }

  .md\:h-300{
    height: 18.75rem;
  }

  .md\:h-336{
    height: 21rem;
  }

  .md\:h-400{
    height: 25rem;
  }

  .md\:h-448{
    height: 28rem;
  }

  .md\:h-450{
    height: 28.125rem;
  }

  .md\:h-560{
    height: 35rem;
  }

  .md\:h-672{
    height: 42rem;
  }

  .md\:h-750{
    height: 45rem;
  }

  .md\:h-832{
    height: 52rem;
  }

  .md\:h-1080{
    height: 67.5rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:-h-78\%{
    height: -78%;
  }

  .md\:-h-80\%{
    height: -80%;
  }

  .md\:-h-50\%{
    height: -50%;
  }

  .md\:-h-35\%{
    height: -35%;
  }

  .md\:-h-128{
    height: -8rem;
  }

  .md\:-h-96{
    height: -6rem;
  }

  .md\:-h-64{
    height: -4rem;
  }

  .md\:-h-32{
    height: -2rem;
  }

  .md\:-h-8{
    height: -0.5rem;
  }

  .md\:h-5\%{
    height: 5%;
  }

  .md\:h-10\%{
    height: 10%;
  }

  .md\:h-15\%{
    height: 15%;
  }

  .md\:h-20\%{
    height: 20%;
  }

  .md\:h-25\%{
    height: 25%;
  }

  .md\:h-30\%{
    height: 30%;
  }

  .md\:h-31\%{
    height: 31%;
  }

  .md\:h-33\%{
    height: 33.333%;
  }

  .md\:h-34\%{
    height: 34%;
  }

  .md\:h-45\%{
    height: 45%;
  }

  .md\:h-50\%{
    height: 50%;
  }

  .md\:h-54\%{
    height: 54%;
  }

  .md\:h-75\%{
    height: 75%;
  }

  .md\:h-55\%{
    height: 55%;
  }

  .md\:h-65\%{
    height: 65%;
  }

  .md\:h-66\%{
    height: 66%;
  }

  .md\:h-85\%{
    height: 85%;
  }

  .md\:h-96\%{
    height: 96%;
  }

  .md\:h-130\%{
    height: 130%;
  }

  .md\:h-135\%{
    height: 135%;
  }

  .md\:h-200\%{
    height: 200%;
  }

  .md\:h-16\/9{
    height: 56.25%;
  }

  .md\:h-1\/2{
    height: 50%;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-span{
    height: 8.333%;
  }

  .md\:h-2span{
    height: 16.666%;
  }

  .md\:h-px{
    height: 1px;
  }

  .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-screen{
    height: 100vh;
  }

  .md\:h-100vh{
    height: 100vh;
  }

  .md\:h-105\%{
    height: 105%;
  }

  .md\:max-h-0{
    max-height: 0;
  }

  .md\:max-h-4{
    max-height: 0.25rem;
  }

  .md\:max-h-8{
    max-height: 0.5rem;
  }

  .md\:max-h-12{
    max-height: 0.75rem;
  }

  .md\:max-h-16{
    max-height: 1rem;
  }

  .md\:max-h-20{
    max-height: 1.25rem;
  }

  .md\:max-h-24{
    max-height: 1.5rem;
  }

  .md\:max-h-32{
    max-height: 2rem;
  }

  .md\:max-h-40{
    max-height: 2.5rem;
  }

  .md\:max-h-48{
    max-height: 3rem;
  }

  .md\:max-h-56{
    max-height: 3.5rem;
  }

  .md\:max-h-64{
    max-height: 4rem;
  }

  .md\:max-h-80{
    max-height: 5rem;
  }

  .md\:max-h-96{
    max-height: 6rem;
  }

  .md\:max-h-104{
    max-height: 6.5rem;
  }

  .md\:max-h-112{
    max-height: 7rem;
  }

  .md\:max-h-120{
    max-height: 7.5rem;
  }

  .md\:max-h-128{
    max-height: 8rem;
  }

  .md\:max-h-140{
    max-height: 8.75rem;
  }

  .md\:max-h-160{
    max-height: 10rem;
  }

  .md\:max-h-180{
    max-height: 11.25rem;
  }

  .md\:max-h-200{
    max-height: 12.5rem;
  }

  .md\:max-h-224{
    max-height: 14rem;
  }

  .md\:max-h-240{
    max-height: 15rem;
  }

  .md\:max-h-260{
    max-height: 16.25rem;
  }

  .md\:max-h-300{
    max-height: 18.75rem;
  }

  .md\:max-h-800{
    max-height: 50rem;
  }

  .md\:max-h-1500{
    max-height: 93.75rem;
  }

  .md\:-max-h-78\%{
    max-height: -78%;
  }

  .md\:-max-h-80\%{
    max-height: -80%;
  }

  .md\:-max-h-50\%{
    max-height: -50%;
  }

  .md\:-max-h-35\%{
    max-height: -35%;
  }

  .md\:-max-h-128{
    max-height: -8rem;
  }

  .md\:-max-h-96{
    max-height: -6rem;
  }

  .md\:-max-h-64{
    max-height: -4rem;
  }

  .md\:-max-h-32{
    max-height: -2rem;
  }

  .md\:-max-h-8{
    max-height: -0.5rem;
  }

  .md\:max-h-5\%{
    max-height: 5%;
  }

  .md\:max-h-10\%{
    max-height: 10%;
  }

  .md\:max-h-15\%{
    max-height: 15%;
  }

  .md\:max-h-20\%{
    max-height: 20%;
  }

  .md\:max-h-25\%{
    max-height: 25%;
  }

  .md\:max-h-30\%{
    max-height: 30%;
  }

  .md\:max-h-31\%{
    max-height: 31%;
  }

  .md\:max-h-33\%{
    max-height: 33.333%;
  }

  .md\:max-h-34\%{
    max-height: 34%;
  }

  .md\:max-h-45\%{
    max-height: 45%;
  }

  .md\:max-h-50\%{
    max-height: 50%;
  }

  .md\:max-h-54\%{
    max-height: 54%;
  }

  .md\:max-h-75\%{
    max-height: 75%;
  }

  .md\:max-h-55\%{
    max-height: 55%;
  }

  .md\:max-h-65\%{
    max-height: 65%;
  }

  .md\:max-h-66\%{
    max-height: 66%;
  }

  .md\:max-h-85\%{
    max-height: 85%;
  }

  .md\:max-h-96\%{
    max-height: 96%;
  }

  .md\:max-h-130\%{
    max-height: 130%;
  }

  .md\:max-h-135\%{
    max-height: 135%;
  }

  .md\:max-h-200\%{
    max-height: 200%;
  }

  .md\:max-h-16\/9{
    max-height: 56.25%;
  }

  .md\:max-h-1\/2{
    max-height: 50%;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-span{
    max-height: 8.333%;
  }

  .md\:max-h-2span{
    max-height: 16.666%;
  }

  .md\:max-h-px{
    max-height: 1px;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-h-80vh{
    max-height: 80vh;
  }

  .md\:min-h-0{
    min-height: 0px;
  }

  .md\:min-h-32{
    min-height: 2rem;
  }

  .md\:min-h-64{
    min-height: 4rem;
  }

  .md\:min-h-96{
    min-height: 6rem;
  }

  .md\:min-h-272{
    min-height: 17rem;
  }

  .md\:min-h-300{
    min-height: 18.75rem;
  }

  .md\:min-h-448{
    min-height: 28rem;
  }

  .md\:min-h-460{
    min-height: 28.75rem;
  }

  .md\:min-h-500{
    min-height: 31.25rem;
  }

  .md\:min-h-560{
    min-height: 35rem;
  }

  .md\:min-h-672{
    min-height: 42rem;
  }

  .md\:min-h-704{
    min-height: 44rem;
  }

  .md\:min-h-736{
    min-height: 46rem;
  }

  .md\:min-h-780{
    min-height: 48.75rem;
  }

  .md\:min-h-816{
    min-height: 51rem;
  }

  .md\:min-h-832{
    min-height: 52rem;
  }

  .md\:min-h-1040{
    min-height: 65rem;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-h-1\/2{
    min-height: 50%;
  }

  .md\:min-h-100vh{
    min-height: 100vh;
  }

  .md\:w-0{
    width: 0;
  }

  .md\:w-4{
    width: 0.25rem;
  }

  .md\:w-8{
    width: 0.5rem;
  }

  .md\:w-12{
    width: 0.75rem;
  }

  .md\:w-16{
    width: 1rem;
  }

  .md\:w-20{
    width: 1.25rem;
  }

  .md\:w-24{
    width: 1.5rem;
  }

  .md\:w-30{
    width: 1.875rem;
  }

  .md\:w-32{
    width: 2rem;
  }

  .md\:w-40{
    width: 2.5rem;
  }

  .md\:w-48{
    width: 3rem;
  }

  .md\:w-56{
    width: 3.5rem;
  }

  .md\:w-64{
    width: 4rem;
  }

  .md\:w-80{
    width: 5rem;
  }

  .md\:w-96{
    width: 6rem;
  }

  .md\:w-104{
    width: 6.5rem;
  }

  .md\:w-112{
    width: 7rem;
  }

  .md\:w-128{
    width: 8rem;
  }

  .md\:w-140{
    width: 8.75rem;
  }

  .md\:w-144{
    width: 9rem;
  }

  .md\:w-160{
    width: 10rem;
  }

  .md\:w-180{
    width: 11.25rem;
  }

  .md\:w-200{
    width: 12.5rem;
  }

  .md\:w-224{
    width: 14rem;
  }

  .md\:w-240{
    width: 15rem;
  }

  .md\:w-260{
    width: 16.25rem;
  }

  .md\:w-288{
    width: 18rem;
  }

  .md\:w-300{
    width: 18.75rem;
  }

  .md\:w-336{
    width: 21rem;
  }

  .md\:w-390{
    width: 24.375rem;
  }

  .md\:w-448{
    width: 28rem;
  }

  .md\:w-475{
    width: 29.625rem;
  }

  .md\:w-528{
    width: 33rem;
  }

  .md\:w-560{
    width: 35rem;
  }

  .md\:w-672{
    width: 42rem;
  }

  .md\:w-832{
    width: 52rem;
  }

  .md\:w-834{
    width: 52.125rem;
  }

  .md\:w-1080{
    width: 67.5rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:-w-78\%{
    width: -78%;
  }

  .md\:-w-80\%{
    width: -80%;
  }

  .md\:-w-50\%{
    width: -50%;
  }

  .md\:-w-35\%{
    width: -35%;
  }

  .md\:-w-128{
    width: -8rem;
  }

  .md\:-w-96{
    width: -6rem;
  }

  .md\:-w-64{
    width: -4rem;
  }

  .md\:-w-32{
    width: -2rem;
  }

  .md\:-w-8{
    width: -0.5rem;
  }

  .md\:w-5\%{
    width: 5%;
  }

  .md\:w-10\%{
    width: 10%;
  }

  .md\:w-15\%{
    width: 15%;
  }

  .md\:w-20\%{
    width: 20%;
  }

  .md\:w-25\%{
    width: 25%;
  }

  .md\:w-30\%{
    width: 30%;
  }

  .md\:w-31\%{
    width: 31%;
  }

  .md\:w-33\%{
    width: 33.333%;
  }

  .md\:w-34\%{
    width: 34%;
  }

  .md\:w-45\%{
    width: 45%;
  }

  .md\:w-50\%{
    width: 50%;
  }

  .md\:w-54\%{
    width: 54%;
  }

  .md\:w-75\%{
    width: 75%;
  }

  .md\:w-55\%{
    width: 55%;
  }

  .md\:w-65\%{
    width: 65%;
  }

  .md\:w-66\%{
    width: 66%;
  }

  .md\:w-85\%{
    width: 85%;
  }

  .md\:w-96\%{
    width: 96%;
  }

  .md\:w-130\%{
    width: 130%;
  }

  .md\:w-135\%{
    width: 135%;
  }

  .md\:w-200\%{
    width: 200%;
  }

  .md\:w-16\/9{
    width: 56.25%;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-span{
    width: 8.333%;
  }

  .md\:w-2span{
    width: 16.666%;
  }

  .md\:w-px{
    width: 1px;
  }

  .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-screen{
    width: 100vw;
  }

  .md\:w-min{
    width: min-content;
  }

  .md\:w-max{
    width: max-content;
  }

  .md\:w-7span{
    width: 58.3%;
  }

  .md\:w-8span{
    width: 66.4%;
  }

  .md\:w-160\%{
    width: 160%;
  }

  .md\:min-w-0{
    min-width: 0px;
  }

  .md\:min-w-32{
    min-width: 2rem;
  }

  .md\:min-w-248{
    min-width: 15.5rem;
  }

  .md\:min-w-295{
    min-width: 18.4375rem;
  }

  .md\:min-w-560{
    min-width: 35rem;
  }

  .md\:min-w-736{
    min-width: 46rem;
  }

  .md\:min-w-816{
    min-width: 51rem;
  }

  .md\:min-w-1224{
    min-width: 76.5rem;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:min-w-min{
    min-width: min-content;
  }

  .md\:min-w-max{
    min-width: max-content;
  }

  .md\:max-w-0{
    max-width: 0rem;
  }

  .md\:max-w-32{
    max-width: 2rem;
  }

  .md\:max-w-260{
    max-width: 16rem;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 90rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

  .md\:max-w-7xl{
    max-width: 80rem;
  }

  .md\:max-w-full{
    max-width: 100rem;
  }

  .md\:max-w-min{
    max-width: min-content;
  }

  .md\:max-w-max{
    max-width: max-content;
  }

  .md\:max-w-prose{
    max-width: 65ch;
  }

  .md\:max-w-screen-min-width{
    max-width: 320px;
  }

  .md\:max-w-screen-xs{
    max-width: 480px;
  }

  .md\:max-w-screen-sm{
    max-width: 768px;
  }

  .md\:max-w-screen-md{
    max-width: 1024px;
  }

  .md\:max-w-screen-lg{
    max-width: 1280px;
  }

  .md\:max-w-screen-xl{
    max-width: 1440px;
  }

  .md\:max-w-screen-max-width{
    max-width: 1680px;
  }

  .md\:max-w-screen-widescreen{
    max-width: 1920px;
  }

  .md\:max-w-logo{
    max-width: 16.25rem;
  }

  .md\:max-w-container{
    max-width: 120rem;
  }

  .md\:max-w-footer{
    max-width: 82rem;
  }

  .md\:max-w-content{
    max-width: 56rem;
  }

  .md\:max-w-imageTextBox{
    max-width: 34rem;
  }

  .md\:max-w-half{
    max-width: 50%;
  }

  .md\:max-w-3\/4{
    max-width: 75%;
  }

  .md\:max-w-1\/3{
    max-width: 33%;
  }

  .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-shrink-0{
    flex-shrink: 0;
  }

  .md\:flex-shrink{
    flex-shrink: 1;
  }

  .md\:flex-grow-0{
    flex-grow: 0;
  }

  .md\:flex-grow{
    flex-grow: 1;
  }

  .md\:table-auto{
    table-layout: auto;
  }

  .md\:table-fixed{
    table-layout: fixed;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

  .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\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none{
    transform: none;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0;
  }

  .md\:translate-x-4{
    --tw-translate-x: 0.25rem;
  }

  .md\:translate-x-8{
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-12{
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-16{
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-20{
    --tw-translate-x: 1.25rem;
  }

  .md\:translate-x-24{
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-32{
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-40{
    --tw-translate-x: 2.5rem;
  }

  .md\:translate-x-48{
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-56{
    --tw-translate-x: 3.5rem;
  }

  .md\:translate-x-64{
    --tw-translate-x: 4rem;
  }

  .md\:translate-x-80{
    --tw-translate-x: 5rem;
  }

  .md\:translate-x-96{
    --tw-translate-x: 6rem;
  }

  .md\:translate-x-104{
    --tw-translate-x: 6.5rem;
  }

  .md\:translate-x-112{
    --tw-translate-x: 7rem;
  }

  .md\:translate-x-128{
    --tw-translate-x: 8rem;
  }

  .md\:translate-x-140{
    --tw-translate-x: 8.75rem;
  }

  .md\:translate-x-160{
    --tw-translate-x: 10rem;
  }

  .md\:translate-x-180{
    --tw-translate-x: 11.25rem;
  }

  .md\:translate-x-200{
    --tw-translate-x: 12.5rem;
  }

  .md\:translate-x-224{
    --tw-translate-x: 14rem;
  }

  .md\:translate-x-240{
    --tw-translate-x: 15rem;
  }

  .md\:translate-x-260{
    --tw-translate-x: 16.25rem;
  }

  .md\:translate-x-300{
    --tw-translate-x: 18.75rem;
  }

  .md\:-translate-x-78\%{
    --tw-translate-x: -78%;
  }

  .md\:-translate-x-80\%{
    --tw-translate-x: -80%;
  }

  .md\:-translate-x-50\%{
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-35\%{
    --tw-translate-x: -35%;
  }

  .md\:-translate-x-128{
    --tw-translate-x: -8rem;
  }

  .md\:-translate-x-96{
    --tw-translate-x: -6rem;
  }

  .md\:-translate-x-64{
    --tw-translate-x: -4rem;
  }

  .md\:-translate-x-32{
    --tw-translate-x: -2rem;
  }

  .md\:-translate-x-8{
    --tw-translate-x: -0.5rem;
  }

  .md\:translate-x-5\%{
    --tw-translate-x: 5%;
  }

  .md\:translate-x-10\%{
    --tw-translate-x: 10%;
  }

  .md\:translate-x-15\%{
    --tw-translate-x: 15%;
  }

  .md\:translate-x-20\%{
    --tw-translate-x: 20%;
  }

  .md\:translate-x-25\%{
    --tw-translate-x: 25%;
  }

  .md\:translate-x-30\%{
    --tw-translate-x: 30%;
  }

  .md\:translate-x-31\%{
    --tw-translate-x: 31%;
  }

  .md\:translate-x-33\%{
    --tw-translate-x: 33.333%;
  }

  .md\:translate-x-34\%{
    --tw-translate-x: 34%;
  }

  .md\:translate-x-45\%{
    --tw-translate-x: 45%;
  }

  .md\:translate-x-50\%{
    --tw-translate-x: 50%;
  }

  .md\:translate-x-54\%{
    --tw-translate-x: 54%;
  }

  .md\:translate-x-75\%{
    --tw-translate-x: 75%;
  }

  .md\:translate-x-55\%{
    --tw-translate-x: 55%;
  }

  .md\:translate-x-65\%{
    --tw-translate-x: 65%;
  }

  .md\:translate-x-66\%{
    --tw-translate-x: 66%;
  }

  .md\:translate-x-85\%{
    --tw-translate-x: 85%;
  }

  .md\:translate-x-96\%{
    --tw-translate-x: 96%;
  }

  .md\:translate-x-130\%{
    --tw-translate-x: 130%;
  }

  .md\:translate-x-135\%{
    --tw-translate-x: 135%;
  }

  .md\:translate-x-200\%{
    --tw-translate-x: 200%;
  }

  .md\:translate-x-16\/9{
    --tw-translate-x: 56.25%;
  }

  .md\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .md\:translate-x-span{
    --tw-translate-x: 8.333%;
  }

  .md\:translate-x-2span{
    --tw-translate-x: 16.666%;
  }

  .md\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .md\:-translate-x-4{
    --tw-translate-x: -0.25rem;
  }

  .md\:-translate-x-12{
    --tw-translate-x: -0.75rem;
  }

  .md\:-translate-x-16{
    --tw-translate-x: -1rem;
  }

  .md\:-translate-x-20{
    --tw-translate-x: -1.25rem;
  }

  .md\:-translate-x-24{
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-40{
    --tw-translate-x: -2.5rem;
  }

  .md\:-translate-x-48{
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-56{
    --tw-translate-x: -3.5rem;
  }

  .md\:-translate-x-80{
    --tw-translate-x: -5rem;
  }

  .md\:-translate-x-104{
    --tw-translate-x: -6.5rem;
  }

  .md\:-translate-x-112{
    --tw-translate-x: -7rem;
  }

  .md\:-translate-x-140{
    --tw-translate-x: -8.75rem;
  }

  .md\:-translate-x-160{
    --tw-translate-x: -10rem;
  }

  .md\:-translate-x-180{
    --tw-translate-x: -11.25rem;
  }

  .md\:-translate-x-200{
    --tw-translate-x: -12.5rem;
  }

  .md\:-translate-x-224{
    --tw-translate-x: -14rem;
  }

  .md\:-translate-x-240{
    --tw-translate-x: -15rem;
  }

  .md\:-translate-x-260{
    --tw-translate-x: -16.25rem;
  }

  .md\:-translate-x-300{
    --tw-translate-x: -18.75rem;
  }

  .md\:-translate-x--78\%{
    --tw-translate-x: 78%;
  }

  .md\:-translate-x--80\%{
    --tw-translate-x: 80%;
  }

  .md\:-translate-x--50\%{
    --tw-translate-x: 50%;
  }

  .md\:-translate-x--35\%{
    --tw-translate-x: 35%;
  }

  .md\:-translate-x--128{
    --tw-translate-x: 8rem;
  }

  .md\:-translate-x--96{
    --tw-translate-x: 6rem;
  }

  .md\:-translate-x--64{
    --tw-translate-x: 4rem;
  }

  .md\:-translate-x--32{
    --tw-translate-x: 2rem;
  }

  .md\:-translate-x--8{
    --tw-translate-x: 0.5rem;
  }

  .md\:-translate-x-5\%{
    --tw-translate-x: -5%;
  }

  .md\:-translate-x-10\%{
    --tw-translate-x: -10%;
  }

  .md\:-translate-x-15\%{
    --tw-translate-x: -15%;
  }

  .md\:-translate-x-20\%{
    --tw-translate-x: -20%;
  }

  .md\:-translate-x-25\%{
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-30\%{
    --tw-translate-x: -30%;
  }

  .md\:-translate-x-31\%{
    --tw-translate-x: -31%;
  }

  .md\:-translate-x-33\%{
    --tw-translate-x: -33.333%;
  }

  .md\:-translate-x-34\%{
    --tw-translate-x: -34%;
  }

  .md\:-translate-x-45\%{
    --tw-translate-x: -45%;
  }

  .md\:-translate-x-54\%{
    --tw-translate-x: -54%;
  }

  .md\:-translate-x-75\%{
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-55\%{
    --tw-translate-x: -55%;
  }

  .md\:-translate-x-65\%{
    --tw-translate-x: -65%;
  }

  .md\:-translate-x-66\%{
    --tw-translate-x: -66%;
  }

  .md\:-translate-x-85\%{
    --tw-translate-x: -85%;
  }

  .md\:-translate-x-96\%{
    --tw-translate-x: -96%;
  }

  .md\:-translate-x-130\%{
    --tw-translate-x: -130%;
  }

  .md\:-translate-x-135\%{
    --tw-translate-x: -135%;
  }

  .md\:-translate-x-200\%{
    --tw-translate-x: -200%;
  }

  .md\:-translate-x-16\/9{
    --tw-translate-x: -56.25%;
  }

  .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .md\:-translate-x-span{
    --tw-translate-x: -8.333%;
  }

  .md\:-translate-x-2span{
    --tw-translate-x: -16.666%;
  }

  .md\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .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-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-y-0{
    --tw-translate-y: 0;
  }

  .md\:translate-y-4{
    --tw-translate-y: 0.25rem;
  }

  .md\:translate-y-8{
    --tw-translate-y: 0.5rem;
  }

  .md\:translate-y-12{
    --tw-translate-y: 0.75rem;
  }

  .md\:translate-y-16{
    --tw-translate-y: 1rem;
  }

  .md\:translate-y-20{
    --tw-translate-y: 1.25rem;
  }

  .md\:translate-y-24{
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-32{
    --tw-translate-y: 2rem;
  }

  .md\:translate-y-40{
    --tw-translate-y: 2.5rem;
  }

  .md\:translate-y-48{
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-56{
    --tw-translate-y: 3.5rem;
  }

  .md\:translate-y-64{
    --tw-translate-y: 4rem;
  }

  .md\:translate-y-80{
    --tw-translate-y: 5rem;
  }

  .md\:translate-y-96{
    --tw-translate-y: 6rem;
  }

  .md\:translate-y-104{
    --tw-translate-y: 6.5rem;
  }

  .md\:translate-y-112{
    --tw-translate-y: 7rem;
  }

  .md\:translate-y-128{
    --tw-translate-y: 8rem;
  }

  .md\:translate-y-140{
    --tw-translate-y: 8.75rem;
  }

  .md\:translate-y-160{
    --tw-translate-y: 10rem;
  }

  .md\:translate-y-180{
    --tw-translate-y: 11.25rem;
  }

  .md\:translate-y-200{
    --tw-translate-y: 12.5rem;
  }

  .md\:translate-y-224{
    --tw-translate-y: 14rem;
  }

  .md\:translate-y-240{
    --tw-translate-y: 15rem;
  }

  .md\:translate-y-260{
    --tw-translate-y: 16.25rem;
  }

  .md\:translate-y-300{
    --tw-translate-y: 18.75rem;
  }

  .md\:-translate-y-78\%{
    --tw-translate-y: -78%;
  }

  .md\:-translate-y-80\%{
    --tw-translate-y: -80%;
  }

  .md\:-translate-y-50\%{
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-35\%{
    --tw-translate-y: -35%;
  }

  .md\:-translate-y-128{
    --tw-translate-y: -8rem;
  }

  .md\:-translate-y-96{
    --tw-translate-y: -6rem;
  }

  .md\:-translate-y-64{
    --tw-translate-y: -4rem;
  }

  .md\:-translate-y-32{
    --tw-translate-y: -2rem;
  }

  .md\:-translate-y-8{
    --tw-translate-y: -0.5rem;
  }

  .md\:translate-y-5\%{
    --tw-translate-y: 5%;
  }

  .md\:translate-y-10\%{
    --tw-translate-y: 10%;
  }

  .md\:translate-y-15\%{
    --tw-translate-y: 15%;
  }

  .md\:translate-y-20\%{
    --tw-translate-y: 20%;
  }

  .md\:translate-y-25\%{
    --tw-translate-y: 25%;
  }

  .md\:translate-y-30\%{
    --tw-translate-y: 30%;
  }

  .md\:translate-y-31\%{
    --tw-translate-y: 31%;
  }

  .md\:translate-y-33\%{
    --tw-translate-y: 33.333%;
  }

  .md\:translate-y-34\%{
    --tw-translate-y: 34%;
  }

  .md\:translate-y-45\%{
    --tw-translate-y: 45%;
  }

  .md\:translate-y-50\%{
    --tw-translate-y: 50%;
  }

  .md\:translate-y-54\%{
    --tw-translate-y: 54%;
  }

  .md\:translate-y-75\%{
    --tw-translate-y: 75%;
  }

  .md\:translate-y-55\%{
    --tw-translate-y: 55%;
  }

  .md\:translate-y-65\%{
    --tw-translate-y: 65%;
  }

  .md\:translate-y-66\%{
    --tw-translate-y: 66%;
  }

  .md\:translate-y-85\%{
    --tw-translate-y: 85%;
  }

  .md\:translate-y-96\%{
    --tw-translate-y: 96%;
  }

  .md\:translate-y-130\%{
    --tw-translate-y: 130%;
  }

  .md\:translate-y-135\%{
    --tw-translate-y: 135%;
  }

  .md\:translate-y-200\%{
    --tw-translate-y: 200%;
  }

  .md\:translate-y-16\/9{
    --tw-translate-y: 56.25%;
  }

  .md\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .md\:translate-y-span{
    --tw-translate-y: 8.333%;
  }

  .md\:translate-y-2span{
    --tw-translate-y: 16.666%;
  }

  .md\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .md\:-translate-y-4{
    --tw-translate-y: -0.25rem;
  }

  .md\:-translate-y-12{
    --tw-translate-y: -0.75rem;
  }

  .md\:-translate-y-16{
    --tw-translate-y: -1rem;
  }

  .md\:-translate-y-20{
    --tw-translate-y: -1.25rem;
  }

  .md\:-translate-y-24{
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-40{
    --tw-translate-y: -2.5rem;
  }

  .md\:-translate-y-48{
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-56{
    --tw-translate-y: -3.5rem;
  }

  .md\:-translate-y-80{
    --tw-translate-y: -5rem;
  }

  .md\:-translate-y-104{
    --tw-translate-y: -6.5rem;
  }

  .md\:-translate-y-112{
    --tw-translate-y: -7rem;
  }

  .md\:-translate-y-140{
    --tw-translate-y: -8.75rem;
  }

  .md\:-translate-y-160{
    --tw-translate-y: -10rem;
  }

  .md\:-translate-y-180{
    --tw-translate-y: -11.25rem;
  }

  .md\:-translate-y-200{
    --tw-translate-y: -12.5rem;
  }

  .md\:-translate-y-224{
    --tw-translate-y: -14rem;
  }

  .md\:-translate-y-240{
    --tw-translate-y: -15rem;
  }

  .md\:-translate-y-260{
    --tw-translate-y: -16.25rem;
  }

  .md\:-translate-y-300{
    --tw-translate-y: -18.75rem;
  }

  .md\:-translate-y--78\%{
    --tw-translate-y: 78%;
  }

  .md\:-translate-y--80\%{
    --tw-translate-y: 80%;
  }

  .md\:-translate-y--50\%{
    --tw-translate-y: 50%;
  }

  .md\:-translate-y--35\%{
    --tw-translate-y: 35%;
  }

  .md\:-translate-y--128{
    --tw-translate-y: 8rem;
  }

  .md\:-translate-y--96{
    --tw-translate-y: 6rem;
  }

  .md\:-translate-y--64{
    --tw-translate-y: 4rem;
  }

  .md\:-translate-y--32{
    --tw-translate-y: 2rem;
  }

  .md\:-translate-y--8{
    --tw-translate-y: 0.5rem;
  }

  .md\:-translate-y-5\%{
    --tw-translate-y: -5%;
  }

  .md\:-translate-y-10\%{
    --tw-translate-y: -10%;
  }

  .md\:-translate-y-15\%{
    --tw-translate-y: -15%;
  }

  .md\:-translate-y-20\%{
    --tw-translate-y: -20%;
  }

  .md\:-translate-y-25\%{
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-30\%{
    --tw-translate-y: -30%;
  }

  .md\:-translate-y-31\%{
    --tw-translate-y: -31%;
  }

  .md\:-translate-y-33\%{
    --tw-translate-y: -33.333%;
  }

  .md\:-translate-y-34\%{
    --tw-translate-y: -34%;
  }

  .md\:-translate-y-45\%{
    --tw-translate-y: -45%;
  }

  .md\:-translate-y-54\%{
    --tw-translate-y: -54%;
  }

  .md\:-translate-y-75\%{
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-55\%{
    --tw-translate-y: -55%;
  }

  .md\:-translate-y-65\%{
    --tw-translate-y: -65%;
  }

  .md\:-translate-y-66\%{
    --tw-translate-y: -66%;
  }

  .md\:-translate-y-85\%{
    --tw-translate-y: -85%;
  }

  .md\:-translate-y-96\%{
    --tw-translate-y: -96%;
  }

  .md\:-translate-y-130\%{
    --tw-translate-y: -130%;
  }

  .md\:-translate-y-135\%{
    --tw-translate-y: -135%;
  }

  .md\:-translate-y-200\%{
    --tw-translate-y: -200%;
  }

  .md\:-translate-y-16\/9{
    --tw-translate-y: -56.25%;
  }

  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .md\:-translate-y-span{
    --tw-translate-y: -8.333%;
  }

  .md\:-translate-y-2span{
    --tw-translate-y: -16.666%;
  }

  .md\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .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-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\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 4rem;
  }

  .md\:hover\:translate-x-80:hover{
    --tw-translate-x: 5rem;
  }

  .md\:hover\:translate-x-96:hover{
    --tw-translate-x: 6rem;
  }

  .md\:hover\:translate-x-104:hover{
    --tw-translate-x: 6.5rem;
  }

  .md\:hover\:translate-x-112:hover{
    --tw-translate-x: 7rem;
  }

  .md\:hover\:translate-x-128:hover{
    --tw-translate-x: 8rem;
  }

  .md\:hover\:translate-x-140:hover{
    --tw-translate-x: 8.75rem;
  }

  .md\:hover\:translate-x-160:hover{
    --tw-translate-x: 10rem;
  }

  .md\:hover\:translate-x-180:hover{
    --tw-translate-x: 11.25rem;
  }

  .md\:hover\:translate-x-200:hover{
    --tw-translate-x: 12.5rem;
  }

  .md\:hover\:translate-x-224:hover{
    --tw-translate-x: 14rem;
  }

  .md\:hover\:translate-x-240:hover{
    --tw-translate-x: 15rem;
  }

  .md\:hover\:translate-x-260:hover{
    --tw-translate-x: 16.25rem;
  }

  .md\:hover\:translate-x-300:hover{
    --tw-translate-x: 18.75rem;
  }

  .md\:hover\:-translate-x-78\%:hover{
    --tw-translate-x: -78%;
  }

  .md\:hover\:-translate-x-80\%:hover{
    --tw-translate-x: -80%;
  }

  .md\:hover\:-translate-x-50\%:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-35\%:hover{
    --tw-translate-x: -35%;
  }

  .md\:hover\:-translate-x-128:hover{
    --tw-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:translate-x-5\%:hover{
    --tw-translate-x: 5%;
  }

  .md\:hover\:translate-x-10\%:hover{
    --tw-translate-x: 10%;
  }

  .md\:hover\:translate-x-15\%:hover{
    --tw-translate-x: 15%;
  }

  .md\:hover\:translate-x-20\%:hover{
    --tw-translate-x: 20%;
  }

  .md\:hover\:translate-x-25\%:hover{
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-30\%:hover{
    --tw-translate-x: 30%;
  }

  .md\:hover\:translate-x-31\%:hover{
    --tw-translate-x: 31%;
  }

  .md\:hover\:translate-x-33\%:hover{
    --tw-translate-x: 33.333%;
  }

  .md\:hover\:translate-x-34\%:hover{
    --tw-translate-x: 34%;
  }

  .md\:hover\:translate-x-45\%:hover{
    --tw-translate-x: 45%;
  }

  .md\:hover\:translate-x-50\%:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-54\%:hover{
    --tw-translate-x: 54%;
  }

  .md\:hover\:translate-x-75\%:hover{
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-55\%:hover{
    --tw-translate-x: 55%;
  }

  .md\:hover\:translate-x-65\%:hover{
    --tw-translate-x: 65%;
  }

  .md\:hover\:translate-x-66\%:hover{
    --tw-translate-x: 66%;
  }

  .md\:hover\:translate-x-85\%:hover{
    --tw-translate-x: 85%;
  }

  .md\:hover\:translate-x-96\%:hover{
    --tw-translate-x: 96%;
  }

  .md\:hover\:translate-x-130\%:hover{
    --tw-translate-x: 130%;
  }

  .md\:hover\:translate-x-135\%:hover{
    --tw-translate-x: 135%;
  }

  .md\:hover\:translate-x-200\%:hover{
    --tw-translate-x: 200%;
  }

  .md\:hover\:translate-x-16\/9:hover{
    --tw-translate-x: 56.25%;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .md\:hover\:translate-x-span:hover{
    --tw-translate-x: 8.333%;
  }

  .md\:hover\:translate-x-2span:hover{
    --tw-translate-x: 16.666%;
  }

  .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-104:hover{
    --tw-translate-x: -6.5rem;
  }

  .md\:hover\:-translate-x-112:hover{
    --tw-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-140:hover{
    --tw-translate-x: -8.75rem;
  }

  .md\:hover\:-translate-x-160:hover{
    --tw-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-180:hover{
    --tw-translate-x: -11.25rem;
  }

  .md\:hover\:-translate-x-200:hover{
    --tw-translate-x: -12.5rem;
  }

  .md\:hover\:-translate-x-224:hover{
    --tw-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-240:hover{
    --tw-translate-x: -15rem;
  }

  .md\:hover\:-translate-x-260:hover{
    --tw-translate-x: -16.25rem;
  }

  .md\:hover\:-translate-x-300:hover{
    --tw-translate-x: -18.75rem;
  }

  .md\:hover\:-translate-x--78\%:hover{
    --tw-translate-x: 78%;
  }

  .md\:hover\:-translate-x--80\%:hover{
    --tw-translate-x: 80%;
  }

  .md\:hover\:-translate-x--50\%:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:-translate-x--35\%:hover{
    --tw-translate-x: 35%;
  }

  .md\:hover\:-translate-x--128:hover{
    --tw-translate-x: 8rem;
  }

  .md\:hover\:-translate-x--96:hover{
    --tw-translate-x: 6rem;
  }

  .md\:hover\:-translate-x--64:hover{
    --tw-translate-x: 4rem;
  }

  .md\:hover\:-translate-x--32:hover{
    --tw-translate-x: 2rem;
  }

  .md\:hover\:-translate-x--8:hover{
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:-translate-x-5\%:hover{
    --tw-translate-x: -5%;
  }

  .md\:hover\:-translate-x-10\%:hover{
    --tw-translate-x: -10%;
  }

  .md\:hover\:-translate-x-15\%:hover{
    --tw-translate-x: -15%;
  }

  .md\:hover\:-translate-x-20\%:hover{
    --tw-translate-x: -20%;
  }

  .md\:hover\:-translate-x-25\%:hover{
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-30\%:hover{
    --tw-translate-x: -30%;
  }

  .md\:hover\:-translate-x-31\%:hover{
    --tw-translate-x: -31%;
  }

  .md\:hover\:-translate-x-33\%:hover{
    --tw-translate-x: -33.333%;
  }

  .md\:hover\:-translate-x-34\%:hover{
    --tw-translate-x: -34%;
  }

  .md\:hover\:-translate-x-45\%:hover{
    --tw-translate-x: -45%;
  }

  .md\:hover\:-translate-x-54\%:hover{
    --tw-translate-x: -54%;
  }

  .md\:hover\:-translate-x-75\%:hover{
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-55\%:hover{
    --tw-translate-x: -55%;
  }

  .md\:hover\:-translate-x-65\%:hover{
    --tw-translate-x: -65%;
  }

  .md\:hover\:-translate-x-66\%:hover{
    --tw-translate-x: -66%;
  }

  .md\:hover\:-translate-x-85\%:hover{
    --tw-translate-x: -85%;
  }

  .md\:hover\:-translate-x-96\%:hover{
    --tw-translate-x: -96%;
  }

  .md\:hover\:-translate-x-130\%:hover{
    --tw-translate-x: -130%;
  }

  .md\:hover\:-translate-x-135\%:hover{
    --tw-translate-x: -135%;
  }

  .md\:hover\:-translate-x-200\%:hover{
    --tw-translate-x: -200%;
  }

  .md\:hover\:-translate-x-16\/9:hover{
    --tw-translate-x: -56.25%;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .md\:hover\:-translate-x-span:hover{
    --tw-translate-x: -8.333%;
  }

  .md\:hover\:-translate-x-2span:hover{
    --tw-translate-x: -16.666%;
  }

  .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .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-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-y-0:hover{
    --tw-translate-y: 0;
  }

  .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 1rem;
  }

  .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 2rem;
  }

  .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 3rem;
  }

  .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 4rem;
  }

  .md\:hover\:translate-y-80:hover{
    --tw-translate-y: 5rem;
  }

  .md\:hover\:translate-y-96:hover{
    --tw-translate-y: 6rem;
  }

  .md\:hover\:translate-y-104:hover{
    --tw-translate-y: 6.5rem;
  }

  .md\:hover\:translate-y-112:hover{
    --tw-translate-y: 7rem;
  }

  .md\:hover\:translate-y-128:hover{
    --tw-translate-y: 8rem;
  }

  .md\:hover\:translate-y-140:hover{
    --tw-translate-y: 8.75rem;
  }

  .md\:hover\:translate-y-160:hover{
    --tw-translate-y: 10rem;
  }

  .md\:hover\:translate-y-180:hover{
    --tw-translate-y: 11.25rem;
  }

  .md\:hover\:translate-y-200:hover{
    --tw-translate-y: 12.5rem;
  }

  .md\:hover\:translate-y-224:hover{
    --tw-translate-y: 14rem;
  }

  .md\:hover\:translate-y-240:hover{
    --tw-translate-y: 15rem;
  }

  .md\:hover\:translate-y-260:hover{
    --tw-translate-y: 16.25rem;
  }

  .md\:hover\:translate-y-300:hover{
    --tw-translate-y: 18.75rem;
  }

  .md\:hover\:-translate-y-78\%:hover{
    --tw-translate-y: -78%;
  }

  .md\:hover\:-translate-y-80\%:hover{
    --tw-translate-y: -80%;
  }

  .md\:hover\:-translate-y-50\%:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-35\%:hover{
    --tw-translate-y: -35%;
  }

  .md\:hover\:-translate-y-128:hover{
    --tw-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:translate-y-5\%:hover{
    --tw-translate-y: 5%;
  }

  .md\:hover\:translate-y-10\%:hover{
    --tw-translate-y: 10%;
  }

  .md\:hover\:translate-y-15\%:hover{
    --tw-translate-y: 15%;
  }

  .md\:hover\:translate-y-20\%:hover{
    --tw-translate-y: 20%;
  }

  .md\:hover\:translate-y-25\%:hover{
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-30\%:hover{
    --tw-translate-y: 30%;
  }

  .md\:hover\:translate-y-31\%:hover{
    --tw-translate-y: 31%;
  }

  .md\:hover\:translate-y-33\%:hover{
    --tw-translate-y: 33.333%;
  }

  .md\:hover\:translate-y-34\%:hover{
    --tw-translate-y: 34%;
  }

  .md\:hover\:translate-y-45\%:hover{
    --tw-translate-y: 45%;
  }

  .md\:hover\:translate-y-50\%:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-54\%:hover{
    --tw-translate-y: 54%;
  }

  .md\:hover\:translate-y-75\%:hover{
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-55\%:hover{
    --tw-translate-y: 55%;
  }

  .md\:hover\:translate-y-65\%:hover{
    --tw-translate-y: 65%;
  }

  .md\:hover\:translate-y-66\%:hover{
    --tw-translate-y: 66%;
  }

  .md\:hover\:translate-y-85\%:hover{
    --tw-translate-y: 85%;
  }

  .md\:hover\:translate-y-96\%:hover{
    --tw-translate-y: 96%;
  }

  .md\:hover\:translate-y-130\%:hover{
    --tw-translate-y: 130%;
  }

  .md\:hover\:translate-y-135\%:hover{
    --tw-translate-y: 135%;
  }

  .md\:hover\:translate-y-200\%:hover{
    --tw-translate-y: 200%;
  }

  .md\:hover\:translate-y-16\/9:hover{
    --tw-translate-y: 56.25%;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .md\:hover\:translate-y-span:hover{
    --tw-translate-y: 8.333%;
  }

  .md\:hover\:translate-y-2span:hover{
    --tw-translate-y: 16.666%;
  }

  .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-104:hover{
    --tw-translate-y: -6.5rem;
  }

  .md\:hover\:-translate-y-112:hover{
    --tw-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-140:hover{
    --tw-translate-y: -8.75rem;
  }

  .md\:hover\:-translate-y-160:hover{
    --tw-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-180:hover{
    --tw-translate-y: -11.25rem;
  }

  .md\:hover\:-translate-y-200:hover{
    --tw-translate-y: -12.5rem;
  }

  .md\:hover\:-translate-y-224:hover{
    --tw-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-240:hover{
    --tw-translate-y: -15rem;
  }

  .md\:hover\:-translate-y-260:hover{
    --tw-translate-y: -16.25rem;
  }

  .md\:hover\:-translate-y-300:hover{
    --tw-translate-y: -18.75rem;
  }

  .md\:hover\:-translate-y--78\%:hover{
    --tw-translate-y: 78%;
  }

  .md\:hover\:-translate-y--80\%:hover{
    --tw-translate-y: 80%;
  }

  .md\:hover\:-translate-y--50\%:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:-translate-y--35\%:hover{
    --tw-translate-y: 35%;
  }

  .md\:hover\:-translate-y--128:hover{
    --tw-translate-y: 8rem;
  }

  .md\:hover\:-translate-y--96:hover{
    --tw-translate-y: 6rem;
  }

  .md\:hover\:-translate-y--64:hover{
    --tw-translate-y: 4rem;
  }

  .md\:hover\:-translate-y--32:hover{
    --tw-translate-y: 2rem;
  }

  .md\:hover\:-translate-y--8:hover{
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:-translate-y-5\%:hover{
    --tw-translate-y: -5%;
  }

  .md\:hover\:-translate-y-10\%:hover{
    --tw-translate-y: -10%;
  }

  .md\:hover\:-translate-y-15\%:hover{
    --tw-translate-y: -15%;
  }

  .md\:hover\:-translate-y-20\%:hover{
    --tw-translate-y: -20%;
  }

  .md\:hover\:-translate-y-25\%:hover{
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-30\%:hover{
    --tw-translate-y: -30%;
  }

  .md\:hover\:-translate-y-31\%:hover{
    --tw-translate-y: -31%;
  }

  .md\:hover\:-translate-y-33\%:hover{
    --tw-translate-y: -33.333%;
  }

  .md\:hover\:-translate-y-34\%:hover{
    --tw-translate-y: -34%;
  }

  .md\:hover\:-translate-y-45\%:hover{
    --tw-translate-y: -45%;
  }

  .md\:hover\:-translate-y-54\%:hover{
    --tw-translate-y: -54%;
  }

  .md\:hover\:-translate-y-75\%:hover{
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-55\%:hover{
    --tw-translate-y: -55%;
  }

  .md\:hover\:-translate-y-65\%:hover{
    --tw-translate-y: -65%;
  }

  .md\:hover\:-translate-y-66\%:hover{
    --tw-translate-y: -66%;
  }

  .md\:hover\:-translate-y-85\%:hover{
    --tw-translate-y: -85%;
  }

  .md\:hover\:-translate-y-96\%:hover{
    --tw-translate-y: -96%;
  }

  .md\:hover\:-translate-y-130\%:hover{
    --tw-translate-y: -130%;
  }

  .md\:hover\:-translate-y-135\%:hover{
    --tw-translate-y: -135%;
  }

  .md\:hover\:-translate-y-200\%:hover{
    --tw-translate-y: -200%;
  }

  .md\:hover\:-translate-y-16\/9:hover{
    --tw-translate-y: -56.25%;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .md\:hover\:-translate-y-span:hover{
    --tw-translate-y: -8.333%;
  }

  .md\:hover\:-translate-y-2span:hover{
    --tw-translate-y: -16.666%;
  }

  .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .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-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\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 1rem;
  }

  .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 2rem;
  }

  .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 3rem;
  }

  .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 3.5rem;
  }

  .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 4rem;
  }

  .md\:focus\:translate-x-80:focus{
    --tw-translate-x: 5rem;
  }

  .md\:focus\:translate-x-96:focus{
    --tw-translate-x: 6rem;
  }

  .md\:focus\:translate-x-104:focus{
    --tw-translate-x: 6.5rem;
  }

  .md\:focus\:translate-x-112:focus{
    --tw-translate-x: 7rem;
  }

  .md\:focus\:translate-x-128:focus{
    --tw-translate-x: 8rem;
  }

  .md\:focus\:translate-x-140:focus{
    --tw-translate-x: 8.75rem;
  }

  .md\:focus\:translate-x-160:focus{
    --tw-translate-x: 10rem;
  }

  .md\:focus\:translate-x-180:focus{
    --tw-translate-x: 11.25rem;
  }

  .md\:focus\:translate-x-200:focus{
    --tw-translate-x: 12.5rem;
  }

  .md\:focus\:translate-x-224:focus{
    --tw-translate-x: 14rem;
  }

  .md\:focus\:translate-x-240:focus{
    --tw-translate-x: 15rem;
  }

  .md\:focus\:translate-x-260:focus{
    --tw-translate-x: 16.25rem;
  }

  .md\:focus\:translate-x-300:focus{
    --tw-translate-x: 18.75rem;
  }

  .md\:focus\:-translate-x-78\%:focus{
    --tw-translate-x: -78%;
  }

  .md\:focus\:-translate-x-80\%:focus{
    --tw-translate-x: -80%;
  }

  .md\:focus\:-translate-x-50\%:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-35\%:focus{
    --tw-translate-x: -35%;
  }

  .md\:focus\:-translate-x-128:focus{
    --tw-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:translate-x-5\%:focus{
    --tw-translate-x: 5%;
  }

  .md\:focus\:translate-x-10\%:focus{
    --tw-translate-x: 10%;
  }

  .md\:focus\:translate-x-15\%:focus{
    --tw-translate-x: 15%;
  }

  .md\:focus\:translate-x-20\%:focus{
    --tw-translate-x: 20%;
  }

  .md\:focus\:translate-x-25\%:focus{
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-30\%:focus{
    --tw-translate-x: 30%;
  }

  .md\:focus\:translate-x-31\%:focus{
    --tw-translate-x: 31%;
  }

  .md\:focus\:translate-x-33\%:focus{
    --tw-translate-x: 33.333%;
  }

  .md\:focus\:translate-x-34\%:focus{
    --tw-translate-x: 34%;
  }

  .md\:focus\:translate-x-45\%:focus{
    --tw-translate-x: 45%;
  }

  .md\:focus\:translate-x-50\%:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-54\%:focus{
    --tw-translate-x: 54%;
  }

  .md\:focus\:translate-x-75\%:focus{
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-55\%:focus{
    --tw-translate-x: 55%;
  }

  .md\:focus\:translate-x-65\%:focus{
    --tw-translate-x: 65%;
  }

  .md\:focus\:translate-x-66\%:focus{
    --tw-translate-x: 66%;
  }

  .md\:focus\:translate-x-85\%:focus{
    --tw-translate-x: 85%;
  }

  .md\:focus\:translate-x-96\%:focus{
    --tw-translate-x: 96%;
  }

  .md\:focus\:translate-x-130\%:focus{
    --tw-translate-x: 130%;
  }

  .md\:focus\:translate-x-135\%:focus{
    --tw-translate-x: 135%;
  }

  .md\:focus\:translate-x-200\%:focus{
    --tw-translate-x: 200%;
  }

  .md\:focus\:translate-x-16\/9:focus{
    --tw-translate-x: 56.25%;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .md\:focus\:translate-x-span:focus{
    --tw-translate-x: 8.333%;
  }

  .md\:focus\:translate-x-2span:focus{
    --tw-translate-x: 16.666%;
  }

  .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -3.5rem;
  }

  .md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-104:focus{
    --tw-translate-x: -6.5rem;
  }

  .md\:focus\:-translate-x-112:focus{
    --tw-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-140:focus{
    --tw-translate-x: -8.75rem;
  }

  .md\:focus\:-translate-x-160:focus{
    --tw-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-180:focus{
    --tw-translate-x: -11.25rem;
  }

  .md\:focus\:-translate-x-200:focus{
    --tw-translate-x: -12.5rem;
  }

  .md\:focus\:-translate-x-224:focus{
    --tw-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-240:focus{
    --tw-translate-x: -15rem;
  }

  .md\:focus\:-translate-x-260:focus{
    --tw-translate-x: -16.25rem;
  }

  .md\:focus\:-translate-x-300:focus{
    --tw-translate-x: -18.75rem;
  }

  .md\:focus\:-translate-x--78\%:focus{
    --tw-translate-x: 78%;
  }

  .md\:focus\:-translate-x--80\%:focus{
    --tw-translate-x: 80%;
  }

  .md\:focus\:-translate-x--50\%:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:-translate-x--35\%:focus{
    --tw-translate-x: 35%;
  }

  .md\:focus\:-translate-x--128:focus{
    --tw-translate-x: 8rem;
  }

  .md\:focus\:-translate-x--96:focus{
    --tw-translate-x: 6rem;
  }

  .md\:focus\:-translate-x--64:focus{
    --tw-translate-x: 4rem;
  }

  .md\:focus\:-translate-x--32:focus{
    --tw-translate-x: 2rem;
  }

  .md\:focus\:-translate-x--8:focus{
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:-translate-x-5\%:focus{
    --tw-translate-x: -5%;
  }

  .md\:focus\:-translate-x-10\%:focus{
    --tw-translate-x: -10%;
  }

  .md\:focus\:-translate-x-15\%:focus{
    --tw-translate-x: -15%;
  }

  .md\:focus\:-translate-x-20\%:focus{
    --tw-translate-x: -20%;
  }

  .md\:focus\:-translate-x-25\%:focus{
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-30\%:focus{
    --tw-translate-x: -30%;
  }

  .md\:focus\:-translate-x-31\%:focus{
    --tw-translate-x: -31%;
  }

  .md\:focus\:-translate-x-33\%:focus{
    --tw-translate-x: -33.333%;
  }

  .md\:focus\:-translate-x-34\%:focus{
    --tw-translate-x: -34%;
  }

  .md\:focus\:-translate-x-45\%:focus{
    --tw-translate-x: -45%;
  }

  .md\:focus\:-translate-x-54\%:focus{
    --tw-translate-x: -54%;
  }

  .md\:focus\:-translate-x-75\%:focus{
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-55\%:focus{
    --tw-translate-x: -55%;
  }

  .md\:focus\:-translate-x-65\%:focus{
    --tw-translate-x: -65%;
  }

  .md\:focus\:-translate-x-66\%:focus{
    --tw-translate-x: -66%;
  }

  .md\:focus\:-translate-x-85\%:focus{
    --tw-translate-x: -85%;
  }

  .md\:focus\:-translate-x-96\%:focus{
    --tw-translate-x: -96%;
  }

  .md\:focus\:-translate-x-130\%:focus{
    --tw-translate-x: -130%;
  }

  .md\:focus\:-translate-x-135\%:focus{
    --tw-translate-x: -135%;
  }

  .md\:focus\:-translate-x-200\%:focus{
    --tw-translate-x: -200%;
  }

  .md\:focus\:-translate-x-16\/9:focus{
    --tw-translate-x: -56.25%;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .md\:focus\:-translate-x-span:focus{
    --tw-translate-x: -8.333%;
  }

  .md\:focus\:-translate-x-2span:focus{
    --tw-translate-x: -16.666%;
  }

  .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .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-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-y-0:focus{
    --tw-translate-y: 0;
  }

  .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 1rem;
  }

  .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 2rem;
  }

  .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 3rem;
  }

  .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 3.5rem;
  }

  .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 4rem;
  }

  .md\:focus\:translate-y-80:focus{
    --tw-translate-y: 5rem;
  }

  .md\:focus\:translate-y-96:focus{
    --tw-translate-y: 6rem;
  }

  .md\:focus\:translate-y-104:focus{
    --tw-translate-y: 6.5rem;
  }

  .md\:focus\:translate-y-112:focus{
    --tw-translate-y: 7rem;
  }

  .md\:focus\:translate-y-128:focus{
    --tw-translate-y: 8rem;
  }

  .md\:focus\:translate-y-140:focus{
    --tw-translate-y: 8.75rem;
  }

  .md\:focus\:translate-y-160:focus{
    --tw-translate-y: 10rem;
  }

  .md\:focus\:translate-y-180:focus{
    --tw-translate-y: 11.25rem;
  }

  .md\:focus\:translate-y-200:focus{
    --tw-translate-y: 12.5rem;
  }

  .md\:focus\:translate-y-224:focus{
    --tw-translate-y: 14rem;
  }

  .md\:focus\:translate-y-240:focus{
    --tw-translate-y: 15rem;
  }

  .md\:focus\:translate-y-260:focus{
    --tw-translate-y: 16.25rem;
  }

  .md\:focus\:translate-y-300:focus{
    --tw-translate-y: 18.75rem;
  }

  .md\:focus\:-translate-y-78\%:focus{
    --tw-translate-y: -78%;
  }

  .md\:focus\:-translate-y-80\%:focus{
    --tw-translate-y: -80%;
  }

  .md\:focus\:-translate-y-50\%:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-35\%:focus{
    --tw-translate-y: -35%;
  }

  .md\:focus\:-translate-y-128:focus{
    --tw-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:translate-y-5\%:focus{
    --tw-translate-y: 5%;
  }

  .md\:focus\:translate-y-10\%:focus{
    --tw-translate-y: 10%;
  }

  .md\:focus\:translate-y-15\%:focus{
    --tw-translate-y: 15%;
  }

  .md\:focus\:translate-y-20\%:focus{
    --tw-translate-y: 20%;
  }

  .md\:focus\:translate-y-25\%:focus{
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-30\%:focus{
    --tw-translate-y: 30%;
  }

  .md\:focus\:translate-y-31\%:focus{
    --tw-translate-y: 31%;
  }

  .md\:focus\:translate-y-33\%:focus{
    --tw-translate-y: 33.333%;
  }

  .md\:focus\:translate-y-34\%:focus{
    --tw-translate-y: 34%;
  }

  .md\:focus\:translate-y-45\%:focus{
    --tw-translate-y: 45%;
  }

  .md\:focus\:translate-y-50\%:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-54\%:focus{
    --tw-translate-y: 54%;
  }

  .md\:focus\:translate-y-75\%:focus{
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-55\%:focus{
    --tw-translate-y: 55%;
  }

  .md\:focus\:translate-y-65\%:focus{
    --tw-translate-y: 65%;
  }

  .md\:focus\:translate-y-66\%:focus{
    --tw-translate-y: 66%;
  }

  .md\:focus\:translate-y-85\%:focus{
    --tw-translate-y: 85%;
  }

  .md\:focus\:translate-y-96\%:focus{
    --tw-translate-y: 96%;
  }

  .md\:focus\:translate-y-130\%:focus{
    --tw-translate-y: 130%;
  }

  .md\:focus\:translate-y-135\%:focus{
    --tw-translate-y: 135%;
  }

  .md\:focus\:translate-y-200\%:focus{
    --tw-translate-y: 200%;
  }

  .md\:focus\:translate-y-16\/9:focus{
    --tw-translate-y: 56.25%;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .md\:focus\:translate-y-span:focus{
    --tw-translate-y: 8.333%;
  }

  .md\:focus\:translate-y-2span:focus{
    --tw-translate-y: 16.666%;
  }

  .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -3.5rem;
  }

  .md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-104:focus{
    --tw-translate-y: -6.5rem;
  }

  .md\:focus\:-translate-y-112:focus{
    --tw-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-140:focus{
    --tw-translate-y: -8.75rem;
  }

  .md\:focus\:-translate-y-160:focus{
    --tw-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-180:focus{
    --tw-translate-y: -11.25rem;
  }

  .md\:focus\:-translate-y-200:focus{
    --tw-translate-y: -12.5rem;
  }

  .md\:focus\:-translate-y-224:focus{
    --tw-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-240:focus{
    --tw-translate-y: -15rem;
  }

  .md\:focus\:-translate-y-260:focus{
    --tw-translate-y: -16.25rem;
  }

  .md\:focus\:-translate-y-300:focus{
    --tw-translate-y: -18.75rem;
  }

  .md\:focus\:-translate-y--78\%:focus{
    --tw-translate-y: 78%;
  }

  .md\:focus\:-translate-y--80\%:focus{
    --tw-translate-y: 80%;
  }

  .md\:focus\:-translate-y--50\%:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:-translate-y--35\%:focus{
    --tw-translate-y: 35%;
  }

  .md\:focus\:-translate-y--128:focus{
    --tw-translate-y: 8rem;
  }

  .md\:focus\:-translate-y--96:focus{
    --tw-translate-y: 6rem;
  }

  .md\:focus\:-translate-y--64:focus{
    --tw-translate-y: 4rem;
  }

  .md\:focus\:-translate-y--32:focus{
    --tw-translate-y: 2rem;
  }

  .md\:focus\:-translate-y--8:focus{
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:-translate-y-5\%:focus{
    --tw-translate-y: -5%;
  }

  .md\:focus\:-translate-y-10\%:focus{
    --tw-translate-y: -10%;
  }

  .md\:focus\:-translate-y-15\%:focus{
    --tw-translate-y: -15%;
  }

  .md\:focus\:-translate-y-20\%:focus{
    --tw-translate-y: -20%;
  }

  .md\:focus\:-translate-y-25\%:focus{
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-30\%:focus{
    --tw-translate-y: -30%;
  }

  .md\:focus\:-translate-y-31\%:focus{
    --tw-translate-y: -31%;
  }

  .md\:focus\:-translate-y-33\%:focus{
    --tw-translate-y: -33.333%;
  }

  .md\:focus\:-translate-y-34\%:focus{
    --tw-translate-y: -34%;
  }

  .md\:focus\:-translate-y-45\%:focus{
    --tw-translate-y: -45%;
  }

  .md\:focus\:-translate-y-54\%:focus{
    --tw-translate-y: -54%;
  }

  .md\:focus\:-translate-y-75\%:focus{
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-55\%:focus{
    --tw-translate-y: -55%;
  }

  .md\:focus\:-translate-y-65\%:focus{
    --tw-translate-y: -65%;
  }

  .md\:focus\:-translate-y-66\%:focus{
    --tw-translate-y: -66%;
  }

  .md\:focus\:-translate-y-85\%:focus{
    --tw-translate-y: -85%;
  }

  .md\:focus\:-translate-y-96\%:focus{
    --tw-translate-y: -96%;
  }

  .md\:focus\:-translate-y-130\%:focus{
    --tw-translate-y: -130%;
  }

  .md\:focus\:-translate-y-135\%:focus{
    --tw-translate-y: -135%;
  }

  .md\:focus\:-translate-y-200\%:focus{
    --tw-translate-y: -200%;
  }

  .md\:focus\:-translate-y-16\/9:focus{
    --tw-translate-y: -56.25%;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .md\:focus\:-translate-y-span:focus{
    --tw-translate-y: -8.333%;
  }

  .md\:focus\:-translate-y-2span:focus{
    --tw-translate-y: -16.666%;
  }

  .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .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-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\: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\: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\: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-130{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .md\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-200{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .md\:scale-500{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .md\:scale-700{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130:hover{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-200:hover{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .md\:hover\:scale-500:hover{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .md\:hover\:scale-700:hover{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130:focus{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-200:focus{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .md\:focus\:scale-500:focus{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .md\:focus\:scale-700:focus{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130{
    --tw-scale-x: 1.3;
  }

  .md\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .md\:scale-x-200{
    --tw-scale-x: 2;
  }

  .md\:scale-x-500{
    --tw-scale-x: 5;
  }

  .md\:scale-x-700{
    --tw-scale-x: 7;
  }

  .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-130{
    --tw-scale-y: 1.3;
  }

  .md\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .md\:scale-y-200{
    --tw-scale-y: 2;
  }

  .md\:scale-y-500{
    --tw-scale-y: 5;
  }

  .md\:scale-y-700{
    --tw-scale-y: 7;
  }

  .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-130:hover{
    --tw-scale-x: 1.3;
  }

  .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-x-200:hover{
    --tw-scale-x: 2;
  }

  .md\:hover\:scale-x-500:hover{
    --tw-scale-x: 5;
  }

  .md\:hover\:scale-x-700:hover{
    --tw-scale-x: 7;
  }

  .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-130:hover{
    --tw-scale-y: 1.3;
  }

  .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-y-200:hover{
    --tw-scale-y: 2;
  }

  .md\:hover\:scale-y-500:hover{
    --tw-scale-y: 5;
  }

  .md\:hover\:scale-y-700:hover{
    --tw-scale-y: 7;
  }

  .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-130:focus{
    --tw-scale-x: 1.3;
  }

  .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-x-200:focus{
    --tw-scale-x: 2;
  }

  .md\:focus\:scale-x-500:focus{
    --tw-scale-x: 5;
  }

  .md\:focus\:scale-x-700:focus{
    --tw-scale-x: 7;
  }

  .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-130:focus{
    --tw-scale-y: 1.3;
  }

  .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-y-200:focus{
    --tw-scale-y: 2;
  }

  .md\:focus\:scale-y-500:focus{
    --tw-scale-y: 5;
  }

  .md\:focus\:scale-y-700:focus{
    --tw-scale-y: 7;
  }

  .md\:animate-none{
    animation: none;
  }

  .md\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .md\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce{
    animation: bounce 1s infinite;
  }

  @media (prefers-reduced-motion: no-preference){
    .md\:motion-safe\:animate-none{
      animation: none;
    }

    .md\:motion-safe\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .md\:motion-safe\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .md\:motion-safe\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .md\:motion-safe\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  @media (prefers-reduced-motion: reduce){
    .md\:motion-reduce\:animate-none{
      animation: none;
    }

    .md\:motion-reduce\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .md\:motion-reduce\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .md\:motion-reduce\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .md\:motion-reduce\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  .md\:select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .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\:appearance-none{
    -webkit-appearance: none;
            appearance: none;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .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\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-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\: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-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-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\: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\: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\: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-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\:gap-0{
    gap: 0;
  }

  .md\:gap-4{
    gap: 0.25rem;
  }

  .md\:gap-8{
    gap: 0.5rem;
  }

  .md\:gap-12{
    gap: 0.75rem;
  }

  .md\:gap-16{
    gap: 1rem;
  }

  .md\:gap-20{
    gap: 1.25rem;
  }

  .md\:gap-24{
    gap: 1.5rem;
  }

  .md\:gap-32{
    gap: 2rem;
  }

  .md\:gap-40{
    gap: 2.5rem;
  }

  .md\:gap-48{
    gap: 3rem;
  }

  .md\:gap-56{
    gap: 3.5rem;
  }

  .md\:gap-64{
    gap: 4rem;
  }

  .md\:gap-80{
    gap: 5rem;
  }

  .md\:gap-96{
    gap: 6rem;
  }

  .md\:gap-104{
    gap: 6.5rem;
  }

  .md\:gap-112{
    gap: 7rem;
  }

  .md\:gap-128{
    gap: 8rem;
  }

  .md\:gap-140{
    gap: 8.75rem;
  }

  .md\:gap-160{
    gap: 10rem;
  }

  .md\:gap-180{
    gap: 11.25rem;
  }

  .md\:gap-200{
    gap: 12.5rem;
  }

  .md\:gap-224{
    gap: 14rem;
  }

  .md\:gap-240{
    gap: 15rem;
  }

  .md\:gap-260{
    gap: 16.25rem;
  }

  .md\:gap-300{
    gap: 18.75rem;
  }

  .md\:-gap-78\%{
    gap: -78%;
  }

  .md\:-gap-80\%{
    gap: -80%;
  }

  .md\:-gap-50\%{
    gap: -50%;
  }

  .md\:-gap-35\%{
    gap: -35%;
  }

  .md\:-gap-128{
    gap: -8rem;
  }

  .md\:-gap-96{
    gap: -6rem;
  }

  .md\:-gap-64{
    gap: -4rem;
  }

  .md\:-gap-32{
    gap: -2rem;
  }

  .md\:-gap-8{
    gap: -0.5rem;
  }

  .md\:gap-5\%{
    gap: 5%;
  }

  .md\:gap-10\%{
    gap: 10%;
  }

  .md\:gap-15\%{
    gap: 15%;
  }

  .md\:gap-20\%{
    gap: 20%;
  }

  .md\:gap-25\%{
    gap: 25%;
  }

  .md\:gap-30\%{
    gap: 30%;
  }

  .md\:gap-31\%{
    gap: 31%;
  }

  .md\:gap-33\%{
    gap: 33.333%;
  }

  .md\:gap-34\%{
    gap: 34%;
  }

  .md\:gap-45\%{
    gap: 45%;
  }

  .md\:gap-50\%{
    gap: 50%;
  }

  .md\:gap-54\%{
    gap: 54%;
  }

  .md\:gap-75\%{
    gap: 75%;
  }

  .md\:gap-55\%{
    gap: 55%;
  }

  .md\:gap-65\%{
    gap: 65%;
  }

  .md\:gap-66\%{
    gap: 66%;
  }

  .md\:gap-85\%{
    gap: 85%;
  }

  .md\:gap-96\%{
    gap: 96%;
  }

  .md\:gap-130\%{
    gap: 130%;
  }

  .md\:gap-135\%{
    gap: 135%;
  }

  .md\:gap-200\%{
    gap: 200%;
  }

  .md\:gap-16\/9{
    gap: 56.25%;
  }

  .md\:gap-1\/2{
    gap: 50%;
  }

  .md\:gap-full{
    gap: 100%;
  }

  .md\:gap-span{
    gap: 8.333%;
  }

  .md\:gap-2span{
    gap: 16.666%;
  }

  .md\:gap-px{
    gap: 1px;
  }

  .md\:gap-x-0{
    column-gap: 0;
  }

  .md\:gap-x-4{
    column-gap: 0.25rem;
  }

  .md\:gap-x-8{
    column-gap: 0.5rem;
  }

  .md\:gap-x-12{
    column-gap: 0.75rem;
  }

  .md\:gap-x-16{
    column-gap: 1rem;
  }

  .md\:gap-x-20{
    column-gap: 1.25rem;
  }

  .md\:gap-x-24{
    column-gap: 1.5rem;
  }

  .md\:gap-x-32{
    column-gap: 2rem;
  }

  .md\:gap-x-40{
    column-gap: 2.5rem;
  }

  .md\:gap-x-48{
    column-gap: 3rem;
  }

  .md\:gap-x-56{
    column-gap: 3.5rem;
  }

  .md\:gap-x-64{
    column-gap: 4rem;
  }

  .md\:gap-x-80{
    column-gap: 5rem;
  }

  .md\:gap-x-96{
    column-gap: 6rem;
  }

  .md\:gap-x-104{
    column-gap: 6.5rem;
  }

  .md\:gap-x-112{
    column-gap: 7rem;
  }

  .md\:gap-x-128{
    column-gap: 8rem;
  }

  .md\:gap-x-140{
    column-gap: 8.75rem;
  }

  .md\:gap-x-160{
    column-gap: 10rem;
  }

  .md\:gap-x-180{
    column-gap: 11.25rem;
  }

  .md\:gap-x-200{
    column-gap: 12.5rem;
  }

  .md\:gap-x-224{
    column-gap: 14rem;
  }

  .md\:gap-x-240{
    column-gap: 15rem;
  }

  .md\:gap-x-260{
    column-gap: 16.25rem;
  }

  .md\:gap-x-300{
    column-gap: 18.75rem;
  }

  .md\:-gap-x-78\%{
    column-gap: -78%;
  }

  .md\:-gap-x-80\%{
    column-gap: -80%;
  }

  .md\:-gap-x-50\%{
    column-gap: -50%;
  }

  .md\:-gap-x-35\%{
    column-gap: -35%;
  }

  .md\:-gap-x-128{
    column-gap: -8rem;
  }

  .md\:-gap-x-96{
    column-gap: -6rem;
  }

  .md\:-gap-x-64{
    column-gap: -4rem;
  }

  .md\:-gap-x-32{
    column-gap: -2rem;
  }

  .md\:-gap-x-8{
    column-gap: -0.5rem;
  }

  .md\:gap-x-5\%{
    column-gap: 5%;
  }

  .md\:gap-x-10\%{
    column-gap: 10%;
  }

  .md\:gap-x-15\%{
    column-gap: 15%;
  }

  .md\:gap-x-20\%{
    column-gap: 20%;
  }

  .md\:gap-x-25\%{
    column-gap: 25%;
  }

  .md\:gap-x-30\%{
    column-gap: 30%;
  }

  .md\:gap-x-31\%{
    column-gap: 31%;
  }

  .md\:gap-x-33\%{
    column-gap: 33.333%;
  }

  .md\:gap-x-34\%{
    column-gap: 34%;
  }

  .md\:gap-x-45\%{
    column-gap: 45%;
  }

  .md\:gap-x-50\%{
    column-gap: 50%;
  }

  .md\:gap-x-54\%{
    column-gap: 54%;
  }

  .md\:gap-x-75\%{
    column-gap: 75%;
  }

  .md\:gap-x-55\%{
    column-gap: 55%;
  }

  .md\:gap-x-65\%{
    column-gap: 65%;
  }

  .md\:gap-x-66\%{
    column-gap: 66%;
  }

  .md\:gap-x-85\%{
    column-gap: 85%;
  }

  .md\:gap-x-96\%{
    column-gap: 96%;
  }

  .md\:gap-x-130\%{
    column-gap: 130%;
  }

  .md\:gap-x-135\%{
    column-gap: 135%;
  }

  .md\:gap-x-200\%{
    column-gap: 200%;
  }

  .md\:gap-x-16\/9{
    column-gap: 56.25%;
  }

  .md\:gap-x-1\/2{
    column-gap: 50%;
  }

  .md\:gap-x-full{
    column-gap: 100%;
  }

  .md\:gap-x-span{
    column-gap: 8.333%;
  }

  .md\:gap-x-2span{
    column-gap: 16.666%;
  }

  .md\:gap-x-px{
    column-gap: 1px;
  }

  .md\:gap-y-0{
    row-gap: 0;
  }

  .md\:gap-y-4{
    row-gap: 0.25rem;
  }

  .md\:gap-y-8{
    row-gap: 0.5rem;
  }

  .md\:gap-y-12{
    row-gap: 0.75rem;
  }

  .md\:gap-y-16{
    row-gap: 1rem;
  }

  .md\:gap-y-20{
    row-gap: 1.25rem;
  }

  .md\:gap-y-24{
    row-gap: 1.5rem;
  }

  .md\:gap-y-32{
    row-gap: 2rem;
  }

  .md\:gap-y-40{
    row-gap: 2.5rem;
  }

  .md\:gap-y-48{
    row-gap: 3rem;
  }

  .md\:gap-y-56{
    row-gap: 3.5rem;
  }

  .md\:gap-y-64{
    row-gap: 4rem;
  }

  .md\:gap-y-80{
    row-gap: 5rem;
  }

  .md\:gap-y-96{
    row-gap: 6rem;
  }

  .md\:gap-y-104{
    row-gap: 6.5rem;
  }

  .md\:gap-y-112{
    row-gap: 7rem;
  }

  .md\:gap-y-128{
    row-gap: 8rem;
  }

  .md\:gap-y-140{
    row-gap: 8.75rem;
  }

  .md\:gap-y-160{
    row-gap: 10rem;
  }

  .md\:gap-y-180{
    row-gap: 11.25rem;
  }

  .md\:gap-y-200{
    row-gap: 12.5rem;
  }

  .md\:gap-y-224{
    row-gap: 14rem;
  }

  .md\:gap-y-240{
    row-gap: 15rem;
  }

  .md\:gap-y-260{
    row-gap: 16.25rem;
  }

  .md\:gap-y-300{
    row-gap: 18.75rem;
  }

  .md\:-gap-y-78\%{
    row-gap: -78%;
  }

  .md\:-gap-y-80\%{
    row-gap: -80%;
  }

  .md\:-gap-y-50\%{
    row-gap: -50%;
  }

  .md\:-gap-y-35\%{
    row-gap: -35%;
  }

  .md\:-gap-y-128{
    row-gap: -8rem;
  }

  .md\:-gap-y-96{
    row-gap: -6rem;
  }

  .md\:-gap-y-64{
    row-gap: -4rem;
  }

  .md\:-gap-y-32{
    row-gap: -2rem;
  }

  .md\:-gap-y-8{
    row-gap: -0.5rem;
  }

  .md\:gap-y-5\%{
    row-gap: 5%;
  }

  .md\:gap-y-10\%{
    row-gap: 10%;
  }

  .md\:gap-y-15\%{
    row-gap: 15%;
  }

  .md\:gap-y-20\%{
    row-gap: 20%;
  }

  .md\:gap-y-25\%{
    row-gap: 25%;
  }

  .md\:gap-y-30\%{
    row-gap: 30%;
  }

  .md\:gap-y-31\%{
    row-gap: 31%;
  }

  .md\:gap-y-33\%{
    row-gap: 33.333%;
  }

  .md\:gap-y-34\%{
    row-gap: 34%;
  }

  .md\:gap-y-45\%{
    row-gap: 45%;
  }

  .md\:gap-y-50\%{
    row-gap: 50%;
  }

  .md\:gap-y-54\%{
    row-gap: 54%;
  }

  .md\:gap-y-75\%{
    row-gap: 75%;
  }

  .md\:gap-y-55\%{
    row-gap: 55%;
  }

  .md\:gap-y-65\%{
    row-gap: 65%;
  }

  .md\:gap-y-66\%{
    row-gap: 66%;
  }

  .md\:gap-y-85\%{
    row-gap: 85%;
  }

  .md\:gap-y-96\%{
    row-gap: 96%;
  }

  .md\:gap-y-130\%{
    row-gap: 130%;
  }

  .md\:gap-y-135\%{
    row-gap: 135%;
  }

  .md\:gap-y-200\%{
    row-gap: 200%;
  }

  .md\:gap-y-16\/9{
    row-gap: 56.25%;
  }

  .md\:gap-y-1\/2{
    row-gap: 50%;
  }

  .md\:gap-y-full{
    row-gap: 100%;
  }

  .md\:gap-y-span{
    row-gap: 8.333%;
  }

  .md\:gap-y-2span{
    row-gap: 16.666%;
  }

  .md\:gap-y-px{
    row-gap: 1px;
  }

  .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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-78% * var(--tw-space-x-reverse));
    margin-left: calc(-78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34% * var(--tw-space-x-reverse));
    margin-left: calc(34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(54% * var(--tw-space-x-reverse));
    margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66% * var(--tw-space-x-reverse));
    margin-left: calc(66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(130% * var(--tw-space-x-reverse));
    margin-left: calc(130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135% * var(--tw-space-x-reverse));
    margin-left: calc(135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200% * var(--tw-space-x-reverse));
    margin-left: calc(200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56.25% * var(--tw-space-x-reverse));
    margin-left: calc(56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666% * var(--tw-space-x-reverse));
    margin-left: calc(16.666% * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(78% * var(--tw-space-x-reverse));
    margin-left: calc(78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34% * var(--tw-space-x-reverse));
    margin-left: calc(-34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-54% * var(--tw-space-x-reverse));
    margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66% * var(--tw-space-x-reverse));
    margin-left: calc(-66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-130% * var(--tw-space-x-reverse));
    margin-left: calc(-130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135% * var(--tw-space-x-reverse));
    margin-left: calc(-135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200% * var(--tw-space-x-reverse));
    margin-left: calc(-200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56.25% * var(--tw-space-x-reverse));
    margin-left: calc(-56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.666% * var(--tw-space-x-reverse));
    margin-left: calc(-16.666% * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .md\:space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .md\:space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .md\:space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .md\:space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .md\:space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .md\:space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .md\:space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333% * var(--tw-space-y-reverse));
  }

  .md\:space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34% * var(--tw-space-y-reverse));
  }

  .md\:space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .md\:space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .md\:space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54% * var(--tw-space-y-reverse));
  }

  .md\:space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .md\:space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .md\:space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .md\:space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66% * var(--tw-space-y-reverse));
  }

  .md\:space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .md\:space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .md\:space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130% * var(--tw-space-y-reverse));
  }

  .md\:space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135% * var(--tw-space-y-reverse));
  }

  .md\:space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200% * var(--tw-space-y-reverse));
  }

  .md\:space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56.25% * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .md\:space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .md\:space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333% * var(--tw-space-y-reverse));
  }

  .md\:space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666% * var(--tw-space-y-reverse));
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78% * var(--tw-space-y-reverse));
  }

  .md\:-space-y--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .md\:-space-y--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .md\:-space-y--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .md\:-space-y--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.333% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56.25% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.333% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.666% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\: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-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.188rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.188rem * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.313rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.313rem * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.188rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.188rem * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.313rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.313rem * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\: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-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-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity));
  }

  .md\:divide-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-divide-opacity));
  }

  .md\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-divide-opacity));
  }

  .md\:divide-dark-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.1);
  }

  .md\:divide-dark-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.5);
  }

  .md\:divide-dark-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .md\:divide-dark-900 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.9);
  }

  .md\:divide-light-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.1);
  }

  .md\:divide-light-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.5);
  }

  .md\:divide-light-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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\: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\:self-baseline{
    align-self: baseline;
  }

  .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\: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\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .md\:overflow-clip{
    text-overflow: clip;
  }

  .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\:rounded-none{
    border-radius: 0;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:rounded-xl{
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl{
    border-radius: 1rem;
  }

  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-loader{
    border-radius: 50%;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-t-loader{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-r-loader{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-b-loader{
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-loader{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tl-loader{
    border-top-left-radius: 50%;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-tr-loader{
    border-top-right-radius: 50%;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-br-loader{
    border-bottom-right-radius: 50%;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-bl-loader{
    border-bottom-left-radius: 50%;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border-1{
    border-width: 0.0625rem;
  }

  .md\:border-2{
    border-width: 0.125rem;
  }

  .md\:border-3{
    border-width: 0.188rem;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-5{
    border-width: 0.313rem;
  }

  .md\:border-8{
    border-width: 8px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .md\:border-t-2{
    border-top-width: 0.125rem;
  }

  .md\:border-t-3{
    border-top-width: 0.188rem;
  }

  .md\:border-t-4{
    border-top-width: 4px;
  }

  .md\:border-t-5{
    border-top-width: 0.313rem;
  }

  .md\:border-t-8{
    border-top-width: 8px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-r-0{
    border-right-width: 0px;
  }

  .md\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .md\:border-r-2{
    border-right-width: 0.125rem;
  }

  .md\:border-r-3{
    border-right-width: 0.188rem;
  }

  .md\:border-r-4{
    border-right-width: 4px;
  }

  .md\:border-r-5{
    border-right-width: 0.313rem;
  }

  .md\:border-r-8{
    border-right-width: 8px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .md\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .md\:border-b-3{
    border-bottom-width: 0.188rem;
  }

  .md\:border-b-4{
    border-bottom-width: 4px;
  }

  .md\:border-b-5{
    border-bottom-width: 0.313rem;
  }

  .md\:border-b-8{
    border-bottom-width: 8px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l-0{
    border-left-width: 0px;
  }

  .md\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .md\:border-l-2{
    border-left-width: 0.125rem;
  }

  .md\:border-l-3{
    border-left-width: 0.188rem;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-l-5{
    border-left-width: 0.313rem;
  }

  .md\:border-l-8{
    border-left-width: 8px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .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-transparent{
    border-color: transparent;
  }

  .md\:border-current{
    border-color: currentColor;
  }

  .md\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .md\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .md\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .md\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .md\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .md\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .md\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .md\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .md\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .md\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .md\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-current{
    border-color: currentColor;
  }

  .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-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .group:hover .md\:group-hover\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .group:hover .md\:group-hover\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .md\:group-hover\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .group:hover .md\:group-hover\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .md\:group-hover\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .md\:group-hover\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .md\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .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-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-error:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-dark-100:focus-within{
    border-color: rgba(0,0,0,.1);
  }

  .md\:focus-within\:border-dark-500:focus-within{
    border-color: rgba(0,0,0,.5);
  }

  .md\:focus-within\:border-dark-800:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .md\:focus-within\:border-dark-900:focus-within{
    border-color: rgba(0,0,0,.9);
  }

  .md\:focus-within\:border-light-100:focus-within{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus-within\:border-light-500:focus-within{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus-within\:border-light-800:focus-within{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .md\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .md\:hover\:border-dark-100:hover{
    border-color: rgba(0,0,0,.1);
  }

  .md\:hover\:border-dark-500:hover{
    border-color: rgba(0,0,0,.5);
  }

  .md\:hover\:border-dark-800:hover{
    border-color: rgba(0,0,0,.8);
  }

  .md\:hover\:border-dark-900:hover{
    border-color: rgba(0,0,0,.9);
  }

  .md\:hover\:border-light-100:hover{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .md\:hover\:border-light-500:hover{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .md\:hover\:border-light-800:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .md\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .md\:focus\:border-dark-100:focus{
    border-color: rgba(0,0,0,.1);
  }

  .md\:focus\:border-dark-500:focus{
    border-color: rgba(0,0,0,.5);
  }

  .md\:focus\:border-dark-800:focus{
    border-color: rgba(0,0,0,.8);
  }

  .md\:focus\:border-dark-900:focus{
    border-color: rgba(0,0,0,.9);
  }

  .md\:focus\:border-light-100:focus{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:border-light-500:focus{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:border-light-800:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-current{
    background-color: currentColor;
  }

  .md\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .md\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .md\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .md\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .md\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .md\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .md\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .md\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .md\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .md\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .md\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .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-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .group:hover .md\:group-hover\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .group:hover .md\:group-hover\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .md\:group-hover\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .group:hover .md\:group-hover\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .md\:group-hover\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .md\:group-hover\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .md\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .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-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-error:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-dark-100:focus-within{
    background-color: rgba(0,0,0,.1);
  }

  .md\:focus-within\:bg-dark-500:focus-within{
    background-color: rgba(0,0,0,.5);
  }

  .md\:focus-within\:bg-dark-800:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .md\:focus-within\:bg-dark-900:focus-within{
    background-color: rgba(0,0,0,.9);
  }

  .md\:focus-within\:bg-light-100:focus-within{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus-within\:bg-light-500:focus-within{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus-within\:bg-light-800:focus-within{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-dark-100:hover{
    background-color: rgba(0,0,0,.1);
  }

  .md\:hover\:bg-dark-500:hover{
    background-color: rgba(0,0,0,.5);
  }

  .md\:hover\:bg-dark-800:hover{
    background-color: rgba(0,0,0,.8);
  }

  .md\:hover\:bg-dark-900:hover{
    background-color: rgba(0,0,0,.9);
  }

  .md\:hover\:bg-light-100:hover{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .md\:hover\:bg-light-500:hover{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .md\:hover\:bg-light-800:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .md\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-dark-100:focus{
    background-color: rgba(0,0,0,.1);
  }

  .md\:focus\:bg-dark-500:focus{
    background-color: rgba(0,0,0,.5);
  }

  .md\:focus\:bg-dark-800:focus{
    background-color: rgba(0,0,0,.8);
  }

  .md\:focus\:bg-dark-900:focus{
    background-color: rgba(0,0,0,.9);
  }

  .md\:focus\:bg-light-100:focus{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:bg-light-500:focus{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:bg-light-800:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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-none{
    background-image: none;
  }

  .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, 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(to right, 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(to bottom, 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(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-blue{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .md\:from-error{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .md\:from-gray{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:from-gray-dark{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .md\:from-dark-100{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-dark-500{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-dark-800{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-dark-900{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-light-100{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-light-500{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-light-800{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .md\:hover\:from-error:hover{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .md\:hover\:from-gray:hover{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:hover\:from-gray-dark:hover{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .md\:hover\:from-dark-100:hover{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-dark-500:hover{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-dark-800:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-dark-900:hover{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-light-100:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-light-500:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-light-800:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .md\:focus\:from-error:focus{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .md\:focus\:from-gray:focus{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:focus\:from-gray-dark:focus{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .md\:focus\:from-dark-100:focus{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-dark-500:focus{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-dark-800:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-dark-900:focus{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-light-100:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-light-500:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-light-800:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .md\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .md\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .md\:via-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-dark-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-dark-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-dark-900{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-light-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-light-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-light-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .md\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .md\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:hover\:via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .md\:hover\:via-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-dark-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-dark-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-dark-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-light-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-light-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-light-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .md\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .md\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:focus\:via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .md\:focus\:via-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-dark-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-dark-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-dark-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-light-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-light-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-light-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .md\:to-current{
    --tw-gradient-to: currentColor;
  }

  .md\:to-black{
    --tw-gradient-to: #000;
  }

  .md\:to-white{
    --tw-gradient-to: #fff;
  }

  .md\:to-blue{
    --tw-gradient-to: #0099FF;
  }

  .md\:to-error{
    --tw-gradient-to: #E62807;
  }

  .md\:to-gray{
    --tw-gradient-to: #e5e5e5;
  }

  .md\:to-gray-dark{
    --tw-gradient-to: #777676;
  }

  .md\:to-dark-100{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .md\:to-dark-500{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .md\:to-dark-800{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .md\:to-dark-900{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .md\:to-light-100{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .md\:to-light-500{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .md\:to-light-800{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .md\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF;
  }

  .md\:hover\:to-error:hover{
    --tw-gradient-to: #E62807;
  }

  .md\:hover\:to-gray:hover{
    --tw-gradient-to: #e5e5e5;
  }

  .md\:hover\:to-gray-dark:hover{
    --tw-gradient-to: #777676;
  }

  .md\:hover\:to-dark-100:hover{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .md\:hover\:to-dark-500:hover{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .md\:hover\:to-dark-800:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .md\:hover\:to-dark-900:hover{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .md\:hover\:to-light-100:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .md\:hover\:to-light-500:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .md\:hover\:to-light-800:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .md\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF;
  }

  .md\:focus\:to-error:focus{
    --tw-gradient-to: #E62807;
  }

  .md\:focus\:to-gray:focus{
    --tw-gradient-to: #e5e5e5;
  }

  .md\:focus\:to-gray-dark:focus{
    --tw-gradient-to: #777676;
  }

  .md\:focus\:to-dark-100:focus{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .md\:focus\:to-dark-500:focus{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .md\:focus\:to-dark-800:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .md\:focus\:to-dark-900:focus{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .md\:focus\:to-light-100:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:to-light-500:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:to-light-800:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .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\:bg-auto{
    background-size: auto;
  }

  .md\:bg-cover{
    background-size: cover;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .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-bottom{
    background-position: bottom;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

  .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .md\:bg-right-top{
    background-position: right top;
  }

  .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-origin-border{
    background-origin: border-box;
  }

  .md\:bg-origin-padding{
    background-origin: padding-box;
  }

  .md\:bg-origin-content{
    background-origin: content-box;
  }

  .md\:fill-current{
    fill: currentColor;
  }

  .md\:fill-transparent{
    fill: transparent;
  }

  .md\:fill-black{
    fill: #000;
  }

  .md\:fill-white{
    fill: #fff;
  }

  .md\:fill-blue{
    fill: #0099FF;
  }

  .md\:fill-error{
    fill: #E62807;
  }

  .md\:fill-gray{
    fill: #e5e5e5;
  }

  .md\:fill-gray-dark{
    fill: #777676;
  }

  .md\:fill-dark-100{
    fill: rgba(0,0,0,.1);
  }

  .md\:fill-dark-500{
    fill: rgba(0,0,0,.5);
  }

  .md\:fill-dark-800{
    fill: rgba(0,0,0,.8);
  }

  .md\:fill-dark-900{
    fill: rgba(0,0,0,.9);
  }

  .md\:fill-light-100{
    fill: rgba(255, 255, 255, 0.1);
  }

  .md\:fill-light-500{
    fill: rgba(255, 255, 255, 0.5);
  }

  .md\:fill-light-800{
    fill: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:fill-current:hover{
    fill: currentColor;
  }

  .md\:hover\:fill-transparent:hover{
    fill: transparent;
  }

  .md\:hover\:fill-black:hover{
    fill: #000;
  }

  .md\:hover\:fill-white:hover{
    fill: #fff;
  }

  .md\:hover\:fill-blue:hover{
    fill: #0099FF;
  }

  .md\:hover\:fill-error:hover{
    fill: #E62807;
  }

  .md\:hover\:fill-gray:hover{
    fill: #e5e5e5;
  }

  .md\:hover\:fill-gray-dark:hover{
    fill: #777676;
  }

  .md\:hover\:fill-dark-100:hover{
    fill: rgba(0,0,0,.1);
  }

  .md\:hover\:fill-dark-500:hover{
    fill: rgba(0,0,0,.5);
  }

  .md\:hover\:fill-dark-800:hover{
    fill: rgba(0,0,0,.8);
  }

  .md\:hover\:fill-dark-900:hover{
    fill: rgba(0,0,0,.9);
  }

  .md\:hover\:fill-light-100:hover{
    fill: rgba(255, 255, 255, 0.1);
  }

  .md\:hover\:fill-light-500:hover{
    fill: rgba(255, 255, 255, 0.5);
  }

  .md\:hover\:fill-light-800:hover{
    fill: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:fill-current:focus{
    fill: currentColor;
  }

  .md\:focus\:fill-transparent:focus{
    fill: transparent;
  }

  .md\:focus\:fill-black:focus{
    fill: #000;
  }

  .md\:focus\:fill-white:focus{
    fill: #fff;
  }

  .md\:focus\:fill-blue:focus{
    fill: #0099FF;
  }

  .md\:focus\:fill-error:focus{
    fill: #E62807;
  }

  .md\:focus\:fill-gray:focus{
    fill: #e5e5e5;
  }

  .md\:focus\:fill-gray-dark:focus{
    fill: #777676;
  }

  .md\:focus\:fill-dark-100:focus{
    fill: rgba(0,0,0,.1);
  }

  .md\:focus\:fill-dark-500:focus{
    fill: rgba(0,0,0,.5);
  }

  .md\:focus\:fill-dark-800:focus{
    fill: rgba(0,0,0,.8);
  }

  .md\:focus\:fill-dark-900:focus{
    fill: rgba(0,0,0,.9);
  }

  .md\:focus\:fill-light-100:focus{
    fill: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:fill-light-500:focus{
    fill: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:fill-light-800:focus{
    fill: rgba(255, 255, 255, 0.8);
  }

  .md\:stroke-current{
    stroke: currentColor;
  }

  .md\:stroke-0{
    stroke-width: 0;
  }

  .md\:stroke-1{
    stroke-width: 1;
  }

  .md\:stroke-2{
    stroke-width: 2;
  }

  .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\:p-0{
    padding: 0;
  }

  .md\:p-4{
    padding: 0.25rem;
  }

  .md\:p-8{
    padding: 0.5rem;
  }

  .md\:p-12{
    padding: 0.75rem;
  }

  .md\:p-16{
    padding: 1rem;
  }

  .md\:p-20{
    padding: 1.25rem;
  }

  .md\:p-24{
    padding: 1.5rem;
  }

  .md\:p-32{
    padding: 2rem;
  }

  .md\:p-40{
    padding: 2.5rem;
  }

  .md\:p-48{
    padding: 3rem;
  }

  .md\:p-56{
    padding: 3.5rem;
  }

  .md\:p-64{
    padding: 4rem;
  }

  .md\:p-80{
    padding: 5rem;
  }

  .md\:p-96{
    padding: 6rem;
  }

  .md\:p-104{
    padding: 6.5rem;
  }

  .md\:p-112{
    padding: 7rem;
  }

  .md\:p-128{
    padding: 8rem;
  }

  .md\:p-140{
    padding: 8.75rem;
  }

  .md\:p-156{
    padding: 9.5rem;
  }

  .md\:p-160{
    padding: 10rem;
  }

  .md\:p-180{
    padding: 11.25rem;
  }

  .md\:p-200{
    padding: 12.5rem;
  }

  .md\:p-224{
    padding: 14rem;
  }

  .md\:p-240{
    padding: 15rem;
  }

  .md\:p-260{
    padding: 16.25rem;
  }

  .md\:p-300{
    padding: 18.75rem;
  }

  .md\:-p-78\%{
    padding: -78%;
  }

  .md\:-p-80\%{
    padding: -80%;
  }

  .md\:-p-50\%{
    padding: -50%;
  }

  .md\:-p-35\%{
    padding: -35%;
  }

  .md\:-p-128{
    padding: -8rem;
  }

  .md\:-p-96{
    padding: -6rem;
  }

  .md\:-p-64{
    padding: -4rem;
  }

  .md\:-p-32{
    padding: -2rem;
  }

  .md\:-p-8{
    padding: -0.5rem;
  }

  .md\:p-5\%{
    padding: 5%;
  }

  .md\:p-10\%{
    padding: 10%;
  }

  .md\:p-15\%{
    padding: 15%;
  }

  .md\:p-20\%{
    padding: 20%;
  }

  .md\:p-25\%{
    padding: 25%;
  }

  .md\:p-30\%{
    padding: 30%;
  }

  .md\:p-31\%{
    padding: 31%;
  }

  .md\:p-33\%{
    padding: 33.333%;
  }

  .md\:p-34\%{
    padding: 34%;
  }

  .md\:p-45\%{
    padding: 45%;
  }

  .md\:p-50\%{
    padding: 50%;
  }

  .md\:p-54\%{
    padding: 54%;
  }

  .md\:p-75\%{
    padding: 75%;
  }

  .md\:p-55\%{
    padding: 55%;
  }

  .md\:p-65\%{
    padding: 65%;
  }

  .md\:p-66\%{
    padding: 66%;
  }

  .md\:p-85\%{
    padding: 85%;
  }

  .md\:p-96\%{
    padding: 96%;
  }

  .md\:p-130\%{
    padding: 130%;
  }

  .md\:p-135\%{
    padding: 135%;
  }

  .md\:p-200\%{
    padding: 200%;
  }

  .md\:p-16\/9{
    padding: 56.25%;
  }

  .md\:p-1\/2{
    padding: 50%;
  }

  .md\:p-full{
    padding: 100%;
  }

  .md\:p-span{
    padding: 8.333%;
  }

  .md\:p-2span{
    padding: 16.666%;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:p-3\.125rem{
    padding: 3.125rem;
  }

  .md\:p-3\.375rem{
    padding: 3.375rem;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-96{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-104{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:px-112{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-128{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .md\:px-156{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .md\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .md\:px-224{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-240{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-260{
    padding-left: 16.25rem;
    padding-right: 16.25rem;
  }

  .md\:px-300{
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:-px-78\%{
    padding-left: -78%;
    padding-right: -78%;
  }

  .md\:-px-80\%{
    padding-left: -80%;
    padding-right: -80%;
  }

  .md\:-px-50\%{
    padding-left: -50%;
    padding-right: -50%;
  }

  .md\:-px-35\%{
    padding-left: -35%;
    padding-right: -35%;
  }

  .md\:-px-128{
    padding-left: -8rem;
    padding-right: -8rem;
  }

  .md\:-px-96{
    padding-left: -6rem;
    padding-right: -6rem;
  }

  .md\:-px-64{
    padding-left: -4rem;
    padding-right: -4rem;
  }

  .md\:-px-32{
    padding-left: -2rem;
    padding-right: -2rem;
  }

  .md\:-px-8{
    padding-left: -0.5rem;
    padding-right: -0.5rem;
  }

  .md\:px-5\%{
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:px-10\%{
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:px-15\%{
    padding-left: 15%;
    padding-right: 15%;
  }

  .md\:px-20\%{
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:px-25\%{
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:px-30\%{
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:px-31\%{
    padding-left: 31%;
    padding-right: 31%;
  }

  .md\:px-33\%{
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .md\:px-34\%{
    padding-left: 34%;
    padding-right: 34%;
  }

  .md\:px-45\%{
    padding-left: 45%;
    padding-right: 45%;
  }

  .md\:px-50\%{
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:px-54\%{
    padding-left: 54%;
    padding-right: 54%;
  }

  .md\:px-75\%{
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:px-55\%{
    padding-left: 55%;
    padding-right: 55%;
  }

  .md\:px-65\%{
    padding-left: 65%;
    padding-right: 65%;
  }

  .md\:px-66\%{
    padding-left: 66%;
    padding-right: 66%;
  }

  .md\:px-85\%{
    padding-left: 85%;
    padding-right: 85%;
  }

  .md\:px-96\%{
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:px-130\%{
    padding-left: 130%;
    padding-right: 130%;
  }

  .md\:px-135\%{
    padding-left: 135%;
    padding-right: 135%;
  }

  .md\:px-200\%{
    padding-left: 200%;
    padding-right: 200%;
  }

  .md\:px-16\/9{
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .md\:px-1\/2{
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:px-span{
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .md\:px-2span{
    padding-left: 16.666%;
    padding-right: 16.666%;
  }

  .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:px-3\.125rem{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:px-3\.375rem{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-96{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-104{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:py-112{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-128{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .md\:py-156{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .md\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .md\:py-224{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-240{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-260{
    padding-top: 16.25rem;
    padding-bottom: 16.25rem;
  }

  .md\:py-300{
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:-py-78\%{
    padding-top: -78%;
    padding-bottom: -78%;
  }

  .md\:-py-80\%{
    padding-top: -80%;
    padding-bottom: -80%;
  }

  .md\:-py-50\%{
    padding-top: -50%;
    padding-bottom: -50%;
  }

  .md\:-py-35\%{
    padding-top: -35%;
    padding-bottom: -35%;
  }

  .md\:-py-128{
    padding-top: -8rem;
    padding-bottom: -8rem;
  }

  .md\:-py-96{
    padding-top: -6rem;
    padding-bottom: -6rem;
  }

  .md\:-py-64{
    padding-top: -4rem;
    padding-bottom: -4rem;
  }

  .md\:-py-32{
    padding-top: -2rem;
    padding-bottom: -2rem;
  }

  .md\:-py-8{
    padding-top: -0.5rem;
    padding-bottom: -0.5rem;
  }

  .md\:py-5\%{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:py-10\%{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:py-15\%{
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .md\:py-20\%{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:py-25\%{
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:py-30\%{
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:py-31\%{
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .md\:py-33\%{
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .md\:py-34\%{
    padding-top: 34%;
    padding-bottom: 34%;
  }

  .md\:py-45\%{
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .md\:py-50\%{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:py-54\%{
    padding-top: 54%;
    padding-bottom: 54%;
  }

  .md\:py-75\%{
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:py-55\%{
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .md\:py-65\%{
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .md\:py-66\%{
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .md\:py-85\%{
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .md\:py-96\%{
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:py-130\%{
    padding-top: 130%;
    padding-bottom: 130%;
  }

  .md\:py-135\%{
    padding-top: 135%;
    padding-bottom: 135%;
  }

  .md\:py-200\%{
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .md\:py-16\/9{
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .md\:py-1\/2{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:py-span{
    padding-top: 8.333%;
    padding-bottom: 8.333%;
  }

  .md\:py-2span{
    padding-top: 16.666%;
    padding-bottom: 16.666%;
  }

  .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:py-3\.125rem{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:py-3\.375rem{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .md\:pt-0{
    padding-top: 0;
  }

  .md\:pt-4{
    padding-top: 0.25rem;
  }

  .md\:pt-8{
    padding-top: 0.5rem;
  }

  .md\:pt-12{
    padding-top: 0.75rem;
  }

  .md\:pt-16{
    padding-top: 1rem;
  }

  .md\:pt-20{
    padding-top: 1.25rem;
  }

  .md\:pt-24{
    padding-top: 1.5rem;
  }

  .md\:pt-32{
    padding-top: 2rem;
  }

  .md\:pt-40{
    padding-top: 2.5rem;
  }

  .md\:pt-48{
    padding-top: 3rem;
  }

  .md\:pt-56{
    padding-top: 3.5rem;
  }

  .md\:pt-64{
    padding-top: 4rem;
  }

  .md\:pt-80{
    padding-top: 5rem;
  }

  .md\:pt-96{
    padding-top: 6rem;
  }

  .md\:pt-104{
    padding-top: 6.5rem;
  }

  .md\:pt-112{
    padding-top: 7rem;
  }

  .md\:pt-128{
    padding-top: 8rem;
  }

  .md\:pt-140{
    padding-top: 8.75rem;
  }

  .md\:pt-156{
    padding-top: 9.5rem;
  }

  .md\:pt-160{
    padding-top: 10rem;
  }

  .md\:pt-180{
    padding-top: 11.25rem;
  }

  .md\:pt-200{
    padding-top: 12.5rem;
  }

  .md\:pt-224{
    padding-top: 14rem;
  }

  .md\:pt-240{
    padding-top: 15rem;
  }

  .md\:pt-260{
    padding-top: 16.25rem;
  }

  .md\:pt-300{
    padding-top: 18.75rem;
  }

  .md\:-pt-78\%{
    padding-top: -78%;
  }

  .md\:-pt-80\%{
    padding-top: -80%;
  }

  .md\:-pt-50\%{
    padding-top: -50%;
  }

  .md\:-pt-35\%{
    padding-top: -35%;
  }

  .md\:-pt-128{
    padding-top: -8rem;
  }

  .md\:-pt-96{
    padding-top: -6rem;
  }

  .md\:-pt-64{
    padding-top: -4rem;
  }

  .md\:-pt-32{
    padding-top: -2rem;
  }

  .md\:-pt-8{
    padding-top: -0.5rem;
  }

  .md\:pt-5\%{
    padding-top: 5%;
  }

  .md\:pt-10\%{
    padding-top: 10%;
  }

  .md\:pt-15\%{
    padding-top: 15%;
  }

  .md\:pt-20\%{
    padding-top: 20%;
  }

  .md\:pt-25\%{
    padding-top: 25%;
  }

  .md\:pt-30\%{
    padding-top: 30%;
  }

  .md\:pt-31\%{
    padding-top: 31%;
  }

  .md\:pt-33\%{
    padding-top: 33.333%;
  }

  .md\:pt-34\%{
    padding-top: 34%;
  }

  .md\:pt-45\%{
    padding-top: 45%;
  }

  .md\:pt-50\%{
    padding-top: 50%;
  }

  .md\:pt-54\%{
    padding-top: 54%;
  }

  .md\:pt-75\%{
    padding-top: 75%;
  }

  .md\:pt-55\%{
    padding-top: 55%;
  }

  .md\:pt-65\%{
    padding-top: 65%;
  }

  .md\:pt-66\%{
    padding-top: 66%;
  }

  .md\:pt-85\%{
    padding-top: 85%;
  }

  .md\:pt-96\%{
    padding-top: 96%;
  }

  .md\:pt-130\%{
    padding-top: 130%;
  }

  .md\:pt-135\%{
    padding-top: 135%;
  }

  .md\:pt-200\%{
    padding-top: 200%;
  }

  .md\:pt-16\/9{
    padding-top: 56.25%;
  }

  .md\:pt-1\/2{
    padding-top: 50%;
  }

  .md\:pt-full{
    padding-top: 100%;
  }

  .md\:pt-span{
    padding-top: 8.333%;
  }

  .md\:pt-2span{
    padding-top: 16.666%;
  }

  .md\:pt-px{
    padding-top: 1px;
  }

  .md\:pt-3\.125rem{
    padding-top: 3.125rem;
  }

  .md\:pt-3\.375rem{
    padding-top: 3.375rem;
  }

  .md\:pr-0{
    padding-right: 0;
  }

  .md\:pr-4{
    padding-right: 0.25rem;
  }

  .md\:pr-8{
    padding-right: 0.5rem;
  }

  .md\:pr-12{
    padding-right: 0.75rem;
  }

  .md\:pr-16{
    padding-right: 1rem;
  }

  .md\:pr-20{
    padding-right: 1.25rem;
  }

  .md\:pr-24{
    padding-right: 1.5rem;
  }

  .md\:pr-32{
    padding-right: 2rem;
  }

  .md\:pr-40{
    padding-right: 2.5rem;
  }

  .md\:pr-48{
    padding-right: 3rem;
  }

  .md\:pr-56{
    padding-right: 3.5rem;
  }

  .md\:pr-64{
    padding-right: 4rem;
  }

  .md\:pr-80{
    padding-right: 5rem;
  }

  .md\:pr-96{
    padding-right: 6rem;
  }

  .md\:pr-104{
    padding-right: 6.5rem;
  }

  .md\:pr-112{
    padding-right: 7rem;
  }

  .md\:pr-128{
    padding-right: 8rem;
  }

  .md\:pr-140{
    padding-right: 8.75rem;
  }

  .md\:pr-156{
    padding-right: 9.5rem;
  }

  .md\:pr-160{
    padding-right: 10rem;
  }

  .md\:pr-180{
    padding-right: 11.25rem;
  }

  .md\:pr-200{
    padding-right: 12.5rem;
  }

  .md\:pr-224{
    padding-right: 14rem;
  }

  .md\:pr-240{
    padding-right: 15rem;
  }

  .md\:pr-260{
    padding-right: 16.25rem;
  }

  .md\:pr-300{
    padding-right: 18.75rem;
  }

  .md\:-pr-78\%{
    padding-right: -78%;
  }

  .md\:-pr-80\%{
    padding-right: -80%;
  }

  .md\:-pr-50\%{
    padding-right: -50%;
  }

  .md\:-pr-35\%{
    padding-right: -35%;
  }

  .md\:-pr-128{
    padding-right: -8rem;
  }

  .md\:-pr-96{
    padding-right: -6rem;
  }

  .md\:-pr-64{
    padding-right: -4rem;
  }

  .md\:-pr-32{
    padding-right: -2rem;
  }

  .md\:-pr-8{
    padding-right: -0.5rem;
  }

  .md\:pr-5\%{
    padding-right: 5%;
  }

  .md\:pr-10\%{
    padding-right: 10%;
  }

  .md\:pr-15\%{
    padding-right: 15%;
  }

  .md\:pr-20\%{
    padding-right: 20%;
  }

  .md\:pr-25\%{
    padding-right: 25%;
  }

  .md\:pr-30\%{
    padding-right: 30%;
  }

  .md\:pr-31\%{
    padding-right: 31%;
  }

  .md\:pr-33\%{
    padding-right: 33.333%;
  }

  .md\:pr-34\%{
    padding-right: 34%;
  }

  .md\:pr-45\%{
    padding-right: 45%;
  }

  .md\:pr-50\%{
    padding-right: 50%;
  }

  .md\:pr-54\%{
    padding-right: 54%;
  }

  .md\:pr-75\%{
    padding-right: 75%;
  }

  .md\:pr-55\%{
    padding-right: 55%;
  }

  .md\:pr-65\%{
    padding-right: 65%;
  }

  .md\:pr-66\%{
    padding-right: 66%;
  }

  .md\:pr-85\%{
    padding-right: 85%;
  }

  .md\:pr-96\%{
    padding-right: 96%;
  }

  .md\:pr-130\%{
    padding-right: 130%;
  }

  .md\:pr-135\%{
    padding-right: 135%;
  }

  .md\:pr-200\%{
    padding-right: 200%;
  }

  .md\:pr-16\/9{
    padding-right: 56.25%;
  }

  .md\:pr-1\/2{
    padding-right: 50%;
  }

  .md\:pr-full{
    padding-right: 100%;
  }

  .md\:pr-span{
    padding-right: 8.333%;
  }

  .md\:pr-2span{
    padding-right: 16.666%;
  }

  .md\:pr-px{
    padding-right: 1px;
  }

  .md\:pr-3\.125rem{
    padding-right: 3.125rem;
  }

  .md\:pr-3\.375rem{
    padding-right: 3.375rem;
  }

  .md\:pb-0{
    padding-bottom: 0;
  }

  .md\:pb-4{
    padding-bottom: 0.25rem;
  }

  .md\:pb-8{
    padding-bottom: 0.5rem;
  }

  .md\:pb-12{
    padding-bottom: 0.75rem;
  }

  .md\:pb-16{
    padding-bottom: 1rem;
  }

  .md\:pb-20{
    padding-bottom: 1.25rem;
  }

  .md\:pb-24{
    padding-bottom: 1.5rem;
  }

  .md\:pb-32{
    padding-bottom: 2rem;
  }

  .md\:pb-40{
    padding-bottom: 2.5rem;
  }

  .md\:pb-48{
    padding-bottom: 3rem;
  }

  .md\:pb-56{
    padding-bottom: 3.5rem;
  }

  .md\:pb-64{
    padding-bottom: 4rem;
  }

  .md\:pb-80{
    padding-bottom: 5rem;
  }

  .md\:pb-96{
    padding-bottom: 6rem;
  }

  .md\:pb-104{
    padding-bottom: 6.5rem;
  }

  .md\:pb-112{
    padding-bottom: 7rem;
  }

  .md\:pb-128{
    padding-bottom: 8rem;
  }

  .md\:pb-140{
    padding-bottom: 8.75rem;
  }

  .md\:pb-156{
    padding-bottom: 9.5rem;
  }

  .md\:pb-160{
    padding-bottom: 10rem;
  }

  .md\:pb-180{
    padding-bottom: 11.25rem;
  }

  .md\:pb-200{
    padding-bottom: 12.5rem;
  }

  .md\:pb-224{
    padding-bottom: 14rem;
  }

  .md\:pb-240{
    padding-bottom: 15rem;
  }

  .md\:pb-260{
    padding-bottom: 16.25rem;
  }

  .md\:pb-300{
    padding-bottom: 18.75rem;
  }

  .md\:-pb-78\%{
    padding-bottom: -78%;
  }

  .md\:-pb-80\%{
    padding-bottom: -80%;
  }

  .md\:-pb-50\%{
    padding-bottom: -50%;
  }

  .md\:-pb-35\%{
    padding-bottom: -35%;
  }

  .md\:-pb-128{
    padding-bottom: -8rem;
  }

  .md\:-pb-96{
    padding-bottom: -6rem;
  }

  .md\:-pb-64{
    padding-bottom: -4rem;
  }

  .md\:-pb-32{
    padding-bottom: -2rem;
  }

  .md\:-pb-8{
    padding-bottom: -0.5rem;
  }

  .md\:pb-5\%{
    padding-bottom: 5%;
  }

  .md\:pb-10\%{
    padding-bottom: 10%;
  }

  .md\:pb-15\%{
    padding-bottom: 15%;
  }

  .md\:pb-20\%{
    padding-bottom: 20%;
  }

  .md\:pb-25\%{
    padding-bottom: 25%;
  }

  .md\:pb-30\%{
    padding-bottom: 30%;
  }

  .md\:pb-31\%{
    padding-bottom: 31%;
  }

  .md\:pb-33\%{
    padding-bottom: 33.333%;
  }

  .md\:pb-34\%{
    padding-bottom: 34%;
  }

  .md\:pb-45\%{
    padding-bottom: 45%;
  }

  .md\:pb-50\%{
    padding-bottom: 50%;
  }

  .md\:pb-54\%{
    padding-bottom: 54%;
  }

  .md\:pb-75\%{
    padding-bottom: 75%;
  }

  .md\:pb-55\%{
    padding-bottom: 55%;
  }

  .md\:pb-65\%{
    padding-bottom: 65%;
  }

  .md\:pb-66\%{
    padding-bottom: 66%;
  }

  .md\:pb-85\%{
    padding-bottom: 85%;
  }

  .md\:pb-96\%{
    padding-bottom: 96%;
  }

  .md\:pb-130\%{
    padding-bottom: 130%;
  }

  .md\:pb-135\%{
    padding-bottom: 135%;
  }

  .md\:pb-200\%{
    padding-bottom: 200%;
  }

  .md\:pb-16\/9{
    padding-bottom: 56.25%;
  }

  .md\:pb-1\/2{
    padding-bottom: 50%;
  }

  .md\:pb-full{
    padding-bottom: 100%;
  }

  .md\:pb-span{
    padding-bottom: 8.333%;
  }

  .md\:pb-2span{
    padding-bottom: 16.666%;
  }

  .md\:pb-px{
    padding-bottom: 1px;
  }

  .md\:pb-3\.125rem{
    padding-bottom: 3.125rem;
  }

  .md\:pb-3\.375rem{
    padding-bottom: 3.375rem;
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pl-4{
    padding-left: 0.25rem;
  }

  .md\:pl-8{
    padding-left: 0.5rem;
  }

  .md\:pl-12{
    padding-left: 0.75rem;
  }

  .md\:pl-16{
    padding-left: 1rem;
  }

  .md\:pl-20{
    padding-left: 1.25rem;
  }

  .md\:pl-24{
    padding-left: 1.5rem;
  }

  .md\:pl-32{
    padding-left: 2rem;
  }

  .md\:pl-40{
    padding-left: 2.5rem;
  }

  .md\:pl-48{
    padding-left: 3rem;
  }

  .md\:pl-56{
    padding-left: 3.5rem;
  }

  .md\:pl-64{
    padding-left: 4rem;
  }

  .md\:pl-80{
    padding-left: 5rem;
  }

  .md\:pl-96{
    padding-left: 6rem;
  }

  .md\:pl-104{
    padding-left: 6.5rem;
  }

  .md\:pl-112{
    padding-left: 7rem;
  }

  .md\:pl-128{
    padding-left: 8rem;
  }

  .md\:pl-140{
    padding-left: 8.75rem;
  }

  .md\:pl-156{
    padding-left: 9.5rem;
  }

  .md\:pl-160{
    padding-left: 10rem;
  }

  .md\:pl-180{
    padding-left: 11.25rem;
  }

  .md\:pl-200{
    padding-left: 12.5rem;
  }

  .md\:pl-224{
    padding-left: 14rem;
  }

  .md\:pl-240{
    padding-left: 15rem;
  }

  .md\:pl-260{
    padding-left: 16.25rem;
  }

  .md\:pl-300{
    padding-left: 18.75rem;
  }

  .md\:-pl-78\%{
    padding-left: -78%;
  }

  .md\:-pl-80\%{
    padding-left: -80%;
  }

  .md\:-pl-50\%{
    padding-left: -50%;
  }

  .md\:-pl-35\%{
    padding-left: -35%;
  }

  .md\:-pl-128{
    padding-left: -8rem;
  }

  .md\:-pl-96{
    padding-left: -6rem;
  }

  .md\:-pl-64{
    padding-left: -4rem;
  }

  .md\:-pl-32{
    padding-left: -2rem;
  }

  .md\:-pl-8{
    padding-left: -0.5rem;
  }

  .md\:pl-5\%{
    padding-left: 5%;
  }

  .md\:pl-10\%{
    padding-left: 10%;
  }

  .md\:pl-15\%{
    padding-left: 15%;
  }

  .md\:pl-20\%{
    padding-left: 20%;
  }

  .md\:pl-25\%{
    padding-left: 25%;
  }

  .md\:pl-30\%{
    padding-left: 30%;
  }

  .md\:pl-31\%{
    padding-left: 31%;
  }

  .md\:pl-33\%{
    padding-left: 33.333%;
  }

  .md\:pl-34\%{
    padding-left: 34%;
  }

  .md\:pl-45\%{
    padding-left: 45%;
  }

  .md\:pl-50\%{
    padding-left: 50%;
  }

  .md\:pl-54\%{
    padding-left: 54%;
  }

  .md\:pl-75\%{
    padding-left: 75%;
  }

  .md\:pl-55\%{
    padding-left: 55%;
  }

  .md\:pl-65\%{
    padding-left: 65%;
  }

  .md\:pl-66\%{
    padding-left: 66%;
  }

  .md\:pl-85\%{
    padding-left: 85%;
  }

  .md\:pl-96\%{
    padding-left: 96%;
  }

  .md\:pl-130\%{
    padding-left: 130%;
  }

  .md\:pl-135\%{
    padding-left: 135%;
  }

  .md\:pl-200\%{
    padding-left: 200%;
  }

  .md\:pl-16\/9{
    padding-left: 56.25%;
  }

  .md\:pl-1\/2{
    padding-left: 50%;
  }

  .md\:pl-full{
    padding-left: 100%;
  }

  .md\:pl-span{
    padding-left: 8.333%;
  }

  .md\:pl-2span{
    padding-left: 16.666%;
  }

  .md\:pl-px{
    padding-left: 1px;
  }

  .md\:pl-3\.125rem{
    padding-left: 3.125rem;
  }

  .md\:pl-3\.375rem{
    padding-left: 3.375rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:font-proxima{
    font-family: Proxima Nova W01 Regular, sans-serif;
  }

  .md\:font-proximaSemi{
    font-family: Proxima Nova W01 Semibold, sans-serif;
  }

  .md\:font-proximaBold{
    font-family: Proxima Nova W01 Bold, sans-serif;
  }

  .md\:text-xxs{
    font-size: 0.625rem;
  }

  .md\:text-xs{
    font-size: 0.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
  }

  .md\:text-base{
    font-size: 1rem;
  }

  .md\:text-md{
    font-size: 1.125rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
  }

  .md\:text-2base{
    font-size: 2rem;
  }

  .md\:text-3xl{
    font-size: 2.5rem;
  }

  .md\:text-4xl{
    font-size: 3rem;
  }

  .md\:text-5xl{
    font-size: 4.56rem;
  }

  .md\:text-6xl{
    font-size: 6.25rem;
  }

  .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\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

  .md\:normal-case{
    text-transform: none;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\: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\:leading-none{
    line-height: 1;
  }

  .md\:leading-base{
    line-height: 1.5rem;
  }

  .md\:leading-xxs{
    line-height: 0.75rem;
  }

  .md\:leading-xs{
    line-height: 0.875rem;
  }

  .md\:leading-sm{
    line-height: 1.063rem;
  }

  .md\:leading-md{
    line-height: 1.5rem;
  }

  .md\:leading-lg{
    line-height: 1rem;
  }

  .md\:leading-xl{
    line-height: 1.5rem;
  }

  .md\:leading-2xl{
    line-height: 2rem;
  }

  .md\:leading-3xl{
    line-height: 3rem;
  }

  .md\:leading-4xl{
    line-height: 3.5rem;
  }

  .md\:leading-5xl{
    line-height: 5rem;
  }

  .md\:tracking-2{
    letter-spacing: 0.125rem;
  }

  .md\:tracking-normal{
    letter-spacing: 0;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:text-current{
    color: currentColor;
  }

  .md\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .md\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .md\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .md\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .md\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .md\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .md\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .md\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .md\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current{
    color: currentColor;
  }

  .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-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .group:hover .md\:group-hover\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .group:hover .md\:group-hover\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .group:hover .md\:group-hover\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .group:hover .md\:group-hover\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .md\:group-hover\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .md\:group-hover\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .md\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .md\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-error:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-dark-100:focus-within{
    color: rgba(0,0,0,.1);
  }

  .md\:focus-within\:text-dark-500:focus-within{
    color: rgba(0,0,0,.5);
  }

  .md\:focus-within\:text-dark-800:focus-within{
    color: rgba(0,0,0,.8);
  }

  .md\:focus-within\:text-dark-900:focus-within{
    color: rgba(0,0,0,.9);
  }

  .md\:focus-within\:text-light-100:focus-within{
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus-within\:text-light-500:focus-within{
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus-within\:text-light-800:focus-within{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-current:hover{
    color: currentColor;
  }

  .md\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-error:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .md\:hover\:text-dark-100:hover{
    color: rgba(0,0,0,.1);
  }

  .md\:hover\:text-dark-500:hover{
    color: rgba(0,0,0,.5);
  }

  .md\:hover\:text-dark-800:hover{
    color: rgba(0,0,0,.8);
  }

  .md\:hover\:text-dark-900:hover{
    color: rgba(0,0,0,.9);
  }

  .md\:hover\:text-light-100:hover{
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:hover\:text-light-500:hover{
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:hover\:text-light-800:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-current:focus{
    color: currentColor;
  }

  .md\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-error:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .md\:focus\:text-dark-100:focus{
    color: rgba(0,0,0,.1);
  }

  .md\:focus\:text-dark-500:focus{
    color: rgba(0,0,0,.5);
  }

  .md\:focus\:text-dark-800:focus{
    color: rgba(0,0,0,.8);
  }

  .md\:focus\:text-dark-900:focus{
    color: rgba(0,0,0,.9);
  }

  .md\:focus\:text-light-100:focus{
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:text-light-500:focus{
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:text-light-800:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  .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-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-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-dark-100:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .md\:placeholder-dark-100::placeholder{
    color: rgba(0,0,0,.1);
  }

  .md\:placeholder-dark-500:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .md\:placeholder-dark-500::placeholder{
    color: rgba(0,0,0,.5);
  }

  .md\:placeholder-dark-800:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .md\:placeholder-dark-800::placeholder{
    color: rgba(0,0,0,.8);
  }

  .md\:placeholder-dark-900:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .md\:placeholder-dark-900::placeholder{
    color: rgba(0,0,0,.9);
  }

  .md\:placeholder-light-100:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:placeholder-light-100::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:placeholder-light-500:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:placeholder-light-500::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:placeholder-light-800:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:placeholder-light-800::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .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-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-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-dark-100:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .md\:focus\:placeholder-dark-100:focus::placeholder{
    color: rgba(0,0,0,.1);
  }

  .md\:focus\:placeholder-dark-500:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .md\:focus\:placeholder-dark-500:focus::placeholder{
    color: rgba(0,0,0,.5);
  }

  .md\:focus\:placeholder-dark-800:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .md\:focus\:placeholder-dark-800:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .md\:focus\:placeholder-dark-900:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .md\:focus\:placeholder-dark-900:focus::placeholder{
    color: rgba(0,0,0,.9);
  }

  .md\:focus\:placeholder-light-100:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:placeholder-light-100:focus::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:placeholder-light-500:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:placeholder-light-500:focus::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:placeholder-light-800:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:placeholder-light-800:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .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:-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:-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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .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:-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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-5{
    opacity: 0.05;
  }

  .md\:opacity-10{
    opacity: 0.10;
  }

  .md\:opacity-20{
    opacity: 0.2;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-30{
    opacity: 0.3;
  }

  .md\:opacity-40{
    opacity: 0.4;
  }

  .md\:opacity-50{
    opacity: 0.50;
  }

  .md\:opacity-60{
    opacity: 0.6;
  }

  .md\:opacity-70{
    opacity: 0.7;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-80{
    opacity: 0.80;
  }

  .md\:opacity-90{
    opacity: 0.9;
  }

  .md\:opacity-95{
    opacity: 0.95;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.10;
  }

  .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .md\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.50;
  }

  .group:hover .md\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .md\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80{
    opacity: 0.80;
  }

  .group:hover .md\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .md\:group-hover\:opacity-95{
    opacity: 0.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: 0.05;
  }

  .md\:focus-within\:opacity-10:focus-within{
    opacity: 0.10;
  }

  .md\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-50:focus-within{
    opacity: 0.50;
  }

  .md\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-80:focus-within{
    opacity: 0.80;
  }

  .md\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .md\:hover\:opacity-10:hover{
    opacity: 0.10;
  }

  .md\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.50;
  }

  .md\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.80;
  }

  .md\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .md\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .md\:focus\:opacity-10:focus{
    opacity: 0.10;
  }

  .md\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.50;
  }

  .md\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.80;
  }

  .md\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .md\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .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\: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\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-default:hover{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-default:focus{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black{
    outline: 2px dotted black;
    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 white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .md\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .md\:ring-current{
    --tw-ring-color: currentColor;
  }

  .md\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .md\:ring-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .md\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .md\:ring-dark-100{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .md\:ring-dark-500{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .md\:ring-dark-800{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .md\:ring-dark-900{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .md\:ring-light-100{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .md\:ring-light-500{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .md\:ring-light-800{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .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-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-dark-100:focus-within{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .md\:focus-within\:ring-dark-500:focus-within{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .md\:focus-within\:ring-dark-800:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .md\:focus-within\:ring-dark-900:focus-within{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .md\:focus-within\:ring-light-100:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus-within\:ring-light-500:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus-within\:ring-light-800:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .md\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-dark-100:focus{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .md\:focus\:ring-dark-500:focus{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .md\:focus\:ring-dark-800:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .md\:focus\:ring-dark-900:focus{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .md\:focus\:ring-light-100:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:ring-light-500:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:ring-light-800:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .md\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .md\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF;
  }

  .md\:ring-offset-error{
    --tw-ring-offset-color: #E62807;
  }

  .md\:ring-offset-gray{
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:ring-offset-gray-dark{
    --tw-ring-offset-color: #777676;
  }

  .md\:ring-offset-dark-100{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .md\:ring-offset-dark-500{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .md\:ring-offset-dark-800{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .md\:ring-offset-dark-900{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .md\:ring-offset-light-100{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .md\:ring-offset-light-500{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .md\:ring-offset-light-800{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .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-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF;
  }

  .md\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: #E62807;
  }

  .md\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:focus-within\:ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #777676;
  }

  .md\:focus-within\:ring-offset-dark-100:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .md\:focus-within\:ring-offset-dark-500:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .md\:focus-within\:ring-offset-dark-800:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .md\:focus-within\:ring-offset-dark-900:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .md\:focus-within\:ring-offset-light-100:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus-within\:ring-offset-light-500:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus-within\:ring-offset-light-800:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF;
  }

  .md\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: #E62807;
  }

  .md\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:focus\:ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #777676;
  }

  .md\:focus\:ring-offset-dark-100:focus{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .md\:focus\:ring-offset-dark-500:focus{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .md\:focus\:ring-offset-dark-800:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .md\:focus\:ring-offset-dark-900:focus{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .md\:focus\:ring-offset-light-100:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:ring-offset-light-500:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:ring-offset-light-800:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .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-none{
    --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 #0000);
  }

  .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,/*!*/ /*!*/);
    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{
    backdrop-filter: none;
  }

  .md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .md\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .md\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .md\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .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-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .md\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .md\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.10);
  }

  .md\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .md\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .md\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.50);
  }

  .md\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .md\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .md\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.80);
  }

  .md\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .md\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .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\:transition-none{
    transition-property: none;
  }

  .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:delay-75{
    transition-delay: 75ms;
  }

  .md\:delay-100{
    transition-delay: 100ms;
  }

  .md\:delay-150{
    transition-delay: 150ms;
  }

  .md\:delay-200{
    transition-delay: 200ms;
  }

  .md\:delay-300{
    transition-delay: 300ms;
  }

  .md\:delay-500{
    transition-delay: 500ms;
  }

  .md\:delay-700{
    transition-delay: 700ms;
  }

  .md\:delay-1000{
    transition-delay: 1000ms;
  }

  .md\:duration-75{
    transition-duration: 75ms;
  }

  .md\:duration-100{
    transition-duration: 100ms;
  }

  .md\:duration-150{
    transition-duration: 150ms;
  }

  .md\:duration-200{
    transition-duration: 200ms;
  }

  .md\:duration-300{
    transition-duration: 300ms;
  }

  .md\:duration-500{
    transition-duration: 500ms;
  }

  .md\:duration-700{
    transition-duration: 700ms;
  }

  .md\:duration-1000{
    transition-duration: 1000ms;
  }

  .md\:ease-linear{
    transition-timing-function: linear;
  }

  .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .md\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .md\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .md\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .md\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .md\:line-clamp-none{
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 1280px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .lg\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 480px){
    .lg\:container{
      max-width: 480px;
    }
  }

  @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: 1440px){
    .lg\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1680px){
    .lg\:container{
      max-width: 1680px;
    }
  }

  @media (min-width: 1920px){
    .lg\:container{
      max-width: 1920px;
    }
  }

  .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\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .lg\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-5{
    top: 0.312rem;
    right: 0.312rem;
    bottom: 0.312rem;
    left: 0.312rem;
  }

  .lg\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-12{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-16{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-24{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-48{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-56{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:inset-80{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:inset-96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:inset-104{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .lg\:inset-112{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:inset-128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:inset-140{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .lg\:inset-160{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:inset-180{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .lg\:inset-192{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:inset-200{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .lg\:inset-224{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:inset-240{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:inset-260{
    top: 16.25rem;
    right: 16.25rem;
    bottom: 16.25rem;
    left: 16.25rem;
  }

  .lg\:inset-300{
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:-inset-78\%{
    top: -78%;
    right: -78%;
    bottom: -78%;
    left: -78%;
  }

  .lg\:-inset-80\%{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .lg\:-inset-50\%{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-35\%{
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .lg\:-inset-128{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:-inset-96{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:-inset-64{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:-inset-32{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:-inset-8{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:inset-5\%{
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .lg\:inset-10\%{
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .lg\:inset-15\%{
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .lg\:inset-20\%{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:inset-25\%{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-30\%{
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .lg\:inset-31\%{
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .lg\:inset-33\%{
    top: 33.333%;
    right: 33.333%;
    bottom: 33.333%;
    left: 33.333%;
  }

  .lg\:inset-34\%{
    top: 34%;
    right: 34%;
    bottom: 34%;
    left: 34%;
  }

  .lg\:inset-45\%{
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .lg\:inset-50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-54\%{
    top: 54%;
    right: 54%;
    bottom: 54%;
    left: 54%;
  }

  .lg\:inset-75\%{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-55\%{
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .lg\:inset-65\%{
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .lg\:inset-66\%{
    top: 66%;
    right: 66%;
    bottom: 66%;
    left: 66%;
  }

  .lg\:inset-85\%{
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .lg\:inset-96\%{
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .lg\:inset-130\%{
    top: 130%;
    right: 130%;
    bottom: 130%;
    left: 130%;
  }

  .lg\:inset-135\%{
    top: 135%;
    right: 135%;
    bottom: 135%;
    left: 135%;
  }

  .lg\:inset-200\%{
    top: 200%;
    right: 200%;
    bottom: 200%;
    left: 200%;
  }

  .lg\:inset-16\/9{
    top: 56.25%;
    right: 56.25%;
    bottom: 56.25%;
    left: 56.25%;
  }

  .lg\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:inset-span{
    top: 8.333%;
    right: 8.333%;
    bottom: 8.333%;
    left: 8.333%;
  }

  .lg\:inset-2span{
    top: 16.666%;
    right: 16.666%;
    bottom: 16.666%;
    left: 16.666%;
  }

  .lg\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:-inset-4{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-12{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-16{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:-inset-20{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-24{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-40{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:-inset-48{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:-inset-56{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:-inset-80{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:-inset-104{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .lg\:-inset-112{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:-inset-140{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .lg\:-inset-160{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:-inset-180{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .lg\:-inset-200{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .lg\:-inset-224{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:-inset-240{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:-inset-260{
    top: -16.25rem;
    right: -16.25rem;
    bottom: -16.25rem;
    left: -16.25rem;
  }

  .lg\:-inset-300{
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .lg\:-inset--78\%{
    top: 78%;
    right: 78%;
    bottom: 78%;
    left: 78%;
  }

  .lg\:-inset--80\%{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .lg\:-inset--50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:-inset--35\%{
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .lg\:-inset--128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:-inset--96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:-inset--64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:-inset--32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:-inset--8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:-inset-5\%{
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .lg\:-inset-10\%{
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .lg\:-inset-15\%{
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .lg\:-inset-20\%{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .lg\:-inset-25\%{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-30\%{
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .lg\:-inset-31\%{
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .lg\:-inset-33\%{
    top: -33.333%;
    right: -33.333%;
    bottom: -33.333%;
    left: -33.333%;
  }

  .lg\:-inset-34\%{
    top: -34%;
    right: -34%;
    bottom: -34%;
    left: -34%;
  }

  .lg\:-inset-45\%{
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .lg\:-inset-54\%{
    top: -54%;
    right: -54%;
    bottom: -54%;
    left: -54%;
  }

  .lg\:-inset-75\%{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-55\%{
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .lg\:-inset-65\%{
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .lg\:-inset-66\%{
    top: -66%;
    right: -66%;
    bottom: -66%;
    left: -66%;
  }

  .lg\:-inset-85\%{
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .lg\:-inset-96\%{
    top: -96%;
    right: -96%;
    bottom: -96%;
    left: -96%;
  }

  .lg\:-inset-130\%{
    top: -130%;
    right: -130%;
    bottom: -130%;
    left: -130%;
  }

  .lg\:-inset-135\%{
    top: -135%;
    right: -135%;
    bottom: -135%;
    left: -135%;
  }

  .lg\:-inset-200\%{
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
  }

  .lg\:-inset-16\/9{
    top: -56.25%;
    right: -56.25%;
    bottom: -56.25%;
    left: -56.25%;
  }

  .lg\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:-inset-span{
    top: -8.333%;
    right: -8.333%;
    bottom: -8.333%;
    left: -8.333%;
  }

  .lg\:-inset-2span{
    top: -16.666%;
    right: -16.666%;
    bottom: -16.666%;
    left: -16.666%;
  }

  .lg\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .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-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-60{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .lg\:-inset-2{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:inset-43\.2{
    top: 2.7rem;
    right: 2.7rem;
    bottom: 2.7rem;
    left: 2.7rem;
  }

  .lg\:-inset-608{
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .lg\:-inset-1472{
    top: -92rem;
    right: -92rem;
    bottom: -92rem;
    left: -92rem;
  }

  .lg\:inset-x-0{
    left: 0;
    right: 0;
  }

  .lg\:inset-x-3{
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .lg\:inset-x-4{
    left: 0.25rem;
    right: 0.25rem;
  }

  .lg\:inset-x-5{
    left: 0.312rem;
    right: 0.312rem;
  }

  .lg\:inset-x-8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:inset-x-12{
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg\:inset-x-16{
    left: 1rem;
    right: 1rem;
  }

  .lg\:inset-x-20{
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg\:inset-x-24{
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:inset-x-32{
    left: 2rem;
    right: 2rem;
  }

  .lg\:inset-x-40{
    left: 2.5rem;
    right: 2.5rem;
  }

  .lg\:inset-x-48{
    left: 3rem;
    right: 3rem;
  }

  .lg\:inset-x-56{
    left: 3.5rem;
    right: 3.5rem;
  }

  .lg\:inset-x-64{
    left: 4rem;
    right: 4rem;
  }

  .lg\:inset-x-80{
    left: 5rem;
    right: 5rem;
  }

  .lg\:inset-x-96{
    left: 6rem;
    right: 6rem;
  }

  .lg\:inset-x-104{
    left: 6.5rem;
    right: 6.5rem;
  }

  .lg\:inset-x-112{
    left: 7rem;
    right: 7rem;
  }

  .lg\:inset-x-128{
    left: 8rem;
    right: 8rem;
  }

  .lg\:inset-x-140{
    left: 8.75rem;
    right: 8.75rem;
  }

  .lg\:inset-x-160{
    left: 10rem;
    right: 10rem;
  }

  .lg\:inset-x-180{
    left: 11.25rem;
    right: 11.25rem;
  }

  .lg\:inset-x-192{
    left: 12rem;
    right: 12rem;
  }

  .lg\:inset-x-200{
    left: 12.5rem;
    right: 12.5rem;
  }

  .lg\:inset-x-224{
    left: 14rem;
    right: 14rem;
  }

  .lg\:inset-x-240{
    left: 15rem;
    right: 15rem;
  }

  .lg\:inset-x-260{
    left: 16.25rem;
    right: 16.25rem;
  }

  .lg\:inset-x-300{
    left: 18.75rem;
    right: 18.75rem;
  }

  .lg\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .lg\:-inset-x-78\%{
    left: -78%;
    right: -78%;
  }

  .lg\:-inset-x-80\%{
    left: -80%;
    right: -80%;
  }

  .lg\:-inset-x-50\%{
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-35\%{
    left: -35%;
    right: -35%;
  }

  .lg\:-inset-x-128{
    left: -8rem;
    right: -8rem;
  }

  .lg\:-inset-x-96{
    left: -6rem;
    right: -6rem;
  }

  .lg\:-inset-x-64{
    left: -4rem;
    right: -4rem;
  }

  .lg\:-inset-x-32{
    left: -2rem;
    right: -2rem;
  }

  .lg\:-inset-x-8{
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg\:inset-x-5\%{
    left: 5%;
    right: 5%;
  }

  .lg\:inset-x-10\%{
    left: 10%;
    right: 10%;
  }

  .lg\:inset-x-15\%{
    left: 15%;
    right: 15%;
  }

  .lg\:inset-x-20\%{
    left: 20%;
    right: 20%;
  }

  .lg\:inset-x-25\%{
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-30\%{
    left: 30%;
    right: 30%;
  }

  .lg\:inset-x-31\%{
    left: 31%;
    right: 31%;
  }

  .lg\:inset-x-33\%{
    left: 33.333%;
    right: 33.333%;
  }

  .lg\:inset-x-34\%{
    left: 34%;
    right: 34%;
  }

  .lg\:inset-x-45\%{
    left: 45%;
    right: 45%;
  }

  .lg\:inset-x-50\%{
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-54\%{
    left: 54%;
    right: 54%;
  }

  .lg\:inset-x-75\%{
    left: 75%;
    right: 75%;
  }

  .lg\:inset-x-55\%{
    left: 55%;
    right: 55%;
  }

  .lg\:inset-x-65\%{
    left: 65%;
    right: 65%;
  }

  .lg\:inset-x-66\%{
    left: 66%;
    right: 66%;
  }

  .lg\:inset-x-85\%{
    left: 85%;
    right: 85%;
  }

  .lg\:inset-x-96\%{
    left: 96%;
    right: 96%;
  }

  .lg\:inset-x-130\%{
    left: 130%;
    right: 130%;
  }

  .lg\:inset-x-135\%{
    left: 135%;
    right: 135%;
  }

  .lg\:inset-x-200\%{
    left: 200%;
    right: 200%;
  }

  .lg\:inset-x-16\/9{
    left: 56.25%;
    right: 56.25%;
  }

  .lg\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .lg\:inset-x-span{
    left: 8.333%;
    right: 8.333%;
  }

  .lg\:inset-x-2span{
    left: 16.666%;
    right: 16.666%;
  }

  .lg\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .lg\:-inset-x-4{
    left: -0.25rem;
    right: -0.25rem;
  }

  .lg\:-inset-x-12{
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg\:-inset-x-16{
    left: -1rem;
    right: -1rem;
  }

  .lg\:-inset-x-20{
    left: -1.25rem;
    right: -1.25rem;
  }

  .lg\:-inset-x-24{
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg\:-inset-x-40{
    left: -2.5rem;
    right: -2.5rem;
  }

  .lg\:-inset-x-48{
    left: -3rem;
    right: -3rem;
  }

  .lg\:-inset-x-56{
    left: -3.5rem;
    right: -3.5rem;
  }

  .lg\:-inset-x-80{
    left: -5rem;
    right: -5rem;
  }

  .lg\:-inset-x-104{
    left: -6.5rem;
    right: -6.5rem;
  }

  .lg\:-inset-x-112{
    left: -7rem;
    right: -7rem;
  }

  .lg\:-inset-x-140{
    left: -8.75rem;
    right: -8.75rem;
  }

  .lg\:-inset-x-160{
    left: -10rem;
    right: -10rem;
  }

  .lg\:-inset-x-180{
    left: -11.25rem;
    right: -11.25rem;
  }

  .lg\:-inset-x-200{
    left: -12.5rem;
    right: -12.5rem;
  }

  .lg\:-inset-x-224{
    left: -14rem;
    right: -14rem;
  }

  .lg\:-inset-x-240{
    left: -15rem;
    right: -15rem;
  }

  .lg\:-inset-x-260{
    left: -16.25rem;
    right: -16.25rem;
  }

  .lg\:-inset-x-300{
    left: -18.75rem;
    right: -18.75rem;
  }

  .lg\:-inset-x--78\%{
    left: 78%;
    right: 78%;
  }

  .lg\:-inset-x--80\%{
    left: 80%;
    right: 80%;
  }

  .lg\:-inset-x--50\%{
    left: 50%;
    right: 50%;
  }

  .lg\:-inset-x--35\%{
    left: 35%;
    right: 35%;
  }

  .lg\:-inset-x--128{
    left: 8rem;
    right: 8rem;
  }

  .lg\:-inset-x--96{
    left: 6rem;
    right: 6rem;
  }

  .lg\:-inset-x--64{
    left: 4rem;
    right: 4rem;
  }

  .lg\:-inset-x--32{
    left: 2rem;
    right: 2rem;
  }

  .lg\:-inset-x--8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:-inset-x-5\%{
    left: -5%;
    right: -5%;
  }

  .lg\:-inset-x-10\%{
    left: -10%;
    right: -10%;
  }

  .lg\:-inset-x-15\%{
    left: -15%;
    right: -15%;
  }

  .lg\:-inset-x-20\%{
    left: -20%;
    right: -20%;
  }

  .lg\:-inset-x-25\%{
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-30\%{
    left: -30%;
    right: -30%;
  }

  .lg\:-inset-x-31\%{
    left: -31%;
    right: -31%;
  }

  .lg\:-inset-x-33\%{
    left: -33.333%;
    right: -33.333%;
  }

  .lg\:-inset-x-34\%{
    left: -34%;
    right: -34%;
  }

  .lg\:-inset-x-45\%{
    left: -45%;
    right: -45%;
  }

  .lg\:-inset-x-54\%{
    left: -54%;
    right: -54%;
  }

  .lg\:-inset-x-75\%{
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-55\%{
    left: -55%;
    right: -55%;
  }

  .lg\:-inset-x-65\%{
    left: -65%;
    right: -65%;
  }

  .lg\:-inset-x-66\%{
    left: -66%;
    right: -66%;
  }

  .lg\:-inset-x-85\%{
    left: -85%;
    right: -85%;
  }

  .lg\:-inset-x-96\%{
    left: -96%;
    right: -96%;
  }

  .lg\:-inset-x-130\%{
    left: -130%;
    right: -130%;
  }

  .lg\:-inset-x-135\%{
    left: -135%;
    right: -135%;
  }

  .lg\:-inset-x-200\%{
    left: -200%;
    right: -200%;
  }

  .lg\:-inset-x-16\/9{
    left: -56.25%;
    right: -56.25%;
  }

  .lg\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .lg\:-inset-x-span{
    left: -8.333%;
    right: -8.333%;
  }

  .lg\:-inset-x-2span{
    left: -16.666%;
    right: -16.666%;
  }

  .lg\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .lg\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .lg\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-60{
    left: -3.75rem;
    right: -3.75rem;
  }

  .lg\:-inset-x-2{
    left: -0.125rem;
    right: -0.125rem;
  }

  .lg\:inset-x-43\.2{
    left: 2.7rem;
    right: 2.7rem;
  }

  .lg\:-inset-x-608{
    left: -38rem;
    right: -38rem;
  }

  .lg\:-inset-x-1472{
    left: -92rem;
    right: -92rem;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .lg\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-y-5{
    top: 0.312rem;
    bottom: 0.312rem;
  }

  .lg\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-y-12{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-y-16{
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-y-24{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-y-32{
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-y-48{
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-y-56{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-y-64{
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-y-80{
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-y-96{
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-y-104{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .lg\:inset-y-112{
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-y-128{
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-y-140{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .lg\:inset-y-160{
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-y-180{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .lg\:inset-y-192{
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-y-200{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .lg\:inset-y-224{
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-y-240{
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:inset-y-260{
    top: 16.25rem;
    bottom: 16.25rem;
  }

  .lg\:inset-y-300{
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:-inset-y-78\%{
    top: -78%;
    bottom: -78%;
  }

  .lg\:-inset-y-80\%{
    top: -80%;
    bottom: -80%;
  }

  .lg\:-inset-y-50\%{
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-35\%{
    top: -35%;
    bottom: -35%;
  }

  .lg\:-inset-y-128{
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-y-96{
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:-inset-y-64{
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-y-32{
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-y-8{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:inset-y-5\%{
    top: 5%;
    bottom: 5%;
  }

  .lg\:inset-y-10\%{
    top: 10%;
    bottom: 10%;
  }

  .lg\:inset-y-15\%{
    top: 15%;
    bottom: 15%;
  }

  .lg\:inset-y-20\%{
    top: 20%;
    bottom: 20%;
  }

  .lg\:inset-y-25\%{
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-30\%{
    top: 30%;
    bottom: 30%;
  }

  .lg\:inset-y-31\%{
    top: 31%;
    bottom: 31%;
  }

  .lg\:inset-y-33\%{
    top: 33.333%;
    bottom: 33.333%;
  }

  .lg\:inset-y-34\%{
    top: 34%;
    bottom: 34%;
  }

  .lg\:inset-y-45\%{
    top: 45%;
    bottom: 45%;
  }

  .lg\:inset-y-50\%{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-54\%{
    top: 54%;
    bottom: 54%;
  }

  .lg\:inset-y-75\%{
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-y-55\%{
    top: 55%;
    bottom: 55%;
  }

  .lg\:inset-y-65\%{
    top: 65%;
    bottom: 65%;
  }

  .lg\:inset-y-66\%{
    top: 66%;
    bottom: 66%;
  }

  .lg\:inset-y-85\%{
    top: 85%;
    bottom: 85%;
  }

  .lg\:inset-y-96\%{
    top: 96%;
    bottom: 96%;
  }

  .lg\:inset-y-130\%{
    top: 130%;
    bottom: 130%;
  }

  .lg\:inset-y-135\%{
    top: 135%;
    bottom: 135%;
  }

  .lg\:inset-y-200\%{
    top: 200%;
    bottom: 200%;
  }

  .lg\:inset-y-16\/9{
    top: 56.25%;
    bottom: 56.25%;
  }

  .lg\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-y-span{
    top: 8.333%;
    bottom: 8.333%;
  }

  .lg\:inset-y-2span{
    top: 16.666%;
    bottom: 16.666%;
  }

  .lg\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .lg\:-inset-y-4{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-y-12{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-y-16{
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-y-20{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-y-24{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-y-40{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:-inset-y-48{
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-y-56{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:-inset-y-80{
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-y-104{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .lg\:-inset-y-112{
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-y-140{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .lg\:-inset-y-160{
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-y-180{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .lg\:-inset-y-200{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .lg\:-inset-y-224{
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-y-240{
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:-inset-y-260{
    top: -16.25rem;
    bottom: -16.25rem;
  }

  .lg\:-inset-y-300{
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .lg\:-inset-y--78\%{
    top: 78%;
    bottom: 78%;
  }

  .lg\:-inset-y--80\%{
    top: 80%;
    bottom: 80%;
  }

  .lg\:-inset-y--50\%{
    top: 50%;
    bottom: 50%;
  }

  .lg\:-inset-y--35\%{
    top: 35%;
    bottom: 35%;
  }

  .lg\:-inset-y--128{
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:-inset-y--96{
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:-inset-y--64{
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:-inset-y--32{
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:-inset-y--8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:-inset-y-5\%{
    top: -5%;
    bottom: -5%;
  }

  .lg\:-inset-y-10\%{
    top: -10%;
    bottom: -10%;
  }

  .lg\:-inset-y-15\%{
    top: -15%;
    bottom: -15%;
  }

  .lg\:-inset-y-20\%{
    top: -20%;
    bottom: -20%;
  }

  .lg\:-inset-y-25\%{
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-30\%{
    top: -30%;
    bottom: -30%;
  }

  .lg\:-inset-y-31\%{
    top: -31%;
    bottom: -31%;
  }

  .lg\:-inset-y-33\%{
    top: -33.333%;
    bottom: -33.333%;
  }

  .lg\:-inset-y-34\%{
    top: -34%;
    bottom: -34%;
  }

  .lg\:-inset-y-45\%{
    top: -45%;
    bottom: -45%;
  }

  .lg\:-inset-y-54\%{
    top: -54%;
    bottom: -54%;
  }

  .lg\:-inset-y-75\%{
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-55\%{
    top: -55%;
    bottom: -55%;
  }

  .lg\:-inset-y-65\%{
    top: -65%;
    bottom: -65%;
  }

  .lg\:-inset-y-66\%{
    top: -66%;
    bottom: -66%;
  }

  .lg\:-inset-y-85\%{
    top: -85%;
    bottom: -85%;
  }

  .lg\:-inset-y-96\%{
    top: -96%;
    bottom: -96%;
  }

  .lg\:-inset-y-130\%{
    top: -130%;
    bottom: -130%;
  }

  .lg\:-inset-y-135\%{
    top: -135%;
    bottom: -135%;
  }

  .lg\:-inset-y-200\%{
    top: -200%;
    bottom: -200%;
  }

  .lg\:-inset-y-16\/9{
    top: -56.25%;
    bottom: -56.25%;
  }

  .lg\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .lg\:-inset-y-span{
    top: -8.333%;
    bottom: -8.333%;
  }

  .lg\:-inset-y-2span{
    top: -16.666%;
    bottom: -16.666%;
  }

  .lg\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .lg\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .lg\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-60{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .lg\:-inset-y-2{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:inset-y-43\.2{
    top: 2.7rem;
    bottom: 2.7rem;
  }

  .lg\:-inset-y-608{
    top: -38rem;
    bottom: -38rem;
  }

  .lg\:-inset-y-1472{
    top: -92rem;
    bottom: -92rem;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:top-3{
    top: 0.1875rem;
  }

  .lg\:top-4{
    top: 0.25rem;
  }

  .lg\:top-5{
    top: 0.312rem;
  }

  .lg\:top-8{
    top: 0.5rem;
  }

  .lg\:top-12{
    top: 0.75rem;
  }

  .lg\:top-16{
    top: 1rem;
  }

  .lg\:top-20{
    top: 1.25rem;
  }

  .lg\:top-24{
    top: 1.5rem;
  }

  .lg\:top-32{
    top: 2rem;
  }

  .lg\:top-40{
    top: 2.5rem;
  }

  .lg\:top-48{
    top: 3rem;
  }

  .lg\:top-56{
    top: 3.5rem;
  }

  .lg\:top-64{
    top: 4rem;
  }

  .lg\:top-80{
    top: 5rem;
  }

  .lg\:top-96{
    top: 6rem;
  }

  .lg\:top-104{
    top: 6.5rem;
  }

  .lg\:top-112{
    top: 7rem;
  }

  .lg\:top-128{
    top: 8rem;
  }

  .lg\:top-140{
    top: 8.75rem;
  }

  .lg\:top-160{
    top: 10rem;
  }

  .lg\:top-180{
    top: 11.25rem;
  }

  .lg\:top-192{
    top: 12rem;
  }

  .lg\:top-200{
    top: 12.5rem;
  }

  .lg\:top-224{
    top: 14rem;
  }

  .lg\:top-240{
    top: 15rem;
  }

  .lg\:top-260{
    top: 16.25rem;
  }

  .lg\:top-300{
    top: 18.75rem;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:-top-78\%{
    top: -78%;
  }

  .lg\:-top-80\%{
    top: -80%;
  }

  .lg\:-top-50\%{
    top: -50%;
  }

  .lg\:-top-35\%{
    top: -35%;
  }

  .lg\:-top-128{
    top: -8rem;
  }

  .lg\:-top-96{
    top: -6rem;
  }

  .lg\:-top-64{
    top: -4rem;
  }

  .lg\:-top-32{
    top: -2rem;
  }

  .lg\:-top-8{
    top: -0.5rem;
  }

  .lg\:top-5\%{
    top: 5%;
  }

  .lg\:top-10\%{
    top: 10%;
  }

  .lg\:top-15\%{
    top: 15%;
  }

  .lg\:top-20\%{
    top: 20%;
  }

  .lg\:top-25\%{
    top: 25%;
  }

  .lg\:top-30\%{
    top: 30%;
  }

  .lg\:top-31\%{
    top: 31%;
  }

  .lg\:top-33\%{
    top: 33.333%;
  }

  .lg\:top-34\%{
    top: 34%;
  }

  .lg\:top-45\%{
    top: 45%;
  }

  .lg\:top-50\%{
    top: 50%;
  }

  .lg\:top-54\%{
    top: 54%;
  }

  .lg\:top-75\%{
    top: 75%;
  }

  .lg\:top-55\%{
    top: 55%;
  }

  .lg\:top-65\%{
    top: 65%;
  }

  .lg\:top-66\%{
    top: 66%;
  }

  .lg\:top-85\%{
    top: 85%;
  }

  .lg\:top-96\%{
    top: 96%;
  }

  .lg\:top-130\%{
    top: 130%;
  }

  .lg\:top-135\%{
    top: 135%;
  }

  .lg\:top-200\%{
    top: 200%;
  }

  .lg\:top-16\/9{
    top: 56.25%;
  }

  .lg\:top-1\/2{
    top: 50%;
  }

  .lg\:top-full{
    top: 100%;
  }

  .lg\:top-span{
    top: 8.333%;
  }

  .lg\:top-2span{
    top: 16.666%;
  }

  .lg\:top-px{
    top: 1px;
  }

  .lg\:-top-4{
    top: -0.25rem;
  }

  .lg\:-top-12{
    top: -0.75rem;
  }

  .lg\:-top-16{
    top: -1rem;
  }

  .lg\:-top-20{
    top: -1.25rem;
  }

  .lg\:-top-24{
    top: -1.5rem;
  }

  .lg\:-top-40{
    top: -2.5rem;
  }

  .lg\:-top-48{
    top: -3rem;
  }

  .lg\:-top-56{
    top: -3.5rem;
  }

  .lg\:-top-80{
    top: -5rem;
  }

  .lg\:-top-104{
    top: -6.5rem;
  }

  .lg\:-top-112{
    top: -7rem;
  }

  .lg\:-top-140{
    top: -8.75rem;
  }

  .lg\:-top-160{
    top: -10rem;
  }

  .lg\:-top-180{
    top: -11.25rem;
  }

  .lg\:-top-200{
    top: -12.5rem;
  }

  .lg\:-top-224{
    top: -14rem;
  }

  .lg\:-top-240{
    top: -15rem;
  }

  .lg\:-top-260{
    top: -16.25rem;
  }

  .lg\:-top-300{
    top: -18.75rem;
  }

  .lg\:-top--78\%{
    top: 78%;
  }

  .lg\:-top--80\%{
    top: 80%;
  }

  .lg\:-top--50\%{
    top: 50%;
  }

  .lg\:-top--35\%{
    top: 35%;
  }

  .lg\:-top--128{
    top: 8rem;
  }

  .lg\:-top--96{
    top: 6rem;
  }

  .lg\:-top--64{
    top: 4rem;
  }

  .lg\:-top--32{
    top: 2rem;
  }

  .lg\:-top--8{
    top: 0.5rem;
  }

  .lg\:-top-5\%{
    top: -5%;
  }

  .lg\:-top-10\%{
    top: -10%;
  }

  .lg\:-top-15\%{
    top: -15%;
  }

  .lg\:-top-20\%{
    top: -20%;
  }

  .lg\:-top-25\%{
    top: -25%;
  }

  .lg\:-top-30\%{
    top: -30%;
  }

  .lg\:-top-31\%{
    top: -31%;
  }

  .lg\:-top-33\%{
    top: -33.333%;
  }

  .lg\:-top-34\%{
    top: -34%;
  }

  .lg\:-top-45\%{
    top: -45%;
  }

  .lg\:-top-54\%{
    top: -54%;
  }

  .lg\:-top-75\%{
    top: -75%;
  }

  .lg\:-top-55\%{
    top: -55%;
  }

  .lg\:-top-65\%{
    top: -65%;
  }

  .lg\:-top-66\%{
    top: -66%;
  }

  .lg\:-top-85\%{
    top: -85%;
  }

  .lg\:-top-96\%{
    top: -96%;
  }

  .lg\:-top-130\%{
    top: -130%;
  }

  .lg\:-top-135\%{
    top: -135%;
  }

  .lg\:-top-200\%{
    top: -200%;
  }

  .lg\:-top-16\/9{
    top: -56.25%;
  }

  .lg\:-top-1\/2{
    top: -50%;
  }

  .lg\:-top-full{
    top: -100%;
  }

  .lg\:-top-span{
    top: -8.333%;
  }

  .lg\:-top-2span{
    top: -16.666%;
  }

  .lg\:-top-px{
    top: -1px;
  }

  .lg\:top-1\/3{
    top: 33.333333%;
  }

  .lg\:top-2\/3{
    top: 66.666667%;
  }

  .lg\:top-1\/4{
    top: 25%;
  }

  .lg\:top-2\/4{
    top: 50%;
  }

  .lg\:top-3\/4{
    top: 75%;
  }

  .lg\:-top-1\/3{
    top: -33.333333%;
  }

  .lg\:-top-2\/3{
    top: -66.666667%;
  }

  .lg\:-top-1\/4{
    top: -25%;
  }

  .lg\:-top-2\/4{
    top: -50%;
  }

  .lg\:-top-3\/4{
    top: -75%;
  }

  .lg\:-top-60{
    top: -3.75rem;
  }

  .lg\:-top-2{
    top: -0.125rem;
  }

  .lg\:top-43\.2{
    top: 2.7rem;
  }

  .lg\:-top-608{
    top: -38rem;
  }

  .lg\:-top-1472{
    top: -92rem;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:right-3{
    right: 0.1875rem;
  }

  .lg\:right-4{
    right: 0.25rem;
  }

  .lg\:right-5{
    right: 0.312rem;
  }

  .lg\:right-8{
    right: 0.5rem;
  }

  .lg\:right-12{
    right: 0.75rem;
  }

  .lg\:right-16{
    right: 1rem;
  }

  .lg\:right-20{
    right: 1.25rem;
  }

  .lg\:right-24{
    right: 1.5rem;
  }

  .lg\:right-32{
    right: 2rem;
  }

  .lg\:right-40{
    right: 2.5rem;
  }

  .lg\:right-48{
    right: 3rem;
  }

  .lg\:right-56{
    right: 3.5rem;
  }

  .lg\:right-64{
    right: 4rem;
  }

  .lg\:right-80{
    right: 5rem;
  }

  .lg\:right-96{
    right: 6rem;
  }

  .lg\:right-104{
    right: 6.5rem;
  }

  .lg\:right-112{
    right: 7rem;
  }

  .lg\:right-128{
    right: 8rem;
  }

  .lg\:right-140{
    right: 8.75rem;
  }

  .lg\:right-160{
    right: 10rem;
  }

  .lg\:right-180{
    right: 11.25rem;
  }

  .lg\:right-192{
    right: 12rem;
  }

  .lg\:right-200{
    right: 12.5rem;
  }

  .lg\:right-224{
    right: 14rem;
  }

  .lg\:right-240{
    right: 15rem;
  }

  .lg\:right-260{
    right: 16.25rem;
  }

  .lg\:right-300{
    right: 18.75rem;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:-right-78\%{
    right: -78%;
  }

  .lg\:-right-80\%{
    right: -80%;
  }

  .lg\:-right-50\%{
    right: -50%;
  }

  .lg\:-right-35\%{
    right: -35%;
  }

  .lg\:-right-128{
    right: -8rem;
  }

  .lg\:-right-96{
    right: -6rem;
  }

  .lg\:-right-64{
    right: -4rem;
  }

  .lg\:-right-32{
    right: -2rem;
  }

  .lg\:-right-8{
    right: -0.5rem;
  }

  .lg\:right-5\%{
    right: 5%;
  }

  .lg\:right-10\%{
    right: 10%;
  }

  .lg\:right-15\%{
    right: 15%;
  }

  .lg\:right-20\%{
    right: 20%;
  }

  .lg\:right-25\%{
    right: 25%;
  }

  .lg\:right-30\%{
    right: 30%;
  }

  .lg\:right-31\%{
    right: 31%;
  }

  .lg\:right-33\%{
    right: 33.333%;
  }

  .lg\:right-34\%{
    right: 34%;
  }

  .lg\:right-45\%{
    right: 45%;
  }

  .lg\:right-50\%{
    right: 50%;
  }

  .lg\:right-54\%{
    right: 54%;
  }

  .lg\:right-75\%{
    right: 75%;
  }

  .lg\:right-55\%{
    right: 55%;
  }

  .lg\:right-65\%{
    right: 65%;
  }

  .lg\:right-66\%{
    right: 66%;
  }

  .lg\:right-85\%{
    right: 85%;
  }

  .lg\:right-96\%{
    right: 96%;
  }

  .lg\:right-130\%{
    right: 130%;
  }

  .lg\:right-135\%{
    right: 135%;
  }

  .lg\:right-200\%{
    right: 200%;
  }

  .lg\:right-16\/9{
    right: 56.25%;
  }

  .lg\:right-1\/2{
    right: 50%;
  }

  .lg\:right-full{
    right: 100%;
  }

  .lg\:right-span{
    right: 8.333%;
  }

  .lg\:right-2span{
    right: 16.666%;
  }

  .lg\:right-px{
    right: 1px;
  }

  .lg\:-right-4{
    right: -0.25rem;
  }

  .lg\:-right-12{
    right: -0.75rem;
  }

  .lg\:-right-16{
    right: -1rem;
  }

  .lg\:-right-20{
    right: -1.25rem;
  }

  .lg\:-right-24{
    right: -1.5rem;
  }

  .lg\:-right-40{
    right: -2.5rem;
  }

  .lg\:-right-48{
    right: -3rem;
  }

  .lg\:-right-56{
    right: -3.5rem;
  }

  .lg\:-right-80{
    right: -5rem;
  }

  .lg\:-right-104{
    right: -6.5rem;
  }

  .lg\:-right-112{
    right: -7rem;
  }

  .lg\:-right-140{
    right: -8.75rem;
  }

  .lg\:-right-160{
    right: -10rem;
  }

  .lg\:-right-180{
    right: -11.25rem;
  }

  .lg\:-right-200{
    right: -12.5rem;
  }

  .lg\:-right-224{
    right: -14rem;
  }

  .lg\:-right-240{
    right: -15rem;
  }

  .lg\:-right-260{
    right: -16.25rem;
  }

  .lg\:-right-300{
    right: -18.75rem;
  }

  .lg\:-right--78\%{
    right: 78%;
  }

  .lg\:-right--80\%{
    right: 80%;
  }

  .lg\:-right--50\%{
    right: 50%;
  }

  .lg\:-right--35\%{
    right: 35%;
  }

  .lg\:-right--128{
    right: 8rem;
  }

  .lg\:-right--96{
    right: 6rem;
  }

  .lg\:-right--64{
    right: 4rem;
  }

  .lg\:-right--32{
    right: 2rem;
  }

  .lg\:-right--8{
    right: 0.5rem;
  }

  .lg\:-right-5\%{
    right: -5%;
  }

  .lg\:-right-10\%{
    right: -10%;
  }

  .lg\:-right-15\%{
    right: -15%;
  }

  .lg\:-right-20\%{
    right: -20%;
  }

  .lg\:-right-25\%{
    right: -25%;
  }

  .lg\:-right-30\%{
    right: -30%;
  }

  .lg\:-right-31\%{
    right: -31%;
  }

  .lg\:-right-33\%{
    right: -33.333%;
  }

  .lg\:-right-34\%{
    right: -34%;
  }

  .lg\:-right-45\%{
    right: -45%;
  }

  .lg\:-right-54\%{
    right: -54%;
  }

  .lg\:-right-75\%{
    right: -75%;
  }

  .lg\:-right-55\%{
    right: -55%;
  }

  .lg\:-right-65\%{
    right: -65%;
  }

  .lg\:-right-66\%{
    right: -66%;
  }

  .lg\:-right-85\%{
    right: -85%;
  }

  .lg\:-right-96\%{
    right: -96%;
  }

  .lg\:-right-130\%{
    right: -130%;
  }

  .lg\:-right-135\%{
    right: -135%;
  }

  .lg\:-right-200\%{
    right: -200%;
  }

  .lg\:-right-16\/9{
    right: -56.25%;
  }

  .lg\:-right-1\/2{
    right: -50%;
  }

  .lg\:-right-full{
    right: -100%;
  }

  .lg\:-right-span{
    right: -8.333%;
  }

  .lg\:-right-2span{
    right: -16.666%;
  }

  .lg\:-right-px{
    right: -1px;
  }

  .lg\:right-1\/3{
    right: 33.333333%;
  }

  .lg\:right-2\/3{
    right: 66.666667%;
  }

  .lg\:right-1\/4{
    right: 25%;
  }

  .lg\:right-2\/4{
    right: 50%;
  }

  .lg\:right-3\/4{
    right: 75%;
  }

  .lg\:-right-1\/3{
    right: -33.333333%;
  }

  .lg\:-right-2\/3{
    right: -66.666667%;
  }

  .lg\:-right-1\/4{
    right: -25%;
  }

  .lg\:-right-2\/4{
    right: -50%;
  }

  .lg\:-right-3\/4{
    right: -75%;
  }

  .lg\:-right-60{
    right: -3.75rem;
  }

  .lg\:-right-2{
    right: -0.125rem;
  }

  .lg\:right-43\.2{
    right: 2.7rem;
  }

  .lg\:-right-608{
    right: -38rem;
  }

  .lg\:-right-1472{
    right: -92rem;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:bottom-3{
    bottom: 0.1875rem;
  }

  .lg\:bottom-4{
    bottom: 0.25rem;
  }

  .lg\:bottom-5{
    bottom: 0.312rem;
  }

  .lg\:bottom-8{
    bottom: 0.5rem;
  }

  .lg\:bottom-12{
    bottom: 0.75rem;
  }

  .lg\:bottom-16{
    bottom: 1rem;
  }

  .lg\:bottom-20{
    bottom: 1.25rem;
  }

  .lg\:bottom-24{
    bottom: 1.5rem;
  }

  .lg\:bottom-32{
    bottom: 2rem;
  }

  .lg\:bottom-40{
    bottom: 2.5rem;
  }

  .lg\:bottom-48{
    bottom: 3rem;
  }

  .lg\:bottom-56{
    bottom: 3.5rem;
  }

  .lg\:bottom-64{
    bottom: 4rem;
  }

  .lg\:bottom-80{
    bottom: 5rem;
  }

  .lg\:bottom-96{
    bottom: 6rem;
  }

  .lg\:bottom-104{
    bottom: 6.5rem;
  }

  .lg\:bottom-112{
    bottom: 7rem;
  }

  .lg\:bottom-128{
    bottom: 8rem;
  }

  .lg\:bottom-140{
    bottom: 8.75rem;
  }

  .lg\:bottom-160{
    bottom: 10rem;
  }

  .lg\:bottom-180{
    bottom: 11.25rem;
  }

  .lg\:bottom-192{
    bottom: 12rem;
  }

  .lg\:bottom-200{
    bottom: 12.5rem;
  }

  .lg\:bottom-224{
    bottom: 14rem;
  }

  .lg\:bottom-240{
    bottom: 15rem;
  }

  .lg\:bottom-260{
    bottom: 16.25rem;
  }

  .lg\:bottom-300{
    bottom: 18.75rem;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:-bottom-78\%{
    bottom: -78%;
  }

  .lg\:-bottom-80\%{
    bottom: -80%;
  }

  .lg\:-bottom-50\%{
    bottom: -50%;
  }

  .lg\:-bottom-35\%{
    bottom: -35%;
  }

  .lg\:-bottom-128{
    bottom: -8rem;
  }

  .lg\:-bottom-96{
    bottom: -6rem;
  }

  .lg\:-bottom-64{
    bottom: -4rem;
  }

  .lg\:-bottom-32{
    bottom: -2rem;
  }

  .lg\:-bottom-8{
    bottom: -0.5rem;
  }

  .lg\:bottom-5\%{
    bottom: 5%;
  }

  .lg\:bottom-10\%{
    bottom: 10%;
  }

  .lg\:bottom-15\%{
    bottom: 15%;
  }

  .lg\:bottom-20\%{
    bottom: 20%;
  }

  .lg\:bottom-25\%{
    bottom: 25%;
  }

  .lg\:bottom-30\%{
    bottom: 30%;
  }

  .lg\:bottom-31\%{
    bottom: 31%;
  }

  .lg\:bottom-33\%{
    bottom: 33.333%;
  }

  .lg\:bottom-34\%{
    bottom: 34%;
  }

  .lg\:bottom-45\%{
    bottom: 45%;
  }

  .lg\:bottom-50\%{
    bottom: 50%;
  }

  .lg\:bottom-54\%{
    bottom: 54%;
  }

  .lg\:bottom-75\%{
    bottom: 75%;
  }

  .lg\:bottom-55\%{
    bottom: 55%;
  }

  .lg\:bottom-65\%{
    bottom: 65%;
  }

  .lg\:bottom-66\%{
    bottom: 66%;
  }

  .lg\:bottom-85\%{
    bottom: 85%;
  }

  .lg\:bottom-96\%{
    bottom: 96%;
  }

  .lg\:bottom-130\%{
    bottom: 130%;
  }

  .lg\:bottom-135\%{
    bottom: 135%;
  }

  .lg\:bottom-200\%{
    bottom: 200%;
  }

  .lg\:bottom-16\/9{
    bottom: 56.25%;
  }

  .lg\:bottom-1\/2{
    bottom: 50%;
  }

  .lg\:bottom-full{
    bottom: 100%;
  }

  .lg\:bottom-span{
    bottom: 8.333%;
  }

  .lg\:bottom-2span{
    bottom: 16.666%;
  }

  .lg\:bottom-px{
    bottom: 1px;
  }

  .lg\:-bottom-4{
    bottom: -0.25rem;
  }

  .lg\:-bottom-12{
    bottom: -0.75rem;
  }

  .lg\:-bottom-16{
    bottom: -1rem;
  }

  .lg\:-bottom-20{
    bottom: -1.25rem;
  }

  .lg\:-bottom-24{
    bottom: -1.5rem;
  }

  .lg\:-bottom-40{
    bottom: -2.5rem;
  }

  .lg\:-bottom-48{
    bottom: -3rem;
  }

  .lg\:-bottom-56{
    bottom: -3.5rem;
  }

  .lg\:-bottom-80{
    bottom: -5rem;
  }

  .lg\:-bottom-104{
    bottom: -6.5rem;
  }

  .lg\:-bottom-112{
    bottom: -7rem;
  }

  .lg\:-bottom-140{
    bottom: -8.75rem;
  }

  .lg\:-bottom-160{
    bottom: -10rem;
  }

  .lg\:-bottom-180{
    bottom: -11.25rem;
  }

  .lg\:-bottom-200{
    bottom: -12.5rem;
  }

  .lg\:-bottom-224{
    bottom: -14rem;
  }

  .lg\:-bottom-240{
    bottom: -15rem;
  }

  .lg\:-bottom-260{
    bottom: -16.25rem;
  }

  .lg\:-bottom-300{
    bottom: -18.75rem;
  }

  .lg\:-bottom--78\%{
    bottom: 78%;
  }

  .lg\:-bottom--80\%{
    bottom: 80%;
  }

  .lg\:-bottom--50\%{
    bottom: 50%;
  }

  .lg\:-bottom--35\%{
    bottom: 35%;
  }

  .lg\:-bottom--128{
    bottom: 8rem;
  }

  .lg\:-bottom--96{
    bottom: 6rem;
  }

  .lg\:-bottom--64{
    bottom: 4rem;
  }

  .lg\:-bottom--32{
    bottom: 2rem;
  }

  .lg\:-bottom--8{
    bottom: 0.5rem;
  }

  .lg\:-bottom-5\%{
    bottom: -5%;
  }

  .lg\:-bottom-10\%{
    bottom: -10%;
  }

  .lg\:-bottom-15\%{
    bottom: -15%;
  }

  .lg\:-bottom-20\%{
    bottom: -20%;
  }

  .lg\:-bottom-25\%{
    bottom: -25%;
  }

  .lg\:-bottom-30\%{
    bottom: -30%;
  }

  .lg\:-bottom-31\%{
    bottom: -31%;
  }

  .lg\:-bottom-33\%{
    bottom: -33.333%;
  }

  .lg\:-bottom-34\%{
    bottom: -34%;
  }

  .lg\:-bottom-45\%{
    bottom: -45%;
  }

  .lg\:-bottom-54\%{
    bottom: -54%;
  }

  .lg\:-bottom-75\%{
    bottom: -75%;
  }

  .lg\:-bottom-55\%{
    bottom: -55%;
  }

  .lg\:-bottom-65\%{
    bottom: -65%;
  }

  .lg\:-bottom-66\%{
    bottom: -66%;
  }

  .lg\:-bottom-85\%{
    bottom: -85%;
  }

  .lg\:-bottom-96\%{
    bottom: -96%;
  }

  .lg\:-bottom-130\%{
    bottom: -130%;
  }

  .lg\:-bottom-135\%{
    bottom: -135%;
  }

  .lg\:-bottom-200\%{
    bottom: -200%;
  }

  .lg\:-bottom-16\/9{
    bottom: -56.25%;
  }

  .lg\:-bottom-1\/2{
    bottom: -50%;
  }

  .lg\:-bottom-full{
    bottom: -100%;
  }

  .lg\:-bottom-span{
    bottom: -8.333%;
  }

  .lg\:-bottom-2span{
    bottom: -16.666%;
  }

  .lg\:-bottom-px{
    bottom: -1px;
  }

  .lg\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .lg\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .lg\:bottom-1\/4{
    bottom: 25%;
  }

  .lg\:bottom-2\/4{
    bottom: 50%;
  }

  .lg\:bottom-3\/4{
    bottom: 75%;
  }

  .lg\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .lg\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .lg\:-bottom-1\/4{
    bottom: -25%;
  }

  .lg\:-bottom-2\/4{
    bottom: -50%;
  }

  .lg\:-bottom-3\/4{
    bottom: -75%;
  }

  .lg\:-bottom-60{
    bottom: -3.75rem;
  }

  .lg\:-bottom-2{
    bottom: -0.125rem;
  }

  .lg\:bottom-43\.2{
    bottom: 2.7rem;
  }

  .lg\:-bottom-608{
    bottom: -38rem;
  }

  .lg\:-bottom-1472{
    bottom: -92rem;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:left-3{
    left: 0.1875rem;
  }

  .lg\:left-4{
    left: 0.25rem;
  }

  .lg\:left-5{
    left: 0.312rem;
  }

  .lg\:left-8{
    left: 0.5rem;
  }

  .lg\:left-12{
    left: 0.75rem;
  }

  .lg\:left-16{
    left: 1rem;
  }

  .lg\:left-20{
    left: 1.25rem;
  }

  .lg\:left-24{
    left: 1.5rem;
  }

  .lg\:left-32{
    left: 2rem;
  }

  .lg\:left-40{
    left: 2.5rem;
  }

  .lg\:left-48{
    left: 3rem;
  }

  .lg\:left-56{
    left: 3.5rem;
  }

  .lg\:left-64{
    left: 4rem;
  }

  .lg\:left-80{
    left: 5rem;
  }

  .lg\:left-96{
    left: 6rem;
  }

  .lg\:left-104{
    left: 6.5rem;
  }

  .lg\:left-112{
    left: 7rem;
  }

  .lg\:left-128{
    left: 8rem;
  }

  .lg\:left-140{
    left: 8.75rem;
  }

  .lg\:left-160{
    left: 10rem;
  }

  .lg\:left-180{
    left: 11.25rem;
  }

  .lg\:left-192{
    left: 12rem;
  }

  .lg\:left-200{
    left: 12.5rem;
  }

  .lg\:left-224{
    left: 14rem;
  }

  .lg\:left-240{
    left: 15rem;
  }

  .lg\:left-260{
    left: 16.25rem;
  }

  .lg\:left-300{
    left: 18.75rem;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:-left-78\%{
    left: -78%;
  }

  .lg\:-left-80\%{
    left: -80%;
  }

  .lg\:-left-50\%{
    left: -50%;
  }

  .lg\:-left-35\%{
    left: -35%;
  }

  .lg\:-left-128{
    left: -8rem;
  }

  .lg\:-left-96{
    left: -6rem;
  }

  .lg\:-left-64{
    left: -4rem;
  }

  .lg\:-left-32{
    left: -2rem;
  }

  .lg\:-left-8{
    left: -0.5rem;
  }

  .lg\:left-5\%{
    left: 5%;
  }

  .lg\:left-10\%{
    left: 10%;
  }

  .lg\:left-15\%{
    left: 15%;
  }

  .lg\:left-20\%{
    left: 20%;
  }

  .lg\:left-25\%{
    left: 25%;
  }

  .lg\:left-30\%{
    left: 30%;
  }

  .lg\:left-31\%{
    left: 31%;
  }

  .lg\:left-33\%{
    left: 33.333%;
  }

  .lg\:left-34\%{
    left: 34%;
  }

  .lg\:left-45\%{
    left: 45%;
  }

  .lg\:left-50\%{
    left: 50%;
  }

  .lg\:left-54\%{
    left: 54%;
  }

  .lg\:left-75\%{
    left: 75%;
  }

  .lg\:left-55\%{
    left: 55%;
  }

  .lg\:left-65\%{
    left: 65%;
  }

  .lg\:left-66\%{
    left: 66%;
  }

  .lg\:left-85\%{
    left: 85%;
  }

  .lg\:left-96\%{
    left: 96%;
  }

  .lg\:left-130\%{
    left: 130%;
  }

  .lg\:left-135\%{
    left: 135%;
  }

  .lg\:left-200\%{
    left: 200%;
  }

  .lg\:left-16\/9{
    left: 56.25%;
  }

  .lg\:left-1\/2{
    left: 50%;
  }

  .lg\:left-full{
    left: 100%;
  }

  .lg\:left-span{
    left: 8.333%;
  }

  .lg\:left-2span{
    left: 16.666%;
  }

  .lg\:left-px{
    left: 1px;
  }

  .lg\:-left-4{
    left: -0.25rem;
  }

  .lg\:-left-12{
    left: -0.75rem;
  }

  .lg\:-left-16{
    left: -1rem;
  }

  .lg\:-left-20{
    left: -1.25rem;
  }

  .lg\:-left-24{
    left: -1.5rem;
  }

  .lg\:-left-40{
    left: -2.5rem;
  }

  .lg\:-left-48{
    left: -3rem;
  }

  .lg\:-left-56{
    left: -3.5rem;
  }

  .lg\:-left-80{
    left: -5rem;
  }

  .lg\:-left-104{
    left: -6.5rem;
  }

  .lg\:-left-112{
    left: -7rem;
  }

  .lg\:-left-140{
    left: -8.75rem;
  }

  .lg\:-left-160{
    left: -10rem;
  }

  .lg\:-left-180{
    left: -11.25rem;
  }

  .lg\:-left-200{
    left: -12.5rem;
  }

  .lg\:-left-224{
    left: -14rem;
  }

  .lg\:-left-240{
    left: -15rem;
  }

  .lg\:-left-260{
    left: -16.25rem;
  }

  .lg\:-left-300{
    left: -18.75rem;
  }

  .lg\:-left--78\%{
    left: 78%;
  }

  .lg\:-left--80\%{
    left: 80%;
  }

  .lg\:-left--50\%{
    left: 50%;
  }

  .lg\:-left--35\%{
    left: 35%;
  }

  .lg\:-left--128{
    left: 8rem;
  }

  .lg\:-left--96{
    left: 6rem;
  }

  .lg\:-left--64{
    left: 4rem;
  }

  .lg\:-left--32{
    left: 2rem;
  }

  .lg\:-left--8{
    left: 0.5rem;
  }

  .lg\:-left-5\%{
    left: -5%;
  }

  .lg\:-left-10\%{
    left: -10%;
  }

  .lg\:-left-15\%{
    left: -15%;
  }

  .lg\:-left-20\%{
    left: -20%;
  }

  .lg\:-left-25\%{
    left: -25%;
  }

  .lg\:-left-30\%{
    left: -30%;
  }

  .lg\:-left-31\%{
    left: -31%;
  }

  .lg\:-left-33\%{
    left: -33.333%;
  }

  .lg\:-left-34\%{
    left: -34%;
  }

  .lg\:-left-45\%{
    left: -45%;
  }

  .lg\:-left-54\%{
    left: -54%;
  }

  .lg\:-left-75\%{
    left: -75%;
  }

  .lg\:-left-55\%{
    left: -55%;
  }

  .lg\:-left-65\%{
    left: -65%;
  }

  .lg\:-left-66\%{
    left: -66%;
  }

  .lg\:-left-85\%{
    left: -85%;
  }

  .lg\:-left-96\%{
    left: -96%;
  }

  .lg\:-left-130\%{
    left: -130%;
  }

  .lg\:-left-135\%{
    left: -135%;
  }

  .lg\:-left-200\%{
    left: -200%;
  }

  .lg\:-left-16\/9{
    left: -56.25%;
  }

  .lg\:-left-1\/2{
    left: -50%;
  }

  .lg\:-left-full{
    left: -100%;
  }

  .lg\:-left-span{
    left: -8.333%;
  }

  .lg\:-left-2span{
    left: -16.666%;
  }

  .lg\:-left-px{
    left: -1px;
  }

  .lg\:left-1\/3{
    left: 33.333333%;
  }

  .lg\:left-2\/3{
    left: 66.666667%;
  }

  .lg\:left-1\/4{
    left: 25%;
  }

  .lg\:left-2\/4{
    left: 50%;
  }

  .lg\:left-3\/4{
    left: 75%;
  }

  .lg\:-left-1\/3{
    left: -33.333333%;
  }

  .lg\:-left-2\/3{
    left: -66.666667%;
  }

  .lg\:-left-1\/4{
    left: -25%;
  }

  .lg\:-left-2\/4{
    left: -50%;
  }

  .lg\:-left-3\/4{
    left: -75%;
  }

  .lg\:-left-60{
    left: -3.75rem;
  }

  .lg\:-left-2{
    left: -0.125rem;
  }

  .lg\:left-43\.2{
    left: 2.7rem;
  }

  .lg\:-left-608{
    left: -38rem;
  }

  .lg\:-left-1472{
    left: -92rem;
  }

  .lg\:isolate{
    isolation: isolate;
  }

  .lg\:isolation-auto{
    isolation: auto;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:z-1{
    z-index: 1;
  }

  .lg\:z-2{
    z-index: 2;
  }

  .lg\:z-3{
    z-index: 3;
  }

  .lg\:z-4{
    z-index: 4;
  }

  .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\:-z-1{
    z-index: -1;
  }

  .lg\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .lg\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .lg\:focus-within\:z-2:focus-within{
    z-index: 2;
  }

  .lg\:focus-within\:z-3:focus-within{
    z-index: 3;
  }

  .lg\:focus-within\:z-4:focus-within{
    z-index: 4;
  }

  .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-within\:-z-1:focus-within{
    z-index: -1;
  }

  .lg\:focus\:z-0:focus{
    z-index: 0;
  }

  .lg\:focus\:z-1:focus{
    z-index: 1;
  }

  .lg\:focus\:z-2:focus{
    z-index: 2;
  }

  .lg\:focus\:z-3:focus{
    z-index: 3;
  }

  .lg\:focus\:z-4:focus{
    z-index: 4;
  }

  .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\:focus\:-z-1:focus{
    z-index: -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\: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\: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\: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\:m-0{
    margin: 0;
  }

  .lg\:m-4{
    margin: 0.25rem;
  }

  .lg\:m-8{
    margin: 0.5rem;
  }

  .lg\:m-12{
    margin: 0.75rem;
  }

  .lg\:m-16{
    margin: 1rem;
  }

  .lg\:m-20{
    margin: 1.25rem;
  }

  .lg\:m-24{
    margin: 1.5rem;
  }

  .lg\:m-32{
    margin: 2rem;
  }

  .lg\:m-40{
    margin: 2.5rem;
  }

  .lg\:m-48{
    margin: 3rem;
  }

  .lg\:m-56{
    margin: 3.5rem;
  }

  .lg\:m-64{
    margin: 4rem;
  }

  .lg\:m-80{
    margin: 5rem;
  }

  .lg\:m-96{
    margin: 6rem;
  }

  .lg\:m-104{
    margin: 6.5rem;
  }

  .lg\:m-112{
    margin: 7rem;
  }

  .lg\:m-128{
    margin: 8rem;
  }

  .lg\:m-140{
    margin: 8.75rem;
  }

  .lg\:m-160{
    margin: 10rem;
  }

  .lg\:m-180{
    margin: 11.25rem;
  }

  .lg\:m-200{
    margin: 12.5rem;
  }

  .lg\:m-224{
    margin: 14rem;
  }

  .lg\:m-240{
    margin: 15rem;
  }

  .lg\:m-260{
    margin: 16.25rem;
  }

  .lg\:m-300{
    margin: 18.75rem;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:-m-78\%{
    margin: -78%;
  }

  .lg\:-m-80\%{
    margin: -80%;
  }

  .lg\:-m-50\%{
    margin: -50%;
  }

  .lg\:-m-35\%{
    margin: -35%;
  }

  .lg\:-m-128{
    margin: -8rem;
  }

  .lg\:-m-96{
    margin: -6rem;
  }

  .lg\:-m-64{
    margin: -4rem;
  }

  .lg\:-m-32{
    margin: -2rem;
  }

  .lg\:-m-8{
    margin: -0.5rem;
  }

  .lg\:m-5\%{
    margin: 5%;
  }

  .lg\:m-10\%{
    margin: 10%;
  }

  .lg\:m-15\%{
    margin: 15%;
  }

  .lg\:m-20\%{
    margin: 20%;
  }

  .lg\:m-25\%{
    margin: 25%;
  }

  .lg\:m-30\%{
    margin: 30%;
  }

  .lg\:m-31\%{
    margin: 31%;
  }

  .lg\:m-33\%{
    margin: 33.333%;
  }

  .lg\:m-34\%{
    margin: 34%;
  }

  .lg\:m-45\%{
    margin: 45%;
  }

  .lg\:m-50\%{
    margin: 50%;
  }

  .lg\:m-54\%{
    margin: 54%;
  }

  .lg\:m-75\%{
    margin: 75%;
  }

  .lg\:m-55\%{
    margin: 55%;
  }

  .lg\:m-65\%{
    margin: 65%;
  }

  .lg\:m-66\%{
    margin: 66%;
  }

  .lg\:m-85\%{
    margin: 85%;
  }

  .lg\:m-96\%{
    margin: 96%;
  }

  .lg\:m-130\%{
    margin: 130%;
  }

  .lg\:m-135\%{
    margin: 135%;
  }

  .lg\:m-200\%{
    margin: 200%;
  }

  .lg\:m-16\/9{
    margin: 56.25%;
  }

  .lg\:m-1\/2{
    margin: 50%;
  }

  .lg\:m-full{
    margin: 100%;
  }

  .lg\:m-span{
    margin: 8.333%;
  }

  .lg\:m-2span{
    margin: 16.666%;
  }

  .lg\:m-px{
    margin: 1px;
  }

  .lg\:-m-4{
    margin: -0.25rem;
  }

  .lg\:-m-12{
    margin: -0.75rem;
  }

  .lg\:-m-16{
    margin: -1rem;
  }

  .lg\:-m-20{
    margin: -1.25rem;
  }

  .lg\:-m-24{
    margin: -1.5rem;
  }

  .lg\:-m-40{
    margin: -2.5rem;
  }

  .lg\:-m-48{
    margin: -3rem;
  }

  .lg\:-m-56{
    margin: -3.5rem;
  }

  .lg\:-m-80{
    margin: -5rem;
  }

  .lg\:-m-104{
    margin: -6.5rem;
  }

  .lg\:-m-112{
    margin: -7rem;
  }

  .lg\:-m-140{
    margin: -8.75rem;
  }

  .lg\:-m-160{
    margin: -10rem;
  }

  .lg\:-m-180{
    margin: -11.25rem;
  }

  .lg\:-m-200{
    margin: -12.5rem;
  }

  .lg\:-m-224{
    margin: -14rem;
  }

  .lg\:-m-240{
    margin: -15rem;
  }

  .lg\:-m-260{
    margin: -16.25rem;
  }

  .lg\:-m-300{
    margin: -18.75rem;
  }

  .lg\:-m--78\%{
    margin: 78%;
  }

  .lg\:-m--80\%{
    margin: 80%;
  }

  .lg\:-m--50\%{
    margin: 50%;
  }

  .lg\:-m--35\%{
    margin: 35%;
  }

  .lg\:-m--128{
    margin: 8rem;
  }

  .lg\:-m--96{
    margin: 6rem;
  }

  .lg\:-m--64{
    margin: 4rem;
  }

  .lg\:-m--32{
    margin: 2rem;
  }

  .lg\:-m--8{
    margin: 0.5rem;
  }

  .lg\:-m-5\%{
    margin: -5%;
  }

  .lg\:-m-10\%{
    margin: -10%;
  }

  .lg\:-m-15\%{
    margin: -15%;
  }

  .lg\:-m-20\%{
    margin: -20%;
  }

  .lg\:-m-25\%{
    margin: -25%;
  }

  .lg\:-m-30\%{
    margin: -30%;
  }

  .lg\:-m-31\%{
    margin: -31%;
  }

  .lg\:-m-33\%{
    margin: -33.333%;
  }

  .lg\:-m-34\%{
    margin: -34%;
  }

  .lg\:-m-45\%{
    margin: -45%;
  }

  .lg\:-m-54\%{
    margin: -54%;
  }

  .lg\:-m-75\%{
    margin: -75%;
  }

  .lg\:-m-55\%{
    margin: -55%;
  }

  .lg\:-m-65\%{
    margin: -65%;
  }

  .lg\:-m-66\%{
    margin: -66%;
  }

  .lg\:-m-85\%{
    margin: -85%;
  }

  .lg\:-m-96\%{
    margin: -96%;
  }

  .lg\:-m-130\%{
    margin: -130%;
  }

  .lg\:-m-135\%{
    margin: -135%;
  }

  .lg\:-m-200\%{
    margin: -200%;
  }

  .lg\:-m-16\/9{
    margin: -56.25%;
  }

  .lg\:-m-1\/2{
    margin: -50%;
  }

  .lg\:-m-full{
    margin: -100%;
  }

  .lg\:-m-span{
    margin: -8.333%;
  }

  .lg\:-m-2span{
    margin: -16.666%;
  }

  .lg\:-m-px{
    margin: -1px;
  }

  .lg\:last\:m-0:last-child{
    margin: 0;
  }

  .lg\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .lg\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .lg\:last\:m-12:last-child{
    margin: 0.75rem;
  }

  .lg\:last\:m-16:last-child{
    margin: 1rem;
  }

  .lg\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .lg\:last\:m-24:last-child{
    margin: 1.5rem;
  }

  .lg\:last\:m-32:last-child{
    margin: 2rem;
  }

  .lg\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .lg\:last\:m-48:last-child{
    margin: 3rem;
  }

  .lg\:last\:m-56:last-child{
    margin: 3.5rem;
  }

  .lg\:last\:m-64:last-child{
    margin: 4rem;
  }

  .lg\:last\:m-80:last-child{
    margin: 5rem;
  }

  .lg\:last\:m-96:last-child{
    margin: 6rem;
  }

  .lg\:last\:m-104:last-child{
    margin: 6.5rem;
  }

  .lg\:last\:m-112:last-child{
    margin: 7rem;
  }

  .lg\:last\:m-128:last-child{
    margin: 8rem;
  }

  .lg\:last\:m-140:last-child{
    margin: 8.75rem;
  }

  .lg\:last\:m-160:last-child{
    margin: 10rem;
  }

  .lg\:last\:m-180:last-child{
    margin: 11.25rem;
  }

  .lg\:last\:m-200:last-child{
    margin: 12.5rem;
  }

  .lg\:last\:m-224:last-child{
    margin: 14rem;
  }

  .lg\:last\:m-240:last-child{
    margin: 15rem;
  }

  .lg\:last\:m-260:last-child{
    margin: 16.25rem;
  }

  .lg\:last\:m-300:last-child{
    margin: 18.75rem;
  }

  .lg\:last\:m-auto:last-child{
    margin: auto;
  }

  .lg\:last\:-m-78\%:last-child{
    margin: -78%;
  }

  .lg\:last\:-m-80\%:last-child{
    margin: -80%;
  }

  .lg\:last\:-m-50\%:last-child{
    margin: -50%;
  }

  .lg\:last\:-m-35\%:last-child{
    margin: -35%;
  }

  .lg\:last\:-m-128:last-child{
    margin: -8rem;
  }

  .lg\:last\:-m-96:last-child{
    margin: -6rem;
  }

  .lg\:last\:-m-64:last-child{
    margin: -4rem;
  }

  .lg\:last\:-m-32:last-child{
    margin: -2rem;
  }

  .lg\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .lg\:last\:m-5\%:last-child{
    margin: 5%;
  }

  .lg\:last\:m-10\%:last-child{
    margin: 10%;
  }

  .lg\:last\:m-15\%:last-child{
    margin: 15%;
  }

  .lg\:last\:m-20\%:last-child{
    margin: 20%;
  }

  .lg\:last\:m-25\%:last-child{
    margin: 25%;
  }

  .lg\:last\:m-30\%:last-child{
    margin: 30%;
  }

  .lg\:last\:m-31\%:last-child{
    margin: 31%;
  }

  .lg\:last\:m-33\%:last-child{
    margin: 33.333%;
  }

  .lg\:last\:m-34\%:last-child{
    margin: 34%;
  }

  .lg\:last\:m-45\%:last-child{
    margin: 45%;
  }

  .lg\:last\:m-50\%:last-child{
    margin: 50%;
  }

  .lg\:last\:m-54\%:last-child{
    margin: 54%;
  }

  .lg\:last\:m-75\%:last-child{
    margin: 75%;
  }

  .lg\:last\:m-55\%:last-child{
    margin: 55%;
  }

  .lg\:last\:m-65\%:last-child{
    margin: 65%;
  }

  .lg\:last\:m-66\%:last-child{
    margin: 66%;
  }

  .lg\:last\:m-85\%:last-child{
    margin: 85%;
  }

  .lg\:last\:m-96\%:last-child{
    margin: 96%;
  }

  .lg\:last\:m-130\%:last-child{
    margin: 130%;
  }

  .lg\:last\:m-135\%:last-child{
    margin: 135%;
  }

  .lg\:last\:m-200\%:last-child{
    margin: 200%;
  }

  .lg\:last\:m-16\/9:last-child{
    margin: 56.25%;
  }

  .lg\:last\:m-1\/2:last-child{
    margin: 50%;
  }

  .lg\:last\:m-full:last-child{
    margin: 100%;
  }

  .lg\:last\:m-span:last-child{
    margin: 8.333%;
  }

  .lg\:last\:m-2span:last-child{
    margin: 16.666%;
  }

  .lg\:last\:m-px:last-child{
    margin: 1px;
  }

  .lg\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .lg\:last\:-m-12:last-child{
    margin: -0.75rem;
  }

  .lg\:last\:-m-16:last-child{
    margin: -1rem;
  }

  .lg\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .lg\:last\:-m-24:last-child{
    margin: -1.5rem;
  }

  .lg\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .lg\:last\:-m-48:last-child{
    margin: -3rem;
  }

  .lg\:last\:-m-56:last-child{
    margin: -3.5rem;
  }

  .lg\:last\:-m-80:last-child{
    margin: -5rem;
  }

  .lg\:last\:-m-104:last-child{
    margin: -6.5rem;
  }

  .lg\:last\:-m-112:last-child{
    margin: -7rem;
  }

  .lg\:last\:-m-140:last-child{
    margin: -8.75rem;
  }

  .lg\:last\:-m-160:last-child{
    margin: -10rem;
  }

  .lg\:last\:-m-180:last-child{
    margin: -11.25rem;
  }

  .lg\:last\:-m-200:last-child{
    margin: -12.5rem;
  }

  .lg\:last\:-m-224:last-child{
    margin: -14rem;
  }

  .lg\:last\:-m-240:last-child{
    margin: -15rem;
  }

  .lg\:last\:-m-260:last-child{
    margin: -16.25rem;
  }

  .lg\:last\:-m-300:last-child{
    margin: -18.75rem;
  }

  .lg\:last\:-m--78\%:last-child{
    margin: 78%;
  }

  .lg\:last\:-m--80\%:last-child{
    margin: 80%;
  }

  .lg\:last\:-m--50\%:last-child{
    margin: 50%;
  }

  .lg\:last\:-m--35\%:last-child{
    margin: 35%;
  }

  .lg\:last\:-m--128:last-child{
    margin: 8rem;
  }

  .lg\:last\:-m--96:last-child{
    margin: 6rem;
  }

  .lg\:last\:-m--64:last-child{
    margin: 4rem;
  }

  .lg\:last\:-m--32:last-child{
    margin: 2rem;
  }

  .lg\:last\:-m--8:last-child{
    margin: 0.5rem;
  }

  .lg\:last\:-m-5\%:last-child{
    margin: -5%;
  }

  .lg\:last\:-m-10\%:last-child{
    margin: -10%;
  }

  .lg\:last\:-m-15\%:last-child{
    margin: -15%;
  }

  .lg\:last\:-m-20\%:last-child{
    margin: -20%;
  }

  .lg\:last\:-m-25\%:last-child{
    margin: -25%;
  }

  .lg\:last\:-m-30\%:last-child{
    margin: -30%;
  }

  .lg\:last\:-m-31\%:last-child{
    margin: -31%;
  }

  .lg\:last\:-m-33\%:last-child{
    margin: -33.333%;
  }

  .lg\:last\:-m-34\%:last-child{
    margin: -34%;
  }

  .lg\:last\:-m-45\%:last-child{
    margin: -45%;
  }

  .lg\:last\:-m-54\%:last-child{
    margin: -54%;
  }

  .lg\:last\:-m-75\%:last-child{
    margin: -75%;
  }

  .lg\:last\:-m-55\%:last-child{
    margin: -55%;
  }

  .lg\:last\:-m-65\%:last-child{
    margin: -65%;
  }

  .lg\:last\:-m-66\%:last-child{
    margin: -66%;
  }

  .lg\:last\:-m-85\%:last-child{
    margin: -85%;
  }

  .lg\:last\:-m-96\%:last-child{
    margin: -96%;
  }

  .lg\:last\:-m-130\%:last-child{
    margin: -130%;
  }

  .lg\:last\:-m-135\%:last-child{
    margin: -135%;
  }

  .lg\:last\:-m-200\%:last-child{
    margin: -200%;
  }

  .lg\:last\:-m-16\/9:last-child{
    margin: -56.25%;
  }

  .lg\:last\:-m-1\/2:last-child{
    margin: -50%;
  }

  .lg\:last\:-m-full:last-child{
    margin: -100%;
  }

  .lg\:last\:-m-span:last-child{
    margin: -8.333%;
  }

  .lg\:last\:-m-2span:last-child{
    margin: -16.666%;
  }

  .lg\:last\:-m-px:last-child{
    margin: -1px;
  }

  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-104{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .lg\:mx-112{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:mx-128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .lg\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .lg\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .lg\:mx-224{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:mx-240{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:mx-260{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .lg\:mx-300{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-mx-78\%{
    margin-left: -78%;
    margin-right: -78%;
  }

  .lg\:-mx-80\%{
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:-mx-50\%{
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-mx-35\%{
    margin-left: -35%;
    margin-right: -35%;
  }

  .lg\:-mx-128{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-mx-96{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:mx-5\%{
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg\:mx-10\%{
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg\:mx-15\%{
    margin-left: 15%;
    margin-right: 15%;
  }

  .lg\:mx-20\%{
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:mx-25\%{
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:mx-30\%{
    margin-left: 30%;
    margin-right: 30%;
  }

  .lg\:mx-31\%{
    margin-left: 31%;
    margin-right: 31%;
  }

  .lg\:mx-33\%{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .lg\:mx-34\%{
    margin-left: 34%;
    margin-right: 34%;
  }

  .lg\:mx-45\%{
    margin-left: 45%;
    margin-right: 45%;
  }

  .lg\:mx-50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:mx-54\%{
    margin-left: 54%;
    margin-right: 54%;
  }

  .lg\:mx-75\%{
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:mx-55\%{
    margin-left: 55%;
    margin-right: 55%;
  }

  .lg\:mx-65\%{
    margin-left: 65%;
    margin-right: 65%;
  }

  .lg\:mx-66\%{
    margin-left: 66%;
    margin-right: 66%;
  }

  .lg\:mx-85\%{
    margin-left: 85%;
    margin-right: 85%;
  }

  .lg\:mx-96\%{
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:mx-130\%{
    margin-left: 130%;
    margin-right: 130%;
  }

  .lg\:mx-135\%{
    margin-left: 135%;
    margin-right: 135%;
  }

  .lg\:mx-200\%{
    margin-left: 200%;
    margin-right: 200%;
  }

  .lg\:mx-16\/9{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .lg\:mx-1\/2{
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:mx-span{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .lg\:mx-2span{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-mx-104{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .lg\:-mx-112{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .lg\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .lg\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .lg\:-mx-224{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-mx-240{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-mx-260{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .lg\:-mx-300{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:-mx--78\%{
    margin-left: 78%;
    margin-right: 78%;
  }

  .lg\:-mx--80\%{
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:-mx--50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:-mx--35\%{
    margin-left: 35%;
    margin-right: 35%;
  }

  .lg\:-mx--128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:-mx--96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:-mx--64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:-mx--32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:-mx--8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:-mx-5\%{
    margin-left: -5%;
    margin-right: -5%;
  }

  .lg\:-mx-10\%{
    margin-left: -10%;
    margin-right: -10%;
  }

  .lg\:-mx-15\%{
    margin-left: -15%;
    margin-right: -15%;
  }

  .lg\:-mx-20\%{
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:-mx-25\%{
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:-mx-30\%{
    margin-left: -30%;
    margin-right: -30%;
  }

  .lg\:-mx-31\%{
    margin-left: -31%;
    margin-right: -31%;
  }

  .lg\:-mx-33\%{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .lg\:-mx-34\%{
    margin-left: -34%;
    margin-right: -34%;
  }

  .lg\:-mx-45\%{
    margin-left: -45%;
    margin-right: -45%;
  }

  .lg\:-mx-54\%{
    margin-left: -54%;
    margin-right: -54%;
  }

  .lg\:-mx-75\%{
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:-mx-55\%{
    margin-left: -55%;
    margin-right: -55%;
  }

  .lg\:-mx-65\%{
    margin-left: -65%;
    margin-right: -65%;
  }

  .lg\:-mx-66\%{
    margin-left: -66%;
    margin-right: -66%;
  }

  .lg\:-mx-85\%{
    margin-left: -85%;
    margin-right: -85%;
  }

  .lg\:-mx-96\%{
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:-mx-130\%{
    margin-left: -130%;
    margin-right: -130%;
  }

  .lg\:-mx-135\%{
    margin-left: -135%;
    margin-right: -135%;
  }

  .lg\:-mx-200\%{
    margin-left: -200%;
    margin-right: -200%;
  }

  .lg\:-mx-16\/9{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .lg\:-mx-1\/2{
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:-mx-span{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .lg\:-mx-2span{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-104{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .lg\:my-112{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .lg\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .lg\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .lg\:my-224{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-240{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:my-260{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .lg\:my-300{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:-my-78\%{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .lg\:-my-80\%{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:-my-50\%{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-my-35\%{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .lg\:-my-128{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-my-96{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:my-5\%{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lg\:my-10\%{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .lg\:my-15\%{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .lg\:my-20\%{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:my-25\%{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:my-30\%{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .lg\:my-31\%{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .lg\:my-33\%{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .lg\:my-34\%{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .lg\:my-45\%{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .lg\:my-50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:my-54\%{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .lg\:my-75\%{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:my-55\%{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .lg\:my-65\%{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .lg\:my-66\%{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .lg\:my-85\%{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .lg\:my-96\%{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:my-130\%{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .lg\:my-135\%{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .lg\:my-200\%{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .lg\:my-16\/9{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .lg\:my-1\/2{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:my-span{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .lg\:my-2span{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-my-104{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .lg\:-my-112{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .lg\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .lg\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .lg\:-my-224{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-my-240{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-my-260{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .lg\:-my-300{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:-my--78\%{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .lg\:-my--80\%{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:-my--50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:-my--35\%{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .lg\:-my--128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:-my--96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:-my--64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:-my--32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:-my--8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:-my-5\%{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .lg\:-my-10\%{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .lg\:-my-15\%{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .lg\:-my-20\%{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:-my-25\%{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:-my-30\%{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .lg\:-my-31\%{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .lg\:-my-33\%{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .lg\:-my-34\%{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .lg\:-my-45\%{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .lg\:-my-54\%{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .lg\:-my-75\%{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:-my-55\%{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .lg\:-my-65\%{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .lg\:-my-66\%{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .lg\:-my-85\%{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .lg\:-my-96\%{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:-my-130\%{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .lg\:-my-135\%{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .lg\:-my-200\%{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .lg\:-my-16\/9{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .lg\:-my-1\/2{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:-my-span{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .lg\:-my-2span{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:mx-12:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:last\:mx-16:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:mx-24:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:last\:mx-32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:mx-48:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:last\:mx-56:last-child{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:last\:mx-64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:mx-80:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:last\:mx-96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:mx-104:last-child{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .lg\:last\:mx-112:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:last\:mx-128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:mx-140:last-child{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .lg\:last\:mx-160:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:last\:mx-180:last-child{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .lg\:last\:mx-200:last-child{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .lg\:last\:mx-224:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:last\:mx-240:last-child{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:last\:mx-260:last-child{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .lg\:last\:mx-300:last-child{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:-mx-78\%:last-child{
    margin-left: -78%;
    margin-right: -78%;
  }

  .lg\:last\:-mx-80\%:last-child{
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:last\:-mx-50\%:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:last\:-mx-35\%:last-child{
    margin-left: -35%;
    margin-right: -35%;
  }

  .lg\:last\:-mx-128:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:last\:-mx-96:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:last\:-mx-64:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:last\:-mx-32:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:mx-5\%:last-child{
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg\:last\:mx-10\%:last-child{
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg\:last\:mx-15\%:last-child{
    margin-left: 15%;
    margin-right: 15%;
  }

  .lg\:last\:mx-20\%:last-child{
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:last\:mx-25\%:last-child{
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:last\:mx-30\%:last-child{
    margin-left: 30%;
    margin-right: 30%;
  }

  .lg\:last\:mx-31\%:last-child{
    margin-left: 31%;
    margin-right: 31%;
  }

  .lg\:last\:mx-33\%:last-child{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .lg\:last\:mx-34\%:last-child{
    margin-left: 34%;
    margin-right: 34%;
  }

  .lg\:last\:mx-45\%:last-child{
    margin-left: 45%;
    margin-right: 45%;
  }

  .lg\:last\:mx-50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:last\:mx-54\%:last-child{
    margin-left: 54%;
    margin-right: 54%;
  }

  .lg\:last\:mx-75\%:last-child{
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:last\:mx-55\%:last-child{
    margin-left: 55%;
    margin-right: 55%;
  }

  .lg\:last\:mx-65\%:last-child{
    margin-left: 65%;
    margin-right: 65%;
  }

  .lg\:last\:mx-66\%:last-child{
    margin-left: 66%;
    margin-right: 66%;
  }

  .lg\:last\:mx-85\%:last-child{
    margin-left: 85%;
    margin-right: 85%;
  }

  .lg\:last\:mx-96\%:last-child{
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:last\:mx-130\%:last-child{
    margin-left: 130%;
    margin-right: 130%;
  }

  .lg\:last\:mx-135\%:last-child{
    margin-left: 135%;
    margin-right: 135%;
  }

  .lg\:last\:mx-200\%:last-child{
    margin-left: 200%;
    margin-right: 200%;
  }

  .lg\:last\:mx-16\/9:last-child{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .lg\:last\:mx-1\/2:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:last\:mx-full:last-child{
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:last\:mx-span:last-child{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .lg\:last\:mx-2span:last-child{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .lg\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-mx-12:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:last\:-mx-16:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:-mx-24:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:-mx-48:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:last\:-mx-56:last-child{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:last\:-mx-80:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:last\:-mx-104:last-child{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .lg\:last\:-mx-112:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:last\:-mx-140:last-child{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .lg\:last\:-mx-160:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:last\:-mx-180:last-child{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .lg\:last\:-mx-200:last-child{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .lg\:last\:-mx-224:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:last\:-mx-240:last-child{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:last\:-mx-260:last-child{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .lg\:last\:-mx-300:last-child{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:last\:-mx--78\%:last-child{
    margin-left: 78%;
    margin-right: 78%;
  }

  .lg\:last\:-mx--80\%:last-child{
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:last\:-mx--50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:last\:-mx--35\%:last-child{
    margin-left: 35%;
    margin-right: 35%;
  }

  .lg\:last\:-mx--128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:-mx--96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:-mx--64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:-mx--32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:-mx--8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:-mx-5\%:last-child{
    margin-left: -5%;
    margin-right: -5%;
  }

  .lg\:last\:-mx-10\%:last-child{
    margin-left: -10%;
    margin-right: -10%;
  }

  .lg\:last\:-mx-15\%:last-child{
    margin-left: -15%;
    margin-right: -15%;
  }

  .lg\:last\:-mx-20\%:last-child{
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:last\:-mx-25\%:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:last\:-mx-30\%:last-child{
    margin-left: -30%;
    margin-right: -30%;
  }

  .lg\:last\:-mx-31\%:last-child{
    margin-left: -31%;
    margin-right: -31%;
  }

  .lg\:last\:-mx-33\%:last-child{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .lg\:last\:-mx-34\%:last-child{
    margin-left: -34%;
    margin-right: -34%;
  }

  .lg\:last\:-mx-45\%:last-child{
    margin-left: -45%;
    margin-right: -45%;
  }

  .lg\:last\:-mx-54\%:last-child{
    margin-left: -54%;
    margin-right: -54%;
  }

  .lg\:last\:-mx-75\%:last-child{
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:last\:-mx-55\%:last-child{
    margin-left: -55%;
    margin-right: -55%;
  }

  .lg\:last\:-mx-65\%:last-child{
    margin-left: -65%;
    margin-right: -65%;
  }

  .lg\:last\:-mx-66\%:last-child{
    margin-left: -66%;
    margin-right: -66%;
  }

  .lg\:last\:-mx-85\%:last-child{
    margin-left: -85%;
    margin-right: -85%;
  }

  .lg\:last\:-mx-96\%:last-child{
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:last\:-mx-130\%:last-child{
    margin-left: -130%;
    margin-right: -130%;
  }

  .lg\:last\:-mx-135\%:last-child{
    margin-left: -135%;
    margin-right: -135%;
  }

  .lg\:last\:-mx-200\%:last-child{
    margin-left: -200%;
    margin-right: -200%;
  }

  .lg\:last\:-mx-16\/9:last-child{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .lg\:last\:-mx-1\/2:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:last\:-mx-full:last-child{
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:last\:-mx-span:last-child{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .lg\:last\:-mx-2span:last-child{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .lg\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:my-12:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:last\:my-16:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:my-24:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:last\:my-32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:my-48:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:last\:my-56:last-child{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:last\:my-64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:my-80:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:last\:my-96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:my-104:last-child{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .lg\:last\:my-112:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:last\:my-128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:my-140:last-child{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .lg\:last\:my-160:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:last\:my-180:last-child{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .lg\:last\:my-200:last-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .lg\:last\:my-224:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:last\:my-240:last-child{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:last\:my-260:last-child{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .lg\:last\:my-300:last-child{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:-my-78\%:last-child{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .lg\:last\:-my-80\%:last-child{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:last\:-my-50\%:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:last\:-my-35\%:last-child{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .lg\:last\:-my-128:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:last\:-my-96:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:last\:-my-64:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:last\:-my-32:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:my-5\%:last-child{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lg\:last\:my-10\%:last-child{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .lg\:last\:my-15\%:last-child{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .lg\:last\:my-20\%:last-child{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:last\:my-25\%:last-child{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:last\:my-30\%:last-child{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .lg\:last\:my-31\%:last-child{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .lg\:last\:my-33\%:last-child{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .lg\:last\:my-34\%:last-child{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .lg\:last\:my-45\%:last-child{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .lg\:last\:my-50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:last\:my-54\%:last-child{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .lg\:last\:my-75\%:last-child{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:last\:my-55\%:last-child{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .lg\:last\:my-65\%:last-child{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .lg\:last\:my-66\%:last-child{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .lg\:last\:my-85\%:last-child{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .lg\:last\:my-96\%:last-child{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:last\:my-130\%:last-child{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .lg\:last\:my-135\%:last-child{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .lg\:last\:my-200\%:last-child{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .lg\:last\:my-16\/9:last-child{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .lg\:last\:my-1\/2:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:last\:my-full:last-child{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:last\:my-span:last-child{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .lg\:last\:my-2span:last-child{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .lg\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-my-12:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-my-16:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-my-24:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-my-48:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:last\:-my-56:last-child{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:last\:-my-80:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:last\:-my-104:last-child{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .lg\:last\:-my-112:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:last\:-my-140:last-child{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .lg\:last\:-my-160:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:last\:-my-180:last-child{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .lg\:last\:-my-200:last-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .lg\:last\:-my-224:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:last\:-my-240:last-child{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:last\:-my-260:last-child{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .lg\:last\:-my-300:last-child{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:last\:-my--78\%:last-child{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .lg\:last\:-my--80\%:last-child{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:last\:-my--50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:last\:-my--35\%:last-child{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .lg\:last\:-my--128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:-my--96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:-my--64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:-my--32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:-my--8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:-my-5\%:last-child{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .lg\:last\:-my-10\%:last-child{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .lg\:last\:-my-15\%:last-child{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .lg\:last\:-my-20\%:last-child{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:last\:-my-25\%:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:last\:-my-30\%:last-child{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .lg\:last\:-my-31\%:last-child{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .lg\:last\:-my-33\%:last-child{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .lg\:last\:-my-34\%:last-child{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .lg\:last\:-my-45\%:last-child{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .lg\:last\:-my-54\%:last-child{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .lg\:last\:-my-75\%:last-child{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:last\:-my-55\%:last-child{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .lg\:last\:-my-65\%:last-child{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .lg\:last\:-my-66\%:last-child{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .lg\:last\:-my-85\%:last-child{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .lg\:last\:-my-96\%:last-child{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:last\:-my-130\%:last-child{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .lg\:last\:-my-135\%:last-child{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .lg\:last\:-my-200\%:last-child{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .lg\:last\:-my-16\/9:last-child{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .lg\:last\:-my-1\/2:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:last\:-my-full:last-child{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:last\:-my-span:last-child{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .lg\:last\:-my-2span:last-child{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .lg\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mt-4{
    margin-top: 0.25rem;
  }

  .lg\:mt-8{
    margin-top: 0.5rem;
  }

  .lg\:mt-12{
    margin-top: 0.75rem;
  }

  .lg\:mt-16{
    margin-top: 1rem;
  }

  .lg\:mt-20{
    margin-top: 1.25rem;
  }

  .lg\:mt-24{
    margin-top: 1.5rem;
  }

  .lg\:mt-32{
    margin-top: 2rem;
  }

  .lg\:mt-40{
    margin-top: 2.5rem;
  }

  .lg\:mt-48{
    margin-top: 3rem;
  }

  .lg\:mt-56{
    margin-top: 3.5rem;
  }

  .lg\:mt-64{
    margin-top: 4rem;
  }

  .lg\:mt-80{
    margin-top: 5rem;
  }

  .lg\:mt-96{
    margin-top: 6rem;
  }

  .lg\:mt-104{
    margin-top: 6.5rem;
  }

  .lg\:mt-112{
    margin-top: 7rem;
  }

  .lg\:mt-128{
    margin-top: 8rem;
  }

  .lg\:mt-140{
    margin-top: 8.75rem;
  }

  .lg\:mt-160{
    margin-top: 10rem;
  }

  .lg\:mt-180{
    margin-top: 11.25rem;
  }

  .lg\:mt-200{
    margin-top: 12.5rem;
  }

  .lg\:mt-224{
    margin-top: 14rem;
  }

  .lg\:mt-240{
    margin-top: 15rem;
  }

  .lg\:mt-260{
    margin-top: 16.25rem;
  }

  .lg\:mt-300{
    margin-top: 18.75rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:-mt-78\%{
    margin-top: -78%;
  }

  .lg\:-mt-80\%{
    margin-top: -80%;
  }

  .lg\:-mt-50\%{
    margin-top: -50%;
  }

  .lg\:-mt-35\%{
    margin-top: -35%;
  }

  .lg\:-mt-128{
    margin-top: -8rem;
  }

  .lg\:-mt-96{
    margin-top: -6rem;
  }

  .lg\:-mt-64{
    margin-top: -4rem;
  }

  .lg\:-mt-32{
    margin-top: -2rem;
  }

  .lg\:-mt-8{
    margin-top: -0.5rem;
  }

  .lg\:mt-5\%{
    margin-top: 5%;
  }

  .lg\:mt-10\%{
    margin-top: 10%;
  }

  .lg\:mt-15\%{
    margin-top: 15%;
  }

  .lg\:mt-20\%{
    margin-top: 20%;
  }

  .lg\:mt-25\%{
    margin-top: 25%;
  }

  .lg\:mt-30\%{
    margin-top: 30%;
  }

  .lg\:mt-31\%{
    margin-top: 31%;
  }

  .lg\:mt-33\%{
    margin-top: 33.333%;
  }

  .lg\:mt-34\%{
    margin-top: 34%;
  }

  .lg\:mt-45\%{
    margin-top: 45%;
  }

  .lg\:mt-50\%{
    margin-top: 50%;
  }

  .lg\:mt-54\%{
    margin-top: 54%;
  }

  .lg\:mt-75\%{
    margin-top: 75%;
  }

  .lg\:mt-55\%{
    margin-top: 55%;
  }

  .lg\:mt-65\%{
    margin-top: 65%;
  }

  .lg\:mt-66\%{
    margin-top: 66%;
  }

  .lg\:mt-85\%{
    margin-top: 85%;
  }

  .lg\:mt-96\%{
    margin-top: 96%;
  }

  .lg\:mt-130\%{
    margin-top: 130%;
  }

  .lg\:mt-135\%{
    margin-top: 135%;
  }

  .lg\:mt-200\%{
    margin-top: 200%;
  }

  .lg\:mt-16\/9{
    margin-top: 56.25%;
  }

  .lg\:mt-1\/2{
    margin-top: 50%;
  }

  .lg\:mt-full{
    margin-top: 100%;
  }

  .lg\:mt-span{
    margin-top: 8.333%;
  }

  .lg\:mt-2span{
    margin-top: 16.666%;
  }

  .lg\:mt-px{
    margin-top: 1px;
  }

  .lg\:-mt-4{
    margin-top: -0.25rem;
  }

  .lg\:-mt-12{
    margin-top: -0.75rem;
  }

  .lg\:-mt-16{
    margin-top: -1rem;
  }

  .lg\:-mt-20{
    margin-top: -1.25rem;
  }

  .lg\:-mt-24{
    margin-top: -1.5rem;
  }

  .lg\:-mt-40{
    margin-top: -2.5rem;
  }

  .lg\:-mt-48{
    margin-top: -3rem;
  }

  .lg\:-mt-56{
    margin-top: -3.5rem;
  }

  .lg\:-mt-80{
    margin-top: -5rem;
  }

  .lg\:-mt-104{
    margin-top: -6.5rem;
  }

  .lg\:-mt-112{
    margin-top: -7rem;
  }

  .lg\:-mt-140{
    margin-top: -8.75rem;
  }

  .lg\:-mt-160{
    margin-top: -10rem;
  }

  .lg\:-mt-180{
    margin-top: -11.25rem;
  }

  .lg\:-mt-200{
    margin-top: -12.5rem;
  }

  .lg\:-mt-224{
    margin-top: -14rem;
  }

  .lg\:-mt-240{
    margin-top: -15rem;
  }

  .lg\:-mt-260{
    margin-top: -16.25rem;
  }

  .lg\:-mt-300{
    margin-top: -18.75rem;
  }

  .lg\:-mt--78\%{
    margin-top: 78%;
  }

  .lg\:-mt--80\%{
    margin-top: 80%;
  }

  .lg\:-mt--50\%{
    margin-top: 50%;
  }

  .lg\:-mt--35\%{
    margin-top: 35%;
  }

  .lg\:-mt--128{
    margin-top: 8rem;
  }

  .lg\:-mt--96{
    margin-top: 6rem;
  }

  .lg\:-mt--64{
    margin-top: 4rem;
  }

  .lg\:-mt--32{
    margin-top: 2rem;
  }

  .lg\:-mt--8{
    margin-top: 0.5rem;
  }

  .lg\:-mt-5\%{
    margin-top: -5%;
  }

  .lg\:-mt-10\%{
    margin-top: -10%;
  }

  .lg\:-mt-15\%{
    margin-top: -15%;
  }

  .lg\:-mt-20\%{
    margin-top: -20%;
  }

  .lg\:-mt-25\%{
    margin-top: -25%;
  }

  .lg\:-mt-30\%{
    margin-top: -30%;
  }

  .lg\:-mt-31\%{
    margin-top: -31%;
  }

  .lg\:-mt-33\%{
    margin-top: -33.333%;
  }

  .lg\:-mt-34\%{
    margin-top: -34%;
  }

  .lg\:-mt-45\%{
    margin-top: -45%;
  }

  .lg\:-mt-54\%{
    margin-top: -54%;
  }

  .lg\:-mt-75\%{
    margin-top: -75%;
  }

  .lg\:-mt-55\%{
    margin-top: -55%;
  }

  .lg\:-mt-65\%{
    margin-top: -65%;
  }

  .lg\:-mt-66\%{
    margin-top: -66%;
  }

  .lg\:-mt-85\%{
    margin-top: -85%;
  }

  .lg\:-mt-96\%{
    margin-top: -96%;
  }

  .lg\:-mt-130\%{
    margin-top: -130%;
  }

  .lg\:-mt-135\%{
    margin-top: -135%;
  }

  .lg\:-mt-200\%{
    margin-top: -200%;
  }

  .lg\:-mt-16\/9{
    margin-top: -56.25%;
  }

  .lg\:-mt-1\/2{
    margin-top: -50%;
  }

  .lg\:-mt-full{
    margin-top: -100%;
  }

  .lg\:-mt-span{
    margin-top: -8.333%;
  }

  .lg\:-mt-2span{
    margin-top: -16.666%;
  }

  .lg\:-mt-px{
    margin-top: -1px;
  }

  .lg\:mr-0{
    margin-right: 0;
  }

  .lg\:mr-4{
    margin-right: 0.25rem;
  }

  .lg\:mr-8{
    margin-right: 0.5rem;
  }

  .lg\:mr-12{
    margin-right: 0.75rem;
  }

  .lg\:mr-16{
    margin-right: 1rem;
  }

  .lg\:mr-20{
    margin-right: 1.25rem;
  }

  .lg\:mr-24{
    margin-right: 1.5rem;
  }

  .lg\:mr-32{
    margin-right: 2rem;
  }

  .lg\:mr-40{
    margin-right: 2.5rem;
  }

  .lg\:mr-48{
    margin-right: 3rem;
  }

  .lg\:mr-56{
    margin-right: 3.5rem;
  }

  .lg\:mr-64{
    margin-right: 4rem;
  }

  .lg\:mr-80{
    margin-right: 5rem;
  }

  .lg\:mr-96{
    margin-right: 6rem;
  }

  .lg\:mr-104{
    margin-right: 6.5rem;
  }

  .lg\:mr-112{
    margin-right: 7rem;
  }

  .lg\:mr-128{
    margin-right: 8rem;
  }

  .lg\:mr-140{
    margin-right: 8.75rem;
  }

  .lg\:mr-160{
    margin-right: 10rem;
  }

  .lg\:mr-180{
    margin-right: 11.25rem;
  }

  .lg\:mr-200{
    margin-right: 12.5rem;
  }

  .lg\:mr-224{
    margin-right: 14rem;
  }

  .lg\:mr-240{
    margin-right: 15rem;
  }

  .lg\:mr-260{
    margin-right: 16.25rem;
  }

  .lg\:mr-300{
    margin-right: 18.75rem;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:-mr-78\%{
    margin-right: -78%;
  }

  .lg\:-mr-80\%{
    margin-right: -80%;
  }

  .lg\:-mr-50\%{
    margin-right: -50%;
  }

  .lg\:-mr-35\%{
    margin-right: -35%;
  }

  .lg\:-mr-128{
    margin-right: -8rem;
  }

  .lg\:-mr-96{
    margin-right: -6rem;
  }

  .lg\:-mr-64{
    margin-right: -4rem;
  }

  .lg\:-mr-32{
    margin-right: -2rem;
  }

  .lg\:-mr-8{
    margin-right: -0.5rem;
  }

  .lg\:mr-5\%{
    margin-right: 5%;
  }

  .lg\:mr-10\%{
    margin-right: 10%;
  }

  .lg\:mr-15\%{
    margin-right: 15%;
  }

  .lg\:mr-20\%{
    margin-right: 20%;
  }

  .lg\:mr-25\%{
    margin-right: 25%;
  }

  .lg\:mr-30\%{
    margin-right: 30%;
  }

  .lg\:mr-31\%{
    margin-right: 31%;
  }

  .lg\:mr-33\%{
    margin-right: 33.333%;
  }

  .lg\:mr-34\%{
    margin-right: 34%;
  }

  .lg\:mr-45\%{
    margin-right: 45%;
  }

  .lg\:mr-50\%{
    margin-right: 50%;
  }

  .lg\:mr-54\%{
    margin-right: 54%;
  }

  .lg\:mr-75\%{
    margin-right: 75%;
  }

  .lg\:mr-55\%{
    margin-right: 55%;
  }

  .lg\:mr-65\%{
    margin-right: 65%;
  }

  .lg\:mr-66\%{
    margin-right: 66%;
  }

  .lg\:mr-85\%{
    margin-right: 85%;
  }

  .lg\:mr-96\%{
    margin-right: 96%;
  }

  .lg\:mr-130\%{
    margin-right: 130%;
  }

  .lg\:mr-135\%{
    margin-right: 135%;
  }

  .lg\:mr-200\%{
    margin-right: 200%;
  }

  .lg\:mr-16\/9{
    margin-right: 56.25%;
  }

  .lg\:mr-1\/2{
    margin-right: 50%;
  }

  .lg\:mr-full{
    margin-right: 100%;
  }

  .lg\:mr-span{
    margin-right: 8.333%;
  }

  .lg\:mr-2span{
    margin-right: 16.666%;
  }

  .lg\:mr-px{
    margin-right: 1px;
  }

  .lg\:-mr-4{
    margin-right: -0.25rem;
  }

  .lg\:-mr-12{
    margin-right: -0.75rem;
  }

  .lg\:-mr-16{
    margin-right: -1rem;
  }

  .lg\:-mr-20{
    margin-right: -1.25rem;
  }

  .lg\:-mr-24{
    margin-right: -1.5rem;
  }

  .lg\:-mr-40{
    margin-right: -2.5rem;
  }

  .lg\:-mr-48{
    margin-right: -3rem;
  }

  .lg\:-mr-56{
    margin-right: -3.5rem;
  }

  .lg\:-mr-80{
    margin-right: -5rem;
  }

  .lg\:-mr-104{
    margin-right: -6.5rem;
  }

  .lg\:-mr-112{
    margin-right: -7rem;
  }

  .lg\:-mr-140{
    margin-right: -8.75rem;
  }

  .lg\:-mr-160{
    margin-right: -10rem;
  }

  .lg\:-mr-180{
    margin-right: -11.25rem;
  }

  .lg\:-mr-200{
    margin-right: -12.5rem;
  }

  .lg\:-mr-224{
    margin-right: -14rem;
  }

  .lg\:-mr-240{
    margin-right: -15rem;
  }

  .lg\:-mr-260{
    margin-right: -16.25rem;
  }

  .lg\:-mr-300{
    margin-right: -18.75rem;
  }

  .lg\:-mr--78\%{
    margin-right: 78%;
  }

  .lg\:-mr--80\%{
    margin-right: 80%;
  }

  .lg\:-mr--50\%{
    margin-right: 50%;
  }

  .lg\:-mr--35\%{
    margin-right: 35%;
  }

  .lg\:-mr--128{
    margin-right: 8rem;
  }

  .lg\:-mr--96{
    margin-right: 6rem;
  }

  .lg\:-mr--64{
    margin-right: 4rem;
  }

  .lg\:-mr--32{
    margin-right: 2rem;
  }

  .lg\:-mr--8{
    margin-right: 0.5rem;
  }

  .lg\:-mr-5\%{
    margin-right: -5%;
  }

  .lg\:-mr-10\%{
    margin-right: -10%;
  }

  .lg\:-mr-15\%{
    margin-right: -15%;
  }

  .lg\:-mr-20\%{
    margin-right: -20%;
  }

  .lg\:-mr-25\%{
    margin-right: -25%;
  }

  .lg\:-mr-30\%{
    margin-right: -30%;
  }

  .lg\:-mr-31\%{
    margin-right: -31%;
  }

  .lg\:-mr-33\%{
    margin-right: -33.333%;
  }

  .lg\:-mr-34\%{
    margin-right: -34%;
  }

  .lg\:-mr-45\%{
    margin-right: -45%;
  }

  .lg\:-mr-54\%{
    margin-right: -54%;
  }

  .lg\:-mr-75\%{
    margin-right: -75%;
  }

  .lg\:-mr-55\%{
    margin-right: -55%;
  }

  .lg\:-mr-65\%{
    margin-right: -65%;
  }

  .lg\:-mr-66\%{
    margin-right: -66%;
  }

  .lg\:-mr-85\%{
    margin-right: -85%;
  }

  .lg\:-mr-96\%{
    margin-right: -96%;
  }

  .lg\:-mr-130\%{
    margin-right: -130%;
  }

  .lg\:-mr-135\%{
    margin-right: -135%;
  }

  .lg\:-mr-200\%{
    margin-right: -200%;
  }

  .lg\:-mr-16\/9{
    margin-right: -56.25%;
  }

  .lg\:-mr-1\/2{
    margin-right: -50%;
  }

  .lg\:-mr-full{
    margin-right: -100%;
  }

  .lg\:-mr-span{
    margin-right: -8.333%;
  }

  .lg\:-mr-2span{
    margin-right: -16.666%;
  }

  .lg\:-mr-px{
    margin-right: -1px;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:mb-4{
    margin-bottom: 0.25rem;
  }

  .lg\:mb-8{
    margin-bottom: 0.5rem;
  }

  .lg\:mb-12{
    margin-bottom: 0.75rem;
  }

  .lg\:mb-16{
    margin-bottom: 1rem;
  }

  .lg\:mb-20{
    margin-bottom: 1.25rem;
  }

  .lg\:mb-24{
    margin-bottom: 1.5rem;
  }

  .lg\:mb-32{
    margin-bottom: 2rem;
  }

  .lg\:mb-40{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-48{
    margin-bottom: 3rem;
  }

  .lg\:mb-56{
    margin-bottom: 3.5rem;
  }

  .lg\:mb-64{
    margin-bottom: 4rem;
  }

  .lg\:mb-80{
    margin-bottom: 5rem;
  }

  .lg\:mb-96{
    margin-bottom: 6rem;
  }

  .lg\:mb-104{
    margin-bottom: 6.5rem;
  }

  .lg\:mb-112{
    margin-bottom: 7rem;
  }

  .lg\:mb-128{
    margin-bottom: 8rem;
  }

  .lg\:mb-140{
    margin-bottom: 8.75rem;
  }

  .lg\:mb-160{
    margin-bottom: 10rem;
  }

  .lg\:mb-180{
    margin-bottom: 11.25rem;
  }

  .lg\:mb-200{
    margin-bottom: 12.5rem;
  }

  .lg\:mb-224{
    margin-bottom: 14rem;
  }

  .lg\:mb-240{
    margin-bottom: 15rem;
  }

  .lg\:mb-260{
    margin-bottom: 16.25rem;
  }

  .lg\:mb-300{
    margin-bottom: 18.75rem;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:-mb-78\%{
    margin-bottom: -78%;
  }

  .lg\:-mb-80\%{
    margin-bottom: -80%;
  }

  .lg\:-mb-50\%{
    margin-bottom: -50%;
  }

  .lg\:-mb-35\%{
    margin-bottom: -35%;
  }

  .lg\:-mb-128{
    margin-bottom: -8rem;
  }

  .lg\:-mb-96{
    margin-bottom: -6rem;
  }

  .lg\:-mb-64{
    margin-bottom: -4rem;
  }

  .lg\:-mb-32{
    margin-bottom: -2rem;
  }

  .lg\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .lg\:mb-5\%{
    margin-bottom: 5%;
  }

  .lg\:mb-10\%{
    margin-bottom: 10%;
  }

  .lg\:mb-15\%{
    margin-bottom: 15%;
  }

  .lg\:mb-20\%{
    margin-bottom: 20%;
  }

  .lg\:mb-25\%{
    margin-bottom: 25%;
  }

  .lg\:mb-30\%{
    margin-bottom: 30%;
  }

  .lg\:mb-31\%{
    margin-bottom: 31%;
  }

  .lg\:mb-33\%{
    margin-bottom: 33.333%;
  }

  .lg\:mb-34\%{
    margin-bottom: 34%;
  }

  .lg\:mb-45\%{
    margin-bottom: 45%;
  }

  .lg\:mb-50\%{
    margin-bottom: 50%;
  }

  .lg\:mb-54\%{
    margin-bottom: 54%;
  }

  .lg\:mb-75\%{
    margin-bottom: 75%;
  }

  .lg\:mb-55\%{
    margin-bottom: 55%;
  }

  .lg\:mb-65\%{
    margin-bottom: 65%;
  }

  .lg\:mb-66\%{
    margin-bottom: 66%;
  }

  .lg\:mb-85\%{
    margin-bottom: 85%;
  }

  .lg\:mb-96\%{
    margin-bottom: 96%;
  }

  .lg\:mb-130\%{
    margin-bottom: 130%;
  }

  .lg\:mb-135\%{
    margin-bottom: 135%;
  }

  .lg\:mb-200\%{
    margin-bottom: 200%;
  }

  .lg\:mb-16\/9{
    margin-bottom: 56.25%;
  }

  .lg\:mb-1\/2{
    margin-bottom: 50%;
  }

  .lg\:mb-full{
    margin-bottom: 100%;
  }

  .lg\:mb-span{
    margin-bottom: 8.333%;
  }

  .lg\:mb-2span{
    margin-bottom: 16.666%;
  }

  .lg\:mb-px{
    margin-bottom: 1px;
  }

  .lg\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .lg\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-16{
    margin-bottom: -1rem;
  }

  .lg\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .lg\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .lg\:-mb-48{
    margin-bottom: -3rem;
  }

  .lg\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .lg\:-mb-80{
    margin-bottom: -5rem;
  }

  .lg\:-mb-104{
    margin-bottom: -6.5rem;
  }

  .lg\:-mb-112{
    margin-bottom: -7rem;
  }

  .lg\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .lg\:-mb-160{
    margin-bottom: -10rem;
  }

  .lg\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .lg\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .lg\:-mb-224{
    margin-bottom: -14rem;
  }

  .lg\:-mb-240{
    margin-bottom: -15rem;
  }

  .lg\:-mb-260{
    margin-bottom: -16.25rem;
  }

  .lg\:-mb-300{
    margin-bottom: -18.75rem;
  }

  .lg\:-mb--78\%{
    margin-bottom: 78%;
  }

  .lg\:-mb--80\%{
    margin-bottom: 80%;
  }

  .lg\:-mb--50\%{
    margin-bottom: 50%;
  }

  .lg\:-mb--35\%{
    margin-bottom: 35%;
  }

  .lg\:-mb--128{
    margin-bottom: 8rem;
  }

  .lg\:-mb--96{
    margin-bottom: 6rem;
  }

  .lg\:-mb--64{
    margin-bottom: 4rem;
  }

  .lg\:-mb--32{
    margin-bottom: 2rem;
  }

  .lg\:-mb--8{
    margin-bottom: 0.5rem;
  }

  .lg\:-mb-5\%{
    margin-bottom: -5%;
  }

  .lg\:-mb-10\%{
    margin-bottom: -10%;
  }

  .lg\:-mb-15\%{
    margin-bottom: -15%;
  }

  .lg\:-mb-20\%{
    margin-bottom: -20%;
  }

  .lg\:-mb-25\%{
    margin-bottom: -25%;
  }

  .lg\:-mb-30\%{
    margin-bottom: -30%;
  }

  .lg\:-mb-31\%{
    margin-bottom: -31%;
  }

  .lg\:-mb-33\%{
    margin-bottom: -33.333%;
  }

  .lg\:-mb-34\%{
    margin-bottom: -34%;
  }

  .lg\:-mb-45\%{
    margin-bottom: -45%;
  }

  .lg\:-mb-54\%{
    margin-bottom: -54%;
  }

  .lg\:-mb-75\%{
    margin-bottom: -75%;
  }

  .lg\:-mb-55\%{
    margin-bottom: -55%;
  }

  .lg\:-mb-65\%{
    margin-bottom: -65%;
  }

  .lg\:-mb-66\%{
    margin-bottom: -66%;
  }

  .lg\:-mb-85\%{
    margin-bottom: -85%;
  }

  .lg\:-mb-96\%{
    margin-bottom: -96%;
  }

  .lg\:-mb-130\%{
    margin-bottom: -130%;
  }

  .lg\:-mb-135\%{
    margin-bottom: -135%;
  }

  .lg\:-mb-200\%{
    margin-bottom: -200%;
  }

  .lg\:-mb-16\/9{
    margin-bottom: -56.25%;
  }

  .lg\:-mb-1\/2{
    margin-bottom: -50%;
  }

  .lg\:-mb-full{
    margin-bottom: -100%;
  }

  .lg\:-mb-span{
    margin-bottom: -8.333%;
  }

  .lg\:-mb-2span{
    margin-bottom: -16.666%;
  }

  .lg\:-mb-px{
    margin-bottom: -1px;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:ml-4{
    margin-left: 0.25rem;
  }

  .lg\:ml-8{
    margin-left: 0.5rem;
  }

  .lg\:ml-12{
    margin-left: 0.75rem;
  }

  .lg\:ml-16{
    margin-left: 1rem;
  }

  .lg\:ml-20{
    margin-left: 1.25rem;
  }

  .lg\:ml-24{
    margin-left: 1.5rem;
  }

  .lg\:ml-32{
    margin-left: 2rem;
  }

  .lg\:ml-40{
    margin-left: 2.5rem;
  }

  .lg\:ml-48{
    margin-left: 3rem;
  }

  .lg\:ml-56{
    margin-left: 3.5rem;
  }

  .lg\:ml-64{
    margin-left: 4rem;
  }

  .lg\:ml-80{
    margin-left: 5rem;
  }

  .lg\:ml-96{
    margin-left: 6rem;
  }

  .lg\:ml-104{
    margin-left: 6.5rem;
  }

  .lg\:ml-112{
    margin-left: 7rem;
  }

  .lg\:ml-128{
    margin-left: 8rem;
  }

  .lg\:ml-140{
    margin-left: 8.75rem;
  }

  .lg\:ml-160{
    margin-left: 10rem;
  }

  .lg\:ml-180{
    margin-left: 11.25rem;
  }

  .lg\:ml-200{
    margin-left: 12.5rem;
  }

  .lg\:ml-224{
    margin-left: 14rem;
  }

  .lg\:ml-240{
    margin-left: 15rem;
  }

  .lg\:ml-260{
    margin-left: 16.25rem;
  }

  .lg\:ml-300{
    margin-left: 18.75rem;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:-ml-78\%{
    margin-left: -78%;
  }

  .lg\:-ml-80\%{
    margin-left: -80%;
  }

  .lg\:-ml-50\%{
    margin-left: -50%;
  }

  .lg\:-ml-35\%{
    margin-left: -35%;
  }

  .lg\:-ml-128{
    margin-left: -8rem;
  }

  .lg\:-ml-96{
    margin-left: -6rem;
  }

  .lg\:-ml-64{
    margin-left: -4rem;
  }

  .lg\:-ml-32{
    margin-left: -2rem;
  }

  .lg\:-ml-8{
    margin-left: -0.5rem;
  }

  .lg\:ml-5\%{
    margin-left: 5%;
  }

  .lg\:ml-10\%{
    margin-left: 10%;
  }

  .lg\:ml-15\%{
    margin-left: 15%;
  }

  .lg\:ml-20\%{
    margin-left: 20%;
  }

  .lg\:ml-25\%{
    margin-left: 25%;
  }

  .lg\:ml-30\%{
    margin-left: 30%;
  }

  .lg\:ml-31\%{
    margin-left: 31%;
  }

  .lg\:ml-33\%{
    margin-left: 33.333%;
  }

  .lg\:ml-34\%{
    margin-left: 34%;
  }

  .lg\:ml-45\%{
    margin-left: 45%;
  }

  .lg\:ml-50\%{
    margin-left: 50%;
  }

  .lg\:ml-54\%{
    margin-left: 54%;
  }

  .lg\:ml-75\%{
    margin-left: 75%;
  }

  .lg\:ml-55\%{
    margin-left: 55%;
  }

  .lg\:ml-65\%{
    margin-left: 65%;
  }

  .lg\:ml-66\%{
    margin-left: 66%;
  }

  .lg\:ml-85\%{
    margin-left: 85%;
  }

  .lg\:ml-96\%{
    margin-left: 96%;
  }

  .lg\:ml-130\%{
    margin-left: 130%;
  }

  .lg\:ml-135\%{
    margin-left: 135%;
  }

  .lg\:ml-200\%{
    margin-left: 200%;
  }

  .lg\:ml-16\/9{
    margin-left: 56.25%;
  }

  .lg\:ml-1\/2{
    margin-left: 50%;
  }

  .lg\:ml-full{
    margin-left: 100%;
  }

  .lg\:ml-span{
    margin-left: 8.333%;
  }

  .lg\:ml-2span{
    margin-left: 16.666%;
  }

  .lg\:ml-px{
    margin-left: 1px;
  }

  .lg\:-ml-4{
    margin-left: -0.25rem;
  }

  .lg\:-ml-12{
    margin-left: -0.75rem;
  }

  .lg\:-ml-16{
    margin-left: -1rem;
  }

  .lg\:-ml-20{
    margin-left: -1.25rem;
  }

  .lg\:-ml-24{
    margin-left: -1.5rem;
  }

  .lg\:-ml-40{
    margin-left: -2.5rem;
  }

  .lg\:-ml-48{
    margin-left: -3rem;
  }

  .lg\:-ml-56{
    margin-left: -3.5rem;
  }

  .lg\:-ml-80{
    margin-left: -5rem;
  }

  .lg\:-ml-104{
    margin-left: -6.5rem;
  }

  .lg\:-ml-112{
    margin-left: -7rem;
  }

  .lg\:-ml-140{
    margin-left: -8.75rem;
  }

  .lg\:-ml-160{
    margin-left: -10rem;
  }

  .lg\:-ml-180{
    margin-left: -11.25rem;
  }

  .lg\:-ml-200{
    margin-left: -12.5rem;
  }

  .lg\:-ml-224{
    margin-left: -14rem;
  }

  .lg\:-ml-240{
    margin-left: -15rem;
  }

  .lg\:-ml-260{
    margin-left: -16.25rem;
  }

  .lg\:-ml-300{
    margin-left: -18.75rem;
  }

  .lg\:-ml--78\%{
    margin-left: 78%;
  }

  .lg\:-ml--80\%{
    margin-left: 80%;
  }

  .lg\:-ml--50\%{
    margin-left: 50%;
  }

  .lg\:-ml--35\%{
    margin-left: 35%;
  }

  .lg\:-ml--128{
    margin-left: 8rem;
  }

  .lg\:-ml--96{
    margin-left: 6rem;
  }

  .lg\:-ml--64{
    margin-left: 4rem;
  }

  .lg\:-ml--32{
    margin-left: 2rem;
  }

  .lg\:-ml--8{
    margin-left: 0.5rem;
  }

  .lg\:-ml-5\%{
    margin-left: -5%;
  }

  .lg\:-ml-10\%{
    margin-left: -10%;
  }

  .lg\:-ml-15\%{
    margin-left: -15%;
  }

  .lg\:-ml-20\%{
    margin-left: -20%;
  }

  .lg\:-ml-25\%{
    margin-left: -25%;
  }

  .lg\:-ml-30\%{
    margin-left: -30%;
  }

  .lg\:-ml-31\%{
    margin-left: -31%;
  }

  .lg\:-ml-33\%{
    margin-left: -33.333%;
  }

  .lg\:-ml-34\%{
    margin-left: -34%;
  }

  .lg\:-ml-45\%{
    margin-left: -45%;
  }

  .lg\:-ml-54\%{
    margin-left: -54%;
  }

  .lg\:-ml-75\%{
    margin-left: -75%;
  }

  .lg\:-ml-55\%{
    margin-left: -55%;
  }

  .lg\:-ml-65\%{
    margin-left: -65%;
  }

  .lg\:-ml-66\%{
    margin-left: -66%;
  }

  .lg\:-ml-85\%{
    margin-left: -85%;
  }

  .lg\:-ml-96\%{
    margin-left: -96%;
  }

  .lg\:-ml-130\%{
    margin-left: -130%;
  }

  .lg\:-ml-135\%{
    margin-left: -135%;
  }

  .lg\:-ml-200\%{
    margin-left: -200%;
  }

  .lg\:-ml-16\/9{
    margin-left: -56.25%;
  }

  .lg\:-ml-1\/2{
    margin-left: -50%;
  }

  .lg\:-ml-full{
    margin-left: -100%;
  }

  .lg\:-ml-span{
    margin-left: -8.333%;
  }

  .lg\:-ml-2span{
    margin-left: -16.666%;
  }

  .lg\:-ml-px{
    margin-left: -1px;
  }

  .lg\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .lg\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .lg\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .lg\:last\:mt-12:last-child{
    margin-top: 0.75rem;
  }

  .lg\:last\:mt-16:last-child{
    margin-top: 1rem;
  }

  .lg\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .lg\:last\:mt-24:last-child{
    margin-top: 1.5rem;
  }

  .lg\:last\:mt-32:last-child{
    margin-top: 2rem;
  }

  .lg\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .lg\:last\:mt-48:last-child{
    margin-top: 3rem;
  }

  .lg\:last\:mt-56:last-child{
    margin-top: 3.5rem;
  }

  .lg\:last\:mt-64:last-child{
    margin-top: 4rem;
  }

  .lg\:last\:mt-80:last-child{
    margin-top: 5rem;
  }

  .lg\:last\:mt-96:last-child{
    margin-top: 6rem;
  }

  .lg\:last\:mt-104:last-child{
    margin-top: 6.5rem;
  }

  .lg\:last\:mt-112:last-child{
    margin-top: 7rem;
  }

  .lg\:last\:mt-128:last-child{
    margin-top: 8rem;
  }

  .lg\:last\:mt-140:last-child{
    margin-top: 8.75rem;
  }

  .lg\:last\:mt-160:last-child{
    margin-top: 10rem;
  }

  .lg\:last\:mt-180:last-child{
    margin-top: 11.25rem;
  }

  .lg\:last\:mt-200:last-child{
    margin-top: 12.5rem;
  }

  .lg\:last\:mt-224:last-child{
    margin-top: 14rem;
  }

  .lg\:last\:mt-240:last-child{
    margin-top: 15rem;
  }

  .lg\:last\:mt-260:last-child{
    margin-top: 16.25rem;
  }

  .lg\:last\:mt-300:last-child{
    margin-top: 18.75rem;
  }

  .lg\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .lg\:last\:-mt-78\%:last-child{
    margin-top: -78%;
  }

  .lg\:last\:-mt-80\%:last-child{
    margin-top: -80%;
  }

  .lg\:last\:-mt-50\%:last-child{
    margin-top: -50%;
  }

  .lg\:last\:-mt-35\%:last-child{
    margin-top: -35%;
  }

  .lg\:last\:-mt-128:last-child{
    margin-top: -8rem;
  }

  .lg\:last\:-mt-96:last-child{
    margin-top: -6rem;
  }

  .lg\:last\:-mt-64:last-child{
    margin-top: -4rem;
  }

  .lg\:last\:-mt-32:last-child{
    margin-top: -2rem;
  }

  .lg\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .lg\:last\:mt-5\%:last-child{
    margin-top: 5%;
  }

  .lg\:last\:mt-10\%:last-child{
    margin-top: 10%;
  }

  .lg\:last\:mt-15\%:last-child{
    margin-top: 15%;
  }

  .lg\:last\:mt-20\%:last-child{
    margin-top: 20%;
  }

  .lg\:last\:mt-25\%:last-child{
    margin-top: 25%;
  }

  .lg\:last\:mt-30\%:last-child{
    margin-top: 30%;
  }

  .lg\:last\:mt-31\%:last-child{
    margin-top: 31%;
  }

  .lg\:last\:mt-33\%:last-child{
    margin-top: 33.333%;
  }

  .lg\:last\:mt-34\%:last-child{
    margin-top: 34%;
  }

  .lg\:last\:mt-45\%:last-child{
    margin-top: 45%;
  }

  .lg\:last\:mt-50\%:last-child{
    margin-top: 50%;
  }

  .lg\:last\:mt-54\%:last-child{
    margin-top: 54%;
  }

  .lg\:last\:mt-75\%:last-child{
    margin-top: 75%;
  }

  .lg\:last\:mt-55\%:last-child{
    margin-top: 55%;
  }

  .lg\:last\:mt-65\%:last-child{
    margin-top: 65%;
  }

  .lg\:last\:mt-66\%:last-child{
    margin-top: 66%;
  }

  .lg\:last\:mt-85\%:last-child{
    margin-top: 85%;
  }

  .lg\:last\:mt-96\%:last-child{
    margin-top: 96%;
  }

  .lg\:last\:mt-130\%:last-child{
    margin-top: 130%;
  }

  .lg\:last\:mt-135\%:last-child{
    margin-top: 135%;
  }

  .lg\:last\:mt-200\%:last-child{
    margin-top: 200%;
  }

  .lg\:last\:mt-16\/9:last-child{
    margin-top: 56.25%;
  }

  .lg\:last\:mt-1\/2:last-child{
    margin-top: 50%;
  }

  .lg\:last\:mt-full:last-child{
    margin-top: 100%;
  }

  .lg\:last\:mt-span:last-child{
    margin-top: 8.333%;
  }

  .lg\:last\:mt-2span:last-child{
    margin-top: 16.666%;
  }

  .lg\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .lg\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .lg\:last\:-mt-12:last-child{
    margin-top: -0.75rem;
  }

  .lg\:last\:-mt-16:last-child{
    margin-top: -1rem;
  }

  .lg\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .lg\:last\:-mt-24:last-child{
    margin-top: -1.5rem;
  }

  .lg\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .lg\:last\:-mt-48:last-child{
    margin-top: -3rem;
  }

  .lg\:last\:-mt-56:last-child{
    margin-top: -3.5rem;
  }

  .lg\:last\:-mt-80:last-child{
    margin-top: -5rem;
  }

  .lg\:last\:-mt-104:last-child{
    margin-top: -6.5rem;
  }

  .lg\:last\:-mt-112:last-child{
    margin-top: -7rem;
  }

  .lg\:last\:-mt-140:last-child{
    margin-top: -8.75rem;
  }

  .lg\:last\:-mt-160:last-child{
    margin-top: -10rem;
  }

  .lg\:last\:-mt-180:last-child{
    margin-top: -11.25rem;
  }

  .lg\:last\:-mt-200:last-child{
    margin-top: -12.5rem;
  }

  .lg\:last\:-mt-224:last-child{
    margin-top: -14rem;
  }

  .lg\:last\:-mt-240:last-child{
    margin-top: -15rem;
  }

  .lg\:last\:-mt-260:last-child{
    margin-top: -16.25rem;
  }

  .lg\:last\:-mt-300:last-child{
    margin-top: -18.75rem;
  }

  .lg\:last\:-mt--78\%:last-child{
    margin-top: 78%;
  }

  .lg\:last\:-mt--80\%:last-child{
    margin-top: 80%;
  }

  .lg\:last\:-mt--50\%:last-child{
    margin-top: 50%;
  }

  .lg\:last\:-mt--35\%:last-child{
    margin-top: 35%;
  }

  .lg\:last\:-mt--128:last-child{
    margin-top: 8rem;
  }

  .lg\:last\:-mt--96:last-child{
    margin-top: 6rem;
  }

  .lg\:last\:-mt--64:last-child{
    margin-top: 4rem;
  }

  .lg\:last\:-mt--32:last-child{
    margin-top: 2rem;
  }

  .lg\:last\:-mt--8:last-child{
    margin-top: 0.5rem;
  }

  .lg\:last\:-mt-5\%:last-child{
    margin-top: -5%;
  }

  .lg\:last\:-mt-10\%:last-child{
    margin-top: -10%;
  }

  .lg\:last\:-mt-15\%:last-child{
    margin-top: -15%;
  }

  .lg\:last\:-mt-20\%:last-child{
    margin-top: -20%;
  }

  .lg\:last\:-mt-25\%:last-child{
    margin-top: -25%;
  }

  .lg\:last\:-mt-30\%:last-child{
    margin-top: -30%;
  }

  .lg\:last\:-mt-31\%:last-child{
    margin-top: -31%;
  }

  .lg\:last\:-mt-33\%:last-child{
    margin-top: -33.333%;
  }

  .lg\:last\:-mt-34\%:last-child{
    margin-top: -34%;
  }

  .lg\:last\:-mt-45\%:last-child{
    margin-top: -45%;
  }

  .lg\:last\:-mt-54\%:last-child{
    margin-top: -54%;
  }

  .lg\:last\:-mt-75\%:last-child{
    margin-top: -75%;
  }

  .lg\:last\:-mt-55\%:last-child{
    margin-top: -55%;
  }

  .lg\:last\:-mt-65\%:last-child{
    margin-top: -65%;
  }

  .lg\:last\:-mt-66\%:last-child{
    margin-top: -66%;
  }

  .lg\:last\:-mt-85\%:last-child{
    margin-top: -85%;
  }

  .lg\:last\:-mt-96\%:last-child{
    margin-top: -96%;
  }

  .lg\:last\:-mt-130\%:last-child{
    margin-top: -130%;
  }

  .lg\:last\:-mt-135\%:last-child{
    margin-top: -135%;
  }

  .lg\:last\:-mt-200\%:last-child{
    margin-top: -200%;
  }

  .lg\:last\:-mt-16\/9:last-child{
    margin-top: -56.25%;
  }

  .lg\:last\:-mt-1\/2:last-child{
    margin-top: -50%;
  }

  .lg\:last\:-mt-full:last-child{
    margin-top: -100%;
  }

  .lg\:last\:-mt-span:last-child{
    margin-top: -8.333%;
  }

  .lg\:last\:-mt-2span:last-child{
    margin-top: -16.666%;
  }

  .lg\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .lg\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .lg\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .lg\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .lg\:last\:mr-12:last-child{
    margin-right: 0.75rem;
  }

  .lg\:last\:mr-16:last-child{
    margin-right: 1rem;
  }

  .lg\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .lg\:last\:mr-24:last-child{
    margin-right: 1.5rem;
  }

  .lg\:last\:mr-32:last-child{
    margin-right: 2rem;
  }

  .lg\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .lg\:last\:mr-48:last-child{
    margin-right: 3rem;
  }

  .lg\:last\:mr-56:last-child{
    margin-right: 3.5rem;
  }

  .lg\:last\:mr-64:last-child{
    margin-right: 4rem;
  }

  .lg\:last\:mr-80:last-child{
    margin-right: 5rem;
  }

  .lg\:last\:mr-96:last-child{
    margin-right: 6rem;
  }

  .lg\:last\:mr-104:last-child{
    margin-right: 6.5rem;
  }

  .lg\:last\:mr-112:last-child{
    margin-right: 7rem;
  }

  .lg\:last\:mr-128:last-child{
    margin-right: 8rem;
  }

  .lg\:last\:mr-140:last-child{
    margin-right: 8.75rem;
  }

  .lg\:last\:mr-160:last-child{
    margin-right: 10rem;
  }

  .lg\:last\:mr-180:last-child{
    margin-right: 11.25rem;
  }

  .lg\:last\:mr-200:last-child{
    margin-right: 12.5rem;
  }

  .lg\:last\:mr-224:last-child{
    margin-right: 14rem;
  }

  .lg\:last\:mr-240:last-child{
    margin-right: 15rem;
  }

  .lg\:last\:mr-260:last-child{
    margin-right: 16.25rem;
  }

  .lg\:last\:mr-300:last-child{
    margin-right: 18.75rem;
  }

  .lg\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .lg\:last\:-mr-78\%:last-child{
    margin-right: -78%;
  }

  .lg\:last\:-mr-80\%:last-child{
    margin-right: -80%;
  }

  .lg\:last\:-mr-50\%:last-child{
    margin-right: -50%;
  }

  .lg\:last\:-mr-35\%:last-child{
    margin-right: -35%;
  }

  .lg\:last\:-mr-128:last-child{
    margin-right: -8rem;
  }

  .lg\:last\:-mr-96:last-child{
    margin-right: -6rem;
  }

  .lg\:last\:-mr-64:last-child{
    margin-right: -4rem;
  }

  .lg\:last\:-mr-32:last-child{
    margin-right: -2rem;
  }

  .lg\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .lg\:last\:mr-5\%:last-child{
    margin-right: 5%;
  }

  .lg\:last\:mr-10\%:last-child{
    margin-right: 10%;
  }

  .lg\:last\:mr-15\%:last-child{
    margin-right: 15%;
  }

  .lg\:last\:mr-20\%:last-child{
    margin-right: 20%;
  }

  .lg\:last\:mr-25\%:last-child{
    margin-right: 25%;
  }

  .lg\:last\:mr-30\%:last-child{
    margin-right: 30%;
  }

  .lg\:last\:mr-31\%:last-child{
    margin-right: 31%;
  }

  .lg\:last\:mr-33\%:last-child{
    margin-right: 33.333%;
  }

  .lg\:last\:mr-34\%:last-child{
    margin-right: 34%;
  }

  .lg\:last\:mr-45\%:last-child{
    margin-right: 45%;
  }

  .lg\:last\:mr-50\%:last-child{
    margin-right: 50%;
  }

  .lg\:last\:mr-54\%:last-child{
    margin-right: 54%;
  }

  .lg\:last\:mr-75\%:last-child{
    margin-right: 75%;
  }

  .lg\:last\:mr-55\%:last-child{
    margin-right: 55%;
  }

  .lg\:last\:mr-65\%:last-child{
    margin-right: 65%;
  }

  .lg\:last\:mr-66\%:last-child{
    margin-right: 66%;
  }

  .lg\:last\:mr-85\%:last-child{
    margin-right: 85%;
  }

  .lg\:last\:mr-96\%:last-child{
    margin-right: 96%;
  }

  .lg\:last\:mr-130\%:last-child{
    margin-right: 130%;
  }

  .lg\:last\:mr-135\%:last-child{
    margin-right: 135%;
  }

  .lg\:last\:mr-200\%:last-child{
    margin-right: 200%;
  }

  .lg\:last\:mr-16\/9:last-child{
    margin-right: 56.25%;
  }

  .lg\:last\:mr-1\/2:last-child{
    margin-right: 50%;
  }

  .lg\:last\:mr-full:last-child{
    margin-right: 100%;
  }

  .lg\:last\:mr-span:last-child{
    margin-right: 8.333%;
  }

  .lg\:last\:mr-2span:last-child{
    margin-right: 16.666%;
  }

  .lg\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .lg\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .lg\:last\:-mr-12:last-child{
    margin-right: -0.75rem;
  }

  .lg\:last\:-mr-16:last-child{
    margin-right: -1rem;
  }

  .lg\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .lg\:last\:-mr-24:last-child{
    margin-right: -1.5rem;
  }

  .lg\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .lg\:last\:-mr-48:last-child{
    margin-right: -3rem;
  }

  .lg\:last\:-mr-56:last-child{
    margin-right: -3.5rem;
  }

  .lg\:last\:-mr-80:last-child{
    margin-right: -5rem;
  }

  .lg\:last\:-mr-104:last-child{
    margin-right: -6.5rem;
  }

  .lg\:last\:-mr-112:last-child{
    margin-right: -7rem;
  }

  .lg\:last\:-mr-140:last-child{
    margin-right: -8.75rem;
  }

  .lg\:last\:-mr-160:last-child{
    margin-right: -10rem;
  }

  .lg\:last\:-mr-180:last-child{
    margin-right: -11.25rem;
  }

  .lg\:last\:-mr-200:last-child{
    margin-right: -12.5rem;
  }

  .lg\:last\:-mr-224:last-child{
    margin-right: -14rem;
  }

  .lg\:last\:-mr-240:last-child{
    margin-right: -15rem;
  }

  .lg\:last\:-mr-260:last-child{
    margin-right: -16.25rem;
  }

  .lg\:last\:-mr-300:last-child{
    margin-right: -18.75rem;
  }

  .lg\:last\:-mr--78\%:last-child{
    margin-right: 78%;
  }

  .lg\:last\:-mr--80\%:last-child{
    margin-right: 80%;
  }

  .lg\:last\:-mr--50\%:last-child{
    margin-right: 50%;
  }

  .lg\:last\:-mr--35\%:last-child{
    margin-right: 35%;
  }

  .lg\:last\:-mr--128:last-child{
    margin-right: 8rem;
  }

  .lg\:last\:-mr--96:last-child{
    margin-right: 6rem;
  }

  .lg\:last\:-mr--64:last-child{
    margin-right: 4rem;
  }

  .lg\:last\:-mr--32:last-child{
    margin-right: 2rem;
  }

  .lg\:last\:-mr--8:last-child{
    margin-right: 0.5rem;
  }

  .lg\:last\:-mr-5\%:last-child{
    margin-right: -5%;
  }

  .lg\:last\:-mr-10\%:last-child{
    margin-right: -10%;
  }

  .lg\:last\:-mr-15\%:last-child{
    margin-right: -15%;
  }

  .lg\:last\:-mr-20\%:last-child{
    margin-right: -20%;
  }

  .lg\:last\:-mr-25\%:last-child{
    margin-right: -25%;
  }

  .lg\:last\:-mr-30\%:last-child{
    margin-right: -30%;
  }

  .lg\:last\:-mr-31\%:last-child{
    margin-right: -31%;
  }

  .lg\:last\:-mr-33\%:last-child{
    margin-right: -33.333%;
  }

  .lg\:last\:-mr-34\%:last-child{
    margin-right: -34%;
  }

  .lg\:last\:-mr-45\%:last-child{
    margin-right: -45%;
  }

  .lg\:last\:-mr-54\%:last-child{
    margin-right: -54%;
  }

  .lg\:last\:-mr-75\%:last-child{
    margin-right: -75%;
  }

  .lg\:last\:-mr-55\%:last-child{
    margin-right: -55%;
  }

  .lg\:last\:-mr-65\%:last-child{
    margin-right: -65%;
  }

  .lg\:last\:-mr-66\%:last-child{
    margin-right: -66%;
  }

  .lg\:last\:-mr-85\%:last-child{
    margin-right: -85%;
  }

  .lg\:last\:-mr-96\%:last-child{
    margin-right: -96%;
  }

  .lg\:last\:-mr-130\%:last-child{
    margin-right: -130%;
  }

  .lg\:last\:-mr-135\%:last-child{
    margin-right: -135%;
  }

  .lg\:last\:-mr-200\%:last-child{
    margin-right: -200%;
  }

  .lg\:last\:-mr-16\/9:last-child{
    margin-right: -56.25%;
  }

  .lg\:last\:-mr-1\/2:last-child{
    margin-right: -50%;
  }

  .lg\:last\:-mr-full:last-child{
    margin-right: -100%;
  }

  .lg\:last\:-mr-span:last-child{
    margin-right: -8.333%;
  }

  .lg\:last\:-mr-2span:last-child{
    margin-right: -16.666%;
  }

  .lg\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .lg\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .lg\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mb-12:last-child{
    margin-bottom: 0.75rem;
  }

  .lg\:last\:mb-16:last-child{
    margin-bottom: 1rem;
  }

  .lg\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .lg\:last\:mb-24:last-child{
    margin-bottom: 1.5rem;
  }

  .lg\:last\:mb-32:last-child{
    margin-bottom: 2rem;
  }

  .lg\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .lg\:last\:mb-48:last-child{
    margin-bottom: 3rem;
  }

  .lg\:last\:mb-56:last-child{
    margin-bottom: 3.5rem;
  }

  .lg\:last\:mb-64:last-child{
    margin-bottom: 4rem;
  }

  .lg\:last\:mb-80:last-child{
    margin-bottom: 5rem;
  }

  .lg\:last\:mb-96:last-child{
    margin-bottom: 6rem;
  }

  .lg\:last\:mb-104:last-child{
    margin-bottom: 6.5rem;
  }

  .lg\:last\:mb-112:last-child{
    margin-bottom: 7rem;
  }

  .lg\:last\:mb-128:last-child{
    margin-bottom: 8rem;
  }

  .lg\:last\:mb-140:last-child{
    margin-bottom: 8.75rem;
  }

  .lg\:last\:mb-160:last-child{
    margin-bottom: 10rem;
  }

  .lg\:last\:mb-180:last-child{
    margin-bottom: 11.25rem;
  }

  .lg\:last\:mb-200:last-child{
    margin-bottom: 12.5rem;
  }

  .lg\:last\:mb-224:last-child{
    margin-bottom: 14rem;
  }

  .lg\:last\:mb-240:last-child{
    margin-bottom: 15rem;
  }

  .lg\:last\:mb-260:last-child{
    margin-bottom: 16.25rem;
  }

  .lg\:last\:mb-300:last-child{
    margin-bottom: 18.75rem;
  }

  .lg\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .lg\:last\:-mb-78\%:last-child{
    margin-bottom: -78%;
  }

  .lg\:last\:-mb-80\%:last-child{
    margin-bottom: -80%;
  }

  .lg\:last\:-mb-50\%:last-child{
    margin-bottom: -50%;
  }

  .lg\:last\:-mb-35\%:last-child{
    margin-bottom: -35%;
  }

  .lg\:last\:-mb-128:last-child{
    margin-bottom: -8rem;
  }

  .lg\:last\:-mb-96:last-child{
    margin-bottom: -6rem;
  }

  .lg\:last\:-mb-64:last-child{
    margin-bottom: -4rem;
  }

  .lg\:last\:-mb-32:last-child{
    margin-bottom: -2rem;
  }

  .lg\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .lg\:last\:mb-5\%:last-child{
    margin-bottom: 5%;
  }

  .lg\:last\:mb-10\%:last-child{
    margin-bottom: 10%;
  }

  .lg\:last\:mb-15\%:last-child{
    margin-bottom: 15%;
  }

  .lg\:last\:mb-20\%:last-child{
    margin-bottom: 20%;
  }

  .lg\:last\:mb-25\%:last-child{
    margin-bottom: 25%;
  }

  .lg\:last\:mb-30\%:last-child{
    margin-bottom: 30%;
  }

  .lg\:last\:mb-31\%:last-child{
    margin-bottom: 31%;
  }

  .lg\:last\:mb-33\%:last-child{
    margin-bottom: 33.333%;
  }

  .lg\:last\:mb-34\%:last-child{
    margin-bottom: 34%;
  }

  .lg\:last\:mb-45\%:last-child{
    margin-bottom: 45%;
  }

  .lg\:last\:mb-50\%:last-child{
    margin-bottom: 50%;
  }

  .lg\:last\:mb-54\%:last-child{
    margin-bottom: 54%;
  }

  .lg\:last\:mb-75\%:last-child{
    margin-bottom: 75%;
  }

  .lg\:last\:mb-55\%:last-child{
    margin-bottom: 55%;
  }

  .lg\:last\:mb-65\%:last-child{
    margin-bottom: 65%;
  }

  .lg\:last\:mb-66\%:last-child{
    margin-bottom: 66%;
  }

  .lg\:last\:mb-85\%:last-child{
    margin-bottom: 85%;
  }

  .lg\:last\:mb-96\%:last-child{
    margin-bottom: 96%;
  }

  .lg\:last\:mb-130\%:last-child{
    margin-bottom: 130%;
  }

  .lg\:last\:mb-135\%:last-child{
    margin-bottom: 135%;
  }

  .lg\:last\:mb-200\%:last-child{
    margin-bottom: 200%;
  }

  .lg\:last\:mb-16\/9:last-child{
    margin-bottom: 56.25%;
  }

  .lg\:last\:mb-1\/2:last-child{
    margin-bottom: 50%;
  }

  .lg\:last\:mb-full:last-child{
    margin-bottom: 100%;
  }

  .lg\:last\:mb-span:last-child{
    margin-bottom: 8.333%;
  }

  .lg\:last\:mb-2span:last-child{
    margin-bottom: 16.666%;
  }

  .lg\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .lg\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mb-12:last-child{
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-mb-16:last-child{
    margin-bottom: -1rem;
  }

  .lg\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-mb-24:last-child{
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-mb-48:last-child{
    margin-bottom: -3rem;
  }

  .lg\:last\:-mb-56:last-child{
    margin-bottom: -3.5rem;
  }

  .lg\:last\:-mb-80:last-child{
    margin-bottom: -5rem;
  }

  .lg\:last\:-mb-104:last-child{
    margin-bottom: -6.5rem;
  }

  .lg\:last\:-mb-112:last-child{
    margin-bottom: -7rem;
  }

  .lg\:last\:-mb-140:last-child{
    margin-bottom: -8.75rem;
  }

  .lg\:last\:-mb-160:last-child{
    margin-bottom: -10rem;
  }

  .lg\:last\:-mb-180:last-child{
    margin-bottom: -11.25rem;
  }

  .lg\:last\:-mb-200:last-child{
    margin-bottom: -12.5rem;
  }

  .lg\:last\:-mb-224:last-child{
    margin-bottom: -14rem;
  }

  .lg\:last\:-mb-240:last-child{
    margin-bottom: -15rem;
  }

  .lg\:last\:-mb-260:last-child{
    margin-bottom: -16.25rem;
  }

  .lg\:last\:-mb-300:last-child{
    margin-bottom: -18.75rem;
  }

  .lg\:last\:-mb--78\%:last-child{
    margin-bottom: 78%;
  }

  .lg\:last\:-mb--80\%:last-child{
    margin-bottom: 80%;
  }

  .lg\:last\:-mb--50\%:last-child{
    margin-bottom: 50%;
  }

  .lg\:last\:-mb--35\%:last-child{
    margin-bottom: 35%;
  }

  .lg\:last\:-mb--128:last-child{
    margin-bottom: 8rem;
  }

  .lg\:last\:-mb--96:last-child{
    margin-bottom: 6rem;
  }

  .lg\:last\:-mb--64:last-child{
    margin-bottom: 4rem;
  }

  .lg\:last\:-mb--32:last-child{
    margin-bottom: 2rem;
  }

  .lg\:last\:-mb--8:last-child{
    margin-bottom: 0.5rem;
  }

  .lg\:last\:-mb-5\%:last-child{
    margin-bottom: -5%;
  }

  .lg\:last\:-mb-10\%:last-child{
    margin-bottom: -10%;
  }

  .lg\:last\:-mb-15\%:last-child{
    margin-bottom: -15%;
  }

  .lg\:last\:-mb-20\%:last-child{
    margin-bottom: -20%;
  }

  .lg\:last\:-mb-25\%:last-child{
    margin-bottom: -25%;
  }

  .lg\:last\:-mb-30\%:last-child{
    margin-bottom: -30%;
  }

  .lg\:last\:-mb-31\%:last-child{
    margin-bottom: -31%;
  }

  .lg\:last\:-mb-33\%:last-child{
    margin-bottom: -33.333%;
  }

  .lg\:last\:-mb-34\%:last-child{
    margin-bottom: -34%;
  }

  .lg\:last\:-mb-45\%:last-child{
    margin-bottom: -45%;
  }

  .lg\:last\:-mb-54\%:last-child{
    margin-bottom: -54%;
  }

  .lg\:last\:-mb-75\%:last-child{
    margin-bottom: -75%;
  }

  .lg\:last\:-mb-55\%:last-child{
    margin-bottom: -55%;
  }

  .lg\:last\:-mb-65\%:last-child{
    margin-bottom: -65%;
  }

  .lg\:last\:-mb-66\%:last-child{
    margin-bottom: -66%;
  }

  .lg\:last\:-mb-85\%:last-child{
    margin-bottom: -85%;
  }

  .lg\:last\:-mb-96\%:last-child{
    margin-bottom: -96%;
  }

  .lg\:last\:-mb-130\%:last-child{
    margin-bottom: -130%;
  }

  .lg\:last\:-mb-135\%:last-child{
    margin-bottom: -135%;
  }

  .lg\:last\:-mb-200\%:last-child{
    margin-bottom: -200%;
  }

  .lg\:last\:-mb-16\/9:last-child{
    margin-bottom: -56.25%;
  }

  .lg\:last\:-mb-1\/2:last-child{
    margin-bottom: -50%;
  }

  .lg\:last\:-mb-full:last-child{
    margin-bottom: -100%;
  }

  .lg\:last\:-mb-span:last-child{
    margin-bottom: -8.333%;
  }

  .lg\:last\:-mb-2span:last-child{
    margin-bottom: -16.666%;
  }

  .lg\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .lg\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .lg\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .lg\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .lg\:last\:ml-12:last-child{
    margin-left: 0.75rem;
  }

  .lg\:last\:ml-16:last-child{
    margin-left: 1rem;
  }

  .lg\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .lg\:last\:ml-24:last-child{
    margin-left: 1.5rem;
  }

  .lg\:last\:ml-32:last-child{
    margin-left: 2rem;
  }

  .lg\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .lg\:last\:ml-48:last-child{
    margin-left: 3rem;
  }

  .lg\:last\:ml-56:last-child{
    margin-left: 3.5rem;
  }

  .lg\:last\:ml-64:last-child{
    margin-left: 4rem;
  }

  .lg\:last\:ml-80:last-child{
    margin-left: 5rem;
  }

  .lg\:last\:ml-96:last-child{
    margin-left: 6rem;
  }

  .lg\:last\:ml-104:last-child{
    margin-left: 6.5rem;
  }

  .lg\:last\:ml-112:last-child{
    margin-left: 7rem;
  }

  .lg\:last\:ml-128:last-child{
    margin-left: 8rem;
  }

  .lg\:last\:ml-140:last-child{
    margin-left: 8.75rem;
  }

  .lg\:last\:ml-160:last-child{
    margin-left: 10rem;
  }

  .lg\:last\:ml-180:last-child{
    margin-left: 11.25rem;
  }

  .lg\:last\:ml-200:last-child{
    margin-left: 12.5rem;
  }

  .lg\:last\:ml-224:last-child{
    margin-left: 14rem;
  }

  .lg\:last\:ml-240:last-child{
    margin-left: 15rem;
  }

  .lg\:last\:ml-260:last-child{
    margin-left: 16.25rem;
  }

  .lg\:last\:ml-300:last-child{
    margin-left: 18.75rem;
  }

  .lg\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .lg\:last\:-ml-78\%:last-child{
    margin-left: -78%;
  }

  .lg\:last\:-ml-80\%:last-child{
    margin-left: -80%;
  }

  .lg\:last\:-ml-50\%:last-child{
    margin-left: -50%;
  }

  .lg\:last\:-ml-35\%:last-child{
    margin-left: -35%;
  }

  .lg\:last\:-ml-128:last-child{
    margin-left: -8rem;
  }

  .lg\:last\:-ml-96:last-child{
    margin-left: -6rem;
  }

  .lg\:last\:-ml-64:last-child{
    margin-left: -4rem;
  }

  .lg\:last\:-ml-32:last-child{
    margin-left: -2rem;
  }

  .lg\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .lg\:last\:ml-5\%:last-child{
    margin-left: 5%;
  }

  .lg\:last\:ml-10\%:last-child{
    margin-left: 10%;
  }

  .lg\:last\:ml-15\%:last-child{
    margin-left: 15%;
  }

  .lg\:last\:ml-20\%:last-child{
    margin-left: 20%;
  }

  .lg\:last\:ml-25\%:last-child{
    margin-left: 25%;
  }

  .lg\:last\:ml-30\%:last-child{
    margin-left: 30%;
  }

  .lg\:last\:ml-31\%:last-child{
    margin-left: 31%;
  }

  .lg\:last\:ml-33\%:last-child{
    margin-left: 33.333%;
  }

  .lg\:last\:ml-34\%:last-child{
    margin-left: 34%;
  }

  .lg\:last\:ml-45\%:last-child{
    margin-left: 45%;
  }

  .lg\:last\:ml-50\%:last-child{
    margin-left: 50%;
  }

  .lg\:last\:ml-54\%:last-child{
    margin-left: 54%;
  }

  .lg\:last\:ml-75\%:last-child{
    margin-left: 75%;
  }

  .lg\:last\:ml-55\%:last-child{
    margin-left: 55%;
  }

  .lg\:last\:ml-65\%:last-child{
    margin-left: 65%;
  }

  .lg\:last\:ml-66\%:last-child{
    margin-left: 66%;
  }

  .lg\:last\:ml-85\%:last-child{
    margin-left: 85%;
  }

  .lg\:last\:ml-96\%:last-child{
    margin-left: 96%;
  }

  .lg\:last\:ml-130\%:last-child{
    margin-left: 130%;
  }

  .lg\:last\:ml-135\%:last-child{
    margin-left: 135%;
  }

  .lg\:last\:ml-200\%:last-child{
    margin-left: 200%;
  }

  .lg\:last\:ml-16\/9:last-child{
    margin-left: 56.25%;
  }

  .lg\:last\:ml-1\/2:last-child{
    margin-left: 50%;
  }

  .lg\:last\:ml-full:last-child{
    margin-left: 100%;
  }

  .lg\:last\:ml-span:last-child{
    margin-left: 8.333%;
  }

  .lg\:last\:ml-2span:last-child{
    margin-left: 16.666%;
  }

  .lg\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .lg\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .lg\:last\:-ml-12:last-child{
    margin-left: -0.75rem;
  }

  .lg\:last\:-ml-16:last-child{
    margin-left: -1rem;
  }

  .lg\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .lg\:last\:-ml-24:last-child{
    margin-left: -1.5rem;
  }

  .lg\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .lg\:last\:-ml-48:last-child{
    margin-left: -3rem;
  }

  .lg\:last\:-ml-56:last-child{
    margin-left: -3.5rem;
  }

  .lg\:last\:-ml-80:last-child{
    margin-left: -5rem;
  }

  .lg\:last\:-ml-104:last-child{
    margin-left: -6.5rem;
  }

  .lg\:last\:-ml-112:last-child{
    margin-left: -7rem;
  }

  .lg\:last\:-ml-140:last-child{
    margin-left: -8.75rem;
  }

  .lg\:last\:-ml-160:last-child{
    margin-left: -10rem;
  }

  .lg\:last\:-ml-180:last-child{
    margin-left: -11.25rem;
  }

  .lg\:last\:-ml-200:last-child{
    margin-left: -12.5rem;
  }

  .lg\:last\:-ml-224:last-child{
    margin-left: -14rem;
  }

  .lg\:last\:-ml-240:last-child{
    margin-left: -15rem;
  }

  .lg\:last\:-ml-260:last-child{
    margin-left: -16.25rem;
  }

  .lg\:last\:-ml-300:last-child{
    margin-left: -18.75rem;
  }

  .lg\:last\:-ml--78\%:last-child{
    margin-left: 78%;
  }

  .lg\:last\:-ml--80\%:last-child{
    margin-left: 80%;
  }

  .lg\:last\:-ml--50\%:last-child{
    margin-left: 50%;
  }

  .lg\:last\:-ml--35\%:last-child{
    margin-left: 35%;
  }

  .lg\:last\:-ml--128:last-child{
    margin-left: 8rem;
  }

  .lg\:last\:-ml--96:last-child{
    margin-left: 6rem;
  }

  .lg\:last\:-ml--64:last-child{
    margin-left: 4rem;
  }

  .lg\:last\:-ml--32:last-child{
    margin-left: 2rem;
  }

  .lg\:last\:-ml--8:last-child{
    margin-left: 0.5rem;
  }

  .lg\:last\:-ml-5\%:last-child{
    margin-left: -5%;
  }

  .lg\:last\:-ml-10\%:last-child{
    margin-left: -10%;
  }

  .lg\:last\:-ml-15\%:last-child{
    margin-left: -15%;
  }

  .lg\:last\:-ml-20\%:last-child{
    margin-left: -20%;
  }

  .lg\:last\:-ml-25\%:last-child{
    margin-left: -25%;
  }

  .lg\:last\:-ml-30\%:last-child{
    margin-left: -30%;
  }

  .lg\:last\:-ml-31\%:last-child{
    margin-left: -31%;
  }

  .lg\:last\:-ml-33\%:last-child{
    margin-left: -33.333%;
  }

  .lg\:last\:-ml-34\%:last-child{
    margin-left: -34%;
  }

  .lg\:last\:-ml-45\%:last-child{
    margin-left: -45%;
  }

  .lg\:last\:-ml-54\%:last-child{
    margin-left: -54%;
  }

  .lg\:last\:-ml-75\%:last-child{
    margin-left: -75%;
  }

  .lg\:last\:-ml-55\%:last-child{
    margin-left: -55%;
  }

  .lg\:last\:-ml-65\%:last-child{
    margin-left: -65%;
  }

  .lg\:last\:-ml-66\%:last-child{
    margin-left: -66%;
  }

  .lg\:last\:-ml-85\%:last-child{
    margin-left: -85%;
  }

  .lg\:last\:-ml-96\%:last-child{
    margin-left: -96%;
  }

  .lg\:last\:-ml-130\%:last-child{
    margin-left: -130%;
  }

  .lg\:last\:-ml-135\%:last-child{
    margin-left: -135%;
  }

  .lg\:last\:-ml-200\%:last-child{
    margin-left: -200%;
  }

  .lg\:last\:-ml-16\/9:last-child{
    margin-left: -56.25%;
  }

  .lg\:last\:-ml-1\/2:last-child{
    margin-left: -50%;
  }

  .lg\:last\:-ml-full:last-child{
    margin-left: -100%;
  }

  .lg\:last\:-ml-span:last-child{
    margin-left: -8.333%;
  }

  .lg\:last\:-ml-2span:last-child{
    margin-left: -16.666%;
  }

  .lg\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .lg\:box-border{
    box-sizing: border-box;
  }

  .lg\:box-content{
    box-sizing: content-box;
  }

  .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\:h-0{
    height: 0;
  }

  .lg\:h-2{
    height: 0.125rem;
  }

  .lg\:h-4{
    height: 0.25rem;
  }

  .lg\:h-8{
    height: 0.5rem;
  }

  .lg\:h-12{
    height: 0.75rem;
  }

  .lg\:h-16{
    height: 1rem;
  }

  .lg\:h-20{
    height: 1.25rem;
  }

  .lg\:h-24{
    height: 1.5rem;
  }

  .lg\:h-30{
    height: 1.875rem;
  }

  .lg\:h-32{
    height: 2rem;
  }

  .lg\:h-40{
    height: 2.5rem;
  }

  .lg\:h-48{
    height: 3rem;
  }

  .lg\:h-56{
    height: 3.5rem;
  }

  .lg\:h-64{
    height: 4rem;
  }

  .lg\:h-80{
    height: 5rem;
  }

  .lg\:h-96{
    height: 6rem;
  }

  .lg\:h-104{
    height: 6.5rem;
  }

  .lg\:h-112{
    height: 7rem;
  }

  .lg\:h-128{
    height: 8rem;
  }

  .lg\:h-140{
    height: 8.75rem;
  }

  .lg\:h-160{
    height: 10rem;
  }

  .lg\:h-180{
    height: 11.25rem;
  }

  .lg\:h-192{
    height: 12rem;
  }

  .lg\:h-200{
    height: 12.5rem;
  }

  .lg\:h-224{
    height: 14rem;
  }

  .lg\:h-240{
    height: 15rem;
  }

  .lg\:h-260{
    height: 16.25rem;
  }

  .lg\:h-300{
    height: 18.75rem;
  }

  .lg\:h-336{
    height: 21rem;
  }

  .lg\:h-400{
    height: 25rem;
  }

  .lg\:h-448{
    height: 28rem;
  }

  .lg\:h-450{
    height: 28.125rem;
  }

  .lg\:h-560{
    height: 35rem;
  }

  .lg\:h-672{
    height: 42rem;
  }

  .lg\:h-750{
    height: 45rem;
  }

  .lg\:h-832{
    height: 52rem;
  }

  .lg\:h-1080{
    height: 67.5rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:-h-78\%{
    height: -78%;
  }

  .lg\:-h-80\%{
    height: -80%;
  }

  .lg\:-h-50\%{
    height: -50%;
  }

  .lg\:-h-35\%{
    height: -35%;
  }

  .lg\:-h-128{
    height: -8rem;
  }

  .lg\:-h-96{
    height: -6rem;
  }

  .lg\:-h-64{
    height: -4rem;
  }

  .lg\:-h-32{
    height: -2rem;
  }

  .lg\:-h-8{
    height: -0.5rem;
  }

  .lg\:h-5\%{
    height: 5%;
  }

  .lg\:h-10\%{
    height: 10%;
  }

  .lg\:h-15\%{
    height: 15%;
  }

  .lg\:h-20\%{
    height: 20%;
  }

  .lg\:h-25\%{
    height: 25%;
  }

  .lg\:h-30\%{
    height: 30%;
  }

  .lg\:h-31\%{
    height: 31%;
  }

  .lg\:h-33\%{
    height: 33.333%;
  }

  .lg\:h-34\%{
    height: 34%;
  }

  .lg\:h-45\%{
    height: 45%;
  }

  .lg\:h-50\%{
    height: 50%;
  }

  .lg\:h-54\%{
    height: 54%;
  }

  .lg\:h-75\%{
    height: 75%;
  }

  .lg\:h-55\%{
    height: 55%;
  }

  .lg\:h-65\%{
    height: 65%;
  }

  .lg\:h-66\%{
    height: 66%;
  }

  .lg\:h-85\%{
    height: 85%;
  }

  .lg\:h-96\%{
    height: 96%;
  }

  .lg\:h-130\%{
    height: 130%;
  }

  .lg\:h-135\%{
    height: 135%;
  }

  .lg\:h-200\%{
    height: 200%;
  }

  .lg\:h-16\/9{
    height: 56.25%;
  }

  .lg\:h-1\/2{
    height: 50%;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-span{
    height: 8.333%;
  }

  .lg\:h-2span{
    height: 16.666%;
  }

  .lg\:h-px{
    height: 1px;
  }

  .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-screen{
    height: 100vh;
  }

  .lg\:h-100vh{
    height: 100vh;
  }

  .lg\:h-105\%{
    height: 105%;
  }

  .lg\:max-h-0{
    max-height: 0;
  }

  .lg\:max-h-4{
    max-height: 0.25rem;
  }

  .lg\:max-h-8{
    max-height: 0.5rem;
  }

  .lg\:max-h-12{
    max-height: 0.75rem;
  }

  .lg\:max-h-16{
    max-height: 1rem;
  }

  .lg\:max-h-20{
    max-height: 1.25rem;
  }

  .lg\:max-h-24{
    max-height: 1.5rem;
  }

  .lg\:max-h-32{
    max-height: 2rem;
  }

  .lg\:max-h-40{
    max-height: 2.5rem;
  }

  .lg\:max-h-48{
    max-height: 3rem;
  }

  .lg\:max-h-56{
    max-height: 3.5rem;
  }

  .lg\:max-h-64{
    max-height: 4rem;
  }

  .lg\:max-h-80{
    max-height: 5rem;
  }

  .lg\:max-h-96{
    max-height: 6rem;
  }

  .lg\:max-h-104{
    max-height: 6.5rem;
  }

  .lg\:max-h-112{
    max-height: 7rem;
  }

  .lg\:max-h-120{
    max-height: 7.5rem;
  }

  .lg\:max-h-128{
    max-height: 8rem;
  }

  .lg\:max-h-140{
    max-height: 8.75rem;
  }

  .lg\:max-h-160{
    max-height: 10rem;
  }

  .lg\:max-h-180{
    max-height: 11.25rem;
  }

  .lg\:max-h-200{
    max-height: 12.5rem;
  }

  .lg\:max-h-224{
    max-height: 14rem;
  }

  .lg\:max-h-240{
    max-height: 15rem;
  }

  .lg\:max-h-260{
    max-height: 16.25rem;
  }

  .lg\:max-h-300{
    max-height: 18.75rem;
  }

  .lg\:max-h-800{
    max-height: 50rem;
  }

  .lg\:max-h-1500{
    max-height: 93.75rem;
  }

  .lg\:-max-h-78\%{
    max-height: -78%;
  }

  .lg\:-max-h-80\%{
    max-height: -80%;
  }

  .lg\:-max-h-50\%{
    max-height: -50%;
  }

  .lg\:-max-h-35\%{
    max-height: -35%;
  }

  .lg\:-max-h-128{
    max-height: -8rem;
  }

  .lg\:-max-h-96{
    max-height: -6rem;
  }

  .lg\:-max-h-64{
    max-height: -4rem;
  }

  .lg\:-max-h-32{
    max-height: -2rem;
  }

  .lg\:-max-h-8{
    max-height: -0.5rem;
  }

  .lg\:max-h-5\%{
    max-height: 5%;
  }

  .lg\:max-h-10\%{
    max-height: 10%;
  }

  .lg\:max-h-15\%{
    max-height: 15%;
  }

  .lg\:max-h-20\%{
    max-height: 20%;
  }

  .lg\:max-h-25\%{
    max-height: 25%;
  }

  .lg\:max-h-30\%{
    max-height: 30%;
  }

  .lg\:max-h-31\%{
    max-height: 31%;
  }

  .lg\:max-h-33\%{
    max-height: 33.333%;
  }

  .lg\:max-h-34\%{
    max-height: 34%;
  }

  .lg\:max-h-45\%{
    max-height: 45%;
  }

  .lg\:max-h-50\%{
    max-height: 50%;
  }

  .lg\:max-h-54\%{
    max-height: 54%;
  }

  .lg\:max-h-75\%{
    max-height: 75%;
  }

  .lg\:max-h-55\%{
    max-height: 55%;
  }

  .lg\:max-h-65\%{
    max-height: 65%;
  }

  .lg\:max-h-66\%{
    max-height: 66%;
  }

  .lg\:max-h-85\%{
    max-height: 85%;
  }

  .lg\:max-h-96\%{
    max-height: 96%;
  }

  .lg\:max-h-130\%{
    max-height: 130%;
  }

  .lg\:max-h-135\%{
    max-height: 135%;
  }

  .lg\:max-h-200\%{
    max-height: 200%;
  }

  .lg\:max-h-16\/9{
    max-height: 56.25%;
  }

  .lg\:max-h-1\/2{
    max-height: 50%;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-span{
    max-height: 8.333%;
  }

  .lg\:max-h-2span{
    max-height: 16.666%;
  }

  .lg\:max-h-px{
    max-height: 1px;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-h-80vh{
    max-height: 80vh;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

  .lg\:min-h-32{
    min-height: 2rem;
  }

  .lg\:min-h-64{
    min-height: 4rem;
  }

  .lg\:min-h-96{
    min-height: 6rem;
  }

  .lg\:min-h-272{
    min-height: 17rem;
  }

  .lg\:min-h-300{
    min-height: 18.75rem;
  }

  .lg\:min-h-448{
    min-height: 28rem;
  }

  .lg\:min-h-460{
    min-height: 28.75rem;
  }

  .lg\:min-h-500{
    min-height: 31.25rem;
  }

  .lg\:min-h-560{
    min-height: 35rem;
  }

  .lg\:min-h-672{
    min-height: 42rem;
  }

  .lg\:min-h-704{
    min-height: 44rem;
  }

  .lg\:min-h-736{
    min-height: 46rem;
  }

  .lg\:min-h-780{
    min-height: 48.75rem;
  }

  .lg\:min-h-816{
    min-height: 51rem;
  }

  .lg\:min-h-832{
    min-height: 52rem;
  }

  .lg\:min-h-1040{
    min-height: 65rem;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-h-1\/2{
    min-height: 50%;
  }

  .lg\:min-h-100vh{
    min-height: 100vh;
  }

  .lg\:w-0{
    width: 0;
  }

  .lg\:w-4{
    width: 0.25rem;
  }

  .lg\:w-8{
    width: 0.5rem;
  }

  .lg\:w-12{
    width: 0.75rem;
  }

  .lg\:w-16{
    width: 1rem;
  }

  .lg\:w-20{
    width: 1.25rem;
  }

  .lg\:w-24{
    width: 1.5rem;
  }

  .lg\:w-30{
    width: 1.875rem;
  }

  .lg\:w-32{
    width: 2rem;
  }

  .lg\:w-40{
    width: 2.5rem;
  }

  .lg\:w-48{
    width: 3rem;
  }

  .lg\:w-56{
    width: 3.5rem;
  }

  .lg\:w-64{
    width: 4rem;
  }

  .lg\:w-80{
    width: 5rem;
  }

  .lg\:w-96{
    width: 6rem;
  }

  .lg\:w-104{
    width: 6.5rem;
  }

  .lg\:w-112{
    width: 7rem;
  }

  .lg\:w-128{
    width: 8rem;
  }

  .lg\:w-140{
    width: 8.75rem;
  }

  .lg\:w-144{
    width: 9rem;
  }

  .lg\:w-160{
    width: 10rem;
  }

  .lg\:w-180{
    width: 11.25rem;
  }

  .lg\:w-200{
    width: 12.5rem;
  }

  .lg\:w-224{
    width: 14rem;
  }

  .lg\:w-240{
    width: 15rem;
  }

  .lg\:w-260{
    width: 16.25rem;
  }

  .lg\:w-288{
    width: 18rem;
  }

  .lg\:w-300{
    width: 18.75rem;
  }

  .lg\:w-336{
    width: 21rem;
  }

  .lg\:w-390{
    width: 24.375rem;
  }

  .lg\:w-448{
    width: 28rem;
  }

  .lg\:w-475{
    width: 29.625rem;
  }

  .lg\:w-528{
    width: 33rem;
  }

  .lg\:w-560{
    width: 35rem;
  }

  .lg\:w-672{
    width: 42rem;
  }

  .lg\:w-832{
    width: 52rem;
  }

  .lg\:w-834{
    width: 52.125rem;
  }

  .lg\:w-1080{
    width: 67.5rem;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:-w-78\%{
    width: -78%;
  }

  .lg\:-w-80\%{
    width: -80%;
  }

  .lg\:-w-50\%{
    width: -50%;
  }

  .lg\:-w-35\%{
    width: -35%;
  }

  .lg\:-w-128{
    width: -8rem;
  }

  .lg\:-w-96{
    width: -6rem;
  }

  .lg\:-w-64{
    width: -4rem;
  }

  .lg\:-w-32{
    width: -2rem;
  }

  .lg\:-w-8{
    width: -0.5rem;
  }

  .lg\:w-5\%{
    width: 5%;
  }

  .lg\:w-10\%{
    width: 10%;
  }

  .lg\:w-15\%{
    width: 15%;
  }

  .lg\:w-20\%{
    width: 20%;
  }

  .lg\:w-25\%{
    width: 25%;
  }

  .lg\:w-30\%{
    width: 30%;
  }

  .lg\:w-31\%{
    width: 31%;
  }

  .lg\:w-33\%{
    width: 33.333%;
  }

  .lg\:w-34\%{
    width: 34%;
  }

  .lg\:w-45\%{
    width: 45%;
  }

  .lg\:w-50\%{
    width: 50%;
  }

  .lg\:w-54\%{
    width: 54%;
  }

  .lg\:w-75\%{
    width: 75%;
  }

  .lg\:w-55\%{
    width: 55%;
  }

  .lg\:w-65\%{
    width: 65%;
  }

  .lg\:w-66\%{
    width: 66%;
  }

  .lg\:w-85\%{
    width: 85%;
  }

  .lg\:w-96\%{
    width: 96%;
  }

  .lg\:w-130\%{
    width: 130%;
  }

  .lg\:w-135\%{
    width: 135%;
  }

  .lg\:w-200\%{
    width: 200%;
  }

  .lg\:w-16\/9{
    width: 56.25%;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-span{
    width: 8.333%;
  }

  .lg\:w-2span{
    width: 16.666%;
  }

  .lg\:w-px{
    width: 1px;
  }

  .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-screen{
    width: 100vw;
  }

  .lg\:w-min{
    width: min-content;
  }

  .lg\:w-max{
    width: max-content;
  }

  .lg\:w-7span{
    width: 58.3%;
  }

  .lg\:w-8span{
    width: 66.4%;
  }

  .lg\:w-160\%{
    width: 160%;
  }

  .lg\:min-w-0{
    min-width: 0px;
  }

  .lg\:min-w-32{
    min-width: 2rem;
  }

  .lg\:min-w-248{
    min-width: 15.5rem;
  }

  .lg\:min-w-295{
    min-width: 18.4375rem;
  }

  .lg\:min-w-560{
    min-width: 35rem;
  }

  .lg\:min-w-736{
    min-width: 46rem;
  }

  .lg\:min-w-816{
    min-width: 51rem;
  }

  .lg\:min-w-1224{
    min-width: 76.5rem;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:min-w-min{
    min-width: min-content;
  }

  .lg\:min-w-max{
    min-width: max-content;
  }

  .lg\:max-w-0{
    max-width: 0rem;
  }

  .lg\:max-w-32{
    max-width: 2rem;
  }

  .lg\:max-w-260{
    max-width: 16rem;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 90rem;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .lg\:max-w-7xl{
    max-width: 80rem;
  }

  .lg\:max-w-full{
    max-width: 100rem;
  }

  .lg\:max-w-min{
    max-width: min-content;
  }

  .lg\:max-w-max{
    max-width: max-content;
  }

  .lg\:max-w-prose{
    max-width: 65ch;
  }

  .lg\:max-w-screen-min-width{
    max-width: 320px;
  }

  .lg\:max-w-screen-xs{
    max-width: 480px;
  }

  .lg\:max-w-screen-sm{
    max-width: 768px;
  }

  .lg\:max-w-screen-md{
    max-width: 1024px;
  }

  .lg\:max-w-screen-lg{
    max-width: 1280px;
  }

  .lg\:max-w-screen-xl{
    max-width: 1440px;
  }

  .lg\:max-w-screen-max-width{
    max-width: 1680px;
  }

  .lg\:max-w-screen-widescreen{
    max-width: 1920px;
  }

  .lg\:max-w-logo{
    max-width: 16.25rem;
  }

  .lg\:max-w-container{
    max-width: 120rem;
  }

  .lg\:max-w-footer{
    max-width: 82rem;
  }

  .lg\:max-w-content{
    max-width: 56rem;
  }

  .lg\:max-w-imageTextBox{
    max-width: 34rem;
  }

  .lg\:max-w-half{
    max-width: 50%;
  }

  .lg\:max-w-3\/4{
    max-width: 75%;
  }

  .lg\:max-w-1\/3{
    max-width: 33%;
  }

  .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-shrink-0{
    flex-shrink: 0;
  }

  .lg\:flex-shrink{
    flex-shrink: 1;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:table-fixed{
    table-layout: fixed;
  }

  .lg\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .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\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-none{
    transform: none;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0;
  }

  .lg\:translate-x-4{
    --tw-translate-x: 0.25rem;
  }

  .lg\:translate-x-8{
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-12{
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-16{
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-20{
    --tw-translate-x: 1.25rem;
  }

  .lg\:translate-x-24{
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-32{
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-40{
    --tw-translate-x: 2.5rem;
  }

  .lg\:translate-x-48{
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-56{
    --tw-translate-x: 3.5rem;
  }

  .lg\:translate-x-64{
    --tw-translate-x: 4rem;
  }

  .lg\:translate-x-80{
    --tw-translate-x: 5rem;
  }

  .lg\:translate-x-96{
    --tw-translate-x: 6rem;
  }

  .lg\:translate-x-104{
    --tw-translate-x: 6.5rem;
  }

  .lg\:translate-x-112{
    --tw-translate-x: 7rem;
  }

  .lg\:translate-x-128{
    --tw-translate-x: 8rem;
  }

  .lg\:translate-x-140{
    --tw-translate-x: 8.75rem;
  }

  .lg\:translate-x-160{
    --tw-translate-x: 10rem;
  }

  .lg\:translate-x-180{
    --tw-translate-x: 11.25rem;
  }

  .lg\:translate-x-200{
    --tw-translate-x: 12.5rem;
  }

  .lg\:translate-x-224{
    --tw-translate-x: 14rem;
  }

  .lg\:translate-x-240{
    --tw-translate-x: 15rem;
  }

  .lg\:translate-x-260{
    --tw-translate-x: 16.25rem;
  }

  .lg\:translate-x-300{
    --tw-translate-x: 18.75rem;
  }

  .lg\:-translate-x-78\%{
    --tw-translate-x: -78%;
  }

  .lg\:-translate-x-80\%{
    --tw-translate-x: -80%;
  }

  .lg\:-translate-x-50\%{
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-35\%{
    --tw-translate-x: -35%;
  }

  .lg\:-translate-x-128{
    --tw-translate-x: -8rem;
  }

  .lg\:-translate-x-96{
    --tw-translate-x: -6rem;
  }

  .lg\:-translate-x-64{
    --tw-translate-x: -4rem;
  }

  .lg\:-translate-x-32{
    --tw-translate-x: -2rem;
  }

  .lg\:-translate-x-8{
    --tw-translate-x: -0.5rem;
  }

  .lg\:translate-x-5\%{
    --tw-translate-x: 5%;
  }

  .lg\:translate-x-10\%{
    --tw-translate-x: 10%;
  }

  .lg\:translate-x-15\%{
    --tw-translate-x: 15%;
  }

  .lg\:translate-x-20\%{
    --tw-translate-x: 20%;
  }

  .lg\:translate-x-25\%{
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-30\%{
    --tw-translate-x: 30%;
  }

  .lg\:translate-x-31\%{
    --tw-translate-x: 31%;
  }

  .lg\:translate-x-33\%{
    --tw-translate-x: 33.333%;
  }

  .lg\:translate-x-34\%{
    --tw-translate-x: 34%;
  }

  .lg\:translate-x-45\%{
    --tw-translate-x: 45%;
  }

  .lg\:translate-x-50\%{
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-54\%{
    --tw-translate-x: 54%;
  }

  .lg\:translate-x-75\%{
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-55\%{
    --tw-translate-x: 55%;
  }

  .lg\:translate-x-65\%{
    --tw-translate-x: 65%;
  }

  .lg\:translate-x-66\%{
    --tw-translate-x: 66%;
  }

  .lg\:translate-x-85\%{
    --tw-translate-x: 85%;
  }

  .lg\:translate-x-96\%{
    --tw-translate-x: 96%;
  }

  .lg\:translate-x-130\%{
    --tw-translate-x: 130%;
  }

  .lg\:translate-x-135\%{
    --tw-translate-x: 135%;
  }

  .lg\:translate-x-200\%{
    --tw-translate-x: 200%;
  }

  .lg\:translate-x-16\/9{
    --tw-translate-x: 56.25%;
  }

  .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .lg\:translate-x-span{
    --tw-translate-x: 8.333%;
  }

  .lg\:translate-x-2span{
    --tw-translate-x: 16.666%;
  }

  .lg\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .lg\:-translate-x-4{
    --tw-translate-x: -0.25rem;
  }

  .lg\:-translate-x-12{
    --tw-translate-x: -0.75rem;
  }

  .lg\:-translate-x-16{
    --tw-translate-x: -1rem;
  }

  .lg\:-translate-x-20{
    --tw-translate-x: -1.25rem;
  }

  .lg\:-translate-x-24{
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-40{
    --tw-translate-x: -2.5rem;
  }

  .lg\:-translate-x-48{
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-56{
    --tw-translate-x: -3.5rem;
  }

  .lg\:-translate-x-80{
    --tw-translate-x: -5rem;
  }

  .lg\:-translate-x-104{
    --tw-translate-x: -6.5rem;
  }

  .lg\:-translate-x-112{
    --tw-translate-x: -7rem;
  }

  .lg\:-translate-x-140{
    --tw-translate-x: -8.75rem;
  }

  .lg\:-translate-x-160{
    --tw-translate-x: -10rem;
  }

  .lg\:-translate-x-180{
    --tw-translate-x: -11.25rem;
  }

  .lg\:-translate-x-200{
    --tw-translate-x: -12.5rem;
  }

  .lg\:-translate-x-224{
    --tw-translate-x: -14rem;
  }

  .lg\:-translate-x-240{
    --tw-translate-x: -15rem;
  }

  .lg\:-translate-x-260{
    --tw-translate-x: -16.25rem;
  }

  .lg\:-translate-x-300{
    --tw-translate-x: -18.75rem;
  }

  .lg\:-translate-x--78\%{
    --tw-translate-x: 78%;
  }

  .lg\:-translate-x--80\%{
    --tw-translate-x: 80%;
  }

  .lg\:-translate-x--50\%{
    --tw-translate-x: 50%;
  }

  .lg\:-translate-x--35\%{
    --tw-translate-x: 35%;
  }

  .lg\:-translate-x--128{
    --tw-translate-x: 8rem;
  }

  .lg\:-translate-x--96{
    --tw-translate-x: 6rem;
  }

  .lg\:-translate-x--64{
    --tw-translate-x: 4rem;
  }

  .lg\:-translate-x--32{
    --tw-translate-x: 2rem;
  }

  .lg\:-translate-x--8{
    --tw-translate-x: 0.5rem;
  }

  .lg\:-translate-x-5\%{
    --tw-translate-x: -5%;
  }

  .lg\:-translate-x-10\%{
    --tw-translate-x: -10%;
  }

  .lg\:-translate-x-15\%{
    --tw-translate-x: -15%;
  }

  .lg\:-translate-x-20\%{
    --tw-translate-x: -20%;
  }

  .lg\:-translate-x-25\%{
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-30\%{
    --tw-translate-x: -30%;
  }

  .lg\:-translate-x-31\%{
    --tw-translate-x: -31%;
  }

  .lg\:-translate-x-33\%{
    --tw-translate-x: -33.333%;
  }

  .lg\:-translate-x-34\%{
    --tw-translate-x: -34%;
  }

  .lg\:-translate-x-45\%{
    --tw-translate-x: -45%;
  }

  .lg\:-translate-x-54\%{
    --tw-translate-x: -54%;
  }

  .lg\:-translate-x-75\%{
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-55\%{
    --tw-translate-x: -55%;
  }

  .lg\:-translate-x-65\%{
    --tw-translate-x: -65%;
  }

  .lg\:-translate-x-66\%{
    --tw-translate-x: -66%;
  }

  .lg\:-translate-x-85\%{
    --tw-translate-x: -85%;
  }

  .lg\:-translate-x-96\%{
    --tw-translate-x: -96%;
  }

  .lg\:-translate-x-130\%{
    --tw-translate-x: -130%;
  }

  .lg\:-translate-x-135\%{
    --tw-translate-x: -135%;
  }

  .lg\:-translate-x-200\%{
    --tw-translate-x: -200%;
  }

  .lg\:-translate-x-16\/9{
    --tw-translate-x: -56.25%;
  }

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .lg\:-translate-x-span{
    --tw-translate-x: -8.333%;
  }

  .lg\:-translate-x-2span{
    --tw-translate-x: -16.666%;
  }

  .lg\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .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-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-y-0{
    --tw-translate-y: 0;
  }

  .lg\:translate-y-4{
    --tw-translate-y: 0.25rem;
  }

  .lg\:translate-y-8{
    --tw-translate-y: 0.5rem;
  }

  .lg\:translate-y-12{
    --tw-translate-y: 0.75rem;
  }

  .lg\:translate-y-16{
    --tw-translate-y: 1rem;
  }

  .lg\:translate-y-20{
    --tw-translate-y: 1.25rem;
  }

  .lg\:translate-y-24{
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-32{
    --tw-translate-y: 2rem;
  }

  .lg\:translate-y-40{
    --tw-translate-y: 2.5rem;
  }

  .lg\:translate-y-48{
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-56{
    --tw-translate-y: 3.5rem;
  }

  .lg\:translate-y-64{
    --tw-translate-y: 4rem;
  }

  .lg\:translate-y-80{
    --tw-translate-y: 5rem;
  }

  .lg\:translate-y-96{
    --tw-translate-y: 6rem;
  }

  .lg\:translate-y-104{
    --tw-translate-y: 6.5rem;
  }

  .lg\:translate-y-112{
    --tw-translate-y: 7rem;
  }

  .lg\:translate-y-128{
    --tw-translate-y: 8rem;
  }

  .lg\:translate-y-140{
    --tw-translate-y: 8.75rem;
  }

  .lg\:translate-y-160{
    --tw-translate-y: 10rem;
  }

  .lg\:translate-y-180{
    --tw-translate-y: 11.25rem;
  }

  .lg\:translate-y-200{
    --tw-translate-y: 12.5rem;
  }

  .lg\:translate-y-224{
    --tw-translate-y: 14rem;
  }

  .lg\:translate-y-240{
    --tw-translate-y: 15rem;
  }

  .lg\:translate-y-260{
    --tw-translate-y: 16.25rem;
  }

  .lg\:translate-y-300{
    --tw-translate-y: 18.75rem;
  }

  .lg\:-translate-y-78\%{
    --tw-translate-y: -78%;
  }

  .lg\:-translate-y-80\%{
    --tw-translate-y: -80%;
  }

  .lg\:-translate-y-50\%{
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-35\%{
    --tw-translate-y: -35%;
  }

  .lg\:-translate-y-128{
    --tw-translate-y: -8rem;
  }

  .lg\:-translate-y-96{
    --tw-translate-y: -6rem;
  }

  .lg\:-translate-y-64{
    --tw-translate-y: -4rem;
  }

  .lg\:-translate-y-32{
    --tw-translate-y: -2rem;
  }

  .lg\:-translate-y-8{
    --tw-translate-y: -0.5rem;
  }

  .lg\:translate-y-5\%{
    --tw-translate-y: 5%;
  }

  .lg\:translate-y-10\%{
    --tw-translate-y: 10%;
  }

  .lg\:translate-y-15\%{
    --tw-translate-y: 15%;
  }

  .lg\:translate-y-20\%{
    --tw-translate-y: 20%;
  }

  .lg\:translate-y-25\%{
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-30\%{
    --tw-translate-y: 30%;
  }

  .lg\:translate-y-31\%{
    --tw-translate-y: 31%;
  }

  .lg\:translate-y-33\%{
    --tw-translate-y: 33.333%;
  }

  .lg\:translate-y-34\%{
    --tw-translate-y: 34%;
  }

  .lg\:translate-y-45\%{
    --tw-translate-y: 45%;
  }

  .lg\:translate-y-50\%{
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-54\%{
    --tw-translate-y: 54%;
  }

  .lg\:translate-y-75\%{
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-55\%{
    --tw-translate-y: 55%;
  }

  .lg\:translate-y-65\%{
    --tw-translate-y: 65%;
  }

  .lg\:translate-y-66\%{
    --tw-translate-y: 66%;
  }

  .lg\:translate-y-85\%{
    --tw-translate-y: 85%;
  }

  .lg\:translate-y-96\%{
    --tw-translate-y: 96%;
  }

  .lg\:translate-y-130\%{
    --tw-translate-y: 130%;
  }

  .lg\:translate-y-135\%{
    --tw-translate-y: 135%;
  }

  .lg\:translate-y-200\%{
    --tw-translate-y: 200%;
  }

  .lg\:translate-y-16\/9{
    --tw-translate-y: 56.25%;
  }

  .lg\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .lg\:translate-y-span{
    --tw-translate-y: 8.333%;
  }

  .lg\:translate-y-2span{
    --tw-translate-y: 16.666%;
  }

  .lg\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .lg\:-translate-y-4{
    --tw-translate-y: -0.25rem;
  }

  .lg\:-translate-y-12{
    --tw-translate-y: -0.75rem;
  }

  .lg\:-translate-y-16{
    --tw-translate-y: -1rem;
  }

  .lg\:-translate-y-20{
    --tw-translate-y: -1.25rem;
  }

  .lg\:-translate-y-24{
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-40{
    --tw-translate-y: -2.5rem;
  }

  .lg\:-translate-y-48{
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-56{
    --tw-translate-y: -3.5rem;
  }

  .lg\:-translate-y-80{
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-104{
    --tw-translate-y: -6.5rem;
  }

  .lg\:-translate-y-112{
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-140{
    --tw-translate-y: -8.75rem;
  }

  .lg\:-translate-y-160{
    --tw-translate-y: -10rem;
  }

  .lg\:-translate-y-180{
    --tw-translate-y: -11.25rem;
  }

  .lg\:-translate-y-200{
    --tw-translate-y: -12.5rem;
  }

  .lg\:-translate-y-224{
    --tw-translate-y: -14rem;
  }

  .lg\:-translate-y-240{
    --tw-translate-y: -15rem;
  }

  .lg\:-translate-y-260{
    --tw-translate-y: -16.25rem;
  }

  .lg\:-translate-y-300{
    --tw-translate-y: -18.75rem;
  }

  .lg\:-translate-y--78\%{
    --tw-translate-y: 78%;
  }

  .lg\:-translate-y--80\%{
    --tw-translate-y: 80%;
  }

  .lg\:-translate-y--50\%{
    --tw-translate-y: 50%;
  }

  .lg\:-translate-y--35\%{
    --tw-translate-y: 35%;
  }

  .lg\:-translate-y--128{
    --tw-translate-y: 8rem;
  }

  .lg\:-translate-y--96{
    --tw-translate-y: 6rem;
  }

  .lg\:-translate-y--64{
    --tw-translate-y: 4rem;
  }

  .lg\:-translate-y--32{
    --tw-translate-y: 2rem;
  }

  .lg\:-translate-y--8{
    --tw-translate-y: 0.5rem;
  }

  .lg\:-translate-y-5\%{
    --tw-translate-y: -5%;
  }

  .lg\:-translate-y-10\%{
    --tw-translate-y: -10%;
  }

  .lg\:-translate-y-15\%{
    --tw-translate-y: -15%;
  }

  .lg\:-translate-y-20\%{
    --tw-translate-y: -20%;
  }

  .lg\:-translate-y-25\%{
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-30\%{
    --tw-translate-y: -30%;
  }

  .lg\:-translate-y-31\%{
    --tw-translate-y: -31%;
  }

  .lg\:-translate-y-33\%{
    --tw-translate-y: -33.333%;
  }

  .lg\:-translate-y-34\%{
    --tw-translate-y: -34%;
  }

  .lg\:-translate-y-45\%{
    --tw-translate-y: -45%;
  }

  .lg\:-translate-y-54\%{
    --tw-translate-y: -54%;
  }

  .lg\:-translate-y-75\%{
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-55\%{
    --tw-translate-y: -55%;
  }

  .lg\:-translate-y-65\%{
    --tw-translate-y: -65%;
  }

  .lg\:-translate-y-66\%{
    --tw-translate-y: -66%;
  }

  .lg\:-translate-y-85\%{
    --tw-translate-y: -85%;
  }

  .lg\:-translate-y-96\%{
    --tw-translate-y: -96%;
  }

  .lg\:-translate-y-130\%{
    --tw-translate-y: -130%;
  }

  .lg\:-translate-y-135\%{
    --tw-translate-y: -135%;
  }

  .lg\:-translate-y-200\%{
    --tw-translate-y: -200%;
  }

  .lg\:-translate-y-16\/9{
    --tw-translate-y: -56.25%;
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .lg\:-translate-y-span{
    --tw-translate-y: -8.333%;
  }

  .lg\:-translate-y-2span{
    --tw-translate-y: -16.666%;
  }

  .lg\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .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-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\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-80:hover{
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-96:hover{
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-104:hover{
    --tw-translate-x: 6.5rem;
  }

  .lg\:hover\:translate-x-112:hover{
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-128:hover{
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-140:hover{
    --tw-translate-x: 8.75rem;
  }

  .lg\:hover\:translate-x-160:hover{
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-180:hover{
    --tw-translate-x: 11.25rem;
  }

  .lg\:hover\:translate-x-200:hover{
    --tw-translate-x: 12.5rem;
  }

  .lg\:hover\:translate-x-224:hover{
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-240:hover{
    --tw-translate-x: 15rem;
  }

  .lg\:hover\:translate-x-260:hover{
    --tw-translate-x: 16.25rem;
  }

  .lg\:hover\:translate-x-300:hover{
    --tw-translate-x: 18.75rem;
  }

  .lg\:hover\:-translate-x-78\%:hover{
    --tw-translate-x: -78%;
  }

  .lg\:hover\:-translate-x-80\%:hover{
    --tw-translate-x: -80%;
  }

  .lg\:hover\:-translate-x-50\%:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-35\%:hover{
    --tw-translate-x: -35%;
  }

  .lg\:hover\:-translate-x-128:hover{
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:translate-x-5\%:hover{
    --tw-translate-x: 5%;
  }

  .lg\:hover\:translate-x-10\%:hover{
    --tw-translate-x: 10%;
  }

  .lg\:hover\:translate-x-15\%:hover{
    --tw-translate-x: 15%;
  }

  .lg\:hover\:translate-x-20\%:hover{
    --tw-translate-x: 20%;
  }

  .lg\:hover\:translate-x-25\%:hover{
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-30\%:hover{
    --tw-translate-x: 30%;
  }

  .lg\:hover\:translate-x-31\%:hover{
    --tw-translate-x: 31%;
  }

  .lg\:hover\:translate-x-33\%:hover{
    --tw-translate-x: 33.333%;
  }

  .lg\:hover\:translate-x-34\%:hover{
    --tw-translate-x: 34%;
  }

  .lg\:hover\:translate-x-45\%:hover{
    --tw-translate-x: 45%;
  }

  .lg\:hover\:translate-x-50\%:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-54\%:hover{
    --tw-translate-x: 54%;
  }

  .lg\:hover\:translate-x-75\%:hover{
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-55\%:hover{
    --tw-translate-x: 55%;
  }

  .lg\:hover\:translate-x-65\%:hover{
    --tw-translate-x: 65%;
  }

  .lg\:hover\:translate-x-66\%:hover{
    --tw-translate-x: 66%;
  }

  .lg\:hover\:translate-x-85\%:hover{
    --tw-translate-x: 85%;
  }

  .lg\:hover\:translate-x-96\%:hover{
    --tw-translate-x: 96%;
  }

  .lg\:hover\:translate-x-130\%:hover{
    --tw-translate-x: 130%;
  }

  .lg\:hover\:translate-x-135\%:hover{
    --tw-translate-x: 135%;
  }

  .lg\:hover\:translate-x-200\%:hover{
    --tw-translate-x: 200%;
  }

  .lg\:hover\:translate-x-16\/9:hover{
    --tw-translate-x: 56.25%;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .lg\:hover\:translate-x-span:hover{
    --tw-translate-x: 8.333%;
  }

  .lg\:hover\:translate-x-2span:hover{
    --tw-translate-x: 16.666%;
  }

  .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-104:hover{
    --tw-translate-x: -6.5rem;
  }

  .lg\:hover\:-translate-x-112:hover{
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-140:hover{
    --tw-translate-x: -8.75rem;
  }

  .lg\:hover\:-translate-x-160:hover{
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-180:hover{
    --tw-translate-x: -11.25rem;
  }

  .lg\:hover\:-translate-x-200:hover{
    --tw-translate-x: -12.5rem;
  }

  .lg\:hover\:-translate-x-224:hover{
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-240:hover{
    --tw-translate-x: -15rem;
  }

  .lg\:hover\:-translate-x-260:hover{
    --tw-translate-x: -16.25rem;
  }

  .lg\:hover\:-translate-x-300:hover{
    --tw-translate-x: -18.75rem;
  }

  .lg\:hover\:-translate-x--78\%:hover{
    --tw-translate-x: 78%;
  }

  .lg\:hover\:-translate-x--80\%:hover{
    --tw-translate-x: 80%;
  }

  .lg\:hover\:-translate-x--50\%:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:-translate-x--35\%:hover{
    --tw-translate-x: 35%;
  }

  .lg\:hover\:-translate-x--128:hover{
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:-translate-x--96:hover{
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:-translate-x--64:hover{
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:-translate-x--32:hover{
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:-translate-x--8:hover{
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:-translate-x-5\%:hover{
    --tw-translate-x: -5%;
  }

  .lg\:hover\:-translate-x-10\%:hover{
    --tw-translate-x: -10%;
  }

  .lg\:hover\:-translate-x-15\%:hover{
    --tw-translate-x: -15%;
  }

  .lg\:hover\:-translate-x-20\%:hover{
    --tw-translate-x: -20%;
  }

  .lg\:hover\:-translate-x-25\%:hover{
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-30\%:hover{
    --tw-translate-x: -30%;
  }

  .lg\:hover\:-translate-x-31\%:hover{
    --tw-translate-x: -31%;
  }

  .lg\:hover\:-translate-x-33\%:hover{
    --tw-translate-x: -33.333%;
  }

  .lg\:hover\:-translate-x-34\%:hover{
    --tw-translate-x: -34%;
  }

  .lg\:hover\:-translate-x-45\%:hover{
    --tw-translate-x: -45%;
  }

  .lg\:hover\:-translate-x-54\%:hover{
    --tw-translate-x: -54%;
  }

  .lg\:hover\:-translate-x-75\%:hover{
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-55\%:hover{
    --tw-translate-x: -55%;
  }

  .lg\:hover\:-translate-x-65\%:hover{
    --tw-translate-x: -65%;
  }

  .lg\:hover\:-translate-x-66\%:hover{
    --tw-translate-x: -66%;
  }

  .lg\:hover\:-translate-x-85\%:hover{
    --tw-translate-x: -85%;
  }

  .lg\:hover\:-translate-x-96\%:hover{
    --tw-translate-x: -96%;
  }

  .lg\:hover\:-translate-x-130\%:hover{
    --tw-translate-x: -130%;
  }

  .lg\:hover\:-translate-x-135\%:hover{
    --tw-translate-x: -135%;
  }

  .lg\:hover\:-translate-x-200\%:hover{
    --tw-translate-x: -200%;
  }

  .lg\:hover\:-translate-x-16\/9:hover{
    --tw-translate-x: -56.25%;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-span:hover{
    --tw-translate-x: -8.333%;
  }

  .lg\:hover\:-translate-x-2span:hover{
    --tw-translate-x: -16.666%;
  }

  .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .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-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-y-0:hover{
    --tw-translate-y: 0;
  }

  .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-80:hover{
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-96:hover{
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-104:hover{
    --tw-translate-y: 6.5rem;
  }

  .lg\:hover\:translate-y-112:hover{
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-128:hover{
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-140:hover{
    --tw-translate-y: 8.75rem;
  }

  .lg\:hover\:translate-y-160:hover{
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-180:hover{
    --tw-translate-y: 11.25rem;
  }

  .lg\:hover\:translate-y-200:hover{
    --tw-translate-y: 12.5rem;
  }

  .lg\:hover\:translate-y-224:hover{
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-240:hover{
    --tw-translate-y: 15rem;
  }

  .lg\:hover\:translate-y-260:hover{
    --tw-translate-y: 16.25rem;
  }

  .lg\:hover\:translate-y-300:hover{
    --tw-translate-y: 18.75rem;
  }

  .lg\:hover\:-translate-y-78\%:hover{
    --tw-translate-y: -78%;
  }

  .lg\:hover\:-translate-y-80\%:hover{
    --tw-translate-y: -80%;
  }

  .lg\:hover\:-translate-y-50\%:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-35\%:hover{
    --tw-translate-y: -35%;
  }

  .lg\:hover\:-translate-y-128:hover{
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:translate-y-5\%:hover{
    --tw-translate-y: 5%;
  }

  .lg\:hover\:translate-y-10\%:hover{
    --tw-translate-y: 10%;
  }

  .lg\:hover\:translate-y-15\%:hover{
    --tw-translate-y: 15%;
  }

  .lg\:hover\:translate-y-20\%:hover{
    --tw-translate-y: 20%;
  }

  .lg\:hover\:translate-y-25\%:hover{
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-30\%:hover{
    --tw-translate-y: 30%;
  }

  .lg\:hover\:translate-y-31\%:hover{
    --tw-translate-y: 31%;
  }

  .lg\:hover\:translate-y-33\%:hover{
    --tw-translate-y: 33.333%;
  }

  .lg\:hover\:translate-y-34\%:hover{
    --tw-translate-y: 34%;
  }

  .lg\:hover\:translate-y-45\%:hover{
    --tw-translate-y: 45%;
  }

  .lg\:hover\:translate-y-50\%:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-54\%:hover{
    --tw-translate-y: 54%;
  }

  .lg\:hover\:translate-y-75\%:hover{
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-55\%:hover{
    --tw-translate-y: 55%;
  }

  .lg\:hover\:translate-y-65\%:hover{
    --tw-translate-y: 65%;
  }

  .lg\:hover\:translate-y-66\%:hover{
    --tw-translate-y: 66%;
  }

  .lg\:hover\:translate-y-85\%:hover{
    --tw-translate-y: 85%;
  }

  .lg\:hover\:translate-y-96\%:hover{
    --tw-translate-y: 96%;
  }

  .lg\:hover\:translate-y-130\%:hover{
    --tw-translate-y: 130%;
  }

  .lg\:hover\:translate-y-135\%:hover{
    --tw-translate-y: 135%;
  }

  .lg\:hover\:translate-y-200\%:hover{
    --tw-translate-y: 200%;
  }

  .lg\:hover\:translate-y-16\/9:hover{
    --tw-translate-y: 56.25%;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .lg\:hover\:translate-y-span:hover{
    --tw-translate-y: 8.333%;
  }

  .lg\:hover\:translate-y-2span:hover{
    --tw-translate-y: 16.666%;
  }

  .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-104:hover{
    --tw-translate-y: -6.5rem;
  }

  .lg\:hover\:-translate-y-112:hover{
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-140:hover{
    --tw-translate-y: -8.75rem;
  }

  .lg\:hover\:-translate-y-160:hover{
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-180:hover{
    --tw-translate-y: -11.25rem;
  }

  .lg\:hover\:-translate-y-200:hover{
    --tw-translate-y: -12.5rem;
  }

  .lg\:hover\:-translate-y-224:hover{
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-240:hover{
    --tw-translate-y: -15rem;
  }

  .lg\:hover\:-translate-y-260:hover{
    --tw-translate-y: -16.25rem;
  }

  .lg\:hover\:-translate-y-300:hover{
    --tw-translate-y: -18.75rem;
  }

  .lg\:hover\:-translate-y--78\%:hover{
    --tw-translate-y: 78%;
  }

  .lg\:hover\:-translate-y--80\%:hover{
    --tw-translate-y: 80%;
  }

  .lg\:hover\:-translate-y--50\%:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:-translate-y--35\%:hover{
    --tw-translate-y: 35%;
  }

  .lg\:hover\:-translate-y--128:hover{
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:-translate-y--96:hover{
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:-translate-y--64:hover{
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:-translate-y--32:hover{
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:-translate-y--8:hover{
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:-translate-y-5\%:hover{
    --tw-translate-y: -5%;
  }

  .lg\:hover\:-translate-y-10\%:hover{
    --tw-translate-y: -10%;
  }

  .lg\:hover\:-translate-y-15\%:hover{
    --tw-translate-y: -15%;
  }

  .lg\:hover\:-translate-y-20\%:hover{
    --tw-translate-y: -20%;
  }

  .lg\:hover\:-translate-y-25\%:hover{
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-30\%:hover{
    --tw-translate-y: -30%;
  }

  .lg\:hover\:-translate-y-31\%:hover{
    --tw-translate-y: -31%;
  }

  .lg\:hover\:-translate-y-33\%:hover{
    --tw-translate-y: -33.333%;
  }

  .lg\:hover\:-translate-y-34\%:hover{
    --tw-translate-y: -34%;
  }

  .lg\:hover\:-translate-y-45\%:hover{
    --tw-translate-y: -45%;
  }

  .lg\:hover\:-translate-y-54\%:hover{
    --tw-translate-y: -54%;
  }

  .lg\:hover\:-translate-y-75\%:hover{
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-55\%:hover{
    --tw-translate-y: -55%;
  }

  .lg\:hover\:-translate-y-65\%:hover{
    --tw-translate-y: -65%;
  }

  .lg\:hover\:-translate-y-66\%:hover{
    --tw-translate-y: -66%;
  }

  .lg\:hover\:-translate-y-85\%:hover{
    --tw-translate-y: -85%;
  }

  .lg\:hover\:-translate-y-96\%:hover{
    --tw-translate-y: -96%;
  }

  .lg\:hover\:-translate-y-130\%:hover{
    --tw-translate-y: -130%;
  }

  .lg\:hover\:-translate-y-135\%:hover{
    --tw-translate-y: -135%;
  }

  .lg\:hover\:-translate-y-200\%:hover{
    --tw-translate-y: -200%;
  }

  .lg\:hover\:-translate-y-16\/9:hover{
    --tw-translate-y: -56.25%;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-span:hover{
    --tw-translate-y: -8.333%;
  }

  .lg\:hover\:-translate-y-2span:hover{
    --tw-translate-y: -16.666%;
  }

  .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .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-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\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 3.5rem;
  }

  .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-80:focus{
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-96:focus{
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-104:focus{
    --tw-translate-x: 6.5rem;
  }

  .lg\:focus\:translate-x-112:focus{
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-128:focus{
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-140:focus{
    --tw-translate-x: 8.75rem;
  }

  .lg\:focus\:translate-x-160:focus{
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-180:focus{
    --tw-translate-x: 11.25rem;
  }

  .lg\:focus\:translate-x-200:focus{
    --tw-translate-x: 12.5rem;
  }

  .lg\:focus\:translate-x-224:focus{
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-240:focus{
    --tw-translate-x: 15rem;
  }

  .lg\:focus\:translate-x-260:focus{
    --tw-translate-x: 16.25rem;
  }

  .lg\:focus\:translate-x-300:focus{
    --tw-translate-x: 18.75rem;
  }

  .lg\:focus\:-translate-x-78\%:focus{
    --tw-translate-x: -78%;
  }

  .lg\:focus\:-translate-x-80\%:focus{
    --tw-translate-x: -80%;
  }

  .lg\:focus\:-translate-x-50\%:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-35\%:focus{
    --tw-translate-x: -35%;
  }

  .lg\:focus\:-translate-x-128:focus{
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:translate-x-5\%:focus{
    --tw-translate-x: 5%;
  }

  .lg\:focus\:translate-x-10\%:focus{
    --tw-translate-x: 10%;
  }

  .lg\:focus\:translate-x-15\%:focus{
    --tw-translate-x: 15%;
  }

  .lg\:focus\:translate-x-20\%:focus{
    --tw-translate-x: 20%;
  }

  .lg\:focus\:translate-x-25\%:focus{
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-30\%:focus{
    --tw-translate-x: 30%;
  }

  .lg\:focus\:translate-x-31\%:focus{
    --tw-translate-x: 31%;
  }

  .lg\:focus\:translate-x-33\%:focus{
    --tw-translate-x: 33.333%;
  }

  .lg\:focus\:translate-x-34\%:focus{
    --tw-translate-x: 34%;
  }

  .lg\:focus\:translate-x-45\%:focus{
    --tw-translate-x: 45%;
  }

  .lg\:focus\:translate-x-50\%:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-54\%:focus{
    --tw-translate-x: 54%;
  }

  .lg\:focus\:translate-x-75\%:focus{
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-55\%:focus{
    --tw-translate-x: 55%;
  }

  .lg\:focus\:translate-x-65\%:focus{
    --tw-translate-x: 65%;
  }

  .lg\:focus\:translate-x-66\%:focus{
    --tw-translate-x: 66%;
  }

  .lg\:focus\:translate-x-85\%:focus{
    --tw-translate-x: 85%;
  }

  .lg\:focus\:translate-x-96\%:focus{
    --tw-translate-x: 96%;
  }

  .lg\:focus\:translate-x-130\%:focus{
    --tw-translate-x: 130%;
  }

  .lg\:focus\:translate-x-135\%:focus{
    --tw-translate-x: 135%;
  }

  .lg\:focus\:translate-x-200\%:focus{
    --tw-translate-x: 200%;
  }

  .lg\:focus\:translate-x-16\/9:focus{
    --tw-translate-x: 56.25%;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .lg\:focus\:translate-x-span:focus{
    --tw-translate-x: 8.333%;
  }

  .lg\:focus\:translate-x-2span:focus{
    --tw-translate-x: 16.666%;
  }

  .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -3.5rem;
  }

  .lg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-104:focus{
    --tw-translate-x: -6.5rem;
  }

  .lg\:focus\:-translate-x-112:focus{
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-140:focus{
    --tw-translate-x: -8.75rem;
  }

  .lg\:focus\:-translate-x-160:focus{
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-180:focus{
    --tw-translate-x: -11.25rem;
  }

  .lg\:focus\:-translate-x-200:focus{
    --tw-translate-x: -12.5rem;
  }

  .lg\:focus\:-translate-x-224:focus{
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-240:focus{
    --tw-translate-x: -15rem;
  }

  .lg\:focus\:-translate-x-260:focus{
    --tw-translate-x: -16.25rem;
  }

  .lg\:focus\:-translate-x-300:focus{
    --tw-translate-x: -18.75rem;
  }

  .lg\:focus\:-translate-x--78\%:focus{
    --tw-translate-x: 78%;
  }

  .lg\:focus\:-translate-x--80\%:focus{
    --tw-translate-x: 80%;
  }

  .lg\:focus\:-translate-x--50\%:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:-translate-x--35\%:focus{
    --tw-translate-x: 35%;
  }

  .lg\:focus\:-translate-x--128:focus{
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:-translate-x--96:focus{
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:-translate-x--64:focus{
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:-translate-x--32:focus{
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:-translate-x--8:focus{
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:-translate-x-5\%:focus{
    --tw-translate-x: -5%;
  }

  .lg\:focus\:-translate-x-10\%:focus{
    --tw-translate-x: -10%;
  }

  .lg\:focus\:-translate-x-15\%:focus{
    --tw-translate-x: -15%;
  }

  .lg\:focus\:-translate-x-20\%:focus{
    --tw-translate-x: -20%;
  }

  .lg\:focus\:-translate-x-25\%:focus{
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-30\%:focus{
    --tw-translate-x: -30%;
  }

  .lg\:focus\:-translate-x-31\%:focus{
    --tw-translate-x: -31%;
  }

  .lg\:focus\:-translate-x-33\%:focus{
    --tw-translate-x: -33.333%;
  }

  .lg\:focus\:-translate-x-34\%:focus{
    --tw-translate-x: -34%;
  }

  .lg\:focus\:-translate-x-45\%:focus{
    --tw-translate-x: -45%;
  }

  .lg\:focus\:-translate-x-54\%:focus{
    --tw-translate-x: -54%;
  }

  .lg\:focus\:-translate-x-75\%:focus{
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-55\%:focus{
    --tw-translate-x: -55%;
  }

  .lg\:focus\:-translate-x-65\%:focus{
    --tw-translate-x: -65%;
  }

  .lg\:focus\:-translate-x-66\%:focus{
    --tw-translate-x: -66%;
  }

  .lg\:focus\:-translate-x-85\%:focus{
    --tw-translate-x: -85%;
  }

  .lg\:focus\:-translate-x-96\%:focus{
    --tw-translate-x: -96%;
  }

  .lg\:focus\:-translate-x-130\%:focus{
    --tw-translate-x: -130%;
  }

  .lg\:focus\:-translate-x-135\%:focus{
    --tw-translate-x: -135%;
  }

  .lg\:focus\:-translate-x-200\%:focus{
    --tw-translate-x: -200%;
  }

  .lg\:focus\:-translate-x-16\/9:focus{
    --tw-translate-x: -56.25%;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-span:focus{
    --tw-translate-x: -8.333%;
  }

  .lg\:focus\:-translate-x-2span:focus{
    --tw-translate-x: -16.666%;
  }

  .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .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-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-y-0:focus{
    --tw-translate-y: 0;
  }

  .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 3.5rem;
  }

  .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-80:focus{
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-96:focus{
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-104:focus{
    --tw-translate-y: 6.5rem;
  }

  .lg\:focus\:translate-y-112:focus{
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-128:focus{
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-140:focus{
    --tw-translate-y: 8.75rem;
  }

  .lg\:focus\:translate-y-160:focus{
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-180:focus{
    --tw-translate-y: 11.25rem;
  }

  .lg\:focus\:translate-y-200:focus{
    --tw-translate-y: 12.5rem;
  }

  .lg\:focus\:translate-y-224:focus{
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-240:focus{
    --tw-translate-y: 15rem;
  }

  .lg\:focus\:translate-y-260:focus{
    --tw-translate-y: 16.25rem;
  }

  .lg\:focus\:translate-y-300:focus{
    --tw-translate-y: 18.75rem;
  }

  .lg\:focus\:-translate-y-78\%:focus{
    --tw-translate-y: -78%;
  }

  .lg\:focus\:-translate-y-80\%:focus{
    --tw-translate-y: -80%;
  }

  .lg\:focus\:-translate-y-50\%:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-35\%:focus{
    --tw-translate-y: -35%;
  }

  .lg\:focus\:-translate-y-128:focus{
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:translate-y-5\%:focus{
    --tw-translate-y: 5%;
  }

  .lg\:focus\:translate-y-10\%:focus{
    --tw-translate-y: 10%;
  }

  .lg\:focus\:translate-y-15\%:focus{
    --tw-translate-y: 15%;
  }

  .lg\:focus\:translate-y-20\%:focus{
    --tw-translate-y: 20%;
  }

  .lg\:focus\:translate-y-25\%:focus{
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-30\%:focus{
    --tw-translate-y: 30%;
  }

  .lg\:focus\:translate-y-31\%:focus{
    --tw-translate-y: 31%;
  }

  .lg\:focus\:translate-y-33\%:focus{
    --tw-translate-y: 33.333%;
  }

  .lg\:focus\:translate-y-34\%:focus{
    --tw-translate-y: 34%;
  }

  .lg\:focus\:translate-y-45\%:focus{
    --tw-translate-y: 45%;
  }

  .lg\:focus\:translate-y-50\%:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-54\%:focus{
    --tw-translate-y: 54%;
  }

  .lg\:focus\:translate-y-75\%:focus{
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-55\%:focus{
    --tw-translate-y: 55%;
  }

  .lg\:focus\:translate-y-65\%:focus{
    --tw-translate-y: 65%;
  }

  .lg\:focus\:translate-y-66\%:focus{
    --tw-translate-y: 66%;
  }

  .lg\:focus\:translate-y-85\%:focus{
    --tw-translate-y: 85%;
  }

  .lg\:focus\:translate-y-96\%:focus{
    --tw-translate-y: 96%;
  }

  .lg\:focus\:translate-y-130\%:focus{
    --tw-translate-y: 130%;
  }

  .lg\:focus\:translate-y-135\%:focus{
    --tw-translate-y: 135%;
  }

  .lg\:focus\:translate-y-200\%:focus{
    --tw-translate-y: 200%;
  }

  .lg\:focus\:translate-y-16\/9:focus{
    --tw-translate-y: 56.25%;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .lg\:focus\:translate-y-span:focus{
    --tw-translate-y: 8.333%;
  }

  .lg\:focus\:translate-y-2span:focus{
    --tw-translate-y: 16.666%;
  }

  .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -3.5rem;
  }

  .lg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-104:focus{
    --tw-translate-y: -6.5rem;
  }

  .lg\:focus\:-translate-y-112:focus{
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-140:focus{
    --tw-translate-y: -8.75rem;
  }

  .lg\:focus\:-translate-y-160:focus{
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-180:focus{
    --tw-translate-y: -11.25rem;
  }

  .lg\:focus\:-translate-y-200:focus{
    --tw-translate-y: -12.5rem;
  }

  .lg\:focus\:-translate-y-224:focus{
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-240:focus{
    --tw-translate-y: -15rem;
  }

  .lg\:focus\:-translate-y-260:focus{
    --tw-translate-y: -16.25rem;
  }

  .lg\:focus\:-translate-y-300:focus{
    --tw-translate-y: -18.75rem;
  }

  .lg\:focus\:-translate-y--78\%:focus{
    --tw-translate-y: 78%;
  }

  .lg\:focus\:-translate-y--80\%:focus{
    --tw-translate-y: 80%;
  }

  .lg\:focus\:-translate-y--50\%:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:-translate-y--35\%:focus{
    --tw-translate-y: 35%;
  }

  .lg\:focus\:-translate-y--128:focus{
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:-translate-y--96:focus{
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:-translate-y--64:focus{
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:-translate-y--32:focus{
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:-translate-y--8:focus{
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:-translate-y-5\%:focus{
    --tw-translate-y: -5%;
  }

  .lg\:focus\:-translate-y-10\%:focus{
    --tw-translate-y: -10%;
  }

  .lg\:focus\:-translate-y-15\%:focus{
    --tw-translate-y: -15%;
  }

  .lg\:focus\:-translate-y-20\%:focus{
    --tw-translate-y: -20%;
  }

  .lg\:focus\:-translate-y-25\%:focus{
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-30\%:focus{
    --tw-translate-y: -30%;
  }

  .lg\:focus\:-translate-y-31\%:focus{
    --tw-translate-y: -31%;
  }

  .lg\:focus\:-translate-y-33\%:focus{
    --tw-translate-y: -33.333%;
  }

  .lg\:focus\:-translate-y-34\%:focus{
    --tw-translate-y: -34%;
  }

  .lg\:focus\:-translate-y-45\%:focus{
    --tw-translate-y: -45%;
  }

  .lg\:focus\:-translate-y-54\%:focus{
    --tw-translate-y: -54%;
  }

  .lg\:focus\:-translate-y-75\%:focus{
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-55\%:focus{
    --tw-translate-y: -55%;
  }

  .lg\:focus\:-translate-y-65\%:focus{
    --tw-translate-y: -65%;
  }

  .lg\:focus\:-translate-y-66\%:focus{
    --tw-translate-y: -66%;
  }

  .lg\:focus\:-translate-y-85\%:focus{
    --tw-translate-y: -85%;
  }

  .lg\:focus\:-translate-y-96\%:focus{
    --tw-translate-y: -96%;
  }

  .lg\:focus\:-translate-y-130\%:focus{
    --tw-translate-y: -130%;
  }

  .lg\:focus\:-translate-y-135\%:focus{
    --tw-translate-y: -135%;
  }

  .lg\:focus\:-translate-y-200\%:focus{
    --tw-translate-y: -200%;
  }

  .lg\:focus\:-translate-y-16\/9:focus{
    --tw-translate-y: -56.25%;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-span:focus{
    --tw-translate-y: -8.333%;
  }

  .lg\:focus\:-translate-y-2span:focus{
    --tw-translate-y: -16.666%;
  }

  .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .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-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\: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\: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\: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-130{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .lg\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-200{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .lg\:scale-500{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .lg\:scale-700{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130:hover{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-200:hover{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .lg\:hover\:scale-500:hover{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .lg\:hover\:scale-700:hover{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130:focus{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-200:focus{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .lg\:focus\:scale-500:focus{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .lg\:focus\:scale-700:focus{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130{
    --tw-scale-x: 1.3;
  }

  .lg\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .lg\:scale-x-200{
    --tw-scale-x: 2;
  }

  .lg\:scale-x-500{
    --tw-scale-x: 5;
  }

  .lg\:scale-x-700{
    --tw-scale-x: 7;
  }

  .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-130{
    --tw-scale-y: 1.3;
  }

  .lg\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .lg\:scale-y-200{
    --tw-scale-y: 2;
  }

  .lg\:scale-y-500{
    --tw-scale-y: 5;
  }

  .lg\:scale-y-700{
    --tw-scale-y: 7;
  }

  .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-130:hover{
    --tw-scale-x: 1.3;
  }

  .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-x-200:hover{
    --tw-scale-x: 2;
  }

  .lg\:hover\:scale-x-500:hover{
    --tw-scale-x: 5;
  }

  .lg\:hover\:scale-x-700:hover{
    --tw-scale-x: 7;
  }

  .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-130:hover{
    --tw-scale-y: 1.3;
  }

  .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-y-200:hover{
    --tw-scale-y: 2;
  }

  .lg\:hover\:scale-y-500:hover{
    --tw-scale-y: 5;
  }

  .lg\:hover\:scale-y-700:hover{
    --tw-scale-y: 7;
  }

  .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-130:focus{
    --tw-scale-x: 1.3;
  }

  .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-x-200:focus{
    --tw-scale-x: 2;
  }

  .lg\:focus\:scale-x-500:focus{
    --tw-scale-x: 5;
  }

  .lg\:focus\:scale-x-700:focus{
    --tw-scale-x: 7;
  }

  .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-130:focus{
    --tw-scale-y: 1.3;
  }

  .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-y-200:focus{
    --tw-scale-y: 2;
  }

  .lg\:focus\:scale-y-500:focus{
    --tw-scale-y: 5;
  }

  .lg\:focus\:scale-y-700:focus{
    --tw-scale-y: 7;
  }

  .lg\:animate-none{
    animation: none;
  }

  .lg\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .lg\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce{
    animation: bounce 1s infinite;
  }

  @media (prefers-reduced-motion: no-preference){
    .lg\:motion-safe\:animate-none{
      animation: none;
    }

    .lg\:motion-safe\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .lg\:motion-safe\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .lg\:motion-safe\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .lg\:motion-safe\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  @media (prefers-reduced-motion: reduce){
    .lg\:motion-reduce\:animate-none{
      animation: none;
    }

    .lg\:motion-reduce\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .lg\:motion-reduce\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .lg\:motion-reduce\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .lg\:motion-reduce\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  .lg\:select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all{
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:resize-none{
    resize: none;
  }

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .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\:appearance-none{
    -webkit-appearance: none;
            appearance: none;
  }

  .lg\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .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\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-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\: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-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-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\: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\: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\: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-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\:gap-0{
    gap: 0;
  }

  .lg\:gap-4{
    gap: 0.25rem;
  }

  .lg\:gap-8{
    gap: 0.5rem;
  }

  .lg\:gap-12{
    gap: 0.75rem;
  }

  .lg\:gap-16{
    gap: 1rem;
  }

  .lg\:gap-20{
    gap: 1.25rem;
  }

  .lg\:gap-24{
    gap: 1.5rem;
  }

  .lg\:gap-32{
    gap: 2rem;
  }

  .lg\:gap-40{
    gap: 2.5rem;
  }

  .lg\:gap-48{
    gap: 3rem;
  }

  .lg\:gap-56{
    gap: 3.5rem;
  }

  .lg\:gap-64{
    gap: 4rem;
  }

  .lg\:gap-80{
    gap: 5rem;
  }

  .lg\:gap-96{
    gap: 6rem;
  }

  .lg\:gap-104{
    gap: 6.5rem;
  }

  .lg\:gap-112{
    gap: 7rem;
  }

  .lg\:gap-128{
    gap: 8rem;
  }

  .lg\:gap-140{
    gap: 8.75rem;
  }

  .lg\:gap-160{
    gap: 10rem;
  }

  .lg\:gap-180{
    gap: 11.25rem;
  }

  .lg\:gap-200{
    gap: 12.5rem;
  }

  .lg\:gap-224{
    gap: 14rem;
  }

  .lg\:gap-240{
    gap: 15rem;
  }

  .lg\:gap-260{
    gap: 16.25rem;
  }

  .lg\:gap-300{
    gap: 18.75rem;
  }

  .lg\:-gap-78\%{
    gap: -78%;
  }

  .lg\:-gap-80\%{
    gap: -80%;
  }

  .lg\:-gap-50\%{
    gap: -50%;
  }

  .lg\:-gap-35\%{
    gap: -35%;
  }

  .lg\:-gap-128{
    gap: -8rem;
  }

  .lg\:-gap-96{
    gap: -6rem;
  }

  .lg\:-gap-64{
    gap: -4rem;
  }

  .lg\:-gap-32{
    gap: -2rem;
  }

  .lg\:-gap-8{
    gap: -0.5rem;
  }

  .lg\:gap-5\%{
    gap: 5%;
  }

  .lg\:gap-10\%{
    gap: 10%;
  }

  .lg\:gap-15\%{
    gap: 15%;
  }

  .lg\:gap-20\%{
    gap: 20%;
  }

  .lg\:gap-25\%{
    gap: 25%;
  }

  .lg\:gap-30\%{
    gap: 30%;
  }

  .lg\:gap-31\%{
    gap: 31%;
  }

  .lg\:gap-33\%{
    gap: 33.333%;
  }

  .lg\:gap-34\%{
    gap: 34%;
  }

  .lg\:gap-45\%{
    gap: 45%;
  }

  .lg\:gap-50\%{
    gap: 50%;
  }

  .lg\:gap-54\%{
    gap: 54%;
  }

  .lg\:gap-75\%{
    gap: 75%;
  }

  .lg\:gap-55\%{
    gap: 55%;
  }

  .lg\:gap-65\%{
    gap: 65%;
  }

  .lg\:gap-66\%{
    gap: 66%;
  }

  .lg\:gap-85\%{
    gap: 85%;
  }

  .lg\:gap-96\%{
    gap: 96%;
  }

  .lg\:gap-130\%{
    gap: 130%;
  }

  .lg\:gap-135\%{
    gap: 135%;
  }

  .lg\:gap-200\%{
    gap: 200%;
  }

  .lg\:gap-16\/9{
    gap: 56.25%;
  }

  .lg\:gap-1\/2{
    gap: 50%;
  }

  .lg\:gap-full{
    gap: 100%;
  }

  .lg\:gap-span{
    gap: 8.333%;
  }

  .lg\:gap-2span{
    gap: 16.666%;
  }

  .lg\:gap-px{
    gap: 1px;
  }

  .lg\:gap-x-0{
    column-gap: 0;
  }

  .lg\:gap-x-4{
    column-gap: 0.25rem;
  }

  .lg\:gap-x-8{
    column-gap: 0.5rem;
  }

  .lg\:gap-x-12{
    column-gap: 0.75rem;
  }

  .lg\:gap-x-16{
    column-gap: 1rem;
  }

  .lg\:gap-x-20{
    column-gap: 1.25rem;
  }

  .lg\:gap-x-24{
    column-gap: 1.5rem;
  }

  .lg\:gap-x-32{
    column-gap: 2rem;
  }

  .lg\:gap-x-40{
    column-gap: 2.5rem;
  }

  .lg\:gap-x-48{
    column-gap: 3rem;
  }

  .lg\:gap-x-56{
    column-gap: 3.5rem;
  }

  .lg\:gap-x-64{
    column-gap: 4rem;
  }

  .lg\:gap-x-80{
    column-gap: 5rem;
  }

  .lg\:gap-x-96{
    column-gap: 6rem;
  }

  .lg\:gap-x-104{
    column-gap: 6.5rem;
  }

  .lg\:gap-x-112{
    column-gap: 7rem;
  }

  .lg\:gap-x-128{
    column-gap: 8rem;
  }

  .lg\:gap-x-140{
    column-gap: 8.75rem;
  }

  .lg\:gap-x-160{
    column-gap: 10rem;
  }

  .lg\:gap-x-180{
    column-gap: 11.25rem;
  }

  .lg\:gap-x-200{
    column-gap: 12.5rem;
  }

  .lg\:gap-x-224{
    column-gap: 14rem;
  }

  .lg\:gap-x-240{
    column-gap: 15rem;
  }

  .lg\:gap-x-260{
    column-gap: 16.25rem;
  }

  .lg\:gap-x-300{
    column-gap: 18.75rem;
  }

  .lg\:-gap-x-78\%{
    column-gap: -78%;
  }

  .lg\:-gap-x-80\%{
    column-gap: -80%;
  }

  .lg\:-gap-x-50\%{
    column-gap: -50%;
  }

  .lg\:-gap-x-35\%{
    column-gap: -35%;
  }

  .lg\:-gap-x-128{
    column-gap: -8rem;
  }

  .lg\:-gap-x-96{
    column-gap: -6rem;
  }

  .lg\:-gap-x-64{
    column-gap: -4rem;
  }

  .lg\:-gap-x-32{
    column-gap: -2rem;
  }

  .lg\:-gap-x-8{
    column-gap: -0.5rem;
  }

  .lg\:gap-x-5\%{
    column-gap: 5%;
  }

  .lg\:gap-x-10\%{
    column-gap: 10%;
  }

  .lg\:gap-x-15\%{
    column-gap: 15%;
  }

  .lg\:gap-x-20\%{
    column-gap: 20%;
  }

  .lg\:gap-x-25\%{
    column-gap: 25%;
  }

  .lg\:gap-x-30\%{
    column-gap: 30%;
  }

  .lg\:gap-x-31\%{
    column-gap: 31%;
  }

  .lg\:gap-x-33\%{
    column-gap: 33.333%;
  }

  .lg\:gap-x-34\%{
    column-gap: 34%;
  }

  .lg\:gap-x-45\%{
    column-gap: 45%;
  }

  .lg\:gap-x-50\%{
    column-gap: 50%;
  }

  .lg\:gap-x-54\%{
    column-gap: 54%;
  }

  .lg\:gap-x-75\%{
    column-gap: 75%;
  }

  .lg\:gap-x-55\%{
    column-gap: 55%;
  }

  .lg\:gap-x-65\%{
    column-gap: 65%;
  }

  .lg\:gap-x-66\%{
    column-gap: 66%;
  }

  .lg\:gap-x-85\%{
    column-gap: 85%;
  }

  .lg\:gap-x-96\%{
    column-gap: 96%;
  }

  .lg\:gap-x-130\%{
    column-gap: 130%;
  }

  .lg\:gap-x-135\%{
    column-gap: 135%;
  }

  .lg\:gap-x-200\%{
    column-gap: 200%;
  }

  .lg\:gap-x-16\/9{
    column-gap: 56.25%;
  }

  .lg\:gap-x-1\/2{
    column-gap: 50%;
  }

  .lg\:gap-x-full{
    column-gap: 100%;
  }

  .lg\:gap-x-span{
    column-gap: 8.333%;
  }

  .lg\:gap-x-2span{
    column-gap: 16.666%;
  }

  .lg\:gap-x-px{
    column-gap: 1px;
  }

  .lg\:gap-y-0{
    row-gap: 0;
  }

  .lg\:gap-y-4{
    row-gap: 0.25rem;
  }

  .lg\:gap-y-8{
    row-gap: 0.5rem;
  }

  .lg\:gap-y-12{
    row-gap: 0.75rem;
  }

  .lg\:gap-y-16{
    row-gap: 1rem;
  }

  .lg\:gap-y-20{
    row-gap: 1.25rem;
  }

  .lg\:gap-y-24{
    row-gap: 1.5rem;
  }

  .lg\:gap-y-32{
    row-gap: 2rem;
  }

  .lg\:gap-y-40{
    row-gap: 2.5rem;
  }

  .lg\:gap-y-48{
    row-gap: 3rem;
  }

  .lg\:gap-y-56{
    row-gap: 3.5rem;
  }

  .lg\:gap-y-64{
    row-gap: 4rem;
  }

  .lg\:gap-y-80{
    row-gap: 5rem;
  }

  .lg\:gap-y-96{
    row-gap: 6rem;
  }

  .lg\:gap-y-104{
    row-gap: 6.5rem;
  }

  .lg\:gap-y-112{
    row-gap: 7rem;
  }

  .lg\:gap-y-128{
    row-gap: 8rem;
  }

  .lg\:gap-y-140{
    row-gap: 8.75rem;
  }

  .lg\:gap-y-160{
    row-gap: 10rem;
  }

  .lg\:gap-y-180{
    row-gap: 11.25rem;
  }

  .lg\:gap-y-200{
    row-gap: 12.5rem;
  }

  .lg\:gap-y-224{
    row-gap: 14rem;
  }

  .lg\:gap-y-240{
    row-gap: 15rem;
  }

  .lg\:gap-y-260{
    row-gap: 16.25rem;
  }

  .lg\:gap-y-300{
    row-gap: 18.75rem;
  }

  .lg\:-gap-y-78\%{
    row-gap: -78%;
  }

  .lg\:-gap-y-80\%{
    row-gap: -80%;
  }

  .lg\:-gap-y-50\%{
    row-gap: -50%;
  }

  .lg\:-gap-y-35\%{
    row-gap: -35%;
  }

  .lg\:-gap-y-128{
    row-gap: -8rem;
  }

  .lg\:-gap-y-96{
    row-gap: -6rem;
  }

  .lg\:-gap-y-64{
    row-gap: -4rem;
  }

  .lg\:-gap-y-32{
    row-gap: -2rem;
  }

  .lg\:-gap-y-8{
    row-gap: -0.5rem;
  }

  .lg\:gap-y-5\%{
    row-gap: 5%;
  }

  .lg\:gap-y-10\%{
    row-gap: 10%;
  }

  .lg\:gap-y-15\%{
    row-gap: 15%;
  }

  .lg\:gap-y-20\%{
    row-gap: 20%;
  }

  .lg\:gap-y-25\%{
    row-gap: 25%;
  }

  .lg\:gap-y-30\%{
    row-gap: 30%;
  }

  .lg\:gap-y-31\%{
    row-gap: 31%;
  }

  .lg\:gap-y-33\%{
    row-gap: 33.333%;
  }

  .lg\:gap-y-34\%{
    row-gap: 34%;
  }

  .lg\:gap-y-45\%{
    row-gap: 45%;
  }

  .lg\:gap-y-50\%{
    row-gap: 50%;
  }

  .lg\:gap-y-54\%{
    row-gap: 54%;
  }

  .lg\:gap-y-75\%{
    row-gap: 75%;
  }

  .lg\:gap-y-55\%{
    row-gap: 55%;
  }

  .lg\:gap-y-65\%{
    row-gap: 65%;
  }

  .lg\:gap-y-66\%{
    row-gap: 66%;
  }

  .lg\:gap-y-85\%{
    row-gap: 85%;
  }

  .lg\:gap-y-96\%{
    row-gap: 96%;
  }

  .lg\:gap-y-130\%{
    row-gap: 130%;
  }

  .lg\:gap-y-135\%{
    row-gap: 135%;
  }

  .lg\:gap-y-200\%{
    row-gap: 200%;
  }

  .lg\:gap-y-16\/9{
    row-gap: 56.25%;
  }

  .lg\:gap-y-1\/2{
    row-gap: 50%;
  }

  .lg\:gap-y-full{
    row-gap: 100%;
  }

  .lg\:gap-y-span{
    row-gap: 8.333%;
  }

  .lg\:gap-y-2span{
    row-gap: 16.666%;
  }

  .lg\:gap-y-px{
    row-gap: 1px;
  }

  .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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-78% * var(--tw-space-x-reverse));
    margin-left: calc(-78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34% * var(--tw-space-x-reverse));
    margin-left: calc(34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(54% * var(--tw-space-x-reverse));
    margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66% * var(--tw-space-x-reverse));
    margin-left: calc(66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(130% * var(--tw-space-x-reverse));
    margin-left: calc(130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135% * var(--tw-space-x-reverse));
    margin-left: calc(135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200% * var(--tw-space-x-reverse));
    margin-left: calc(200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56.25% * var(--tw-space-x-reverse));
    margin-left: calc(56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666% * var(--tw-space-x-reverse));
    margin-left: calc(16.666% * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(78% * var(--tw-space-x-reverse));
    margin-left: calc(78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34% * var(--tw-space-x-reverse));
    margin-left: calc(-34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-54% * var(--tw-space-x-reverse));
    margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66% * var(--tw-space-x-reverse));
    margin-left: calc(-66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-130% * var(--tw-space-x-reverse));
    margin-left: calc(-130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135% * var(--tw-space-x-reverse));
    margin-left: calc(-135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200% * var(--tw-space-x-reverse));
    margin-left: calc(-200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56.25% * var(--tw-space-x-reverse));
    margin-left: calc(-56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.666% * var(--tw-space-x-reverse));
    margin-left: calc(-16.666% * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56.25% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.333% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56.25% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.333% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.666% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\: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-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.188rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.188rem * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.313rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.313rem * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.188rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.188rem * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.313rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.313rem * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\: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-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-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-divide-opacity));
  }

  .lg\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-divide-opacity));
  }

  .lg\:divide-dark-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.1);
  }

  .lg\:divide-dark-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.5);
  }

  .lg\:divide-dark-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .lg\:divide-dark-900 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.9);
  }

  .lg\:divide-light-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:divide-light-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:divide-light-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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\: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\:self-baseline{
    align-self: baseline;
  }

  .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\: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\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip{
    text-overflow: clip;
  }

  .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\:rounded-none{
    border-radius: 0;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }

  .lg\:rounded-2xl{
    border-radius: 1rem;
  }

  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-loader{
    border-radius: 50%;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-t-loader{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-r-loader{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-b-loader{
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-loader{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tl-loader{
    border-top-left-radius: 50%;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-tr-loader{
    border-top-right-radius: 50%;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-br-loader{
    border-bottom-right-radius: 50%;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-bl-loader{
    border-bottom-left-radius: 50%;
  }

  .lg\:border-0{
    border-width: 0px;
  }

  .lg\:border-1{
    border-width: 0.0625rem;
  }

  .lg\:border-2{
    border-width: 0.125rem;
  }

  .lg\:border-3{
    border-width: 0.188rem;
  }

  .lg\:border-4{
    border-width: 4px;
  }

  .lg\:border-5{
    border-width: 0.313rem;
  }

  .lg\:border-8{
    border-width: 8px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0px;
  }

  .lg\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .lg\:border-t-2{
    border-top-width: 0.125rem;
  }

  .lg\:border-t-3{
    border-top-width: 0.188rem;
  }

  .lg\:border-t-4{
    border-top-width: 4px;
  }

  .lg\:border-t-5{
    border-top-width: 0.313rem;
  }

  .lg\:border-t-8{
    border-top-width: 8px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }

  .lg\:border-r-0{
    border-right-width: 0px;
  }

  .lg\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .lg\:border-r-2{
    border-right-width: 0.125rem;
  }

  .lg\:border-r-3{
    border-right-width: 0.188rem;
  }

  .lg\:border-r-4{
    border-right-width: 4px;
  }

  .lg\:border-r-5{
    border-right-width: 0.313rem;
  }

  .lg\:border-r-8{
    border-right-width: 8px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .lg\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .lg\:border-b-3{
    border-bottom-width: 0.188rem;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  .lg\:border-b-5{
    border-bottom-width: 0.313rem;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l-0{
    border-left-width: 0px;
  }

  .lg\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .lg\:border-l-2{
    border-left-width: 0.125rem;
  }

  .lg\:border-l-3{
    border-left-width: 0.188rem;
  }

  .lg\:border-l-4{
    border-left-width: 4px;
  }

  .lg\:border-l-5{
    border-left-width: 0.313rem;
  }

  .lg\:border-l-8{
    border-left-width: 8px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .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-transparent{
    border-color: transparent;
  }

  .lg\:border-current{
    border-color: currentColor;
  }

  .lg\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .lg\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .lg\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .lg\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .lg\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .lg\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .lg\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .lg\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .lg\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-current{
    border-color: currentColor;
  }

  .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-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .group:hover .lg\:group-hover\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .group:hover .lg\:group-hover\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .lg\:group-hover\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .group:hover .lg\:group-hover\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .lg\:group-hover\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .lg\:group-hover\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .lg\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .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-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-error:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-dark-100:focus-within{
    border-color: rgba(0,0,0,.1);
  }

  .lg\:focus-within\:border-dark-500:focus-within{
    border-color: rgba(0,0,0,.5);
  }

  .lg\:focus-within\:border-dark-800:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .lg\:focus-within\:border-dark-900:focus-within{
    border-color: rgba(0,0,0,.9);
  }

  .lg\:focus-within\:border-light-100:focus-within{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus-within\:border-light-500:focus-within{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus-within\:border-light-800:focus-within{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .lg\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .lg\:hover\:border-dark-100:hover{
    border-color: rgba(0,0,0,.1);
  }

  .lg\:hover\:border-dark-500:hover{
    border-color: rgba(0,0,0,.5);
  }

  .lg\:hover\:border-dark-800:hover{
    border-color: rgba(0,0,0,.8);
  }

  .lg\:hover\:border-dark-900:hover{
    border-color: rgba(0,0,0,.9);
  }

  .lg\:hover\:border-light-100:hover{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:hover\:border-light-500:hover{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:hover\:border-light-800:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .lg\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .lg\:focus\:border-dark-100:focus{
    border-color: rgba(0,0,0,.1);
  }

  .lg\:focus\:border-dark-500:focus{
    border-color: rgba(0,0,0,.5);
  }

  .lg\:focus\:border-dark-800:focus{
    border-color: rgba(0,0,0,.8);
  }

  .lg\:focus\:border-dark-900:focus{
    border-color: rgba(0,0,0,.9);
  }

  .lg\:focus\:border-light-100:focus{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:border-light-500:focus{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:border-light-800:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-current{
    background-color: currentColor;
  }

  .lg\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .lg\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .lg\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .lg\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .lg\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .lg\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .lg\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .lg\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .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-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .group:hover .lg\:group-hover\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .group:hover .lg\:group-hover\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .lg\:group-hover\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .group:hover .lg\:group-hover\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .lg\:group-hover\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .lg\:group-hover\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .lg\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .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-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-error:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-dark-100:focus-within{
    background-color: rgba(0,0,0,.1);
  }

  .lg\:focus-within\:bg-dark-500:focus-within{
    background-color: rgba(0,0,0,.5);
  }

  .lg\:focus-within\:bg-dark-800:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .lg\:focus-within\:bg-dark-900:focus-within{
    background-color: rgba(0,0,0,.9);
  }

  .lg\:focus-within\:bg-light-100:focus-within{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus-within\:bg-light-500:focus-within{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus-within\:bg-light-800:focus-within{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .lg\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-dark-100:hover{
    background-color: rgba(0,0,0,.1);
  }

  .lg\:hover\:bg-dark-500:hover{
    background-color: rgba(0,0,0,.5);
  }

  .lg\:hover\:bg-dark-800:hover{
    background-color: rgba(0,0,0,.8);
  }

  .lg\:hover\:bg-dark-900:hover{
    background-color: rgba(0,0,0,.9);
  }

  .lg\:hover\:bg-light-100:hover{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:hover\:bg-light-500:hover{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:hover\:bg-light-800:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .lg\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-dark-100:focus{
    background-color: rgba(0,0,0,.1);
  }

  .lg\:focus\:bg-dark-500:focus{
    background-color: rgba(0,0,0,.5);
  }

  .lg\:focus\:bg-dark-800:focus{
    background-color: rgba(0,0,0,.8);
  }

  .lg\:focus\:bg-dark-900:focus{
    background-color: rgba(0,0,0,.9);
  }

  .lg\:focus\:bg-light-100:focus{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:bg-light-500:focus{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:bg-light-800:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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-none{
    background-image: none;
  }

  .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, 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(to right, 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(to bottom, 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(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-blue{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .lg\:from-error{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .lg\:from-gray{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:from-gray-dark{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .lg\:from-dark-100{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-dark-500{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-dark-800{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-dark-900{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-light-100{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-light-500{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-light-800{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .lg\:hover\:from-error:hover{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .lg\:hover\:from-gray:hover{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:hover\:from-gray-dark:hover{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .lg\:hover\:from-dark-100:hover{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-dark-500:hover{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-dark-800:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-dark-900:hover{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-light-100:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-light-500:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-light-800:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .lg\:focus\:from-error:focus{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .lg\:focus\:from-gray:focus{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:focus\:from-gray-dark:focus{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .lg\:focus\:from-dark-100:focus{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-dark-500:focus{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-dark-800:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-dark-900:focus{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-light-100:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-light-500:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-light-800:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .lg\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .lg\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .lg\:via-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-dark-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-dark-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-dark-900{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-light-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-light-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-light-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .lg\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .lg\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:hover\:via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .lg\:hover\:via-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-dark-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-dark-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-dark-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-light-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-light-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-light-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .lg\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .lg\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:focus\:via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .lg\:focus\:via-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-dark-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-dark-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-dark-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-light-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-light-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-light-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .lg\:to-current{
    --tw-gradient-to: currentColor;
  }

  .lg\:to-black{
    --tw-gradient-to: #000;
  }

  .lg\:to-white{
    --tw-gradient-to: #fff;
  }

  .lg\:to-blue{
    --tw-gradient-to: #0099FF;
  }

  .lg\:to-error{
    --tw-gradient-to: #E62807;
  }

  .lg\:to-gray{
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:to-gray-dark{
    --tw-gradient-to: #777676;
  }

  .lg\:to-dark-100{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .lg\:to-dark-500{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .lg\:to-dark-800{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .lg\:to-dark-900{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .lg\:to-light-100{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .lg\:to-light-500{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .lg\:to-light-800{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .lg\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF;
  }

  .lg\:hover\:to-error:hover{
    --tw-gradient-to: #E62807;
  }

  .lg\:hover\:to-gray:hover{
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:hover\:to-gray-dark:hover{
    --tw-gradient-to: #777676;
  }

  .lg\:hover\:to-dark-100:hover{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .lg\:hover\:to-dark-500:hover{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .lg\:hover\:to-dark-800:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .lg\:hover\:to-dark-900:hover{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .lg\:hover\:to-light-100:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .lg\:hover\:to-light-500:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .lg\:hover\:to-light-800:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .lg\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF;
  }

  .lg\:focus\:to-error:focus{
    --tw-gradient-to: #E62807;
  }

  .lg\:focus\:to-gray:focus{
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:focus\:to-gray-dark:focus{
    --tw-gradient-to: #777676;
  }

  .lg\:focus\:to-dark-100:focus{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .lg\:focus\:to-dark-500:focus{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .lg\:focus\:to-dark-800:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .lg\:focus\:to-dark-900:focus{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .lg\:focus\:to-light-100:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:to-light-500:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:to-light-800:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .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\:bg-auto{
    background-size: auto;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .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-bottom{
    background-position: bottom;
  }

  .lg\:bg-center{
    background-position: center;
  }

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:bg-right-top{
    background-position: right top;
  }

  .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-origin-border{
    background-origin: border-box;
  }

  .lg\:bg-origin-padding{
    background-origin: padding-box;
  }

  .lg\:bg-origin-content{
    background-origin: content-box;
  }

  .lg\:fill-current{
    fill: currentColor;
  }

  .lg\:fill-transparent{
    fill: transparent;
  }

  .lg\:fill-black{
    fill: #000;
  }

  .lg\:fill-white{
    fill: #fff;
  }

  .lg\:fill-blue{
    fill: #0099FF;
  }

  .lg\:fill-error{
    fill: #E62807;
  }

  .lg\:fill-gray{
    fill: #e5e5e5;
  }

  .lg\:fill-gray-dark{
    fill: #777676;
  }

  .lg\:fill-dark-100{
    fill: rgba(0,0,0,.1);
  }

  .lg\:fill-dark-500{
    fill: rgba(0,0,0,.5);
  }

  .lg\:fill-dark-800{
    fill: rgba(0,0,0,.8);
  }

  .lg\:fill-dark-900{
    fill: rgba(0,0,0,.9);
  }

  .lg\:fill-light-100{
    fill: rgba(255, 255, 255, 0.1);
  }

  .lg\:fill-light-500{
    fill: rgba(255, 255, 255, 0.5);
  }

  .lg\:fill-light-800{
    fill: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:fill-current:hover{
    fill: currentColor;
  }

  .lg\:hover\:fill-transparent:hover{
    fill: transparent;
  }

  .lg\:hover\:fill-black:hover{
    fill: #000;
  }

  .lg\:hover\:fill-white:hover{
    fill: #fff;
  }

  .lg\:hover\:fill-blue:hover{
    fill: #0099FF;
  }

  .lg\:hover\:fill-error:hover{
    fill: #E62807;
  }

  .lg\:hover\:fill-gray:hover{
    fill: #e5e5e5;
  }

  .lg\:hover\:fill-gray-dark:hover{
    fill: #777676;
  }

  .lg\:hover\:fill-dark-100:hover{
    fill: rgba(0,0,0,.1);
  }

  .lg\:hover\:fill-dark-500:hover{
    fill: rgba(0,0,0,.5);
  }

  .lg\:hover\:fill-dark-800:hover{
    fill: rgba(0,0,0,.8);
  }

  .lg\:hover\:fill-dark-900:hover{
    fill: rgba(0,0,0,.9);
  }

  .lg\:hover\:fill-light-100:hover{
    fill: rgba(255, 255, 255, 0.1);
  }

  .lg\:hover\:fill-light-500:hover{
    fill: rgba(255, 255, 255, 0.5);
  }

  .lg\:hover\:fill-light-800:hover{
    fill: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:fill-current:focus{
    fill: currentColor;
  }

  .lg\:focus\:fill-transparent:focus{
    fill: transparent;
  }

  .lg\:focus\:fill-black:focus{
    fill: #000;
  }

  .lg\:focus\:fill-white:focus{
    fill: #fff;
  }

  .lg\:focus\:fill-blue:focus{
    fill: #0099FF;
  }

  .lg\:focus\:fill-error:focus{
    fill: #E62807;
  }

  .lg\:focus\:fill-gray:focus{
    fill: #e5e5e5;
  }

  .lg\:focus\:fill-gray-dark:focus{
    fill: #777676;
  }

  .lg\:focus\:fill-dark-100:focus{
    fill: rgba(0,0,0,.1);
  }

  .lg\:focus\:fill-dark-500:focus{
    fill: rgba(0,0,0,.5);
  }

  .lg\:focus\:fill-dark-800:focus{
    fill: rgba(0,0,0,.8);
  }

  .lg\:focus\:fill-dark-900:focus{
    fill: rgba(0,0,0,.9);
  }

  .lg\:focus\:fill-light-100:focus{
    fill: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:fill-light-500:focus{
    fill: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:fill-light-800:focus{
    fill: rgba(255, 255, 255, 0.8);
  }

  .lg\:stroke-current{
    stroke: currentColor;
  }

  .lg\:stroke-0{
    stroke-width: 0;
  }

  .lg\:stroke-1{
    stroke-width: 1;
  }

  .lg\:stroke-2{
    stroke-width: 2;
  }

  .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\:p-0{
    padding: 0;
  }

  .lg\:p-4{
    padding: 0.25rem;
  }

  .lg\:p-8{
    padding: 0.5rem;
  }

  .lg\:p-12{
    padding: 0.75rem;
  }

  .lg\:p-16{
    padding: 1rem;
  }

  .lg\:p-20{
    padding: 1.25rem;
  }

  .lg\:p-24{
    padding: 1.5rem;
  }

  .lg\:p-32{
    padding: 2rem;
  }

  .lg\:p-40{
    padding: 2.5rem;
  }

  .lg\:p-48{
    padding: 3rem;
  }

  .lg\:p-56{
    padding: 3.5rem;
  }

  .lg\:p-64{
    padding: 4rem;
  }

  .lg\:p-80{
    padding: 5rem;
  }

  .lg\:p-96{
    padding: 6rem;
  }

  .lg\:p-104{
    padding: 6.5rem;
  }

  .lg\:p-112{
    padding: 7rem;
  }

  .lg\:p-128{
    padding: 8rem;
  }

  .lg\:p-140{
    padding: 8.75rem;
  }

  .lg\:p-156{
    padding: 9.5rem;
  }

  .lg\:p-160{
    padding: 10rem;
  }

  .lg\:p-180{
    padding: 11.25rem;
  }

  .lg\:p-200{
    padding: 12.5rem;
  }

  .lg\:p-224{
    padding: 14rem;
  }

  .lg\:p-240{
    padding: 15rem;
  }

  .lg\:p-260{
    padding: 16.25rem;
  }

  .lg\:p-300{
    padding: 18.75rem;
  }

  .lg\:-p-78\%{
    padding: -78%;
  }

  .lg\:-p-80\%{
    padding: -80%;
  }

  .lg\:-p-50\%{
    padding: -50%;
  }

  .lg\:-p-35\%{
    padding: -35%;
  }

  .lg\:-p-128{
    padding: -8rem;
  }

  .lg\:-p-96{
    padding: -6rem;
  }

  .lg\:-p-64{
    padding: -4rem;
  }

  .lg\:-p-32{
    padding: -2rem;
  }

  .lg\:-p-8{
    padding: -0.5rem;
  }

  .lg\:p-5\%{
    padding: 5%;
  }

  .lg\:p-10\%{
    padding: 10%;
  }

  .lg\:p-15\%{
    padding: 15%;
  }

  .lg\:p-20\%{
    padding: 20%;
  }

  .lg\:p-25\%{
    padding: 25%;
  }

  .lg\:p-30\%{
    padding: 30%;
  }

  .lg\:p-31\%{
    padding: 31%;
  }

  .lg\:p-33\%{
    padding: 33.333%;
  }

  .lg\:p-34\%{
    padding: 34%;
  }

  .lg\:p-45\%{
    padding: 45%;
  }

  .lg\:p-50\%{
    padding: 50%;
  }

  .lg\:p-54\%{
    padding: 54%;
  }

  .lg\:p-75\%{
    padding: 75%;
  }

  .lg\:p-55\%{
    padding: 55%;
  }

  .lg\:p-65\%{
    padding: 65%;
  }

  .lg\:p-66\%{
    padding: 66%;
  }

  .lg\:p-85\%{
    padding: 85%;
  }

  .lg\:p-96\%{
    padding: 96%;
  }

  .lg\:p-130\%{
    padding: 130%;
  }

  .lg\:p-135\%{
    padding: 135%;
  }

  .lg\:p-200\%{
    padding: 200%;
  }

  .lg\:p-16\/9{
    padding: 56.25%;
  }

  .lg\:p-1\/2{
    padding: 50%;
  }

  .lg\:p-full{
    padding: 100%;
  }

  .lg\:p-span{
    padding: 8.333%;
  }

  .lg\:p-2span{
    padding: 16.666%;
  }

  .lg\:p-px{
    padding: 1px;
  }

  .lg\:p-3\.125rem{
    padding: 3.125rem;
  }

  .lg\:p-3\.375rem{
    padding: 3.375rem;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-96{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-104{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:px-112{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-128{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .lg\:px-156{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .lg\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .lg\:px-224{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-240{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-260{
    padding-left: 16.25rem;
    padding-right: 16.25rem;
  }

  .lg\:px-300{
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:-px-78\%{
    padding-left: -78%;
    padding-right: -78%;
  }

  .lg\:-px-80\%{
    padding-left: -80%;
    padding-right: -80%;
  }

  .lg\:-px-50\%{
    padding-left: -50%;
    padding-right: -50%;
  }

  .lg\:-px-35\%{
    padding-left: -35%;
    padding-right: -35%;
  }

  .lg\:-px-128{
    padding-left: -8rem;
    padding-right: -8rem;
  }

  .lg\:-px-96{
    padding-left: -6rem;
    padding-right: -6rem;
  }

  .lg\:-px-64{
    padding-left: -4rem;
    padding-right: -4rem;
  }

  .lg\:-px-32{
    padding-left: -2rem;
    padding-right: -2rem;
  }

  .lg\:-px-8{
    padding-left: -0.5rem;
    padding-right: -0.5rem;
  }

  .lg\:px-5\%{
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:px-10\%{
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:px-15\%{
    padding-left: 15%;
    padding-right: 15%;
  }

  .lg\:px-20\%{
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:px-25\%{
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:px-30\%{
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:px-31\%{
    padding-left: 31%;
    padding-right: 31%;
  }

  .lg\:px-33\%{
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .lg\:px-34\%{
    padding-left: 34%;
    padding-right: 34%;
  }

  .lg\:px-45\%{
    padding-left: 45%;
    padding-right: 45%;
  }

  .lg\:px-50\%{
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:px-54\%{
    padding-left: 54%;
    padding-right: 54%;
  }

  .lg\:px-75\%{
    padding-left: 75%;
    padding-right: 75%;
  }

  .lg\:px-55\%{
    padding-left: 55%;
    padding-right: 55%;
  }

  .lg\:px-65\%{
    padding-left: 65%;
    padding-right: 65%;
  }

  .lg\:px-66\%{
    padding-left: 66%;
    padding-right: 66%;
  }

  .lg\:px-85\%{
    padding-left: 85%;
    padding-right: 85%;
  }

  .lg\:px-96\%{
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:px-130\%{
    padding-left: 130%;
    padding-right: 130%;
  }

  .lg\:px-135\%{
    padding-left: 135%;
    padding-right: 135%;
  }

  .lg\:px-200\%{
    padding-left: 200%;
    padding-right: 200%;
  }

  .lg\:px-16\/9{
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .lg\:px-1\/2{
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:px-span{
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .lg\:px-2span{
    padding-left: 16.666%;
    padding-right: 16.666%;
  }

  .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:px-3\.125rem{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:px-3\.375rem{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-96{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-104{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:py-112{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-128{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .lg\:py-156{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .lg\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .lg\:py-224{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-240{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:py-260{
    padding-top: 16.25rem;
    padding-bottom: 16.25rem;
  }

  .lg\:py-300{
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:-py-78\%{
    padding-top: -78%;
    padding-bottom: -78%;
  }

  .lg\:-py-80\%{
    padding-top: -80%;
    padding-bottom: -80%;
  }

  .lg\:-py-50\%{
    padding-top: -50%;
    padding-bottom: -50%;
  }

  .lg\:-py-35\%{
    padding-top: -35%;
    padding-bottom: -35%;
  }

  .lg\:-py-128{
    padding-top: -8rem;
    padding-bottom: -8rem;
  }

  .lg\:-py-96{
    padding-top: -6rem;
    padding-bottom: -6rem;
  }

  .lg\:-py-64{
    padding-top: -4rem;
    padding-bottom: -4rem;
  }

  .lg\:-py-32{
    padding-top: -2rem;
    padding-bottom: -2rem;
  }

  .lg\:-py-8{
    padding-top: -0.5rem;
    padding-bottom: -0.5rem;
  }

  .lg\:py-5\%{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg\:py-10\%{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:py-15\%{
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .lg\:py-20\%{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:py-25\%{
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:py-30\%{
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:py-31\%{
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .lg\:py-33\%{
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .lg\:py-34\%{
    padding-top: 34%;
    padding-bottom: 34%;
  }

  .lg\:py-45\%{
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .lg\:py-50\%{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:py-54\%{
    padding-top: 54%;
    padding-bottom: 54%;
  }

  .lg\:py-75\%{
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .lg\:py-55\%{
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .lg\:py-65\%{
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .lg\:py-66\%{
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .lg\:py-85\%{
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .lg\:py-96\%{
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:py-130\%{
    padding-top: 130%;
    padding-bottom: 130%;
  }

  .lg\:py-135\%{
    padding-top: 135%;
    padding-bottom: 135%;
  }

  .lg\:py-200\%{
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .lg\:py-16\/9{
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .lg\:py-1\/2{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:py-span{
    padding-top: 8.333%;
    padding-bottom: 8.333%;
  }

  .lg\:py-2span{
    padding-top: 16.666%;
    padding-bottom: 16.666%;
  }

  .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:py-3\.125rem{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:py-3\.375rem{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pt-4{
    padding-top: 0.25rem;
  }

  .lg\:pt-8{
    padding-top: 0.5rem;
  }

  .lg\:pt-12{
    padding-top: 0.75rem;
  }

  .lg\:pt-16{
    padding-top: 1rem;
  }

  .lg\:pt-20{
    padding-top: 1.25rem;
  }

  .lg\:pt-24{
    padding-top: 1.5rem;
  }

  .lg\:pt-32{
    padding-top: 2rem;
  }

  .lg\:pt-40{
    padding-top: 2.5rem;
  }

  .lg\:pt-48{
    padding-top: 3rem;
  }

  .lg\:pt-56{
    padding-top: 3.5rem;
  }

  .lg\:pt-64{
    padding-top: 4rem;
  }

  .lg\:pt-80{
    padding-top: 5rem;
  }

  .lg\:pt-96{
    padding-top: 6rem;
  }

  .lg\:pt-104{
    padding-top: 6.5rem;
  }

  .lg\:pt-112{
    padding-top: 7rem;
  }

  .lg\:pt-128{
    padding-top: 8rem;
  }

  .lg\:pt-140{
    padding-top: 8.75rem;
  }

  .lg\:pt-156{
    padding-top: 9.5rem;
  }

  .lg\:pt-160{
    padding-top: 10rem;
  }

  .lg\:pt-180{
    padding-top: 11.25rem;
  }

  .lg\:pt-200{
    padding-top: 12.5rem;
  }

  .lg\:pt-224{
    padding-top: 14rem;
  }

  .lg\:pt-240{
    padding-top: 15rem;
  }

  .lg\:pt-260{
    padding-top: 16.25rem;
  }

  .lg\:pt-300{
    padding-top: 18.75rem;
  }

  .lg\:-pt-78\%{
    padding-top: -78%;
  }

  .lg\:-pt-80\%{
    padding-top: -80%;
  }

  .lg\:-pt-50\%{
    padding-top: -50%;
  }

  .lg\:-pt-35\%{
    padding-top: -35%;
  }

  .lg\:-pt-128{
    padding-top: -8rem;
  }

  .lg\:-pt-96{
    padding-top: -6rem;
  }

  .lg\:-pt-64{
    padding-top: -4rem;
  }

  .lg\:-pt-32{
    padding-top: -2rem;
  }

  .lg\:-pt-8{
    padding-top: -0.5rem;
  }

  .lg\:pt-5\%{
    padding-top: 5%;
  }

  .lg\:pt-10\%{
    padding-top: 10%;
  }

  .lg\:pt-15\%{
    padding-top: 15%;
  }

  .lg\:pt-20\%{
    padding-top: 20%;
  }

  .lg\:pt-25\%{
    padding-top: 25%;
  }

  .lg\:pt-30\%{
    padding-top: 30%;
  }

  .lg\:pt-31\%{
    padding-top: 31%;
  }

  .lg\:pt-33\%{
    padding-top: 33.333%;
  }

  .lg\:pt-34\%{
    padding-top: 34%;
  }

  .lg\:pt-45\%{
    padding-top: 45%;
  }

  .lg\:pt-50\%{
    padding-top: 50%;
  }

  .lg\:pt-54\%{
    padding-top: 54%;
  }

  .lg\:pt-75\%{
    padding-top: 75%;
  }

  .lg\:pt-55\%{
    padding-top: 55%;
  }

  .lg\:pt-65\%{
    padding-top: 65%;
  }

  .lg\:pt-66\%{
    padding-top: 66%;
  }

  .lg\:pt-85\%{
    padding-top: 85%;
  }

  .lg\:pt-96\%{
    padding-top: 96%;
  }

  .lg\:pt-130\%{
    padding-top: 130%;
  }

  .lg\:pt-135\%{
    padding-top: 135%;
  }

  .lg\:pt-200\%{
    padding-top: 200%;
  }

  .lg\:pt-16\/9{
    padding-top: 56.25%;
  }

  .lg\:pt-1\/2{
    padding-top: 50%;
  }

  .lg\:pt-full{
    padding-top: 100%;
  }

  .lg\:pt-span{
    padding-top: 8.333%;
  }

  .lg\:pt-2span{
    padding-top: 16.666%;
  }

  .lg\:pt-px{
    padding-top: 1px;
  }

  .lg\:pt-3\.125rem{
    padding-top: 3.125rem;
  }

  .lg\:pt-3\.375rem{
    padding-top: 3.375rem;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pr-4{
    padding-right: 0.25rem;
  }

  .lg\:pr-8{
    padding-right: 0.5rem;
  }

  .lg\:pr-12{
    padding-right: 0.75rem;
  }

  .lg\:pr-16{
    padding-right: 1rem;
  }

  .lg\:pr-20{
    padding-right: 1.25rem;
  }

  .lg\:pr-24{
    padding-right: 1.5rem;
  }

  .lg\:pr-32{
    padding-right: 2rem;
  }

  .lg\:pr-40{
    padding-right: 2.5rem;
  }

  .lg\:pr-48{
    padding-right: 3rem;
  }

  .lg\:pr-56{
    padding-right: 3.5rem;
  }

  .lg\:pr-64{
    padding-right: 4rem;
  }

  .lg\:pr-80{
    padding-right: 5rem;
  }

  .lg\:pr-96{
    padding-right: 6rem;
  }

  .lg\:pr-104{
    padding-right: 6.5rem;
  }

  .lg\:pr-112{
    padding-right: 7rem;
  }

  .lg\:pr-128{
    padding-right: 8rem;
  }

  .lg\:pr-140{
    padding-right: 8.75rem;
  }

  .lg\:pr-156{
    padding-right: 9.5rem;
  }

  .lg\:pr-160{
    padding-right: 10rem;
  }

  .lg\:pr-180{
    padding-right: 11.25rem;
  }

  .lg\:pr-200{
    padding-right: 12.5rem;
  }

  .lg\:pr-224{
    padding-right: 14rem;
  }

  .lg\:pr-240{
    padding-right: 15rem;
  }

  .lg\:pr-260{
    padding-right: 16.25rem;
  }

  .lg\:pr-300{
    padding-right: 18.75rem;
  }

  .lg\:-pr-78\%{
    padding-right: -78%;
  }

  .lg\:-pr-80\%{
    padding-right: -80%;
  }

  .lg\:-pr-50\%{
    padding-right: -50%;
  }

  .lg\:-pr-35\%{
    padding-right: -35%;
  }

  .lg\:-pr-128{
    padding-right: -8rem;
  }

  .lg\:-pr-96{
    padding-right: -6rem;
  }

  .lg\:-pr-64{
    padding-right: -4rem;
  }

  .lg\:-pr-32{
    padding-right: -2rem;
  }

  .lg\:-pr-8{
    padding-right: -0.5rem;
  }

  .lg\:pr-5\%{
    padding-right: 5%;
  }

  .lg\:pr-10\%{
    padding-right: 10%;
  }

  .lg\:pr-15\%{
    padding-right: 15%;
  }

  .lg\:pr-20\%{
    padding-right: 20%;
  }

  .lg\:pr-25\%{
    padding-right: 25%;
  }

  .lg\:pr-30\%{
    padding-right: 30%;
  }

  .lg\:pr-31\%{
    padding-right: 31%;
  }

  .lg\:pr-33\%{
    padding-right: 33.333%;
  }

  .lg\:pr-34\%{
    padding-right: 34%;
  }

  .lg\:pr-45\%{
    padding-right: 45%;
  }

  .lg\:pr-50\%{
    padding-right: 50%;
  }

  .lg\:pr-54\%{
    padding-right: 54%;
  }

  .lg\:pr-75\%{
    padding-right: 75%;
  }

  .lg\:pr-55\%{
    padding-right: 55%;
  }

  .lg\:pr-65\%{
    padding-right: 65%;
  }

  .lg\:pr-66\%{
    padding-right: 66%;
  }

  .lg\:pr-85\%{
    padding-right: 85%;
  }

  .lg\:pr-96\%{
    padding-right: 96%;
  }

  .lg\:pr-130\%{
    padding-right: 130%;
  }

  .lg\:pr-135\%{
    padding-right: 135%;
  }

  .lg\:pr-200\%{
    padding-right: 200%;
  }

  .lg\:pr-16\/9{
    padding-right: 56.25%;
  }

  .lg\:pr-1\/2{
    padding-right: 50%;
  }

  .lg\:pr-full{
    padding-right: 100%;
  }

  .lg\:pr-span{
    padding-right: 8.333%;
  }

  .lg\:pr-2span{
    padding-right: 16.666%;
  }

  .lg\:pr-px{
    padding-right: 1px;
  }

  .lg\:pr-3\.125rem{
    padding-right: 3.125rem;
  }

  .lg\:pr-3\.375rem{
    padding-right: 3.375rem;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pb-4{
    padding-bottom: 0.25rem;
  }

  .lg\:pb-8{
    padding-bottom: 0.5rem;
  }

  .lg\:pb-12{
    padding-bottom: 0.75rem;
  }

  .lg\:pb-16{
    padding-bottom: 1rem;
  }

  .lg\:pb-20{
    padding-bottom: 1.25rem;
  }

  .lg\:pb-24{
    padding-bottom: 1.5rem;
  }

  .lg\:pb-32{
    padding-bottom: 2rem;
  }

  .lg\:pb-40{
    padding-bottom: 2.5rem;
  }

  .lg\:pb-48{
    padding-bottom: 3rem;
  }

  .lg\:pb-56{
    padding-bottom: 3.5rem;
  }

  .lg\:pb-64{
    padding-bottom: 4rem;
  }

  .lg\:pb-80{
    padding-bottom: 5rem;
  }

  .lg\:pb-96{
    padding-bottom: 6rem;
  }

  .lg\:pb-104{
    padding-bottom: 6.5rem;
  }

  .lg\:pb-112{
    padding-bottom: 7rem;
  }

  .lg\:pb-128{
    padding-bottom: 8rem;
  }

  .lg\:pb-140{
    padding-bottom: 8.75rem;
  }

  .lg\:pb-156{
    padding-bottom: 9.5rem;
  }

  .lg\:pb-160{
    padding-bottom: 10rem;
  }

  .lg\:pb-180{
    padding-bottom: 11.25rem;
  }

  .lg\:pb-200{
    padding-bottom: 12.5rem;
  }

  .lg\:pb-224{
    padding-bottom: 14rem;
  }

  .lg\:pb-240{
    padding-bottom: 15rem;
  }

  .lg\:pb-260{
    padding-bottom: 16.25rem;
  }

  .lg\:pb-300{
    padding-bottom: 18.75rem;
  }

  .lg\:-pb-78\%{
    padding-bottom: -78%;
  }

  .lg\:-pb-80\%{
    padding-bottom: -80%;
  }

  .lg\:-pb-50\%{
    padding-bottom: -50%;
  }

  .lg\:-pb-35\%{
    padding-bottom: -35%;
  }

  .lg\:-pb-128{
    padding-bottom: -8rem;
  }

  .lg\:-pb-96{
    padding-bottom: -6rem;
  }

  .lg\:-pb-64{
    padding-bottom: -4rem;
  }

  .lg\:-pb-32{
    padding-bottom: -2rem;
  }

  .lg\:-pb-8{
    padding-bottom: -0.5rem;
  }

  .lg\:pb-5\%{
    padding-bottom: 5%;
  }

  .lg\:pb-10\%{
    padding-bottom: 10%;
  }

  .lg\:pb-15\%{
    padding-bottom: 15%;
  }

  .lg\:pb-20\%{
    padding-bottom: 20%;
  }

  .lg\:pb-25\%{
    padding-bottom: 25%;
  }

  .lg\:pb-30\%{
    padding-bottom: 30%;
  }

  .lg\:pb-31\%{
    padding-bottom: 31%;
  }

  .lg\:pb-33\%{
    padding-bottom: 33.333%;
  }

  .lg\:pb-34\%{
    padding-bottom: 34%;
  }

  .lg\:pb-45\%{
    padding-bottom: 45%;
  }

  .lg\:pb-50\%{
    padding-bottom: 50%;
  }

  .lg\:pb-54\%{
    padding-bottom: 54%;
  }

  .lg\:pb-75\%{
    padding-bottom: 75%;
  }

  .lg\:pb-55\%{
    padding-bottom: 55%;
  }

  .lg\:pb-65\%{
    padding-bottom: 65%;
  }

  .lg\:pb-66\%{
    padding-bottom: 66%;
  }

  .lg\:pb-85\%{
    padding-bottom: 85%;
  }

  .lg\:pb-96\%{
    padding-bottom: 96%;
  }

  .lg\:pb-130\%{
    padding-bottom: 130%;
  }

  .lg\:pb-135\%{
    padding-bottom: 135%;
  }

  .lg\:pb-200\%{
    padding-bottom: 200%;
  }

  .lg\:pb-16\/9{
    padding-bottom: 56.25%;
  }

  .lg\:pb-1\/2{
    padding-bottom: 50%;
  }

  .lg\:pb-full{
    padding-bottom: 100%;
  }

  .lg\:pb-span{
    padding-bottom: 8.333%;
  }

  .lg\:pb-2span{
    padding-bottom: 16.666%;
  }

  .lg\:pb-px{
    padding-bottom: 1px;
  }

  .lg\:pb-3\.125rem{
    padding-bottom: 3.125rem;
  }

  .lg\:pb-3\.375rem{
    padding-bottom: 3.375rem;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pl-4{
    padding-left: 0.25rem;
  }

  .lg\:pl-8{
    padding-left: 0.5rem;
  }

  .lg\:pl-12{
    padding-left: 0.75rem;
  }

  .lg\:pl-16{
    padding-left: 1rem;
  }

  .lg\:pl-20{
    padding-left: 1.25rem;
  }

  .lg\:pl-24{
    padding-left: 1.5rem;
  }

  .lg\:pl-32{
    padding-left: 2rem;
  }

  .lg\:pl-40{
    padding-left: 2.5rem;
  }

  .lg\:pl-48{
    padding-left: 3rem;
  }

  .lg\:pl-56{
    padding-left: 3.5rem;
  }

  .lg\:pl-64{
    padding-left: 4rem;
  }

  .lg\:pl-80{
    padding-left: 5rem;
  }

  .lg\:pl-96{
    padding-left: 6rem;
  }

  .lg\:pl-104{
    padding-left: 6.5rem;
  }

  .lg\:pl-112{
    padding-left: 7rem;
  }

  .lg\:pl-128{
    padding-left: 8rem;
  }

  .lg\:pl-140{
    padding-left: 8.75rem;
  }

  .lg\:pl-156{
    padding-left: 9.5rem;
  }

  .lg\:pl-160{
    padding-left: 10rem;
  }

  .lg\:pl-180{
    padding-left: 11.25rem;
  }

  .lg\:pl-200{
    padding-left: 12.5rem;
  }

  .lg\:pl-224{
    padding-left: 14rem;
  }

  .lg\:pl-240{
    padding-left: 15rem;
  }

  .lg\:pl-260{
    padding-left: 16.25rem;
  }

  .lg\:pl-300{
    padding-left: 18.75rem;
  }

  .lg\:-pl-78\%{
    padding-left: -78%;
  }

  .lg\:-pl-80\%{
    padding-left: -80%;
  }

  .lg\:-pl-50\%{
    padding-left: -50%;
  }

  .lg\:-pl-35\%{
    padding-left: -35%;
  }

  .lg\:-pl-128{
    padding-left: -8rem;
  }

  .lg\:-pl-96{
    padding-left: -6rem;
  }

  .lg\:-pl-64{
    padding-left: -4rem;
  }

  .lg\:-pl-32{
    padding-left: -2rem;
  }

  .lg\:-pl-8{
    padding-left: -0.5rem;
  }

  .lg\:pl-5\%{
    padding-left: 5%;
  }

  .lg\:pl-10\%{
    padding-left: 10%;
  }

  .lg\:pl-15\%{
    padding-left: 15%;
  }

  .lg\:pl-20\%{
    padding-left: 20%;
  }

  .lg\:pl-25\%{
    padding-left: 25%;
  }

  .lg\:pl-30\%{
    padding-left: 30%;
  }

  .lg\:pl-31\%{
    padding-left: 31%;
  }

  .lg\:pl-33\%{
    padding-left: 33.333%;
  }

  .lg\:pl-34\%{
    padding-left: 34%;
  }

  .lg\:pl-45\%{
    padding-left: 45%;
  }

  .lg\:pl-50\%{
    padding-left: 50%;
  }

  .lg\:pl-54\%{
    padding-left: 54%;
  }

  .lg\:pl-75\%{
    padding-left: 75%;
  }

  .lg\:pl-55\%{
    padding-left: 55%;
  }

  .lg\:pl-65\%{
    padding-left: 65%;
  }

  .lg\:pl-66\%{
    padding-left: 66%;
  }

  .lg\:pl-85\%{
    padding-left: 85%;
  }

  .lg\:pl-96\%{
    padding-left: 96%;
  }

  .lg\:pl-130\%{
    padding-left: 130%;
  }

  .lg\:pl-135\%{
    padding-left: 135%;
  }

  .lg\:pl-200\%{
    padding-left: 200%;
  }

  .lg\:pl-16\/9{
    padding-left: 56.25%;
  }

  .lg\:pl-1\/2{
    padding-left: 50%;
  }

  .lg\:pl-full{
    padding-left: 100%;
  }

  .lg\:pl-span{
    padding-left: 8.333%;
  }

  .lg\:pl-2span{
    padding-left: 16.666%;
  }

  .lg\:pl-px{
    padding-left: 1px;
  }

  .lg\:pl-3\.125rem{
    padding-left: 3.125rem;
  }

  .lg\:pl-3\.375rem{
    padding-left: 3.375rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:align-baseline{
    vertical-align: baseline;
  }

  .lg\:align-top{
    vertical-align: top;
  }

  .lg\:align-middle{
    vertical-align: middle;
  }

  .lg\:align-bottom{
    vertical-align: bottom;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:font-proxima{
    font-family: Proxima Nova W01 Regular, sans-serif;
  }

  .lg\:font-proximaSemi{
    font-family: Proxima Nova W01 Semibold, sans-serif;
  }

  .lg\:font-proximaBold{
    font-family: Proxima Nova W01 Bold, sans-serif;
  }

  .lg\:text-xxs{
    font-size: 0.625rem;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
  }

  .lg\:text-base{
    font-size: 1rem;
  }

  .lg\:text-md{
    font-size: 1.125rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
  }

  .lg\:text-2base{
    font-size: 2rem;
  }

  .lg\:text-3xl{
    font-size: 2.5rem;
  }

  .lg\:text-4xl{
    font-size: 3rem;
  }

  .lg\:text-5xl{
    font-size: 4.56rem;
  }

  .lg\:text-6xl{
    font-size: 6.25rem;
  }

  .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\:uppercase{
    text-transform: uppercase;
  }

  .lg\:lowercase{
    text-transform: lowercase;
  }

  .lg\:capitalize{
    text-transform: capitalize;
  }

  .lg\:normal-case{
    text-transform: none;
  }

  .lg\:italic{
    font-style: italic;
  }

  .lg\:not-italic{
    font-style: normal;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\: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\:leading-none{
    line-height: 1;
  }

  .lg\:leading-base{
    line-height: 1.5rem;
  }

  .lg\:leading-xxs{
    line-height: 0.75rem;
  }

  .lg\:leading-xs{
    line-height: 0.875rem;
  }

  .lg\:leading-sm{
    line-height: 1.063rem;
  }

  .lg\:leading-md{
    line-height: 1.5rem;
  }

  .lg\:leading-lg{
    line-height: 1rem;
  }

  .lg\:leading-xl{
    line-height: 1.5rem;
  }

  .lg\:leading-2xl{
    line-height: 2rem;
  }

  .lg\:leading-3xl{
    line-height: 3rem;
  }

  .lg\:leading-4xl{
    line-height: 3.5rem;
  }

  .lg\:leading-5xl{
    line-height: 5rem;
  }

  .lg\:tracking-2{
    letter-spacing: 0.125rem;
  }

  .lg\:tracking-normal{
    letter-spacing: 0;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .lg\:text-transparent{
    color: transparent;
  }

  .lg\:text-current{
    color: currentColor;
  }

  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .lg\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .lg\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .lg\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .lg\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .lg\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .lg\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .lg\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .lg\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current{
    color: currentColor;
  }

  .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-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .group:hover .lg\:group-hover\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .group:hover .lg\:group-hover\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .group:hover .lg\:group-hover\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .group:hover .lg\:group-hover\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .lg\:group-hover\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .lg\:group-hover\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .lg\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .lg\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-error:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-dark-100:focus-within{
    color: rgba(0,0,0,.1);
  }

  .lg\:focus-within\:text-dark-500:focus-within{
    color: rgba(0,0,0,.5);
  }

  .lg\:focus-within\:text-dark-800:focus-within{
    color: rgba(0,0,0,.8);
  }

  .lg\:focus-within\:text-dark-900:focus-within{
    color: rgba(0,0,0,.9);
  }

  .lg\:focus-within\:text-light-100:focus-within{
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus-within\:text-light-500:focus-within{
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus-within\:text-light-800:focus-within{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:text-current:hover{
    color: currentColor;
  }

  .lg\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-error:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .lg\:hover\:text-dark-100:hover{
    color: rgba(0,0,0,.1);
  }

  .lg\:hover\:text-dark-500:hover{
    color: rgba(0,0,0,.5);
  }

  .lg\:hover\:text-dark-800:hover{
    color: rgba(0,0,0,.8);
  }

  .lg\:hover\:text-dark-900:hover{
    color: rgba(0,0,0,.9);
  }

  .lg\:hover\:text-light-100:hover{
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:hover\:text-light-500:hover{
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:hover\:text-light-800:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:text-current:focus{
    color: currentColor;
  }

  .lg\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-error:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .lg\:focus\:text-dark-100:focus{
    color: rgba(0,0,0,.1);
  }

  .lg\:focus\:text-dark-500:focus{
    color: rgba(0,0,0,.5);
  }

  .lg\:focus\:text-dark-800:focus{
    color: rgba(0,0,0,.8);
  }

  .lg\:focus\:text-dark-900:focus{
    color: rgba(0,0,0,.9);
  }

  .lg\:focus\:text-light-100:focus{
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:text-light-500:focus{
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:text-light-800:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  .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-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-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-dark-100:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .lg\:placeholder-dark-100::placeholder{
    color: rgba(0,0,0,.1);
  }

  .lg\:placeholder-dark-500:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .lg\:placeholder-dark-500::placeholder{
    color: rgba(0,0,0,.5);
  }

  .lg\:placeholder-dark-800:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .lg\:placeholder-dark-800::placeholder{
    color: rgba(0,0,0,.8);
  }

  .lg\:placeholder-dark-900:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .lg\:placeholder-dark-900::placeholder{
    color: rgba(0,0,0,.9);
  }

  .lg\:placeholder-light-100:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:placeholder-light-100::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:placeholder-light-500:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:placeholder-light-500::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:placeholder-light-800:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:placeholder-light-800::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .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-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-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-dark-100:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .lg\:focus\:placeholder-dark-100:focus::placeholder{
    color: rgba(0,0,0,.1);
  }

  .lg\:focus\:placeholder-dark-500:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .lg\:focus\:placeholder-dark-500:focus::placeholder{
    color: rgba(0,0,0,.5);
  }

  .lg\:focus\:placeholder-dark-800:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .lg\:focus\:placeholder-dark-800:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .lg\:focus\:placeholder-dark-900:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .lg\:focus\:placeholder-dark-900:focus::placeholder{
    color: rgba(0,0,0,.9);
  }

  .lg\:focus\:placeholder-light-100:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:placeholder-light-100:focus::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:placeholder-light-500:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:placeholder-light-500:focus::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:placeholder-light-800:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:placeholder-light-800:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .lg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .lg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .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:-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:-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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .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:-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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-5{
    opacity: 0.05;
  }

  .lg\:opacity-10{
    opacity: 0.10;
  }

  .lg\:opacity-20{
    opacity: 0.2;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-30{
    opacity: 0.3;
  }

  .lg\:opacity-40{
    opacity: 0.4;
  }

  .lg\:opacity-50{
    opacity: 0.50;
  }

  .lg\:opacity-60{
    opacity: 0.6;
  }

  .lg\:opacity-70{
    opacity: 0.7;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-80{
    opacity: 0.80;
  }

  .lg\:opacity-90{
    opacity: 0.9;
  }

  .lg\:opacity-95{
    opacity: 0.95;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.10;
  }

  .group:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.50;
  }

  .group:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80{
    opacity: 0.80;
  }

  .group:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:opacity-95{
    opacity: 0.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: 0.05;
  }

  .lg\:focus-within\:opacity-10:focus-within{
    opacity: 0.10;
  }

  .lg\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-50:focus-within{
    opacity: 0.50;
  }

  .lg\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-80:focus-within{
    opacity: 0.80;
  }

  .lg\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .lg\:hover\:opacity-10:hover{
    opacity: 0.10;
  }

  .lg\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.50;
  }

  .lg\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover{
    opacity: 0.80;
  }

  .lg\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .lg\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .lg\:focus\:opacity-10:focus{
    opacity: 0.10;
  }

  .lg\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.50;
  }

  .lg\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus{
    opacity: 0.80;
  }

  .lg\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .lg\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .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\: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\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-default:hover{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-default:focus{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black{
    outline: 2px dotted black;
    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 white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .lg\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .lg\:ring-current{
    --tw-ring-color: currentColor;
  }

  .lg\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .lg\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .lg\:ring-dark-100{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .lg\:ring-dark-500{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .lg\:ring-dark-800{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .lg\:ring-dark-900{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .lg\:ring-light-100{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:ring-light-500{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:ring-light-800{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .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-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-dark-100:focus-within{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .lg\:focus-within\:ring-dark-500:focus-within{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .lg\:focus-within\:ring-dark-800:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .lg\:focus-within\:ring-dark-900:focus-within{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .lg\:focus-within\:ring-light-100:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus-within\:ring-light-500:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus-within\:ring-light-800:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .lg\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-dark-100:focus{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .lg\:focus\:ring-dark-500:focus{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .lg\:focus\:ring-dark-800:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .lg\:focus\:ring-dark-900:focus{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .lg\:focus\:ring-light-100:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:ring-light-500:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:ring-light-800:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .lg\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF;
  }

  .lg\:ring-offset-error{
    --tw-ring-offset-color: #E62807;
  }

  .lg\:ring-offset-gray{
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:ring-offset-gray-dark{
    --tw-ring-offset-color: #777676;
  }

  .lg\:ring-offset-dark-100{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .lg\:ring-offset-dark-500{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .lg\:ring-offset-dark-800{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .lg\:ring-offset-dark-900{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .lg\:ring-offset-light-100{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:ring-offset-light-500{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:ring-offset-light-800{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .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-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF;
  }

  .lg\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: #E62807;
  }

  .lg\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:focus-within\:ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #777676;
  }

  .lg\:focus-within\:ring-offset-dark-100:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .lg\:focus-within\:ring-offset-dark-500:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .lg\:focus-within\:ring-offset-dark-800:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .lg\:focus-within\:ring-offset-dark-900:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .lg\:focus-within\:ring-offset-light-100:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus-within\:ring-offset-light-500:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus-within\:ring-offset-light-800:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF;
  }

  .lg\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: #E62807;
  }

  .lg\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:focus\:ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #777676;
  }

  .lg\:focus\:ring-offset-dark-100:focus{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .lg\:focus\:ring-offset-dark-500:focus{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .lg\:focus\:ring-offset-dark-800:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .lg\:focus\:ring-offset-dark-900:focus{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .lg\:focus\:ring-offset-light-100:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:ring-offset-light-500:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:ring-offset-light-800:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .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-none{
    --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 #0000);
  }

  .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,/*!*/ /*!*/);
    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{
    backdrop-filter: none;
  }

  .lg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .lg\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .lg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .lg\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .lg\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .lg\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .lg\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .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-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.10);
  }

  .lg\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.50);
  }

  .lg\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.80);
  }

  .lg\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .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\:transition-none{
    transition-property: none;
  }

  .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:delay-75{
    transition-delay: 75ms;
  }

  .lg\:delay-100{
    transition-delay: 100ms;
  }

  .lg\:delay-150{
    transition-delay: 150ms;
  }

  .lg\:delay-200{
    transition-delay: 200ms;
  }

  .lg\:delay-300{
    transition-delay: 300ms;
  }

  .lg\:delay-500{
    transition-delay: 500ms;
  }

  .lg\:delay-700{
    transition-delay: 700ms;
  }

  .lg\:delay-1000{
    transition-delay: 1000ms;
  }

  .lg\:duration-75{
    transition-duration: 75ms;
  }

  .lg\:duration-100{
    transition-duration: 100ms;
  }

  .lg\:duration-150{
    transition-duration: 150ms;
  }

  .lg\:duration-200{
    transition-duration: 200ms;
  }

  .lg\:duration-300{
    transition-duration: 300ms;
  }

  .lg\:duration-500{
    transition-duration: 500ms;
  }

  .lg\:duration-700{
    transition-duration: 700ms;
  }

  .lg\:duration-1000{
    transition-duration: 1000ms;
  }

  .lg\:ease-linear{
    transition-timing-function: linear;
  }

  .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .lg\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lg\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .lg\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .lg\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .lg\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .lg\:line-clamp-none{
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 1440px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .xl\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 480px){
    .xl\:container{
      max-width: 480px;
    }
  }

  @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: 1440px){
    .xl\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1680px){
    .xl\:container{
      max-width: 1680px;
    }
  }

  @media (min-width: 1920px){
    .xl\:container{
      max-width: 1920px;
    }
  }

  .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\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:visible{
    visibility: visible;
  }

  .xl\:invisible{
    visibility: hidden;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: sticky;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .xl\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-5{
    top: 0.312rem;
    right: 0.312rem;
    bottom: 0.312rem;
    left: 0.312rem;
  }

  .xl\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-12{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-16{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-24{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-48{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-56{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:inset-80{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:inset-96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:inset-104{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .xl\:inset-112{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:inset-128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:inset-140{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .xl\:inset-160{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:inset-180{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .xl\:inset-192{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:inset-200{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .xl\:inset-224{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:inset-240{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:inset-260{
    top: 16.25rem;
    right: 16.25rem;
    bottom: 16.25rem;
    left: 16.25rem;
  }

  .xl\:inset-300{
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:-inset-78\%{
    top: -78%;
    right: -78%;
    bottom: -78%;
    left: -78%;
  }

  .xl\:-inset-80\%{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .xl\:-inset-50\%{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-35\%{
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .xl\:-inset-128{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:-inset-96{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:-inset-64{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:-inset-32{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:-inset-8{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:inset-5\%{
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .xl\:inset-10\%{
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xl\:inset-15\%{
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .xl\:inset-20\%{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xl\:inset-25\%{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-30\%{
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .xl\:inset-31\%{
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .xl\:inset-33\%{
    top: 33.333%;
    right: 33.333%;
    bottom: 33.333%;
    left: 33.333%;
  }

  .xl\:inset-34\%{
    top: 34%;
    right: 34%;
    bottom: 34%;
    left: 34%;
  }

  .xl\:inset-45\%{
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .xl\:inset-50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-54\%{
    top: 54%;
    right: 54%;
    bottom: 54%;
    left: 54%;
  }

  .xl\:inset-75\%{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-55\%{
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .xl\:inset-65\%{
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .xl\:inset-66\%{
    top: 66%;
    right: 66%;
    bottom: 66%;
    left: 66%;
  }

  .xl\:inset-85\%{
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .xl\:inset-96\%{
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .xl\:inset-130\%{
    top: 130%;
    right: 130%;
    bottom: 130%;
    left: 130%;
  }

  .xl\:inset-135\%{
    top: 135%;
    right: 135%;
    bottom: 135%;
    left: 135%;
  }

  .xl\:inset-200\%{
    top: 200%;
    right: 200%;
    bottom: 200%;
    left: 200%;
  }

  .xl\:inset-16\/9{
    top: 56.25%;
    right: 56.25%;
    bottom: 56.25%;
    left: 56.25%;
  }

  .xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:inset-span{
    top: 8.333%;
    right: 8.333%;
    bottom: 8.333%;
    left: 8.333%;
  }

  .xl\:inset-2span{
    top: 16.666%;
    right: 16.666%;
    bottom: 16.666%;
    left: 16.666%;
  }

  .xl\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:-inset-4{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-12{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-16{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:-inset-20{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-24{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-40{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:-inset-48{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:-inset-56{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:-inset-80{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:-inset-104{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .xl\:-inset-112{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:-inset-140{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .xl\:-inset-160{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:-inset-180{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .xl\:-inset-200{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .xl\:-inset-224{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:-inset-240{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:-inset-260{
    top: -16.25rem;
    right: -16.25rem;
    bottom: -16.25rem;
    left: -16.25rem;
  }

  .xl\:-inset-300{
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .xl\:-inset--78\%{
    top: 78%;
    right: 78%;
    bottom: 78%;
    left: 78%;
  }

  .xl\:-inset--80\%{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .xl\:-inset--50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:-inset--35\%{
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .xl\:-inset--128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:-inset--96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:-inset--64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:-inset--32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:-inset--8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:-inset-5\%{
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .xl\:-inset-10\%{
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .xl\:-inset-15\%{
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .xl\:-inset-20\%{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .xl\:-inset-25\%{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-30\%{
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .xl\:-inset-31\%{
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .xl\:-inset-33\%{
    top: -33.333%;
    right: -33.333%;
    bottom: -33.333%;
    left: -33.333%;
  }

  .xl\:-inset-34\%{
    top: -34%;
    right: -34%;
    bottom: -34%;
    left: -34%;
  }

  .xl\:-inset-45\%{
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .xl\:-inset-54\%{
    top: -54%;
    right: -54%;
    bottom: -54%;
    left: -54%;
  }

  .xl\:-inset-75\%{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-55\%{
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .xl\:-inset-65\%{
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .xl\:-inset-66\%{
    top: -66%;
    right: -66%;
    bottom: -66%;
    left: -66%;
  }

  .xl\:-inset-85\%{
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .xl\:-inset-96\%{
    top: -96%;
    right: -96%;
    bottom: -96%;
    left: -96%;
  }

  .xl\:-inset-130\%{
    top: -130%;
    right: -130%;
    bottom: -130%;
    left: -130%;
  }

  .xl\:-inset-135\%{
    top: -135%;
    right: -135%;
    bottom: -135%;
    left: -135%;
  }

  .xl\:-inset-200\%{
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
  }

  .xl\:-inset-16\/9{
    top: -56.25%;
    right: -56.25%;
    bottom: -56.25%;
    left: -56.25%;
  }

  .xl\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:-inset-span{
    top: -8.333%;
    right: -8.333%;
    bottom: -8.333%;
    left: -8.333%;
  }

  .xl\:-inset-2span{
    top: -16.666%;
    right: -16.666%;
    bottom: -16.666%;
    left: -16.666%;
  }

  .xl\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .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-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-60{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .xl\:-inset-2{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:inset-43\.2{
    top: 2.7rem;
    right: 2.7rem;
    bottom: 2.7rem;
    left: 2.7rem;
  }

  .xl\:-inset-608{
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .xl\:-inset-1472{
    top: -92rem;
    right: -92rem;
    bottom: -92rem;
    left: -92rem;
  }

  .xl\:inset-x-0{
    left: 0;
    right: 0;
  }

  .xl\:inset-x-3{
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .xl\:inset-x-4{
    left: 0.25rem;
    right: 0.25rem;
  }

  .xl\:inset-x-5{
    left: 0.312rem;
    right: 0.312rem;
  }

  .xl\:inset-x-8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .xl\:inset-x-12{
    left: 0.75rem;
    right: 0.75rem;
  }

  .xl\:inset-x-16{
    left: 1rem;
    right: 1rem;
  }

  .xl\:inset-x-20{
    left: 1.25rem;
    right: 1.25rem;
  }

  .xl\:inset-x-24{
    left: 1.5rem;
    right: 1.5rem;
  }

  .xl\:inset-x-32{
    left: 2rem;
    right: 2rem;
  }

  .xl\:inset-x-40{
    left: 2.5rem;
    right: 2.5rem;
  }

  .xl\:inset-x-48{
    left: 3rem;
    right: 3rem;
  }

  .xl\:inset-x-56{
    left: 3.5rem;
    right: 3.5rem;
  }

  .xl\:inset-x-64{
    left: 4rem;
    right: 4rem;
  }

  .xl\:inset-x-80{
    left: 5rem;
    right: 5rem;
  }

  .xl\:inset-x-96{
    left: 6rem;
    right: 6rem;
  }

  .xl\:inset-x-104{
    left: 6.5rem;
    right: 6.5rem;
  }

  .xl\:inset-x-112{
    left: 7rem;
    right: 7rem;
  }

  .xl\:inset-x-128{
    left: 8rem;
    right: 8rem;
  }

  .xl\:inset-x-140{
    left: 8.75rem;
    right: 8.75rem;
  }

  .xl\:inset-x-160{
    left: 10rem;
    right: 10rem;
  }

  .xl\:inset-x-180{
    left: 11.25rem;
    right: 11.25rem;
  }

  .xl\:inset-x-192{
    left: 12rem;
    right: 12rem;
  }

  .xl\:inset-x-200{
    left: 12.5rem;
    right: 12.5rem;
  }

  .xl\:inset-x-224{
    left: 14rem;
    right: 14rem;
  }

  .xl\:inset-x-240{
    left: 15rem;
    right: 15rem;
  }

  .xl\:inset-x-260{
    left: 16.25rem;
    right: 16.25rem;
  }

  .xl\:inset-x-300{
    left: 18.75rem;
    right: 18.75rem;
  }

  .xl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .xl\:-inset-x-78\%{
    left: -78%;
    right: -78%;
  }

  .xl\:-inset-x-80\%{
    left: -80%;
    right: -80%;
  }

  .xl\:-inset-x-50\%{
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-35\%{
    left: -35%;
    right: -35%;
  }

  .xl\:-inset-x-128{
    left: -8rem;
    right: -8rem;
  }

  .xl\:-inset-x-96{
    left: -6rem;
    right: -6rem;
  }

  .xl\:-inset-x-64{
    left: -4rem;
    right: -4rem;
  }

  .xl\:-inset-x-32{
    left: -2rem;
    right: -2rem;
  }

  .xl\:-inset-x-8{
    left: -0.5rem;
    right: -0.5rem;
  }

  .xl\:inset-x-5\%{
    left: 5%;
    right: 5%;
  }

  .xl\:inset-x-10\%{
    left: 10%;
    right: 10%;
  }

  .xl\:inset-x-15\%{
    left: 15%;
    right: 15%;
  }

  .xl\:inset-x-20\%{
    left: 20%;
    right: 20%;
  }

  .xl\:inset-x-25\%{
    left: 25%;
    right: 25%;
  }

  .xl\:inset-x-30\%{
    left: 30%;
    right: 30%;
  }

  .xl\:inset-x-31\%{
    left: 31%;
    right: 31%;
  }

  .xl\:inset-x-33\%{
    left: 33.333%;
    right: 33.333%;
  }

  .xl\:inset-x-34\%{
    left: 34%;
    right: 34%;
  }

  .xl\:inset-x-45\%{
    left: 45%;
    right: 45%;
  }

  .xl\:inset-x-50\%{
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-54\%{
    left: 54%;
    right: 54%;
  }

  .xl\:inset-x-75\%{
    left: 75%;
    right: 75%;
  }

  .xl\:inset-x-55\%{
    left: 55%;
    right: 55%;
  }

  .xl\:inset-x-65\%{
    left: 65%;
    right: 65%;
  }

  .xl\:inset-x-66\%{
    left: 66%;
    right: 66%;
  }

  .xl\:inset-x-85\%{
    left: 85%;
    right: 85%;
  }

  .xl\:inset-x-96\%{
    left: 96%;
    right: 96%;
  }

  .xl\:inset-x-130\%{
    left: 130%;
    right: 130%;
  }

  .xl\:inset-x-135\%{
    left: 135%;
    right: 135%;
  }

  .xl\:inset-x-200\%{
    left: 200%;
    right: 200%;
  }

  .xl\:inset-x-16\/9{
    left: 56.25%;
    right: 56.25%;
  }

  .xl\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .xl\:inset-x-span{
    left: 8.333%;
    right: 8.333%;
  }

  .xl\:inset-x-2span{
    left: 16.666%;
    right: 16.666%;
  }

  .xl\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .xl\:-inset-x-4{
    left: -0.25rem;
    right: -0.25rem;
  }

  .xl\:-inset-x-12{
    left: -0.75rem;
    right: -0.75rem;
  }

  .xl\:-inset-x-16{
    left: -1rem;
    right: -1rem;
  }

  .xl\:-inset-x-20{
    left: -1.25rem;
    right: -1.25rem;
  }

  .xl\:-inset-x-24{
    left: -1.5rem;
    right: -1.5rem;
  }

  .xl\:-inset-x-40{
    left: -2.5rem;
    right: -2.5rem;
  }

  .xl\:-inset-x-48{
    left: -3rem;
    right: -3rem;
  }

  .xl\:-inset-x-56{
    left: -3.5rem;
    right: -3.5rem;
  }

  .xl\:-inset-x-80{
    left: -5rem;
    right: -5rem;
  }

  .xl\:-inset-x-104{
    left: -6.5rem;
    right: -6.5rem;
  }

  .xl\:-inset-x-112{
    left: -7rem;
    right: -7rem;
  }

  .xl\:-inset-x-140{
    left: -8.75rem;
    right: -8.75rem;
  }

  .xl\:-inset-x-160{
    left: -10rem;
    right: -10rem;
  }

  .xl\:-inset-x-180{
    left: -11.25rem;
    right: -11.25rem;
  }

  .xl\:-inset-x-200{
    left: -12.5rem;
    right: -12.5rem;
  }

  .xl\:-inset-x-224{
    left: -14rem;
    right: -14rem;
  }

  .xl\:-inset-x-240{
    left: -15rem;
    right: -15rem;
  }

  .xl\:-inset-x-260{
    left: -16.25rem;
    right: -16.25rem;
  }

  .xl\:-inset-x-300{
    left: -18.75rem;
    right: -18.75rem;
  }

  .xl\:-inset-x--78\%{
    left: 78%;
    right: 78%;
  }

  .xl\:-inset-x--80\%{
    left: 80%;
    right: 80%;
  }

  .xl\:-inset-x--50\%{
    left: 50%;
    right: 50%;
  }

  .xl\:-inset-x--35\%{
    left: 35%;
    right: 35%;
  }

  .xl\:-inset-x--128{
    left: 8rem;
    right: 8rem;
  }

  .xl\:-inset-x--96{
    left: 6rem;
    right: 6rem;
  }

  .xl\:-inset-x--64{
    left: 4rem;
    right: 4rem;
  }

  .xl\:-inset-x--32{
    left: 2rem;
    right: 2rem;
  }

  .xl\:-inset-x--8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .xl\:-inset-x-5\%{
    left: -5%;
    right: -5%;
  }

  .xl\:-inset-x-10\%{
    left: -10%;
    right: -10%;
  }

  .xl\:-inset-x-15\%{
    left: -15%;
    right: -15%;
  }

  .xl\:-inset-x-20\%{
    left: -20%;
    right: -20%;
  }

  .xl\:-inset-x-25\%{
    left: -25%;
    right: -25%;
  }

  .xl\:-inset-x-30\%{
    left: -30%;
    right: -30%;
  }

  .xl\:-inset-x-31\%{
    left: -31%;
    right: -31%;
  }

  .xl\:-inset-x-33\%{
    left: -33.333%;
    right: -33.333%;
  }

  .xl\:-inset-x-34\%{
    left: -34%;
    right: -34%;
  }

  .xl\:-inset-x-45\%{
    left: -45%;
    right: -45%;
  }

  .xl\:-inset-x-54\%{
    left: -54%;
    right: -54%;
  }

  .xl\:-inset-x-75\%{
    left: -75%;
    right: -75%;
  }

  .xl\:-inset-x-55\%{
    left: -55%;
    right: -55%;
  }

  .xl\:-inset-x-65\%{
    left: -65%;
    right: -65%;
  }

  .xl\:-inset-x-66\%{
    left: -66%;
    right: -66%;
  }

  .xl\:-inset-x-85\%{
    left: -85%;
    right: -85%;
  }

  .xl\:-inset-x-96\%{
    left: -96%;
    right: -96%;
  }

  .xl\:-inset-x-130\%{
    left: -130%;
    right: -130%;
  }

  .xl\:-inset-x-135\%{
    left: -135%;
    right: -135%;
  }

  .xl\:-inset-x-200\%{
    left: -200%;
    right: -200%;
  }

  .xl\:-inset-x-16\/9{
    left: -56.25%;
    right: -56.25%;
  }

  .xl\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .xl\:-inset-x-span{
    left: -8.333%;
    right: -8.333%;
  }

  .xl\:-inset-x-2span{
    left: -16.666%;
    right: -16.666%;
  }

  .xl\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .xl\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .xl\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .xl\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .xl\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .xl\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .xl\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .xl\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .xl\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .xl\:-inset-x-60{
    left: -3.75rem;
    right: -3.75rem;
  }

  .xl\:-inset-x-2{
    left: -0.125rem;
    right: -0.125rem;
  }

  .xl\:inset-x-43\.2{
    left: 2.7rem;
    right: 2.7rem;
  }

  .xl\:-inset-x-608{
    left: -38rem;
    right: -38rem;
  }

  .xl\:-inset-x-1472{
    left: -92rem;
    right: -92rem;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .xl\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-y-5{
    top: 0.312rem;
    bottom: 0.312rem;
  }

  .xl\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-y-12{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-y-16{
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-y-24{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-y-32{
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-y-48{
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-y-56{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:inset-y-64{
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-y-80{
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:inset-y-96{
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:inset-y-104{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .xl\:inset-y-112{
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:inset-y-128{
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:inset-y-140{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .xl\:inset-y-160{
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:inset-y-180{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .xl\:inset-y-192{
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:inset-y-200{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .xl\:inset-y-224{
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:inset-y-240{
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:inset-y-260{
    top: 16.25rem;
    bottom: 16.25rem;
  }

  .xl\:inset-y-300{
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:-inset-y-78\%{
    top: -78%;
    bottom: -78%;
  }

  .xl\:-inset-y-80\%{
    top: -80%;
    bottom: -80%;
  }

  .xl\:-inset-y-50\%{
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-35\%{
    top: -35%;
    bottom: -35%;
  }

  .xl\:-inset-y-128{
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:-inset-y-96{
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:-inset-y-64{
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:-inset-y-32{
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-y-8{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:inset-y-5\%{
    top: 5%;
    bottom: 5%;
  }

  .xl\:inset-y-10\%{
    top: 10%;
    bottom: 10%;
  }

  .xl\:inset-y-15\%{
    top: 15%;
    bottom: 15%;
  }

  .xl\:inset-y-20\%{
    top: 20%;
    bottom: 20%;
  }

  .xl\:inset-y-25\%{
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-y-30\%{
    top: 30%;
    bottom: 30%;
  }

  .xl\:inset-y-31\%{
    top: 31%;
    bottom: 31%;
  }

  .xl\:inset-y-33\%{
    top: 33.333%;
    bottom: 33.333%;
  }

  .xl\:inset-y-34\%{
    top: 34%;
    bottom: 34%;
  }

  .xl\:inset-y-45\%{
    top: 45%;
    bottom: 45%;
  }

  .xl\:inset-y-50\%{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-54\%{
    top: 54%;
    bottom: 54%;
  }

  .xl\:inset-y-75\%{
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-y-55\%{
    top: 55%;
    bottom: 55%;
  }

  .xl\:inset-y-65\%{
    top: 65%;
    bottom: 65%;
  }

  .xl\:inset-y-66\%{
    top: 66%;
    bottom: 66%;
  }

  .xl\:inset-y-85\%{
    top: 85%;
    bottom: 85%;
  }

  .xl\:inset-y-96\%{
    top: 96%;
    bottom: 96%;
  }

  .xl\:inset-y-130\%{
    top: 130%;
    bottom: 130%;
  }

  .xl\:inset-y-135\%{
    top: 135%;
    bottom: 135%;
  }

  .xl\:inset-y-200\%{
    top: 200%;
    bottom: 200%;
  }

  .xl\:inset-y-16\/9{
    top: 56.25%;
    bottom: 56.25%;
  }

  .xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-y-span{
    top: 8.333%;
    bottom: 8.333%;
  }

  .xl\:inset-y-2span{
    top: 16.666%;
    bottom: 16.666%;
  }

  .xl\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .xl\:-inset-y-4{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:-inset-y-12{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:-inset-y-16{
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:-inset-y-20{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:-inset-y-24{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:-inset-y-40{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:-inset-y-48{
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-y-56{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:-inset-y-80{
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:-inset-y-104{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .xl\:-inset-y-112{
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:-inset-y-140{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .xl\:-inset-y-160{
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:-inset-y-180{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .xl\:-inset-y-200{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .xl\:-inset-y-224{
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:-inset-y-240{
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:-inset-y-260{
    top: -16.25rem;
    bottom: -16.25rem;
  }

  .xl\:-inset-y-300{
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .xl\:-inset-y--78\%{
    top: 78%;
    bottom: 78%;
  }

  .xl\:-inset-y--80\%{
    top: 80%;
    bottom: 80%;
  }

  .xl\:-inset-y--50\%{
    top: 50%;
    bottom: 50%;
  }

  .xl\:-inset-y--35\%{
    top: 35%;
    bottom: 35%;
  }

  .xl\:-inset-y--128{
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:-inset-y--96{
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:-inset-y--64{
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:-inset-y--32{
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:-inset-y--8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:-inset-y-5\%{
    top: -5%;
    bottom: -5%;
  }

  .xl\:-inset-y-10\%{
    top: -10%;
    bottom: -10%;
  }

  .xl\:-inset-y-15\%{
    top: -15%;
    bottom: -15%;
  }

  .xl\:-inset-y-20\%{
    top: -20%;
    bottom: -20%;
  }

  .xl\:-inset-y-25\%{
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-y-30\%{
    top: -30%;
    bottom: -30%;
  }

  .xl\:-inset-y-31\%{
    top: -31%;
    bottom: -31%;
  }

  .xl\:-inset-y-33\%{
    top: -33.333%;
    bottom: -33.333%;
  }

  .xl\:-inset-y-34\%{
    top: -34%;
    bottom: -34%;
  }

  .xl\:-inset-y-45\%{
    top: -45%;
    bottom: -45%;
  }

  .xl\:-inset-y-54\%{
    top: -54%;
    bottom: -54%;
  }

  .xl\:-inset-y-75\%{
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-y-55\%{
    top: -55%;
    bottom: -55%;
  }

  .xl\:-inset-y-65\%{
    top: -65%;
    bottom: -65%;
  }

  .xl\:-inset-y-66\%{
    top: -66%;
    bottom: -66%;
  }

  .xl\:-inset-y-85\%{
    top: -85%;
    bottom: -85%;
  }

  .xl\:-inset-y-96\%{
    top: -96%;
    bottom: -96%;
  }

  .xl\:-inset-y-130\%{
    top: -130%;
    bottom: -130%;
  }

  .xl\:-inset-y-135\%{
    top: -135%;
    bottom: -135%;
  }

  .xl\:-inset-y-200\%{
    top: -200%;
    bottom: -200%;
  }

  .xl\:-inset-y-16\/9{
    top: -56.25%;
    bottom: -56.25%;
  }

  .xl\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .xl\:-inset-y-span{
    top: -8.333%;
    bottom: -8.333%;
  }

  .xl\:-inset-y-2span{
    top: -16.666%;
    bottom: -16.666%;
  }

  .xl\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .xl\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .xl\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-y-60{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .xl\:-inset-y-2{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:inset-y-43\.2{
    top: 2.7rem;
    bottom: 2.7rem;
  }

  .xl\:-inset-y-608{
    top: -38rem;
    bottom: -38rem;
  }

  .xl\:-inset-y-1472{
    top: -92rem;
    bottom: -92rem;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:top-3{
    top: 0.1875rem;
  }

  .xl\:top-4{
    top: 0.25rem;
  }

  .xl\:top-5{
    top: 0.312rem;
  }

  .xl\:top-8{
    top: 0.5rem;
  }

  .xl\:top-12{
    top: 0.75rem;
  }

  .xl\:top-16{
    top: 1rem;
  }

  .xl\:top-20{
    top: 1.25rem;
  }

  .xl\:top-24{
    top: 1.5rem;
  }

  .xl\:top-32{
    top: 2rem;
  }

  .xl\:top-40{
    top: 2.5rem;
  }

  .xl\:top-48{
    top: 3rem;
  }

  .xl\:top-56{
    top: 3.5rem;
  }

  .xl\:top-64{
    top: 4rem;
  }

  .xl\:top-80{
    top: 5rem;
  }

  .xl\:top-96{
    top: 6rem;
  }

  .xl\:top-104{
    top: 6.5rem;
  }

  .xl\:top-112{
    top: 7rem;
  }

  .xl\:top-128{
    top: 8rem;
  }

  .xl\:top-140{
    top: 8.75rem;
  }

  .xl\:top-160{
    top: 10rem;
  }

  .xl\:top-180{
    top: 11.25rem;
  }

  .xl\:top-192{
    top: 12rem;
  }

  .xl\:top-200{
    top: 12.5rem;
  }

  .xl\:top-224{
    top: 14rem;
  }

  .xl\:top-240{
    top: 15rem;
  }

  .xl\:top-260{
    top: 16.25rem;
  }

  .xl\:top-300{
    top: 18.75rem;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:-top-78\%{
    top: -78%;
  }

  .xl\:-top-80\%{
    top: -80%;
  }

  .xl\:-top-50\%{
    top: -50%;
  }

  .xl\:-top-35\%{
    top: -35%;
  }

  .xl\:-top-128{
    top: -8rem;
  }

  .xl\:-top-96{
    top: -6rem;
  }

  .xl\:-top-64{
    top: -4rem;
  }

  .xl\:-top-32{
    top: -2rem;
  }

  .xl\:-top-8{
    top: -0.5rem;
  }

  .xl\:top-5\%{
    top: 5%;
  }

  .xl\:top-10\%{
    top: 10%;
  }

  .xl\:top-15\%{
    top: 15%;
  }

  .xl\:top-20\%{
    top: 20%;
  }

  .xl\:top-25\%{
    top: 25%;
  }

  .xl\:top-30\%{
    top: 30%;
  }

  .xl\:top-31\%{
    top: 31%;
  }

  .xl\:top-33\%{
    top: 33.333%;
  }

  .xl\:top-34\%{
    top: 34%;
  }

  .xl\:top-45\%{
    top: 45%;
  }

  .xl\:top-50\%{
    top: 50%;
  }

  .xl\:top-54\%{
    top: 54%;
  }

  .xl\:top-75\%{
    top: 75%;
  }

  .xl\:top-55\%{
    top: 55%;
  }

  .xl\:top-65\%{
    top: 65%;
  }

  .xl\:top-66\%{
    top: 66%;
  }

  .xl\:top-85\%{
    top: 85%;
  }

  .xl\:top-96\%{
    top: 96%;
  }

  .xl\:top-130\%{
    top: 130%;
  }

  .xl\:top-135\%{
    top: 135%;
  }

  .xl\:top-200\%{
    top: 200%;
  }

  .xl\:top-16\/9{
    top: 56.25%;
  }

  .xl\:top-1\/2{
    top: 50%;
  }

  .xl\:top-full{
    top: 100%;
  }

  .xl\:top-span{
    top: 8.333%;
  }

  .xl\:top-2span{
    top: 16.666%;
  }

  .xl\:top-px{
    top: 1px;
  }

  .xl\:-top-4{
    top: -0.25rem;
  }

  .xl\:-top-12{
    top: -0.75rem;
  }

  .xl\:-top-16{
    top: -1rem;
  }

  .xl\:-top-20{
    top: -1.25rem;
  }

  .xl\:-top-24{
    top: -1.5rem;
  }

  .xl\:-top-40{
    top: -2.5rem;
  }

  .xl\:-top-48{
    top: -3rem;
  }

  .xl\:-top-56{
    top: -3.5rem;
  }

  .xl\:-top-80{
    top: -5rem;
  }

  .xl\:-top-104{
    top: -6.5rem;
  }

  .xl\:-top-112{
    top: -7rem;
  }

  .xl\:-top-140{
    top: -8.75rem;
  }

  .xl\:-top-160{
    top: -10rem;
  }

  .xl\:-top-180{
    top: -11.25rem;
  }

  .xl\:-top-200{
    top: -12.5rem;
  }

  .xl\:-top-224{
    top: -14rem;
  }

  .xl\:-top-240{
    top: -15rem;
  }

  .xl\:-top-260{
    top: -16.25rem;
  }

  .xl\:-top-300{
    top: -18.75rem;
  }

  .xl\:-top--78\%{
    top: 78%;
  }

  .xl\:-top--80\%{
    top: 80%;
  }

  .xl\:-top--50\%{
    top: 50%;
  }

  .xl\:-top--35\%{
    top: 35%;
  }

  .xl\:-top--128{
    top: 8rem;
  }

  .xl\:-top--96{
    top: 6rem;
  }

  .xl\:-top--64{
    top: 4rem;
  }

  .xl\:-top--32{
    top: 2rem;
  }

  .xl\:-top--8{
    top: 0.5rem;
  }

  .xl\:-top-5\%{
    top: -5%;
  }

  .xl\:-top-10\%{
    top: -10%;
  }

  .xl\:-top-15\%{
    top: -15%;
  }

  .xl\:-top-20\%{
    top: -20%;
  }

  .xl\:-top-25\%{
    top: -25%;
  }

  .xl\:-top-30\%{
    top: -30%;
  }

  .xl\:-top-31\%{
    top: -31%;
  }

  .xl\:-top-33\%{
    top: -33.333%;
  }

  .xl\:-top-34\%{
    top: -34%;
  }

  .xl\:-top-45\%{
    top: -45%;
  }

  .xl\:-top-54\%{
    top: -54%;
  }

  .xl\:-top-75\%{
    top: -75%;
  }

  .xl\:-top-55\%{
    top: -55%;
  }

  .xl\:-top-65\%{
    top: -65%;
  }

  .xl\:-top-66\%{
    top: -66%;
  }

  .xl\:-top-85\%{
    top: -85%;
  }

  .xl\:-top-96\%{
    top: -96%;
  }

  .xl\:-top-130\%{
    top: -130%;
  }

  .xl\:-top-135\%{
    top: -135%;
  }

  .xl\:-top-200\%{
    top: -200%;
  }

  .xl\:-top-16\/9{
    top: -56.25%;
  }

  .xl\:-top-1\/2{
    top: -50%;
  }

  .xl\:-top-full{
    top: -100%;
  }

  .xl\:-top-span{
    top: -8.333%;
  }

  .xl\:-top-2span{
    top: -16.666%;
  }

  .xl\:-top-px{
    top: -1px;
  }

  .xl\:top-1\/3{
    top: 33.333333%;
  }

  .xl\:top-2\/3{
    top: 66.666667%;
  }

  .xl\:top-1\/4{
    top: 25%;
  }

  .xl\:top-2\/4{
    top: 50%;
  }

  .xl\:top-3\/4{
    top: 75%;
  }

  .xl\:-top-1\/3{
    top: -33.333333%;
  }

  .xl\:-top-2\/3{
    top: -66.666667%;
  }

  .xl\:-top-1\/4{
    top: -25%;
  }

  .xl\:-top-2\/4{
    top: -50%;
  }

  .xl\:-top-3\/4{
    top: -75%;
  }

  .xl\:-top-60{
    top: -3.75rem;
  }

  .xl\:-top-2{
    top: -0.125rem;
  }

  .xl\:top-43\.2{
    top: 2.7rem;
  }

  .xl\:-top-608{
    top: -38rem;
  }

  .xl\:-top-1472{
    top: -92rem;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:right-3{
    right: 0.1875rem;
  }

  .xl\:right-4{
    right: 0.25rem;
  }

  .xl\:right-5{
    right: 0.312rem;
  }

  .xl\:right-8{
    right: 0.5rem;
  }

  .xl\:right-12{
    right: 0.75rem;
  }

  .xl\:right-16{
    right: 1rem;
  }

  .xl\:right-20{
    right: 1.25rem;
  }

  .xl\:right-24{
    right: 1.5rem;
  }

  .xl\:right-32{
    right: 2rem;
  }

  .xl\:right-40{
    right: 2.5rem;
  }

  .xl\:right-48{
    right: 3rem;
  }

  .xl\:right-56{
    right: 3.5rem;
  }

  .xl\:right-64{
    right: 4rem;
  }

  .xl\:right-80{
    right: 5rem;
  }

  .xl\:right-96{
    right: 6rem;
  }

  .xl\:right-104{
    right: 6.5rem;
  }

  .xl\:right-112{
    right: 7rem;
  }

  .xl\:right-128{
    right: 8rem;
  }

  .xl\:right-140{
    right: 8.75rem;
  }

  .xl\:right-160{
    right: 10rem;
  }

  .xl\:right-180{
    right: 11.25rem;
  }

  .xl\:right-192{
    right: 12rem;
  }

  .xl\:right-200{
    right: 12.5rem;
  }

  .xl\:right-224{
    right: 14rem;
  }

  .xl\:right-240{
    right: 15rem;
  }

  .xl\:right-260{
    right: 16.25rem;
  }

  .xl\:right-300{
    right: 18.75rem;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:-right-78\%{
    right: -78%;
  }

  .xl\:-right-80\%{
    right: -80%;
  }

  .xl\:-right-50\%{
    right: -50%;
  }

  .xl\:-right-35\%{
    right: -35%;
  }

  .xl\:-right-128{
    right: -8rem;
  }

  .xl\:-right-96{
    right: -6rem;
  }

  .xl\:-right-64{
    right: -4rem;
  }

  .xl\:-right-32{
    right: -2rem;
  }

  .xl\:-right-8{
    right: -0.5rem;
  }

  .xl\:right-5\%{
    right: 5%;
  }

  .xl\:right-10\%{
    right: 10%;
  }

  .xl\:right-15\%{
    right: 15%;
  }

  .xl\:right-20\%{
    right: 20%;
  }

  .xl\:right-25\%{
    right: 25%;
  }

  .xl\:right-30\%{
    right: 30%;
  }

  .xl\:right-31\%{
    right: 31%;
  }

  .xl\:right-33\%{
    right: 33.333%;
  }

  .xl\:right-34\%{
    right: 34%;
  }

  .xl\:right-45\%{
    right: 45%;
  }

  .xl\:right-50\%{
    right: 50%;
  }

  .xl\:right-54\%{
    right: 54%;
  }

  .xl\:right-75\%{
    right: 75%;
  }

  .xl\:right-55\%{
    right: 55%;
  }

  .xl\:right-65\%{
    right: 65%;
  }

  .xl\:right-66\%{
    right: 66%;
  }

  .xl\:right-85\%{
    right: 85%;
  }

  .xl\:right-96\%{
    right: 96%;
  }

  .xl\:right-130\%{
    right: 130%;
  }

  .xl\:right-135\%{
    right: 135%;
  }

  .xl\:right-200\%{
    right: 200%;
  }

  .xl\:right-16\/9{
    right: 56.25%;
  }

  .xl\:right-1\/2{
    right: 50%;
  }

  .xl\:right-full{
    right: 100%;
  }

  .xl\:right-span{
    right: 8.333%;
  }

  .xl\:right-2span{
    right: 16.666%;
  }

  .xl\:right-px{
    right: 1px;
  }

  .xl\:-right-4{
    right: -0.25rem;
  }

  .xl\:-right-12{
    right: -0.75rem;
  }

  .xl\:-right-16{
    right: -1rem;
  }

  .xl\:-right-20{
    right: -1.25rem;
  }

  .xl\:-right-24{
    right: -1.5rem;
  }

  .xl\:-right-40{
    right: -2.5rem;
  }

  .xl\:-right-48{
    right: -3rem;
  }

  .xl\:-right-56{
    right: -3.5rem;
  }

  .xl\:-right-80{
    right: -5rem;
  }

  .xl\:-right-104{
    right: -6.5rem;
  }

  .xl\:-right-112{
    right: -7rem;
  }

  .xl\:-right-140{
    right: -8.75rem;
  }

  .xl\:-right-160{
    right: -10rem;
  }

  .xl\:-right-180{
    right: -11.25rem;
  }

  .xl\:-right-200{
    right: -12.5rem;
  }

  .xl\:-right-224{
    right: -14rem;
  }

  .xl\:-right-240{
    right: -15rem;
  }

  .xl\:-right-260{
    right: -16.25rem;
  }

  .xl\:-right-300{
    right: -18.75rem;
  }

  .xl\:-right--78\%{
    right: 78%;
  }

  .xl\:-right--80\%{
    right: 80%;
  }

  .xl\:-right--50\%{
    right: 50%;
  }

  .xl\:-right--35\%{
    right: 35%;
  }

  .xl\:-right--128{
    right: 8rem;
  }

  .xl\:-right--96{
    right: 6rem;
  }

  .xl\:-right--64{
    right: 4rem;
  }

  .xl\:-right--32{
    right: 2rem;
  }

  .xl\:-right--8{
    right: 0.5rem;
  }

  .xl\:-right-5\%{
    right: -5%;
  }

  .xl\:-right-10\%{
    right: -10%;
  }

  .xl\:-right-15\%{
    right: -15%;
  }

  .xl\:-right-20\%{
    right: -20%;
  }

  .xl\:-right-25\%{
    right: -25%;
  }

  .xl\:-right-30\%{
    right: -30%;
  }

  .xl\:-right-31\%{
    right: -31%;
  }

  .xl\:-right-33\%{
    right: -33.333%;
  }

  .xl\:-right-34\%{
    right: -34%;
  }

  .xl\:-right-45\%{
    right: -45%;
  }

  .xl\:-right-54\%{
    right: -54%;
  }

  .xl\:-right-75\%{
    right: -75%;
  }

  .xl\:-right-55\%{
    right: -55%;
  }

  .xl\:-right-65\%{
    right: -65%;
  }

  .xl\:-right-66\%{
    right: -66%;
  }

  .xl\:-right-85\%{
    right: -85%;
  }

  .xl\:-right-96\%{
    right: -96%;
  }

  .xl\:-right-130\%{
    right: -130%;
  }

  .xl\:-right-135\%{
    right: -135%;
  }

  .xl\:-right-200\%{
    right: -200%;
  }

  .xl\:-right-16\/9{
    right: -56.25%;
  }

  .xl\:-right-1\/2{
    right: -50%;
  }

  .xl\:-right-full{
    right: -100%;
  }

  .xl\:-right-span{
    right: -8.333%;
  }

  .xl\:-right-2span{
    right: -16.666%;
  }

  .xl\:-right-px{
    right: -1px;
  }

  .xl\:right-1\/3{
    right: 33.333333%;
  }

  .xl\:right-2\/3{
    right: 66.666667%;
  }

  .xl\:right-1\/4{
    right: 25%;
  }

  .xl\:right-2\/4{
    right: 50%;
  }

  .xl\:right-3\/4{
    right: 75%;
  }

  .xl\:-right-1\/3{
    right: -33.333333%;
  }

  .xl\:-right-2\/3{
    right: -66.666667%;
  }

  .xl\:-right-1\/4{
    right: -25%;
  }

  .xl\:-right-2\/4{
    right: -50%;
  }

  .xl\:-right-3\/4{
    right: -75%;
  }

  .xl\:-right-60{
    right: -3.75rem;
  }

  .xl\:-right-2{
    right: -0.125rem;
  }

  .xl\:right-43\.2{
    right: 2.7rem;
  }

  .xl\:-right-608{
    right: -38rem;
  }

  .xl\:-right-1472{
    right: -92rem;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:bottom-3{
    bottom: 0.1875rem;
  }

  .xl\:bottom-4{
    bottom: 0.25rem;
  }

  .xl\:bottom-5{
    bottom: 0.312rem;
  }

  .xl\:bottom-8{
    bottom: 0.5rem;
  }

  .xl\:bottom-12{
    bottom: 0.75rem;
  }

  .xl\:bottom-16{
    bottom: 1rem;
  }

  .xl\:bottom-20{
    bottom: 1.25rem;
  }

  .xl\:bottom-24{
    bottom: 1.5rem;
  }

  .xl\:bottom-32{
    bottom: 2rem;
  }

  .xl\:bottom-40{
    bottom: 2.5rem;
  }

  .xl\:bottom-48{
    bottom: 3rem;
  }

  .xl\:bottom-56{
    bottom: 3.5rem;
  }

  .xl\:bottom-64{
    bottom: 4rem;
  }

  .xl\:bottom-80{
    bottom: 5rem;
  }

  .xl\:bottom-96{
    bottom: 6rem;
  }

  .xl\:bottom-104{
    bottom: 6.5rem;
  }

  .xl\:bottom-112{
    bottom: 7rem;
  }

  .xl\:bottom-128{
    bottom: 8rem;
  }

  .xl\:bottom-140{
    bottom: 8.75rem;
  }

  .xl\:bottom-160{
    bottom: 10rem;
  }

  .xl\:bottom-180{
    bottom: 11.25rem;
  }

  .xl\:bottom-192{
    bottom: 12rem;
  }

  .xl\:bottom-200{
    bottom: 12.5rem;
  }

  .xl\:bottom-224{
    bottom: 14rem;
  }

  .xl\:bottom-240{
    bottom: 15rem;
  }

  .xl\:bottom-260{
    bottom: 16.25rem;
  }

  .xl\:bottom-300{
    bottom: 18.75rem;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:-bottom-78\%{
    bottom: -78%;
  }

  .xl\:-bottom-80\%{
    bottom: -80%;
  }

  .xl\:-bottom-50\%{
    bottom: -50%;
  }

  .xl\:-bottom-35\%{
    bottom: -35%;
  }

  .xl\:-bottom-128{
    bottom: -8rem;
  }

  .xl\:-bottom-96{
    bottom: -6rem;
  }

  .xl\:-bottom-64{
    bottom: -4rem;
  }

  .xl\:-bottom-32{
    bottom: -2rem;
  }

  .xl\:-bottom-8{
    bottom: -0.5rem;
  }

  .xl\:bottom-5\%{
    bottom: 5%;
  }

  .xl\:bottom-10\%{
    bottom: 10%;
  }

  .xl\:bottom-15\%{
    bottom: 15%;
  }

  .xl\:bottom-20\%{
    bottom: 20%;
  }

  .xl\:bottom-25\%{
    bottom: 25%;
  }

  .xl\:bottom-30\%{
    bottom: 30%;
  }

  .xl\:bottom-31\%{
    bottom: 31%;
  }

  .xl\:bottom-33\%{
    bottom: 33.333%;
  }

  .xl\:bottom-34\%{
    bottom: 34%;
  }

  .xl\:bottom-45\%{
    bottom: 45%;
  }

  .xl\:bottom-50\%{
    bottom: 50%;
  }

  .xl\:bottom-54\%{
    bottom: 54%;
  }

  .xl\:bottom-75\%{
    bottom: 75%;
  }

  .xl\:bottom-55\%{
    bottom: 55%;
  }

  .xl\:bottom-65\%{
    bottom: 65%;
  }

  .xl\:bottom-66\%{
    bottom: 66%;
  }

  .xl\:bottom-85\%{
    bottom: 85%;
  }

  .xl\:bottom-96\%{
    bottom: 96%;
  }

  .xl\:bottom-130\%{
    bottom: 130%;
  }

  .xl\:bottom-135\%{
    bottom: 135%;
  }

  .xl\:bottom-200\%{
    bottom: 200%;
  }

  .xl\:bottom-16\/9{
    bottom: 56.25%;
  }

  .xl\:bottom-1\/2{
    bottom: 50%;
  }

  .xl\:bottom-full{
    bottom: 100%;
  }

  .xl\:bottom-span{
    bottom: 8.333%;
  }

  .xl\:bottom-2span{
    bottom: 16.666%;
  }

  .xl\:bottom-px{
    bottom: 1px;
  }

  .xl\:-bottom-4{
    bottom: -0.25rem;
  }

  .xl\:-bottom-12{
    bottom: -0.75rem;
  }

  .xl\:-bottom-16{
    bottom: -1rem;
  }

  .xl\:-bottom-20{
    bottom: -1.25rem;
  }

  .xl\:-bottom-24{
    bottom: -1.5rem;
  }

  .xl\:-bottom-40{
    bottom: -2.5rem;
  }

  .xl\:-bottom-48{
    bottom: -3rem;
  }

  .xl\:-bottom-56{
    bottom: -3.5rem;
  }

  .xl\:-bottom-80{
    bottom: -5rem;
  }

  .xl\:-bottom-104{
    bottom: -6.5rem;
  }

  .xl\:-bottom-112{
    bottom: -7rem;
  }

  .xl\:-bottom-140{
    bottom: -8.75rem;
  }

  .xl\:-bottom-160{
    bottom: -10rem;
  }

  .xl\:-bottom-180{
    bottom: -11.25rem;
  }

  .xl\:-bottom-200{
    bottom: -12.5rem;
  }

  .xl\:-bottom-224{
    bottom: -14rem;
  }

  .xl\:-bottom-240{
    bottom: -15rem;
  }

  .xl\:-bottom-260{
    bottom: -16.25rem;
  }

  .xl\:-bottom-300{
    bottom: -18.75rem;
  }

  .xl\:-bottom--78\%{
    bottom: 78%;
  }

  .xl\:-bottom--80\%{
    bottom: 80%;
  }

  .xl\:-bottom--50\%{
    bottom: 50%;
  }

  .xl\:-bottom--35\%{
    bottom: 35%;
  }

  .xl\:-bottom--128{
    bottom: 8rem;
  }

  .xl\:-bottom--96{
    bottom: 6rem;
  }

  .xl\:-bottom--64{
    bottom: 4rem;
  }

  .xl\:-bottom--32{
    bottom: 2rem;
  }

  .xl\:-bottom--8{
    bottom: 0.5rem;
  }

  .xl\:-bottom-5\%{
    bottom: -5%;
  }

  .xl\:-bottom-10\%{
    bottom: -10%;
  }

  .xl\:-bottom-15\%{
    bottom: -15%;
  }

  .xl\:-bottom-20\%{
    bottom: -20%;
  }

  .xl\:-bottom-25\%{
    bottom: -25%;
  }

  .xl\:-bottom-30\%{
    bottom: -30%;
  }

  .xl\:-bottom-31\%{
    bottom: -31%;
  }

  .xl\:-bottom-33\%{
    bottom: -33.333%;
  }

  .xl\:-bottom-34\%{
    bottom: -34%;
  }

  .xl\:-bottom-45\%{
    bottom: -45%;
  }

  .xl\:-bottom-54\%{
    bottom: -54%;
  }

  .xl\:-bottom-75\%{
    bottom: -75%;
  }

  .xl\:-bottom-55\%{
    bottom: -55%;
  }

  .xl\:-bottom-65\%{
    bottom: -65%;
  }

  .xl\:-bottom-66\%{
    bottom: -66%;
  }

  .xl\:-bottom-85\%{
    bottom: -85%;
  }

  .xl\:-bottom-96\%{
    bottom: -96%;
  }

  .xl\:-bottom-130\%{
    bottom: -130%;
  }

  .xl\:-bottom-135\%{
    bottom: -135%;
  }

  .xl\:-bottom-200\%{
    bottom: -200%;
  }

  .xl\:-bottom-16\/9{
    bottom: -56.25%;
  }

  .xl\:-bottom-1\/2{
    bottom: -50%;
  }

  .xl\:-bottom-full{
    bottom: -100%;
  }

  .xl\:-bottom-span{
    bottom: -8.333%;
  }

  .xl\:-bottom-2span{
    bottom: -16.666%;
  }

  .xl\:-bottom-px{
    bottom: -1px;
  }

  .xl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .xl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .xl\:bottom-1\/4{
    bottom: 25%;
  }

  .xl\:bottom-2\/4{
    bottom: 50%;
  }

  .xl\:bottom-3\/4{
    bottom: 75%;
  }

  .xl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .xl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .xl\:-bottom-1\/4{
    bottom: -25%;
  }

  .xl\:-bottom-2\/4{
    bottom: -50%;
  }

  .xl\:-bottom-3\/4{
    bottom: -75%;
  }

  .xl\:-bottom-60{
    bottom: -3.75rem;
  }

  .xl\:-bottom-2{
    bottom: -0.125rem;
  }

  .xl\:bottom-43\.2{
    bottom: 2.7rem;
  }

  .xl\:-bottom-608{
    bottom: -38rem;
  }

  .xl\:-bottom-1472{
    bottom: -92rem;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:left-3{
    left: 0.1875rem;
  }

  .xl\:left-4{
    left: 0.25rem;
  }

  .xl\:left-5{
    left: 0.312rem;
  }

  .xl\:left-8{
    left: 0.5rem;
  }

  .xl\:left-12{
    left: 0.75rem;
  }

  .xl\:left-16{
    left: 1rem;
  }

  .xl\:left-20{
    left: 1.25rem;
  }

  .xl\:left-24{
    left: 1.5rem;
  }

  .xl\:left-32{
    left: 2rem;
  }

  .xl\:left-40{
    left: 2.5rem;
  }

  .xl\:left-48{
    left: 3rem;
  }

  .xl\:left-56{
    left: 3.5rem;
  }

  .xl\:left-64{
    left: 4rem;
  }

  .xl\:left-80{
    left: 5rem;
  }

  .xl\:left-96{
    left: 6rem;
  }

  .xl\:left-104{
    left: 6.5rem;
  }

  .xl\:left-112{
    left: 7rem;
  }

  .xl\:left-128{
    left: 8rem;
  }

  .xl\:left-140{
    left: 8.75rem;
  }

  .xl\:left-160{
    left: 10rem;
  }

  .xl\:left-180{
    left: 11.25rem;
  }

  .xl\:left-192{
    left: 12rem;
  }

  .xl\:left-200{
    left: 12.5rem;
  }

  .xl\:left-224{
    left: 14rem;
  }

  .xl\:left-240{
    left: 15rem;
  }

  .xl\:left-260{
    left: 16.25rem;
  }

  .xl\:left-300{
    left: 18.75rem;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:-left-78\%{
    left: -78%;
  }

  .xl\:-left-80\%{
    left: -80%;
  }

  .xl\:-left-50\%{
    left: -50%;
  }

  .xl\:-left-35\%{
    left: -35%;
  }

  .xl\:-left-128{
    left: -8rem;
  }

  .xl\:-left-96{
    left: -6rem;
  }

  .xl\:-left-64{
    left: -4rem;
  }

  .xl\:-left-32{
    left: -2rem;
  }

  .xl\:-left-8{
    left: -0.5rem;
  }

  .xl\:left-5\%{
    left: 5%;
  }

  .xl\:left-10\%{
    left: 10%;
  }

  .xl\:left-15\%{
    left: 15%;
  }

  .xl\:left-20\%{
    left: 20%;
  }

  .xl\:left-25\%{
    left: 25%;
  }

  .xl\:left-30\%{
    left: 30%;
  }

  .xl\:left-31\%{
    left: 31%;
  }

  .xl\:left-33\%{
    left: 33.333%;
  }

  .xl\:left-34\%{
    left: 34%;
  }

  .xl\:left-45\%{
    left: 45%;
  }

  .xl\:left-50\%{
    left: 50%;
  }

  .xl\:left-54\%{
    left: 54%;
  }

  .xl\:left-75\%{
    left: 75%;
  }

  .xl\:left-55\%{
    left: 55%;
  }

  .xl\:left-65\%{
    left: 65%;
  }

  .xl\:left-66\%{
    left: 66%;
  }

  .xl\:left-85\%{
    left: 85%;
  }

  .xl\:left-96\%{
    left: 96%;
  }

  .xl\:left-130\%{
    left: 130%;
  }

  .xl\:left-135\%{
    left: 135%;
  }

  .xl\:left-200\%{
    left: 200%;
  }

  .xl\:left-16\/9{
    left: 56.25%;
  }

  .xl\:left-1\/2{
    left: 50%;
  }

  .xl\:left-full{
    left: 100%;
  }

  .xl\:left-span{
    left: 8.333%;
  }

  .xl\:left-2span{
    left: 16.666%;
  }

  .xl\:left-px{
    left: 1px;
  }

  .xl\:-left-4{
    left: -0.25rem;
  }

  .xl\:-left-12{
    left: -0.75rem;
  }

  .xl\:-left-16{
    left: -1rem;
  }

  .xl\:-left-20{
    left: -1.25rem;
  }

  .xl\:-left-24{
    left: -1.5rem;
  }

  .xl\:-left-40{
    left: -2.5rem;
  }

  .xl\:-left-48{
    left: -3rem;
  }

  .xl\:-left-56{
    left: -3.5rem;
  }

  .xl\:-left-80{
    left: -5rem;
  }

  .xl\:-left-104{
    left: -6.5rem;
  }

  .xl\:-left-112{
    left: -7rem;
  }

  .xl\:-left-140{
    left: -8.75rem;
  }

  .xl\:-left-160{
    left: -10rem;
  }

  .xl\:-left-180{
    left: -11.25rem;
  }

  .xl\:-left-200{
    left: -12.5rem;
  }

  .xl\:-left-224{
    left: -14rem;
  }

  .xl\:-left-240{
    left: -15rem;
  }

  .xl\:-left-260{
    left: -16.25rem;
  }

  .xl\:-left-300{
    left: -18.75rem;
  }

  .xl\:-left--78\%{
    left: 78%;
  }

  .xl\:-left--80\%{
    left: 80%;
  }

  .xl\:-left--50\%{
    left: 50%;
  }

  .xl\:-left--35\%{
    left: 35%;
  }

  .xl\:-left--128{
    left: 8rem;
  }

  .xl\:-left--96{
    left: 6rem;
  }

  .xl\:-left--64{
    left: 4rem;
  }

  .xl\:-left--32{
    left: 2rem;
  }

  .xl\:-left--8{
    left: 0.5rem;
  }

  .xl\:-left-5\%{
    left: -5%;
  }

  .xl\:-left-10\%{
    left: -10%;
  }

  .xl\:-left-15\%{
    left: -15%;
  }

  .xl\:-left-20\%{
    left: -20%;
  }

  .xl\:-left-25\%{
    left: -25%;
  }

  .xl\:-left-30\%{
    left: -30%;
  }

  .xl\:-left-31\%{
    left: -31%;
  }

  .xl\:-left-33\%{
    left: -33.333%;
  }

  .xl\:-left-34\%{
    left: -34%;
  }

  .xl\:-left-45\%{
    left: -45%;
  }

  .xl\:-left-54\%{
    left: -54%;
  }

  .xl\:-left-75\%{
    left: -75%;
  }

  .xl\:-left-55\%{
    left: -55%;
  }

  .xl\:-left-65\%{
    left: -65%;
  }

  .xl\:-left-66\%{
    left: -66%;
  }

  .xl\:-left-85\%{
    left: -85%;
  }

  .xl\:-left-96\%{
    left: -96%;
  }

  .xl\:-left-130\%{
    left: -130%;
  }

  .xl\:-left-135\%{
    left: -135%;
  }

  .xl\:-left-200\%{
    left: -200%;
  }

  .xl\:-left-16\/9{
    left: -56.25%;
  }

  .xl\:-left-1\/2{
    left: -50%;
  }

  .xl\:-left-full{
    left: -100%;
  }

  .xl\:-left-span{
    left: -8.333%;
  }

  .xl\:-left-2span{
    left: -16.666%;
  }

  .xl\:-left-px{
    left: -1px;
  }

  .xl\:left-1\/3{
    left: 33.333333%;
  }

  .xl\:left-2\/3{
    left: 66.666667%;
  }

  .xl\:left-1\/4{
    left: 25%;
  }

  .xl\:left-2\/4{
    left: 50%;
  }

  .xl\:left-3\/4{
    left: 75%;
  }

  .xl\:-left-1\/3{
    left: -33.333333%;
  }

  .xl\:-left-2\/3{
    left: -66.666667%;
  }

  .xl\:-left-1\/4{
    left: -25%;
  }

  .xl\:-left-2\/4{
    left: -50%;
  }

  .xl\:-left-3\/4{
    left: -75%;
  }

  .xl\:-left-60{
    left: -3.75rem;
  }

  .xl\:-left-2{
    left: -0.125rem;
  }

  .xl\:left-43\.2{
    left: 2.7rem;
  }

  .xl\:-left-608{
    left: -38rem;
  }

  .xl\:-left-1472{
    left: -92rem;
  }

  .xl\:isolate{
    isolation: isolate;
  }

  .xl\:isolation-auto{
    isolation: auto;
  }

  .xl\:z-0{
    z-index: 0;
  }

  .xl\:z-1{
    z-index: 1;
  }

  .xl\:z-2{
    z-index: 2;
  }

  .xl\:z-3{
    z-index: 3;
  }

  .xl\:z-4{
    z-index: 4;
  }

  .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\:-z-1{
    z-index: -1;
  }

  .xl\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .xl\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .xl\:focus-within\:z-2:focus-within{
    z-index: 2;
  }

  .xl\:focus-within\:z-3:focus-within{
    z-index: 3;
  }

  .xl\:focus-within\:z-4:focus-within{
    z-index: 4;
  }

  .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-within\:-z-1:focus-within{
    z-index: -1;
  }

  .xl\:focus\:z-0:focus{
    z-index: 0;
  }

  .xl\:focus\:z-1:focus{
    z-index: 1;
  }

  .xl\:focus\:z-2:focus{
    z-index: 2;
  }

  .xl\:focus\:z-3:focus{
    z-index: 3;
  }

  .xl\:focus\:z-4:focus{
    z-index: 4;
  }

  .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\:focus\:-z-1:focus{
    z-index: -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\: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\: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\: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\:m-0{
    margin: 0;
  }

  .xl\:m-4{
    margin: 0.25rem;
  }

  .xl\:m-8{
    margin: 0.5rem;
  }

  .xl\:m-12{
    margin: 0.75rem;
  }

  .xl\:m-16{
    margin: 1rem;
  }

  .xl\:m-20{
    margin: 1.25rem;
  }

  .xl\:m-24{
    margin: 1.5rem;
  }

  .xl\:m-32{
    margin: 2rem;
  }

  .xl\:m-40{
    margin: 2.5rem;
  }

  .xl\:m-48{
    margin: 3rem;
  }

  .xl\:m-56{
    margin: 3.5rem;
  }

  .xl\:m-64{
    margin: 4rem;
  }

  .xl\:m-80{
    margin: 5rem;
  }

  .xl\:m-96{
    margin: 6rem;
  }

  .xl\:m-104{
    margin: 6.5rem;
  }

  .xl\:m-112{
    margin: 7rem;
  }

  .xl\:m-128{
    margin: 8rem;
  }

  .xl\:m-140{
    margin: 8.75rem;
  }

  .xl\:m-160{
    margin: 10rem;
  }

  .xl\:m-180{
    margin: 11.25rem;
  }

  .xl\:m-200{
    margin: 12.5rem;
  }

  .xl\:m-224{
    margin: 14rem;
  }

  .xl\:m-240{
    margin: 15rem;
  }

  .xl\:m-260{
    margin: 16.25rem;
  }

  .xl\:m-300{
    margin: 18.75rem;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:-m-78\%{
    margin: -78%;
  }

  .xl\:-m-80\%{
    margin: -80%;
  }

  .xl\:-m-50\%{
    margin: -50%;
  }

  .xl\:-m-35\%{
    margin: -35%;
  }

  .xl\:-m-128{
    margin: -8rem;
  }

  .xl\:-m-96{
    margin: -6rem;
  }

  .xl\:-m-64{
    margin: -4rem;
  }

  .xl\:-m-32{
    margin: -2rem;
  }

  .xl\:-m-8{
    margin: -0.5rem;
  }

  .xl\:m-5\%{
    margin: 5%;
  }

  .xl\:m-10\%{
    margin: 10%;
  }

  .xl\:m-15\%{
    margin: 15%;
  }

  .xl\:m-20\%{
    margin: 20%;
  }

  .xl\:m-25\%{
    margin: 25%;
  }

  .xl\:m-30\%{
    margin: 30%;
  }

  .xl\:m-31\%{
    margin: 31%;
  }

  .xl\:m-33\%{
    margin: 33.333%;
  }

  .xl\:m-34\%{
    margin: 34%;
  }

  .xl\:m-45\%{
    margin: 45%;
  }

  .xl\:m-50\%{
    margin: 50%;
  }

  .xl\:m-54\%{
    margin: 54%;
  }

  .xl\:m-75\%{
    margin: 75%;
  }

  .xl\:m-55\%{
    margin: 55%;
  }

  .xl\:m-65\%{
    margin: 65%;
  }

  .xl\:m-66\%{
    margin: 66%;
  }

  .xl\:m-85\%{
    margin: 85%;
  }

  .xl\:m-96\%{
    margin: 96%;
  }

  .xl\:m-130\%{
    margin: 130%;
  }

  .xl\:m-135\%{
    margin: 135%;
  }

  .xl\:m-200\%{
    margin: 200%;
  }

  .xl\:m-16\/9{
    margin: 56.25%;
  }

  .xl\:m-1\/2{
    margin: 50%;
  }

  .xl\:m-full{
    margin: 100%;
  }

  .xl\:m-span{
    margin: 8.333%;
  }

  .xl\:m-2span{
    margin: 16.666%;
  }

  .xl\:m-px{
    margin: 1px;
  }

  .xl\:-m-4{
    margin: -0.25rem;
  }

  .xl\:-m-12{
    margin: -0.75rem;
  }

  .xl\:-m-16{
    margin: -1rem;
  }

  .xl\:-m-20{
    margin: -1.25rem;
  }

  .xl\:-m-24{
    margin: -1.5rem;
  }

  .xl\:-m-40{
    margin: -2.5rem;
  }

  .xl\:-m-48{
    margin: -3rem;
  }

  .xl\:-m-56{
    margin: -3.5rem;
  }

  .xl\:-m-80{
    margin: -5rem;
  }

  .xl\:-m-104{
    margin: -6.5rem;
  }

  .xl\:-m-112{
    margin: -7rem;
  }

  .xl\:-m-140{
    margin: -8.75rem;
  }

  .xl\:-m-160{
    margin: -10rem;
  }

  .xl\:-m-180{
    margin: -11.25rem;
  }

  .xl\:-m-200{
    margin: -12.5rem;
  }

  .xl\:-m-224{
    margin: -14rem;
  }

  .xl\:-m-240{
    margin: -15rem;
  }

  .xl\:-m-260{
    margin: -16.25rem;
  }

  .xl\:-m-300{
    margin: -18.75rem;
  }

  .xl\:-m--78\%{
    margin: 78%;
  }

  .xl\:-m--80\%{
    margin: 80%;
  }

  .xl\:-m--50\%{
    margin: 50%;
  }

  .xl\:-m--35\%{
    margin: 35%;
  }

  .xl\:-m--128{
    margin: 8rem;
  }

  .xl\:-m--96{
    margin: 6rem;
  }

  .xl\:-m--64{
    margin: 4rem;
  }

  .xl\:-m--32{
    margin: 2rem;
  }

  .xl\:-m--8{
    margin: 0.5rem;
  }

  .xl\:-m-5\%{
    margin: -5%;
  }

  .xl\:-m-10\%{
    margin: -10%;
  }

  .xl\:-m-15\%{
    margin: -15%;
  }

  .xl\:-m-20\%{
    margin: -20%;
  }

  .xl\:-m-25\%{
    margin: -25%;
  }

  .xl\:-m-30\%{
    margin: -30%;
  }

  .xl\:-m-31\%{
    margin: -31%;
  }

  .xl\:-m-33\%{
    margin: -33.333%;
  }

  .xl\:-m-34\%{
    margin: -34%;
  }

  .xl\:-m-45\%{
    margin: -45%;
  }

  .xl\:-m-54\%{
    margin: -54%;
  }

  .xl\:-m-75\%{
    margin: -75%;
  }

  .xl\:-m-55\%{
    margin: -55%;
  }

  .xl\:-m-65\%{
    margin: -65%;
  }

  .xl\:-m-66\%{
    margin: -66%;
  }

  .xl\:-m-85\%{
    margin: -85%;
  }

  .xl\:-m-96\%{
    margin: -96%;
  }

  .xl\:-m-130\%{
    margin: -130%;
  }

  .xl\:-m-135\%{
    margin: -135%;
  }

  .xl\:-m-200\%{
    margin: -200%;
  }

  .xl\:-m-16\/9{
    margin: -56.25%;
  }

  .xl\:-m-1\/2{
    margin: -50%;
  }

  .xl\:-m-full{
    margin: -100%;
  }

  .xl\:-m-span{
    margin: -8.333%;
  }

  .xl\:-m-2span{
    margin: -16.666%;
  }

  .xl\:-m-px{
    margin: -1px;
  }

  .xl\:last\:m-0:last-child{
    margin: 0;
  }

  .xl\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .xl\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .xl\:last\:m-12:last-child{
    margin: 0.75rem;
  }

  .xl\:last\:m-16:last-child{
    margin: 1rem;
  }

  .xl\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .xl\:last\:m-24:last-child{
    margin: 1.5rem;
  }

  .xl\:last\:m-32:last-child{
    margin: 2rem;
  }

  .xl\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .xl\:last\:m-48:last-child{
    margin: 3rem;
  }

  .xl\:last\:m-56:last-child{
    margin: 3.5rem;
  }

  .xl\:last\:m-64:last-child{
    margin: 4rem;
  }

  .xl\:last\:m-80:last-child{
    margin: 5rem;
  }

  .xl\:last\:m-96:last-child{
    margin: 6rem;
  }

  .xl\:last\:m-104:last-child{
    margin: 6.5rem;
  }

  .xl\:last\:m-112:last-child{
    margin: 7rem;
  }

  .xl\:last\:m-128:last-child{
    margin: 8rem;
  }

  .xl\:last\:m-140:last-child{
    margin: 8.75rem;
  }

  .xl\:last\:m-160:last-child{
    margin: 10rem;
  }

  .xl\:last\:m-180:last-child{
    margin: 11.25rem;
  }

  .xl\:last\:m-200:last-child{
    margin: 12.5rem;
  }

  .xl\:last\:m-224:last-child{
    margin: 14rem;
  }

  .xl\:last\:m-240:last-child{
    margin: 15rem;
  }

  .xl\:last\:m-260:last-child{
    margin: 16.25rem;
  }

  .xl\:last\:m-300:last-child{
    margin: 18.75rem;
  }

  .xl\:last\:m-auto:last-child{
    margin: auto;
  }

  .xl\:last\:-m-78\%:last-child{
    margin: -78%;
  }

  .xl\:last\:-m-80\%:last-child{
    margin: -80%;
  }

  .xl\:last\:-m-50\%:last-child{
    margin: -50%;
  }

  .xl\:last\:-m-35\%:last-child{
    margin: -35%;
  }

  .xl\:last\:-m-128:last-child{
    margin: -8rem;
  }

  .xl\:last\:-m-96:last-child{
    margin: -6rem;
  }

  .xl\:last\:-m-64:last-child{
    margin: -4rem;
  }

  .xl\:last\:-m-32:last-child{
    margin: -2rem;
  }

  .xl\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .xl\:last\:m-5\%:last-child{
    margin: 5%;
  }

  .xl\:last\:m-10\%:last-child{
    margin: 10%;
  }

  .xl\:last\:m-15\%:last-child{
    margin: 15%;
  }

  .xl\:last\:m-20\%:last-child{
    margin: 20%;
  }

  .xl\:last\:m-25\%:last-child{
    margin: 25%;
  }

  .xl\:last\:m-30\%:last-child{
    margin: 30%;
  }

  .xl\:last\:m-31\%:last-child{
    margin: 31%;
  }

  .xl\:last\:m-33\%:last-child{
    margin: 33.333%;
  }

  .xl\:last\:m-34\%:last-child{
    margin: 34%;
  }

  .xl\:last\:m-45\%:last-child{
    margin: 45%;
  }

  .xl\:last\:m-50\%:last-child{
    margin: 50%;
  }

  .xl\:last\:m-54\%:last-child{
    margin: 54%;
  }

  .xl\:last\:m-75\%:last-child{
    margin: 75%;
  }

  .xl\:last\:m-55\%:last-child{
    margin: 55%;
  }

  .xl\:last\:m-65\%:last-child{
    margin: 65%;
  }

  .xl\:last\:m-66\%:last-child{
    margin: 66%;
  }

  .xl\:last\:m-85\%:last-child{
    margin: 85%;
  }

  .xl\:last\:m-96\%:last-child{
    margin: 96%;
  }

  .xl\:last\:m-130\%:last-child{
    margin: 130%;
  }

  .xl\:last\:m-135\%:last-child{
    margin: 135%;
  }

  .xl\:last\:m-200\%:last-child{
    margin: 200%;
  }

  .xl\:last\:m-16\/9:last-child{
    margin: 56.25%;
  }

  .xl\:last\:m-1\/2:last-child{
    margin: 50%;
  }

  .xl\:last\:m-full:last-child{
    margin: 100%;
  }

  .xl\:last\:m-span:last-child{
    margin: 8.333%;
  }

  .xl\:last\:m-2span:last-child{
    margin: 16.666%;
  }

  .xl\:last\:m-px:last-child{
    margin: 1px;
  }

  .xl\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .xl\:last\:-m-12:last-child{
    margin: -0.75rem;
  }

  .xl\:last\:-m-16:last-child{
    margin: -1rem;
  }

  .xl\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .xl\:last\:-m-24:last-child{
    margin: -1.5rem;
  }

  .xl\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .xl\:last\:-m-48:last-child{
    margin: -3rem;
  }

  .xl\:last\:-m-56:last-child{
    margin: -3.5rem;
  }

  .xl\:last\:-m-80:last-child{
    margin: -5rem;
  }

  .xl\:last\:-m-104:last-child{
    margin: -6.5rem;
  }

  .xl\:last\:-m-112:last-child{
    margin: -7rem;
  }

  .xl\:last\:-m-140:last-child{
    margin: -8.75rem;
  }

  .xl\:last\:-m-160:last-child{
    margin: -10rem;
  }

  .xl\:last\:-m-180:last-child{
    margin: -11.25rem;
  }

  .xl\:last\:-m-200:last-child{
    margin: -12.5rem;
  }

  .xl\:last\:-m-224:last-child{
    margin: -14rem;
  }

  .xl\:last\:-m-240:last-child{
    margin: -15rem;
  }

  .xl\:last\:-m-260:last-child{
    margin: -16.25rem;
  }

  .xl\:last\:-m-300:last-child{
    margin: -18.75rem;
  }

  .xl\:last\:-m--78\%:last-child{
    margin: 78%;
  }

  .xl\:last\:-m--80\%:last-child{
    margin: 80%;
  }

  .xl\:last\:-m--50\%:last-child{
    margin: 50%;
  }

  .xl\:last\:-m--35\%:last-child{
    margin: 35%;
  }

  .xl\:last\:-m--128:last-child{
    margin: 8rem;
  }

  .xl\:last\:-m--96:last-child{
    margin: 6rem;
  }

  .xl\:last\:-m--64:last-child{
    margin: 4rem;
  }

  .xl\:last\:-m--32:last-child{
    margin: 2rem;
  }

  .xl\:last\:-m--8:last-child{
    margin: 0.5rem;
  }

  .xl\:last\:-m-5\%:last-child{
    margin: -5%;
  }

  .xl\:last\:-m-10\%:last-child{
    margin: -10%;
  }

  .xl\:last\:-m-15\%:last-child{
    margin: -15%;
  }

  .xl\:last\:-m-20\%:last-child{
    margin: -20%;
  }

  .xl\:last\:-m-25\%:last-child{
    margin: -25%;
  }

  .xl\:last\:-m-30\%:last-child{
    margin: -30%;
  }

  .xl\:last\:-m-31\%:last-child{
    margin: -31%;
  }

  .xl\:last\:-m-33\%:last-child{
    margin: -33.333%;
  }

  .xl\:last\:-m-34\%:last-child{
    margin: -34%;
  }

  .xl\:last\:-m-45\%:last-child{
    margin: -45%;
  }

  .xl\:last\:-m-54\%:last-child{
    margin: -54%;
  }

  .xl\:last\:-m-75\%:last-child{
    margin: -75%;
  }

  .xl\:last\:-m-55\%:last-child{
    margin: -55%;
  }

  .xl\:last\:-m-65\%:last-child{
    margin: -65%;
  }

  .xl\:last\:-m-66\%:last-child{
    margin: -66%;
  }

  .xl\:last\:-m-85\%:last-child{
    margin: -85%;
  }

  .xl\:last\:-m-96\%:last-child{
    margin: -96%;
  }

  .xl\:last\:-m-130\%:last-child{
    margin: -130%;
  }

  .xl\:last\:-m-135\%:last-child{
    margin: -135%;
  }

  .xl\:last\:-m-200\%:last-child{
    margin: -200%;
  }

  .xl\:last\:-m-16\/9:last-child{
    margin: -56.25%;
  }

  .xl\:last\:-m-1\/2:last-child{
    margin: -50%;
  }

  .xl\:last\:-m-full:last-child{
    margin: -100%;
  }

  .xl\:last\:-m-span:last-child{
    margin: -8.333%;
  }

  .xl\:last\:-m-2span:last-child{
    margin: -16.666%;
  }

  .xl\:last\:-m-px:last-child{
    margin: -1px;
  }

  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:mx-96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:mx-104{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xl\:mx-112{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:mx-128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .xl\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .xl\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xl\:mx-224{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:mx-240{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:mx-260{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .xl\:mx-300{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:-mx-78\%{
    margin-left: -78%;
    margin-right: -78%;
  }

  .xl\:-mx-80\%{
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:-mx-50\%{
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-mx-35\%{
    margin-left: -35%;
    margin-right: -35%;
  }

  .xl\:-mx-128{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-mx-96{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:mx-5\%{
    margin-left: 5%;
    margin-right: 5%;
  }

  .xl\:mx-10\%{
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl\:mx-15\%{
    margin-left: 15%;
    margin-right: 15%;
  }

  .xl\:mx-20\%{
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:mx-25\%{
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:mx-30\%{
    margin-left: 30%;
    margin-right: 30%;
  }

  .xl\:mx-31\%{
    margin-left: 31%;
    margin-right: 31%;
  }

  .xl\:mx-33\%{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .xl\:mx-34\%{
    margin-left: 34%;
    margin-right: 34%;
  }

  .xl\:mx-45\%{
    margin-left: 45%;
    margin-right: 45%;
  }

  .xl\:mx-50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:mx-54\%{
    margin-left: 54%;
    margin-right: 54%;
  }

  .xl\:mx-75\%{
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:mx-55\%{
    margin-left: 55%;
    margin-right: 55%;
  }

  .xl\:mx-65\%{
    margin-left: 65%;
    margin-right: 65%;
  }

  .xl\:mx-66\%{
    margin-left: 66%;
    margin-right: 66%;
  }

  .xl\:mx-85\%{
    margin-left: 85%;
    margin-right: 85%;
  }

  .xl\:mx-96\%{
    margin-left: 96%;
    margin-right: 96%;
  }

  .xl\:mx-130\%{
    margin-left: 130%;
    margin-right: 130%;
  }

  .xl\:mx-135\%{
    margin-left: 135%;
    margin-right: 135%;
  }

  .xl\:mx-200\%{
    margin-left: 200%;
    margin-right: 200%;
  }

  .xl\:mx-16\/9{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .xl\:mx-1\/2{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:mx-span{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .xl\:mx-2span{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-mx-104{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xl\:-mx-112{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .xl\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .xl\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xl\:-mx-224{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-mx-240{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-mx-260{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .xl\:-mx-300{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:-mx--78\%{
    margin-left: 78%;
    margin-right: 78%;
  }

  .xl\:-mx--80\%{
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:-mx--50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:-mx--35\%{
    margin-left: 35%;
    margin-right: 35%;
  }

  .xl\:-mx--128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:-mx--96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:-mx--64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:-mx--32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:-mx--8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:-mx-5\%{
    margin-left: -5%;
    margin-right: -5%;
  }

  .xl\:-mx-10\%{
    margin-left: -10%;
    margin-right: -10%;
  }

  .xl\:-mx-15\%{
    margin-left: -15%;
    margin-right: -15%;
  }

  .xl\:-mx-20\%{
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:-mx-25\%{
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:-mx-30\%{
    margin-left: -30%;
    margin-right: -30%;
  }

  .xl\:-mx-31\%{
    margin-left: -31%;
    margin-right: -31%;
  }

  .xl\:-mx-33\%{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .xl\:-mx-34\%{
    margin-left: -34%;
    margin-right: -34%;
  }

  .xl\:-mx-45\%{
    margin-left: -45%;
    margin-right: -45%;
  }

  .xl\:-mx-54\%{
    margin-left: -54%;
    margin-right: -54%;
  }

  .xl\:-mx-75\%{
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:-mx-55\%{
    margin-left: -55%;
    margin-right: -55%;
  }

  .xl\:-mx-65\%{
    margin-left: -65%;
    margin-right: -65%;
  }

  .xl\:-mx-66\%{
    margin-left: -66%;
    margin-right: -66%;
  }

  .xl\:-mx-85\%{
    margin-left: -85%;
    margin-right: -85%;
  }

  .xl\:-mx-96\%{
    margin-left: -96%;
    margin-right: -96%;
  }

  .xl\:-mx-130\%{
    margin-left: -130%;
    margin-right: -130%;
  }

  .xl\:-mx-135\%{
    margin-left: -135%;
    margin-right: -135%;
  }

  .xl\:-mx-200\%{
    margin-left: -200%;
    margin-right: -200%;
  }

  .xl\:-mx-16\/9{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .xl\:-mx-1\/2{
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:-mx-span{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .xl\:-mx-2span{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-104{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xl\:my-112{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .xl\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .xl\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xl\:my-224{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:my-240{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:my-260{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .xl\:my-300{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:-my-78\%{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .xl\:-my-80\%{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:-my-50\%{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-my-35\%{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xl\:-my-128{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-my-96{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:my-5\%{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xl\:my-10\%{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xl\:my-15\%{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .xl\:my-20\%{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:my-25\%{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:my-30\%{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xl\:my-31\%{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .xl\:my-33\%{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .xl\:my-34\%{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .xl\:my-45\%{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .xl\:my-50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:my-54\%{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .xl\:my-75\%{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:my-55\%{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .xl\:my-65\%{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .xl\:my-66\%{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .xl\:my-85\%{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .xl\:my-96\%{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xl\:my-130\%{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .xl\:my-135\%{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .xl\:my-200\%{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .xl\:my-16\/9{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .xl\:my-1\/2{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:my-span{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .xl\:my-2span{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-my-104{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xl\:-my-112{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .xl\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .xl\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xl\:-my-224{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-my-240{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-my-260{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .xl\:-my-300{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:-my--78\%{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .xl\:-my--80\%{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:-my--50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:-my--35\%{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xl\:-my--128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:-my--96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:-my--64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:-my--32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:-my--8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:-my-5\%{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xl\:-my-10\%{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xl\:-my-15\%{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .xl\:-my-20\%{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:-my-25\%{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:-my-30\%{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xl\:-my-31\%{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .xl\:-my-33\%{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .xl\:-my-34\%{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .xl\:-my-45\%{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .xl\:-my-54\%{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .xl\:-my-75\%{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:-my-55\%{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .xl\:-my-65\%{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .xl\:-my-66\%{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .xl\:-my-85\%{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .xl\:-my-96\%{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xl\:-my-130\%{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .xl\:-my-135\%{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .xl\:-my-200\%{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .xl\:-my-16\/9{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .xl\:-my-1\/2{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:-my-span{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .xl\:-my-2span{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:mx-12:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:last\:mx-16:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:mx-24:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:last\:mx-32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:mx-48:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:last\:mx-56:last-child{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:last\:mx-64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:mx-80:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:last\:mx-96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:mx-104:last-child{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xl\:last\:mx-112:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:last\:mx-128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:mx-140:last-child{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .xl\:last\:mx-160:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:last\:mx-180:last-child{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .xl\:last\:mx-200:last-child{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xl\:last\:mx-224:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:last\:mx-240:last-child{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:last\:mx-260:last-child{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .xl\:last\:mx-300:last-child{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:-mx-78\%:last-child{
    margin-left: -78%;
    margin-right: -78%;
  }

  .xl\:last\:-mx-80\%:last-child{
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:last\:-mx-50\%:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:last\:-mx-35\%:last-child{
    margin-left: -35%;
    margin-right: -35%;
  }

  .xl\:last\:-mx-128:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:last\:-mx-96:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:last\:-mx-64:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:last\:-mx-32:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:mx-5\%:last-child{
    margin-left: 5%;
    margin-right: 5%;
  }

  .xl\:last\:mx-10\%:last-child{
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl\:last\:mx-15\%:last-child{
    margin-left: 15%;
    margin-right: 15%;
  }

  .xl\:last\:mx-20\%:last-child{
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:last\:mx-25\%:last-child{
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:last\:mx-30\%:last-child{
    margin-left: 30%;
    margin-right: 30%;
  }

  .xl\:last\:mx-31\%:last-child{
    margin-left: 31%;
    margin-right: 31%;
  }

  .xl\:last\:mx-33\%:last-child{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .xl\:last\:mx-34\%:last-child{
    margin-left: 34%;
    margin-right: 34%;
  }

  .xl\:last\:mx-45\%:last-child{
    margin-left: 45%;
    margin-right: 45%;
  }

  .xl\:last\:mx-50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:last\:mx-54\%:last-child{
    margin-left: 54%;
    margin-right: 54%;
  }

  .xl\:last\:mx-75\%:last-child{
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:last\:mx-55\%:last-child{
    margin-left: 55%;
    margin-right: 55%;
  }

  .xl\:last\:mx-65\%:last-child{
    margin-left: 65%;
    margin-right: 65%;
  }

  .xl\:last\:mx-66\%:last-child{
    margin-left: 66%;
    margin-right: 66%;
  }

  .xl\:last\:mx-85\%:last-child{
    margin-left: 85%;
    margin-right: 85%;
  }

  .xl\:last\:mx-96\%:last-child{
    margin-left: 96%;
    margin-right: 96%;
  }

  .xl\:last\:mx-130\%:last-child{
    margin-left: 130%;
    margin-right: 130%;
  }

  .xl\:last\:mx-135\%:last-child{
    margin-left: 135%;
    margin-right: 135%;
  }

  .xl\:last\:mx-200\%:last-child{
    margin-left: 200%;
    margin-right: 200%;
  }

  .xl\:last\:mx-16\/9:last-child{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .xl\:last\:mx-1\/2:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:last\:mx-full:last-child{
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:last\:mx-span:last-child{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .xl\:last\:mx-2span:last-child{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .xl\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:-mx-12:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:last\:-mx-16:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:-mx-24:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:-mx-48:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:last\:-mx-56:last-child{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:last\:-mx-80:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:last\:-mx-104:last-child{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xl\:last\:-mx-112:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:last\:-mx-140:last-child{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .xl\:last\:-mx-160:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:last\:-mx-180:last-child{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .xl\:last\:-mx-200:last-child{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xl\:last\:-mx-224:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:last\:-mx-240:last-child{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:last\:-mx-260:last-child{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .xl\:last\:-mx-300:last-child{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:last\:-mx--78\%:last-child{
    margin-left: 78%;
    margin-right: 78%;
  }

  .xl\:last\:-mx--80\%:last-child{
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:last\:-mx--50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:last\:-mx--35\%:last-child{
    margin-left: 35%;
    margin-right: 35%;
  }

  .xl\:last\:-mx--128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:-mx--96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:-mx--64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:-mx--32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:-mx--8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:-mx-5\%:last-child{
    margin-left: -5%;
    margin-right: -5%;
  }

  .xl\:last\:-mx-10\%:last-child{
    margin-left: -10%;
    margin-right: -10%;
  }

  .xl\:last\:-mx-15\%:last-child{
    margin-left: -15%;
    margin-right: -15%;
  }

  .xl\:last\:-mx-20\%:last-child{
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:last\:-mx-25\%:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:last\:-mx-30\%:last-child{
    margin-left: -30%;
    margin-right: -30%;
  }

  .xl\:last\:-mx-31\%:last-child{
    margin-left: -31%;
    margin-right: -31%;
  }

  .xl\:last\:-mx-33\%:last-child{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .xl\:last\:-mx-34\%:last-child{
    margin-left: -34%;
    margin-right: -34%;
  }

  .xl\:last\:-mx-45\%:last-child{
    margin-left: -45%;
    margin-right: -45%;
  }

  .xl\:last\:-mx-54\%:last-child{
    margin-left: -54%;
    margin-right: -54%;
  }

  .xl\:last\:-mx-75\%:last-child{
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:last\:-mx-55\%:last-child{
    margin-left: -55%;
    margin-right: -55%;
  }

  .xl\:last\:-mx-65\%:last-child{
    margin-left: -65%;
    margin-right: -65%;
  }

  .xl\:last\:-mx-66\%:last-child{
    margin-left: -66%;
    margin-right: -66%;
  }

  .xl\:last\:-mx-85\%:last-child{
    margin-left: -85%;
    margin-right: -85%;
  }

  .xl\:last\:-mx-96\%:last-child{
    margin-left: -96%;
    margin-right: -96%;
  }

  .xl\:last\:-mx-130\%:last-child{
    margin-left: -130%;
    margin-right: -130%;
  }

  .xl\:last\:-mx-135\%:last-child{
    margin-left: -135%;
    margin-right: -135%;
  }

  .xl\:last\:-mx-200\%:last-child{
    margin-left: -200%;
    margin-right: -200%;
  }

  .xl\:last\:-mx-16\/9:last-child{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .xl\:last\:-mx-1\/2:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:last\:-mx-full:last-child{
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:last\:-mx-span:last-child{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .xl\:last\:-mx-2span:last-child{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .xl\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:my-12:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:last\:my-16:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:my-24:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:last\:my-32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:my-48:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:last\:my-56:last-child{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:last\:my-64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:my-80:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:last\:my-96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:my-104:last-child{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xl\:last\:my-112:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:last\:my-128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:my-140:last-child{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .xl\:last\:my-160:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:last\:my-180:last-child{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .xl\:last\:my-200:last-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xl\:last\:my-224:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:last\:my-240:last-child{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:last\:my-260:last-child{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .xl\:last\:my-300:last-child{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:-my-78\%:last-child{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .xl\:last\:-my-80\%:last-child{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:last\:-my-50\%:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:last\:-my-35\%:last-child{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xl\:last\:-my-128:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:last\:-my-96:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:last\:-my-64:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:last\:-my-32:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:my-5\%:last-child{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xl\:last\:my-10\%:last-child{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xl\:last\:my-15\%:last-child{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .xl\:last\:my-20\%:last-child{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:last\:my-25\%:last-child{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:last\:my-30\%:last-child{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xl\:last\:my-31\%:last-child{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .xl\:last\:my-33\%:last-child{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .xl\:last\:my-34\%:last-child{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .xl\:last\:my-45\%:last-child{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .xl\:last\:my-50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:last\:my-54\%:last-child{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .xl\:last\:my-75\%:last-child{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:last\:my-55\%:last-child{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .xl\:last\:my-65\%:last-child{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .xl\:last\:my-66\%:last-child{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .xl\:last\:my-85\%:last-child{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .xl\:last\:my-96\%:last-child{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xl\:last\:my-130\%:last-child{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .xl\:last\:my-135\%:last-child{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .xl\:last\:my-200\%:last-child{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .xl\:last\:my-16\/9:last-child{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .xl\:last\:my-1\/2:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:last\:my-full:last-child{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:last\:my-span:last-child{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .xl\:last\:my-2span:last-child{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .xl\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-my-12:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-my-16:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-my-24:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-my-48:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:last\:-my-56:last-child{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:last\:-my-80:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:last\:-my-104:last-child{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xl\:last\:-my-112:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:last\:-my-140:last-child{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .xl\:last\:-my-160:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:last\:-my-180:last-child{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .xl\:last\:-my-200:last-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xl\:last\:-my-224:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:last\:-my-240:last-child{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:last\:-my-260:last-child{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .xl\:last\:-my-300:last-child{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:last\:-my--78\%:last-child{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .xl\:last\:-my--80\%:last-child{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:last\:-my--50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:last\:-my--35\%:last-child{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xl\:last\:-my--128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:-my--96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:-my--64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:-my--32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:-my--8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:-my-5\%:last-child{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xl\:last\:-my-10\%:last-child{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xl\:last\:-my-15\%:last-child{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .xl\:last\:-my-20\%:last-child{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:last\:-my-25\%:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:last\:-my-30\%:last-child{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xl\:last\:-my-31\%:last-child{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .xl\:last\:-my-33\%:last-child{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .xl\:last\:-my-34\%:last-child{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .xl\:last\:-my-45\%:last-child{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .xl\:last\:-my-54\%:last-child{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .xl\:last\:-my-75\%:last-child{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:last\:-my-55\%:last-child{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .xl\:last\:-my-65\%:last-child{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .xl\:last\:-my-66\%:last-child{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .xl\:last\:-my-85\%:last-child{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .xl\:last\:-my-96\%:last-child{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xl\:last\:-my-130\%:last-child{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .xl\:last\:-my-135\%:last-child{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .xl\:last\:-my-200\%:last-child{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .xl\:last\:-my-16\/9:last-child{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .xl\:last\:-my-1\/2:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:last\:-my-full:last-child{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:last\:-my-span:last-child{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .xl\:last\:-my-2span:last-child{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .xl\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:mt-0{
    margin-top: 0;
  }

  .xl\:mt-4{
    margin-top: 0.25rem;
  }

  .xl\:mt-8{
    margin-top: 0.5rem;
  }

  .xl\:mt-12{
    margin-top: 0.75rem;
  }

  .xl\:mt-16{
    margin-top: 1rem;
  }

  .xl\:mt-20{
    margin-top: 1.25rem;
  }

  .xl\:mt-24{
    margin-top: 1.5rem;
  }

  .xl\:mt-32{
    margin-top: 2rem;
  }

  .xl\:mt-40{
    margin-top: 2.5rem;
  }

  .xl\:mt-48{
    margin-top: 3rem;
  }

  .xl\:mt-56{
    margin-top: 3.5rem;
  }

  .xl\:mt-64{
    margin-top: 4rem;
  }

  .xl\:mt-80{
    margin-top: 5rem;
  }

  .xl\:mt-96{
    margin-top: 6rem;
  }

  .xl\:mt-104{
    margin-top: 6.5rem;
  }

  .xl\:mt-112{
    margin-top: 7rem;
  }

  .xl\:mt-128{
    margin-top: 8rem;
  }

  .xl\:mt-140{
    margin-top: 8.75rem;
  }

  .xl\:mt-160{
    margin-top: 10rem;
  }

  .xl\:mt-180{
    margin-top: 11.25rem;
  }

  .xl\:mt-200{
    margin-top: 12.5rem;
  }

  .xl\:mt-224{
    margin-top: 14rem;
  }

  .xl\:mt-240{
    margin-top: 15rem;
  }

  .xl\:mt-260{
    margin-top: 16.25rem;
  }

  .xl\:mt-300{
    margin-top: 18.75rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:-mt-78\%{
    margin-top: -78%;
  }

  .xl\:-mt-80\%{
    margin-top: -80%;
  }

  .xl\:-mt-50\%{
    margin-top: -50%;
  }

  .xl\:-mt-35\%{
    margin-top: -35%;
  }

  .xl\:-mt-128{
    margin-top: -8rem;
  }

  .xl\:-mt-96{
    margin-top: -6rem;
  }

  .xl\:-mt-64{
    margin-top: -4rem;
  }

  .xl\:-mt-32{
    margin-top: -2rem;
  }

  .xl\:-mt-8{
    margin-top: -0.5rem;
  }

  .xl\:mt-5\%{
    margin-top: 5%;
  }

  .xl\:mt-10\%{
    margin-top: 10%;
  }

  .xl\:mt-15\%{
    margin-top: 15%;
  }

  .xl\:mt-20\%{
    margin-top: 20%;
  }

  .xl\:mt-25\%{
    margin-top: 25%;
  }

  .xl\:mt-30\%{
    margin-top: 30%;
  }

  .xl\:mt-31\%{
    margin-top: 31%;
  }

  .xl\:mt-33\%{
    margin-top: 33.333%;
  }

  .xl\:mt-34\%{
    margin-top: 34%;
  }

  .xl\:mt-45\%{
    margin-top: 45%;
  }

  .xl\:mt-50\%{
    margin-top: 50%;
  }

  .xl\:mt-54\%{
    margin-top: 54%;
  }

  .xl\:mt-75\%{
    margin-top: 75%;
  }

  .xl\:mt-55\%{
    margin-top: 55%;
  }

  .xl\:mt-65\%{
    margin-top: 65%;
  }

  .xl\:mt-66\%{
    margin-top: 66%;
  }

  .xl\:mt-85\%{
    margin-top: 85%;
  }

  .xl\:mt-96\%{
    margin-top: 96%;
  }

  .xl\:mt-130\%{
    margin-top: 130%;
  }

  .xl\:mt-135\%{
    margin-top: 135%;
  }

  .xl\:mt-200\%{
    margin-top: 200%;
  }

  .xl\:mt-16\/9{
    margin-top: 56.25%;
  }

  .xl\:mt-1\/2{
    margin-top: 50%;
  }

  .xl\:mt-full{
    margin-top: 100%;
  }

  .xl\:mt-span{
    margin-top: 8.333%;
  }

  .xl\:mt-2span{
    margin-top: 16.666%;
  }

  .xl\:mt-px{
    margin-top: 1px;
  }

  .xl\:-mt-4{
    margin-top: -0.25rem;
  }

  .xl\:-mt-12{
    margin-top: -0.75rem;
  }

  .xl\:-mt-16{
    margin-top: -1rem;
  }

  .xl\:-mt-20{
    margin-top: -1.25rem;
  }

  .xl\:-mt-24{
    margin-top: -1.5rem;
  }

  .xl\:-mt-40{
    margin-top: -2.5rem;
  }

  .xl\:-mt-48{
    margin-top: -3rem;
  }

  .xl\:-mt-56{
    margin-top: -3.5rem;
  }

  .xl\:-mt-80{
    margin-top: -5rem;
  }

  .xl\:-mt-104{
    margin-top: -6.5rem;
  }

  .xl\:-mt-112{
    margin-top: -7rem;
  }

  .xl\:-mt-140{
    margin-top: -8.75rem;
  }

  .xl\:-mt-160{
    margin-top: -10rem;
  }

  .xl\:-mt-180{
    margin-top: -11.25rem;
  }

  .xl\:-mt-200{
    margin-top: -12.5rem;
  }

  .xl\:-mt-224{
    margin-top: -14rem;
  }

  .xl\:-mt-240{
    margin-top: -15rem;
  }

  .xl\:-mt-260{
    margin-top: -16.25rem;
  }

  .xl\:-mt-300{
    margin-top: -18.75rem;
  }

  .xl\:-mt--78\%{
    margin-top: 78%;
  }

  .xl\:-mt--80\%{
    margin-top: 80%;
  }

  .xl\:-mt--50\%{
    margin-top: 50%;
  }

  .xl\:-mt--35\%{
    margin-top: 35%;
  }

  .xl\:-mt--128{
    margin-top: 8rem;
  }

  .xl\:-mt--96{
    margin-top: 6rem;
  }

  .xl\:-mt--64{
    margin-top: 4rem;
  }

  .xl\:-mt--32{
    margin-top: 2rem;
  }

  .xl\:-mt--8{
    margin-top: 0.5rem;
  }

  .xl\:-mt-5\%{
    margin-top: -5%;
  }

  .xl\:-mt-10\%{
    margin-top: -10%;
  }

  .xl\:-mt-15\%{
    margin-top: -15%;
  }

  .xl\:-mt-20\%{
    margin-top: -20%;
  }

  .xl\:-mt-25\%{
    margin-top: -25%;
  }

  .xl\:-mt-30\%{
    margin-top: -30%;
  }

  .xl\:-mt-31\%{
    margin-top: -31%;
  }

  .xl\:-mt-33\%{
    margin-top: -33.333%;
  }

  .xl\:-mt-34\%{
    margin-top: -34%;
  }

  .xl\:-mt-45\%{
    margin-top: -45%;
  }

  .xl\:-mt-54\%{
    margin-top: -54%;
  }

  .xl\:-mt-75\%{
    margin-top: -75%;
  }

  .xl\:-mt-55\%{
    margin-top: -55%;
  }

  .xl\:-mt-65\%{
    margin-top: -65%;
  }

  .xl\:-mt-66\%{
    margin-top: -66%;
  }

  .xl\:-mt-85\%{
    margin-top: -85%;
  }

  .xl\:-mt-96\%{
    margin-top: -96%;
  }

  .xl\:-mt-130\%{
    margin-top: -130%;
  }

  .xl\:-mt-135\%{
    margin-top: -135%;
  }

  .xl\:-mt-200\%{
    margin-top: -200%;
  }

  .xl\:-mt-16\/9{
    margin-top: -56.25%;
  }

  .xl\:-mt-1\/2{
    margin-top: -50%;
  }

  .xl\:-mt-full{
    margin-top: -100%;
  }

  .xl\:-mt-span{
    margin-top: -8.333%;
  }

  .xl\:-mt-2span{
    margin-top: -16.666%;
  }

  .xl\:-mt-px{
    margin-top: -1px;
  }

  .xl\:mr-0{
    margin-right: 0;
  }

  .xl\:mr-4{
    margin-right: 0.25rem;
  }

  .xl\:mr-8{
    margin-right: 0.5rem;
  }

  .xl\:mr-12{
    margin-right: 0.75rem;
  }

  .xl\:mr-16{
    margin-right: 1rem;
  }

  .xl\:mr-20{
    margin-right: 1.25rem;
  }

  .xl\:mr-24{
    margin-right: 1.5rem;
  }

  .xl\:mr-32{
    margin-right: 2rem;
  }

  .xl\:mr-40{
    margin-right: 2.5rem;
  }

  .xl\:mr-48{
    margin-right: 3rem;
  }

  .xl\:mr-56{
    margin-right: 3.5rem;
  }

  .xl\:mr-64{
    margin-right: 4rem;
  }

  .xl\:mr-80{
    margin-right: 5rem;
  }

  .xl\:mr-96{
    margin-right: 6rem;
  }

  .xl\:mr-104{
    margin-right: 6.5rem;
  }

  .xl\:mr-112{
    margin-right: 7rem;
  }

  .xl\:mr-128{
    margin-right: 8rem;
  }

  .xl\:mr-140{
    margin-right: 8.75rem;
  }

  .xl\:mr-160{
    margin-right: 10rem;
  }

  .xl\:mr-180{
    margin-right: 11.25rem;
  }

  .xl\:mr-200{
    margin-right: 12.5rem;
  }

  .xl\:mr-224{
    margin-right: 14rem;
  }

  .xl\:mr-240{
    margin-right: 15rem;
  }

  .xl\:mr-260{
    margin-right: 16.25rem;
  }

  .xl\:mr-300{
    margin-right: 18.75rem;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:-mr-78\%{
    margin-right: -78%;
  }

  .xl\:-mr-80\%{
    margin-right: -80%;
  }

  .xl\:-mr-50\%{
    margin-right: -50%;
  }

  .xl\:-mr-35\%{
    margin-right: -35%;
  }

  .xl\:-mr-128{
    margin-right: -8rem;
  }

  .xl\:-mr-96{
    margin-right: -6rem;
  }

  .xl\:-mr-64{
    margin-right: -4rem;
  }

  .xl\:-mr-32{
    margin-right: -2rem;
  }

  .xl\:-mr-8{
    margin-right: -0.5rem;
  }

  .xl\:mr-5\%{
    margin-right: 5%;
  }

  .xl\:mr-10\%{
    margin-right: 10%;
  }

  .xl\:mr-15\%{
    margin-right: 15%;
  }

  .xl\:mr-20\%{
    margin-right: 20%;
  }

  .xl\:mr-25\%{
    margin-right: 25%;
  }

  .xl\:mr-30\%{
    margin-right: 30%;
  }

  .xl\:mr-31\%{
    margin-right: 31%;
  }

  .xl\:mr-33\%{
    margin-right: 33.333%;
  }

  .xl\:mr-34\%{
    margin-right: 34%;
  }

  .xl\:mr-45\%{
    margin-right: 45%;
  }

  .xl\:mr-50\%{
    margin-right: 50%;
  }

  .xl\:mr-54\%{
    margin-right: 54%;
  }

  .xl\:mr-75\%{
    margin-right: 75%;
  }

  .xl\:mr-55\%{
    margin-right: 55%;
  }

  .xl\:mr-65\%{
    margin-right: 65%;
  }

  .xl\:mr-66\%{
    margin-right: 66%;
  }

  .xl\:mr-85\%{
    margin-right: 85%;
  }

  .xl\:mr-96\%{
    margin-right: 96%;
  }

  .xl\:mr-130\%{
    margin-right: 130%;
  }

  .xl\:mr-135\%{
    margin-right: 135%;
  }

  .xl\:mr-200\%{
    margin-right: 200%;
  }

  .xl\:mr-16\/9{
    margin-right: 56.25%;
  }

  .xl\:mr-1\/2{
    margin-right: 50%;
  }

  .xl\:mr-full{
    margin-right: 100%;
  }

  .xl\:mr-span{
    margin-right: 8.333%;
  }

  .xl\:mr-2span{
    margin-right: 16.666%;
  }

  .xl\:mr-px{
    margin-right: 1px;
  }

  .xl\:-mr-4{
    margin-right: -0.25rem;
  }

  .xl\:-mr-12{
    margin-right: -0.75rem;
  }

  .xl\:-mr-16{
    margin-right: -1rem;
  }

  .xl\:-mr-20{
    margin-right: -1.25rem;
  }

  .xl\:-mr-24{
    margin-right: -1.5rem;
  }

  .xl\:-mr-40{
    margin-right: -2.5rem;
  }

  .xl\:-mr-48{
    margin-right: -3rem;
  }

  .xl\:-mr-56{
    margin-right: -3.5rem;
  }

  .xl\:-mr-80{
    margin-right: -5rem;
  }

  .xl\:-mr-104{
    margin-right: -6.5rem;
  }

  .xl\:-mr-112{
    margin-right: -7rem;
  }

  .xl\:-mr-140{
    margin-right: -8.75rem;
  }

  .xl\:-mr-160{
    margin-right: -10rem;
  }

  .xl\:-mr-180{
    margin-right: -11.25rem;
  }

  .xl\:-mr-200{
    margin-right: -12.5rem;
  }

  .xl\:-mr-224{
    margin-right: -14rem;
  }

  .xl\:-mr-240{
    margin-right: -15rem;
  }

  .xl\:-mr-260{
    margin-right: -16.25rem;
  }

  .xl\:-mr-300{
    margin-right: -18.75rem;
  }

  .xl\:-mr--78\%{
    margin-right: 78%;
  }

  .xl\:-mr--80\%{
    margin-right: 80%;
  }

  .xl\:-mr--50\%{
    margin-right: 50%;
  }

  .xl\:-mr--35\%{
    margin-right: 35%;
  }

  .xl\:-mr--128{
    margin-right: 8rem;
  }

  .xl\:-mr--96{
    margin-right: 6rem;
  }

  .xl\:-mr--64{
    margin-right: 4rem;
  }

  .xl\:-mr--32{
    margin-right: 2rem;
  }

  .xl\:-mr--8{
    margin-right: 0.5rem;
  }

  .xl\:-mr-5\%{
    margin-right: -5%;
  }

  .xl\:-mr-10\%{
    margin-right: -10%;
  }

  .xl\:-mr-15\%{
    margin-right: -15%;
  }

  .xl\:-mr-20\%{
    margin-right: -20%;
  }

  .xl\:-mr-25\%{
    margin-right: -25%;
  }

  .xl\:-mr-30\%{
    margin-right: -30%;
  }

  .xl\:-mr-31\%{
    margin-right: -31%;
  }

  .xl\:-mr-33\%{
    margin-right: -33.333%;
  }

  .xl\:-mr-34\%{
    margin-right: -34%;
  }

  .xl\:-mr-45\%{
    margin-right: -45%;
  }

  .xl\:-mr-54\%{
    margin-right: -54%;
  }

  .xl\:-mr-75\%{
    margin-right: -75%;
  }

  .xl\:-mr-55\%{
    margin-right: -55%;
  }

  .xl\:-mr-65\%{
    margin-right: -65%;
  }

  .xl\:-mr-66\%{
    margin-right: -66%;
  }

  .xl\:-mr-85\%{
    margin-right: -85%;
  }

  .xl\:-mr-96\%{
    margin-right: -96%;
  }

  .xl\:-mr-130\%{
    margin-right: -130%;
  }

  .xl\:-mr-135\%{
    margin-right: -135%;
  }

  .xl\:-mr-200\%{
    margin-right: -200%;
  }

  .xl\:-mr-16\/9{
    margin-right: -56.25%;
  }

  .xl\:-mr-1\/2{
    margin-right: -50%;
  }

  .xl\:-mr-full{
    margin-right: -100%;
  }

  .xl\:-mr-span{
    margin-right: -8.333%;
  }

  .xl\:-mr-2span{
    margin-right: -16.666%;
  }

  .xl\:-mr-px{
    margin-right: -1px;
  }

  .xl\:mb-0{
    margin-bottom: 0;
  }

  .xl\:mb-4{
    margin-bottom: 0.25rem;
  }

  .xl\:mb-8{
    margin-bottom: 0.5rem;
  }

  .xl\:mb-12{
    margin-bottom: 0.75rem;
  }

  .xl\:mb-16{
    margin-bottom: 1rem;
  }

  .xl\:mb-20{
    margin-bottom: 1.25rem;
  }

  .xl\:mb-24{
    margin-bottom: 1.5rem;
  }

  .xl\:mb-32{
    margin-bottom: 2rem;
  }

  .xl\:mb-40{
    margin-bottom: 2.5rem;
  }

  .xl\:mb-48{
    margin-bottom: 3rem;
  }

  .xl\:mb-56{
    margin-bottom: 3.5rem;
  }

  .xl\:mb-64{
    margin-bottom: 4rem;
  }

  .xl\:mb-80{
    margin-bottom: 5rem;
  }

  .xl\:mb-96{
    margin-bottom: 6rem;
  }

  .xl\:mb-104{
    margin-bottom: 6.5rem;
  }

  .xl\:mb-112{
    margin-bottom: 7rem;
  }

  .xl\:mb-128{
    margin-bottom: 8rem;
  }

  .xl\:mb-140{
    margin-bottom: 8.75rem;
  }

  .xl\:mb-160{
    margin-bottom: 10rem;
  }

  .xl\:mb-180{
    margin-bottom: 11.25rem;
  }

  .xl\:mb-200{
    margin-bottom: 12.5rem;
  }

  .xl\:mb-224{
    margin-bottom: 14rem;
  }

  .xl\:mb-240{
    margin-bottom: 15rem;
  }

  .xl\:mb-260{
    margin-bottom: 16.25rem;
  }

  .xl\:mb-300{
    margin-bottom: 18.75rem;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:-mb-78\%{
    margin-bottom: -78%;
  }

  .xl\:-mb-80\%{
    margin-bottom: -80%;
  }

  .xl\:-mb-50\%{
    margin-bottom: -50%;
  }

  .xl\:-mb-35\%{
    margin-bottom: -35%;
  }

  .xl\:-mb-128{
    margin-bottom: -8rem;
  }

  .xl\:-mb-96{
    margin-bottom: -6rem;
  }

  .xl\:-mb-64{
    margin-bottom: -4rem;
  }

  .xl\:-mb-32{
    margin-bottom: -2rem;
  }

  .xl\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .xl\:mb-5\%{
    margin-bottom: 5%;
  }

  .xl\:mb-10\%{
    margin-bottom: 10%;
  }

  .xl\:mb-15\%{
    margin-bottom: 15%;
  }

  .xl\:mb-20\%{
    margin-bottom: 20%;
  }

  .xl\:mb-25\%{
    margin-bottom: 25%;
  }

  .xl\:mb-30\%{
    margin-bottom: 30%;
  }

  .xl\:mb-31\%{
    margin-bottom: 31%;
  }

  .xl\:mb-33\%{
    margin-bottom: 33.333%;
  }

  .xl\:mb-34\%{
    margin-bottom: 34%;
  }

  .xl\:mb-45\%{
    margin-bottom: 45%;
  }

  .xl\:mb-50\%{
    margin-bottom: 50%;
  }

  .xl\:mb-54\%{
    margin-bottom: 54%;
  }

  .xl\:mb-75\%{
    margin-bottom: 75%;
  }

  .xl\:mb-55\%{
    margin-bottom: 55%;
  }

  .xl\:mb-65\%{
    margin-bottom: 65%;
  }

  .xl\:mb-66\%{
    margin-bottom: 66%;
  }

  .xl\:mb-85\%{
    margin-bottom: 85%;
  }

  .xl\:mb-96\%{
    margin-bottom: 96%;
  }

  .xl\:mb-130\%{
    margin-bottom: 130%;
  }

  .xl\:mb-135\%{
    margin-bottom: 135%;
  }

  .xl\:mb-200\%{
    margin-bottom: 200%;
  }

  .xl\:mb-16\/9{
    margin-bottom: 56.25%;
  }

  .xl\:mb-1\/2{
    margin-bottom: 50%;
  }

  .xl\:mb-full{
    margin-bottom: 100%;
  }

  .xl\:mb-span{
    margin-bottom: 8.333%;
  }

  .xl\:mb-2span{
    margin-bottom: 16.666%;
  }

  .xl\:mb-px{
    margin-bottom: 1px;
  }

  .xl\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .xl\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .xl\:-mb-16{
    margin-bottom: -1rem;
  }

  .xl\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .xl\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .xl\:-mb-48{
    margin-bottom: -3rem;
  }

  .xl\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .xl\:-mb-80{
    margin-bottom: -5rem;
  }

  .xl\:-mb-104{
    margin-bottom: -6.5rem;
  }

  .xl\:-mb-112{
    margin-bottom: -7rem;
  }

  .xl\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .xl\:-mb-160{
    margin-bottom: -10rem;
  }

  .xl\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .xl\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .xl\:-mb-224{
    margin-bottom: -14rem;
  }

  .xl\:-mb-240{
    margin-bottom: -15rem;
  }

  .xl\:-mb-260{
    margin-bottom: -16.25rem;
  }

  .xl\:-mb-300{
    margin-bottom: -18.75rem;
  }

  .xl\:-mb--78\%{
    margin-bottom: 78%;
  }

  .xl\:-mb--80\%{
    margin-bottom: 80%;
  }

  .xl\:-mb--50\%{
    margin-bottom: 50%;
  }

  .xl\:-mb--35\%{
    margin-bottom: 35%;
  }

  .xl\:-mb--128{
    margin-bottom: 8rem;
  }

  .xl\:-mb--96{
    margin-bottom: 6rem;
  }

  .xl\:-mb--64{
    margin-bottom: 4rem;
  }

  .xl\:-mb--32{
    margin-bottom: 2rem;
  }

  .xl\:-mb--8{
    margin-bottom: 0.5rem;
  }

  .xl\:-mb-5\%{
    margin-bottom: -5%;
  }

  .xl\:-mb-10\%{
    margin-bottom: -10%;
  }

  .xl\:-mb-15\%{
    margin-bottom: -15%;
  }

  .xl\:-mb-20\%{
    margin-bottom: -20%;
  }

  .xl\:-mb-25\%{
    margin-bottom: -25%;
  }

  .xl\:-mb-30\%{
    margin-bottom: -30%;
  }

  .xl\:-mb-31\%{
    margin-bottom: -31%;
  }

  .xl\:-mb-33\%{
    margin-bottom: -33.333%;
  }

  .xl\:-mb-34\%{
    margin-bottom: -34%;
  }

  .xl\:-mb-45\%{
    margin-bottom: -45%;
  }

  .xl\:-mb-54\%{
    margin-bottom: -54%;
  }

  .xl\:-mb-75\%{
    margin-bottom: -75%;
  }

  .xl\:-mb-55\%{
    margin-bottom: -55%;
  }

  .xl\:-mb-65\%{
    margin-bottom: -65%;
  }

  .xl\:-mb-66\%{
    margin-bottom: -66%;
  }

  .xl\:-mb-85\%{
    margin-bottom: -85%;
  }

  .xl\:-mb-96\%{
    margin-bottom: -96%;
  }

  .xl\:-mb-130\%{
    margin-bottom: -130%;
  }

  .xl\:-mb-135\%{
    margin-bottom: -135%;
  }

  .xl\:-mb-200\%{
    margin-bottom: -200%;
  }

  .xl\:-mb-16\/9{
    margin-bottom: -56.25%;
  }

  .xl\:-mb-1\/2{
    margin-bottom: -50%;
  }

  .xl\:-mb-full{
    margin-bottom: -100%;
  }

  .xl\:-mb-span{
    margin-bottom: -8.333%;
  }

  .xl\:-mb-2span{
    margin-bottom: -16.666%;
  }

  .xl\:-mb-px{
    margin-bottom: -1px;
  }

  .xl\:ml-0{
    margin-left: 0;
  }

  .xl\:ml-4{
    margin-left: 0.25rem;
  }

  .xl\:ml-8{
    margin-left: 0.5rem;
  }

  .xl\:ml-12{
    margin-left: 0.75rem;
  }

  .xl\:ml-16{
    margin-left: 1rem;
  }

  .xl\:ml-20{
    margin-left: 1.25rem;
  }

  .xl\:ml-24{
    margin-left: 1.5rem;
  }

  .xl\:ml-32{
    margin-left: 2rem;
  }

  .xl\:ml-40{
    margin-left: 2.5rem;
  }

  .xl\:ml-48{
    margin-left: 3rem;
  }

  .xl\:ml-56{
    margin-left: 3.5rem;
  }

  .xl\:ml-64{
    margin-left: 4rem;
  }

  .xl\:ml-80{
    margin-left: 5rem;
  }

  .xl\:ml-96{
    margin-left: 6rem;
  }

  .xl\:ml-104{
    margin-left: 6.5rem;
  }

  .xl\:ml-112{
    margin-left: 7rem;
  }

  .xl\:ml-128{
    margin-left: 8rem;
  }

  .xl\:ml-140{
    margin-left: 8.75rem;
  }

  .xl\:ml-160{
    margin-left: 10rem;
  }

  .xl\:ml-180{
    margin-left: 11.25rem;
  }

  .xl\:ml-200{
    margin-left: 12.5rem;
  }

  .xl\:ml-224{
    margin-left: 14rem;
  }

  .xl\:ml-240{
    margin-left: 15rem;
  }

  .xl\:ml-260{
    margin-left: 16.25rem;
  }

  .xl\:ml-300{
    margin-left: 18.75rem;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:-ml-78\%{
    margin-left: -78%;
  }

  .xl\:-ml-80\%{
    margin-left: -80%;
  }

  .xl\:-ml-50\%{
    margin-left: -50%;
  }

  .xl\:-ml-35\%{
    margin-left: -35%;
  }

  .xl\:-ml-128{
    margin-left: -8rem;
  }

  .xl\:-ml-96{
    margin-left: -6rem;
  }

  .xl\:-ml-64{
    margin-left: -4rem;
  }

  .xl\:-ml-32{
    margin-left: -2rem;
  }

  .xl\:-ml-8{
    margin-left: -0.5rem;
  }

  .xl\:ml-5\%{
    margin-left: 5%;
  }

  .xl\:ml-10\%{
    margin-left: 10%;
  }

  .xl\:ml-15\%{
    margin-left: 15%;
  }

  .xl\:ml-20\%{
    margin-left: 20%;
  }

  .xl\:ml-25\%{
    margin-left: 25%;
  }

  .xl\:ml-30\%{
    margin-left: 30%;
  }

  .xl\:ml-31\%{
    margin-left: 31%;
  }

  .xl\:ml-33\%{
    margin-left: 33.333%;
  }

  .xl\:ml-34\%{
    margin-left: 34%;
  }

  .xl\:ml-45\%{
    margin-left: 45%;
  }

  .xl\:ml-50\%{
    margin-left: 50%;
  }

  .xl\:ml-54\%{
    margin-left: 54%;
  }

  .xl\:ml-75\%{
    margin-left: 75%;
  }

  .xl\:ml-55\%{
    margin-left: 55%;
  }

  .xl\:ml-65\%{
    margin-left: 65%;
  }

  .xl\:ml-66\%{
    margin-left: 66%;
  }

  .xl\:ml-85\%{
    margin-left: 85%;
  }

  .xl\:ml-96\%{
    margin-left: 96%;
  }

  .xl\:ml-130\%{
    margin-left: 130%;
  }

  .xl\:ml-135\%{
    margin-left: 135%;
  }

  .xl\:ml-200\%{
    margin-left: 200%;
  }

  .xl\:ml-16\/9{
    margin-left: 56.25%;
  }

  .xl\:ml-1\/2{
    margin-left: 50%;
  }

  .xl\:ml-full{
    margin-left: 100%;
  }

  .xl\:ml-span{
    margin-left: 8.333%;
  }

  .xl\:ml-2span{
    margin-left: 16.666%;
  }

  .xl\:ml-px{
    margin-left: 1px;
  }

  .xl\:-ml-4{
    margin-left: -0.25rem;
  }

  .xl\:-ml-12{
    margin-left: -0.75rem;
  }

  .xl\:-ml-16{
    margin-left: -1rem;
  }

  .xl\:-ml-20{
    margin-left: -1.25rem;
  }

  .xl\:-ml-24{
    margin-left: -1.5rem;
  }

  .xl\:-ml-40{
    margin-left: -2.5rem;
  }

  .xl\:-ml-48{
    margin-left: -3rem;
  }

  .xl\:-ml-56{
    margin-left: -3.5rem;
  }

  .xl\:-ml-80{
    margin-left: -5rem;
  }

  .xl\:-ml-104{
    margin-left: -6.5rem;
  }

  .xl\:-ml-112{
    margin-left: -7rem;
  }

  .xl\:-ml-140{
    margin-left: -8.75rem;
  }

  .xl\:-ml-160{
    margin-left: -10rem;
  }

  .xl\:-ml-180{
    margin-left: -11.25rem;
  }

  .xl\:-ml-200{
    margin-left: -12.5rem;
  }

  .xl\:-ml-224{
    margin-left: -14rem;
  }

  .xl\:-ml-240{
    margin-left: -15rem;
  }

  .xl\:-ml-260{
    margin-left: -16.25rem;
  }

  .xl\:-ml-300{
    margin-left: -18.75rem;
  }

  .xl\:-ml--78\%{
    margin-left: 78%;
  }

  .xl\:-ml--80\%{
    margin-left: 80%;
  }

  .xl\:-ml--50\%{
    margin-left: 50%;
  }

  .xl\:-ml--35\%{
    margin-left: 35%;
  }

  .xl\:-ml--128{
    margin-left: 8rem;
  }

  .xl\:-ml--96{
    margin-left: 6rem;
  }

  .xl\:-ml--64{
    margin-left: 4rem;
  }

  .xl\:-ml--32{
    margin-left: 2rem;
  }

  .xl\:-ml--8{
    margin-left: 0.5rem;
  }

  .xl\:-ml-5\%{
    margin-left: -5%;
  }

  .xl\:-ml-10\%{
    margin-left: -10%;
  }

  .xl\:-ml-15\%{
    margin-left: -15%;
  }

  .xl\:-ml-20\%{
    margin-left: -20%;
  }

  .xl\:-ml-25\%{
    margin-left: -25%;
  }

  .xl\:-ml-30\%{
    margin-left: -30%;
  }

  .xl\:-ml-31\%{
    margin-left: -31%;
  }

  .xl\:-ml-33\%{
    margin-left: -33.333%;
  }

  .xl\:-ml-34\%{
    margin-left: -34%;
  }

  .xl\:-ml-45\%{
    margin-left: -45%;
  }

  .xl\:-ml-54\%{
    margin-left: -54%;
  }

  .xl\:-ml-75\%{
    margin-left: -75%;
  }

  .xl\:-ml-55\%{
    margin-left: -55%;
  }

  .xl\:-ml-65\%{
    margin-left: -65%;
  }

  .xl\:-ml-66\%{
    margin-left: -66%;
  }

  .xl\:-ml-85\%{
    margin-left: -85%;
  }

  .xl\:-ml-96\%{
    margin-left: -96%;
  }

  .xl\:-ml-130\%{
    margin-left: -130%;
  }

  .xl\:-ml-135\%{
    margin-left: -135%;
  }

  .xl\:-ml-200\%{
    margin-left: -200%;
  }

  .xl\:-ml-16\/9{
    margin-left: -56.25%;
  }

  .xl\:-ml-1\/2{
    margin-left: -50%;
  }

  .xl\:-ml-full{
    margin-left: -100%;
  }

  .xl\:-ml-span{
    margin-left: -8.333%;
  }

  .xl\:-ml-2span{
    margin-left: -16.666%;
  }

  .xl\:-ml-px{
    margin-left: -1px;
  }

  .xl\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .xl\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .xl\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .xl\:last\:mt-12:last-child{
    margin-top: 0.75rem;
  }

  .xl\:last\:mt-16:last-child{
    margin-top: 1rem;
  }

  .xl\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .xl\:last\:mt-24:last-child{
    margin-top: 1.5rem;
  }

  .xl\:last\:mt-32:last-child{
    margin-top: 2rem;
  }

  .xl\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .xl\:last\:mt-48:last-child{
    margin-top: 3rem;
  }

  .xl\:last\:mt-56:last-child{
    margin-top: 3.5rem;
  }

  .xl\:last\:mt-64:last-child{
    margin-top: 4rem;
  }

  .xl\:last\:mt-80:last-child{
    margin-top: 5rem;
  }

  .xl\:last\:mt-96:last-child{
    margin-top: 6rem;
  }

  .xl\:last\:mt-104:last-child{
    margin-top: 6.5rem;
  }

  .xl\:last\:mt-112:last-child{
    margin-top: 7rem;
  }

  .xl\:last\:mt-128:last-child{
    margin-top: 8rem;
  }

  .xl\:last\:mt-140:last-child{
    margin-top: 8.75rem;
  }

  .xl\:last\:mt-160:last-child{
    margin-top: 10rem;
  }

  .xl\:last\:mt-180:last-child{
    margin-top: 11.25rem;
  }

  .xl\:last\:mt-200:last-child{
    margin-top: 12.5rem;
  }

  .xl\:last\:mt-224:last-child{
    margin-top: 14rem;
  }

  .xl\:last\:mt-240:last-child{
    margin-top: 15rem;
  }

  .xl\:last\:mt-260:last-child{
    margin-top: 16.25rem;
  }

  .xl\:last\:mt-300:last-child{
    margin-top: 18.75rem;
  }

  .xl\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .xl\:last\:-mt-78\%:last-child{
    margin-top: -78%;
  }

  .xl\:last\:-mt-80\%:last-child{
    margin-top: -80%;
  }

  .xl\:last\:-mt-50\%:last-child{
    margin-top: -50%;
  }

  .xl\:last\:-mt-35\%:last-child{
    margin-top: -35%;
  }

  .xl\:last\:-mt-128:last-child{
    margin-top: -8rem;
  }

  .xl\:last\:-mt-96:last-child{
    margin-top: -6rem;
  }

  .xl\:last\:-mt-64:last-child{
    margin-top: -4rem;
  }

  .xl\:last\:-mt-32:last-child{
    margin-top: -2rem;
  }

  .xl\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .xl\:last\:mt-5\%:last-child{
    margin-top: 5%;
  }

  .xl\:last\:mt-10\%:last-child{
    margin-top: 10%;
  }

  .xl\:last\:mt-15\%:last-child{
    margin-top: 15%;
  }

  .xl\:last\:mt-20\%:last-child{
    margin-top: 20%;
  }

  .xl\:last\:mt-25\%:last-child{
    margin-top: 25%;
  }

  .xl\:last\:mt-30\%:last-child{
    margin-top: 30%;
  }

  .xl\:last\:mt-31\%:last-child{
    margin-top: 31%;
  }

  .xl\:last\:mt-33\%:last-child{
    margin-top: 33.333%;
  }

  .xl\:last\:mt-34\%:last-child{
    margin-top: 34%;
  }

  .xl\:last\:mt-45\%:last-child{
    margin-top: 45%;
  }

  .xl\:last\:mt-50\%:last-child{
    margin-top: 50%;
  }

  .xl\:last\:mt-54\%:last-child{
    margin-top: 54%;
  }

  .xl\:last\:mt-75\%:last-child{
    margin-top: 75%;
  }

  .xl\:last\:mt-55\%:last-child{
    margin-top: 55%;
  }

  .xl\:last\:mt-65\%:last-child{
    margin-top: 65%;
  }

  .xl\:last\:mt-66\%:last-child{
    margin-top: 66%;
  }

  .xl\:last\:mt-85\%:last-child{
    margin-top: 85%;
  }

  .xl\:last\:mt-96\%:last-child{
    margin-top: 96%;
  }

  .xl\:last\:mt-130\%:last-child{
    margin-top: 130%;
  }

  .xl\:last\:mt-135\%:last-child{
    margin-top: 135%;
  }

  .xl\:last\:mt-200\%:last-child{
    margin-top: 200%;
  }

  .xl\:last\:mt-16\/9:last-child{
    margin-top: 56.25%;
  }

  .xl\:last\:mt-1\/2:last-child{
    margin-top: 50%;
  }

  .xl\:last\:mt-full:last-child{
    margin-top: 100%;
  }

  .xl\:last\:mt-span:last-child{
    margin-top: 8.333%;
  }

  .xl\:last\:mt-2span:last-child{
    margin-top: 16.666%;
  }

  .xl\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .xl\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .xl\:last\:-mt-12:last-child{
    margin-top: -0.75rem;
  }

  .xl\:last\:-mt-16:last-child{
    margin-top: -1rem;
  }

  .xl\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .xl\:last\:-mt-24:last-child{
    margin-top: -1.5rem;
  }

  .xl\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .xl\:last\:-mt-48:last-child{
    margin-top: -3rem;
  }

  .xl\:last\:-mt-56:last-child{
    margin-top: -3.5rem;
  }

  .xl\:last\:-mt-80:last-child{
    margin-top: -5rem;
  }

  .xl\:last\:-mt-104:last-child{
    margin-top: -6.5rem;
  }

  .xl\:last\:-mt-112:last-child{
    margin-top: -7rem;
  }

  .xl\:last\:-mt-140:last-child{
    margin-top: -8.75rem;
  }

  .xl\:last\:-mt-160:last-child{
    margin-top: -10rem;
  }

  .xl\:last\:-mt-180:last-child{
    margin-top: -11.25rem;
  }

  .xl\:last\:-mt-200:last-child{
    margin-top: -12.5rem;
  }

  .xl\:last\:-mt-224:last-child{
    margin-top: -14rem;
  }

  .xl\:last\:-mt-240:last-child{
    margin-top: -15rem;
  }

  .xl\:last\:-mt-260:last-child{
    margin-top: -16.25rem;
  }

  .xl\:last\:-mt-300:last-child{
    margin-top: -18.75rem;
  }

  .xl\:last\:-mt--78\%:last-child{
    margin-top: 78%;
  }

  .xl\:last\:-mt--80\%:last-child{
    margin-top: 80%;
  }

  .xl\:last\:-mt--50\%:last-child{
    margin-top: 50%;
  }

  .xl\:last\:-mt--35\%:last-child{
    margin-top: 35%;
  }

  .xl\:last\:-mt--128:last-child{
    margin-top: 8rem;
  }

  .xl\:last\:-mt--96:last-child{
    margin-top: 6rem;
  }

  .xl\:last\:-mt--64:last-child{
    margin-top: 4rem;
  }

  .xl\:last\:-mt--32:last-child{
    margin-top: 2rem;
  }

  .xl\:last\:-mt--8:last-child{
    margin-top: 0.5rem;
  }

  .xl\:last\:-mt-5\%:last-child{
    margin-top: -5%;
  }

  .xl\:last\:-mt-10\%:last-child{
    margin-top: -10%;
  }

  .xl\:last\:-mt-15\%:last-child{
    margin-top: -15%;
  }

  .xl\:last\:-mt-20\%:last-child{
    margin-top: -20%;
  }

  .xl\:last\:-mt-25\%:last-child{
    margin-top: -25%;
  }

  .xl\:last\:-mt-30\%:last-child{
    margin-top: -30%;
  }

  .xl\:last\:-mt-31\%:last-child{
    margin-top: -31%;
  }

  .xl\:last\:-mt-33\%:last-child{
    margin-top: -33.333%;
  }

  .xl\:last\:-mt-34\%:last-child{
    margin-top: -34%;
  }

  .xl\:last\:-mt-45\%:last-child{
    margin-top: -45%;
  }

  .xl\:last\:-mt-54\%:last-child{
    margin-top: -54%;
  }

  .xl\:last\:-mt-75\%:last-child{
    margin-top: -75%;
  }

  .xl\:last\:-mt-55\%:last-child{
    margin-top: -55%;
  }

  .xl\:last\:-mt-65\%:last-child{
    margin-top: -65%;
  }

  .xl\:last\:-mt-66\%:last-child{
    margin-top: -66%;
  }

  .xl\:last\:-mt-85\%:last-child{
    margin-top: -85%;
  }

  .xl\:last\:-mt-96\%:last-child{
    margin-top: -96%;
  }

  .xl\:last\:-mt-130\%:last-child{
    margin-top: -130%;
  }

  .xl\:last\:-mt-135\%:last-child{
    margin-top: -135%;
  }

  .xl\:last\:-mt-200\%:last-child{
    margin-top: -200%;
  }

  .xl\:last\:-mt-16\/9:last-child{
    margin-top: -56.25%;
  }

  .xl\:last\:-mt-1\/2:last-child{
    margin-top: -50%;
  }

  .xl\:last\:-mt-full:last-child{
    margin-top: -100%;
  }

  .xl\:last\:-mt-span:last-child{
    margin-top: -8.333%;
  }

  .xl\:last\:-mt-2span:last-child{
    margin-top: -16.666%;
  }

  .xl\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .xl\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .xl\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .xl\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .xl\:last\:mr-12:last-child{
    margin-right: 0.75rem;
  }

  .xl\:last\:mr-16:last-child{
    margin-right: 1rem;
  }

  .xl\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .xl\:last\:mr-24:last-child{
    margin-right: 1.5rem;
  }

  .xl\:last\:mr-32:last-child{
    margin-right: 2rem;
  }

  .xl\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .xl\:last\:mr-48:last-child{
    margin-right: 3rem;
  }

  .xl\:last\:mr-56:last-child{
    margin-right: 3.5rem;
  }

  .xl\:last\:mr-64:last-child{
    margin-right: 4rem;
  }

  .xl\:last\:mr-80:last-child{
    margin-right: 5rem;
  }

  .xl\:last\:mr-96:last-child{
    margin-right: 6rem;
  }

  .xl\:last\:mr-104:last-child{
    margin-right: 6.5rem;
  }

  .xl\:last\:mr-112:last-child{
    margin-right: 7rem;
  }

  .xl\:last\:mr-128:last-child{
    margin-right: 8rem;
  }

  .xl\:last\:mr-140:last-child{
    margin-right: 8.75rem;
  }

  .xl\:last\:mr-160:last-child{
    margin-right: 10rem;
  }

  .xl\:last\:mr-180:last-child{
    margin-right: 11.25rem;
  }

  .xl\:last\:mr-200:last-child{
    margin-right: 12.5rem;
  }

  .xl\:last\:mr-224:last-child{
    margin-right: 14rem;
  }

  .xl\:last\:mr-240:last-child{
    margin-right: 15rem;
  }

  .xl\:last\:mr-260:last-child{
    margin-right: 16.25rem;
  }

  .xl\:last\:mr-300:last-child{
    margin-right: 18.75rem;
  }

  .xl\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .xl\:last\:-mr-78\%:last-child{
    margin-right: -78%;
  }

  .xl\:last\:-mr-80\%:last-child{
    margin-right: -80%;
  }

  .xl\:last\:-mr-50\%:last-child{
    margin-right: -50%;
  }

  .xl\:last\:-mr-35\%:last-child{
    margin-right: -35%;
  }

  .xl\:last\:-mr-128:last-child{
    margin-right: -8rem;
  }

  .xl\:last\:-mr-96:last-child{
    margin-right: -6rem;
  }

  .xl\:last\:-mr-64:last-child{
    margin-right: -4rem;
  }

  .xl\:last\:-mr-32:last-child{
    margin-right: -2rem;
  }

  .xl\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .xl\:last\:mr-5\%:last-child{
    margin-right: 5%;
  }

  .xl\:last\:mr-10\%:last-child{
    margin-right: 10%;
  }

  .xl\:last\:mr-15\%:last-child{
    margin-right: 15%;
  }

  .xl\:last\:mr-20\%:last-child{
    margin-right: 20%;
  }

  .xl\:last\:mr-25\%:last-child{
    margin-right: 25%;
  }

  .xl\:last\:mr-30\%:last-child{
    margin-right: 30%;
  }

  .xl\:last\:mr-31\%:last-child{
    margin-right: 31%;
  }

  .xl\:last\:mr-33\%:last-child{
    margin-right: 33.333%;
  }

  .xl\:last\:mr-34\%:last-child{
    margin-right: 34%;
  }

  .xl\:last\:mr-45\%:last-child{
    margin-right: 45%;
  }

  .xl\:last\:mr-50\%:last-child{
    margin-right: 50%;
  }

  .xl\:last\:mr-54\%:last-child{
    margin-right: 54%;
  }

  .xl\:last\:mr-75\%:last-child{
    margin-right: 75%;
  }

  .xl\:last\:mr-55\%:last-child{
    margin-right: 55%;
  }

  .xl\:last\:mr-65\%:last-child{
    margin-right: 65%;
  }

  .xl\:last\:mr-66\%:last-child{
    margin-right: 66%;
  }

  .xl\:last\:mr-85\%:last-child{
    margin-right: 85%;
  }

  .xl\:last\:mr-96\%:last-child{
    margin-right: 96%;
  }

  .xl\:last\:mr-130\%:last-child{
    margin-right: 130%;
  }

  .xl\:last\:mr-135\%:last-child{
    margin-right: 135%;
  }

  .xl\:last\:mr-200\%:last-child{
    margin-right: 200%;
  }

  .xl\:last\:mr-16\/9:last-child{
    margin-right: 56.25%;
  }

  .xl\:last\:mr-1\/2:last-child{
    margin-right: 50%;
  }

  .xl\:last\:mr-full:last-child{
    margin-right: 100%;
  }

  .xl\:last\:mr-span:last-child{
    margin-right: 8.333%;
  }

  .xl\:last\:mr-2span:last-child{
    margin-right: 16.666%;
  }

  .xl\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .xl\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .xl\:last\:-mr-12:last-child{
    margin-right: -0.75rem;
  }

  .xl\:last\:-mr-16:last-child{
    margin-right: -1rem;
  }

  .xl\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .xl\:last\:-mr-24:last-child{
    margin-right: -1.5rem;
  }

  .xl\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .xl\:last\:-mr-48:last-child{
    margin-right: -3rem;
  }

  .xl\:last\:-mr-56:last-child{
    margin-right: -3.5rem;
  }

  .xl\:last\:-mr-80:last-child{
    margin-right: -5rem;
  }

  .xl\:last\:-mr-104:last-child{
    margin-right: -6.5rem;
  }

  .xl\:last\:-mr-112:last-child{
    margin-right: -7rem;
  }

  .xl\:last\:-mr-140:last-child{
    margin-right: -8.75rem;
  }

  .xl\:last\:-mr-160:last-child{
    margin-right: -10rem;
  }

  .xl\:last\:-mr-180:last-child{
    margin-right: -11.25rem;
  }

  .xl\:last\:-mr-200:last-child{
    margin-right: -12.5rem;
  }

  .xl\:last\:-mr-224:last-child{
    margin-right: -14rem;
  }

  .xl\:last\:-mr-240:last-child{
    margin-right: -15rem;
  }

  .xl\:last\:-mr-260:last-child{
    margin-right: -16.25rem;
  }

  .xl\:last\:-mr-300:last-child{
    margin-right: -18.75rem;
  }

  .xl\:last\:-mr--78\%:last-child{
    margin-right: 78%;
  }

  .xl\:last\:-mr--80\%:last-child{
    margin-right: 80%;
  }

  .xl\:last\:-mr--50\%:last-child{
    margin-right: 50%;
  }

  .xl\:last\:-mr--35\%:last-child{
    margin-right: 35%;
  }

  .xl\:last\:-mr--128:last-child{
    margin-right: 8rem;
  }

  .xl\:last\:-mr--96:last-child{
    margin-right: 6rem;
  }

  .xl\:last\:-mr--64:last-child{
    margin-right: 4rem;
  }

  .xl\:last\:-mr--32:last-child{
    margin-right: 2rem;
  }

  .xl\:last\:-mr--8:last-child{
    margin-right: 0.5rem;
  }

  .xl\:last\:-mr-5\%:last-child{
    margin-right: -5%;
  }

  .xl\:last\:-mr-10\%:last-child{
    margin-right: -10%;
  }

  .xl\:last\:-mr-15\%:last-child{
    margin-right: -15%;
  }

  .xl\:last\:-mr-20\%:last-child{
    margin-right: -20%;
  }

  .xl\:last\:-mr-25\%:last-child{
    margin-right: -25%;
  }

  .xl\:last\:-mr-30\%:last-child{
    margin-right: -30%;
  }

  .xl\:last\:-mr-31\%:last-child{
    margin-right: -31%;
  }

  .xl\:last\:-mr-33\%:last-child{
    margin-right: -33.333%;
  }

  .xl\:last\:-mr-34\%:last-child{
    margin-right: -34%;
  }

  .xl\:last\:-mr-45\%:last-child{
    margin-right: -45%;
  }

  .xl\:last\:-mr-54\%:last-child{
    margin-right: -54%;
  }

  .xl\:last\:-mr-75\%:last-child{
    margin-right: -75%;
  }

  .xl\:last\:-mr-55\%:last-child{
    margin-right: -55%;
  }

  .xl\:last\:-mr-65\%:last-child{
    margin-right: -65%;
  }

  .xl\:last\:-mr-66\%:last-child{
    margin-right: -66%;
  }

  .xl\:last\:-mr-85\%:last-child{
    margin-right: -85%;
  }

  .xl\:last\:-mr-96\%:last-child{
    margin-right: -96%;
  }

  .xl\:last\:-mr-130\%:last-child{
    margin-right: -130%;
  }

  .xl\:last\:-mr-135\%:last-child{
    margin-right: -135%;
  }

  .xl\:last\:-mr-200\%:last-child{
    margin-right: -200%;
  }

  .xl\:last\:-mr-16\/9:last-child{
    margin-right: -56.25%;
  }

  .xl\:last\:-mr-1\/2:last-child{
    margin-right: -50%;
  }

  .xl\:last\:-mr-full:last-child{
    margin-right: -100%;
  }

  .xl\:last\:-mr-span:last-child{
    margin-right: -8.333%;
  }

  .xl\:last\:-mr-2span:last-child{
    margin-right: -16.666%;
  }

  .xl\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .xl\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .xl\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .xl\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .xl\:last\:mb-12:last-child{
    margin-bottom: 0.75rem;
  }

  .xl\:last\:mb-16:last-child{
    margin-bottom: 1rem;
  }

  .xl\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .xl\:last\:mb-24:last-child{
    margin-bottom: 1.5rem;
  }

  .xl\:last\:mb-32:last-child{
    margin-bottom: 2rem;
  }

  .xl\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .xl\:last\:mb-48:last-child{
    margin-bottom: 3rem;
  }

  .xl\:last\:mb-56:last-child{
    margin-bottom: 3.5rem;
  }

  .xl\:last\:mb-64:last-child{
    margin-bottom: 4rem;
  }

  .xl\:last\:mb-80:last-child{
    margin-bottom: 5rem;
  }

  .xl\:last\:mb-96:last-child{
    margin-bottom: 6rem;
  }

  .xl\:last\:mb-104:last-child{
    margin-bottom: 6.5rem;
  }

  .xl\:last\:mb-112:last-child{
    margin-bottom: 7rem;
  }

  .xl\:last\:mb-128:last-child{
    margin-bottom: 8rem;
  }

  .xl\:last\:mb-140:last-child{
    margin-bottom: 8.75rem;
  }

  .xl\:last\:mb-160:last-child{
    margin-bottom: 10rem;
  }

  .xl\:last\:mb-180:last-child{
    margin-bottom: 11.25rem;
  }

  .xl\:last\:mb-200:last-child{
    margin-bottom: 12.5rem;
  }

  .xl\:last\:mb-224:last-child{
    margin-bottom: 14rem;
  }

  .xl\:last\:mb-240:last-child{
    margin-bottom: 15rem;
  }

  .xl\:last\:mb-260:last-child{
    margin-bottom: 16.25rem;
  }

  .xl\:last\:mb-300:last-child{
    margin-bottom: 18.75rem;
  }

  .xl\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .xl\:last\:-mb-78\%:last-child{
    margin-bottom: -78%;
  }

  .xl\:last\:-mb-80\%:last-child{
    margin-bottom: -80%;
  }

  .xl\:last\:-mb-50\%:last-child{
    margin-bottom: -50%;
  }

  .xl\:last\:-mb-35\%:last-child{
    margin-bottom: -35%;
  }

  .xl\:last\:-mb-128:last-child{
    margin-bottom: -8rem;
  }

  .xl\:last\:-mb-96:last-child{
    margin-bottom: -6rem;
  }

  .xl\:last\:-mb-64:last-child{
    margin-bottom: -4rem;
  }

  .xl\:last\:-mb-32:last-child{
    margin-bottom: -2rem;
  }

  .xl\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .xl\:last\:mb-5\%:last-child{
    margin-bottom: 5%;
  }

  .xl\:last\:mb-10\%:last-child{
    margin-bottom: 10%;
  }

  .xl\:last\:mb-15\%:last-child{
    margin-bottom: 15%;
  }

  .xl\:last\:mb-20\%:last-child{
    margin-bottom: 20%;
  }

  .xl\:last\:mb-25\%:last-child{
    margin-bottom: 25%;
  }

  .xl\:last\:mb-30\%:last-child{
    margin-bottom: 30%;
  }

  .xl\:last\:mb-31\%:last-child{
    margin-bottom: 31%;
  }

  .xl\:last\:mb-33\%:last-child{
    margin-bottom: 33.333%;
  }

  .xl\:last\:mb-34\%:last-child{
    margin-bottom: 34%;
  }

  .xl\:last\:mb-45\%:last-child{
    margin-bottom: 45%;
  }

  .xl\:last\:mb-50\%:last-child{
    margin-bottom: 50%;
  }

  .xl\:last\:mb-54\%:last-child{
    margin-bottom: 54%;
  }

  .xl\:last\:mb-75\%:last-child{
    margin-bottom: 75%;
  }

  .xl\:last\:mb-55\%:last-child{
    margin-bottom: 55%;
  }

  .xl\:last\:mb-65\%:last-child{
    margin-bottom: 65%;
  }

  .xl\:last\:mb-66\%:last-child{
    margin-bottom: 66%;
  }

  .xl\:last\:mb-85\%:last-child{
    margin-bottom: 85%;
  }

  .xl\:last\:mb-96\%:last-child{
    margin-bottom: 96%;
  }

  .xl\:last\:mb-130\%:last-child{
    margin-bottom: 130%;
  }

  .xl\:last\:mb-135\%:last-child{
    margin-bottom: 135%;
  }

  .xl\:last\:mb-200\%:last-child{
    margin-bottom: 200%;
  }

  .xl\:last\:mb-16\/9:last-child{
    margin-bottom: 56.25%;
  }

  .xl\:last\:mb-1\/2:last-child{
    margin-bottom: 50%;
  }

  .xl\:last\:mb-full:last-child{
    margin-bottom: 100%;
  }

  .xl\:last\:mb-span:last-child{
    margin-bottom: 8.333%;
  }

  .xl\:last\:mb-2span:last-child{
    margin-bottom: 16.666%;
  }

  .xl\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .xl\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-mb-12:last-child{
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-mb-16:last-child{
    margin-bottom: -1rem;
  }

  .xl\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-mb-24:last-child{
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-mb-48:last-child{
    margin-bottom: -3rem;
  }

  .xl\:last\:-mb-56:last-child{
    margin-bottom: -3.5rem;
  }

  .xl\:last\:-mb-80:last-child{
    margin-bottom: -5rem;
  }

  .xl\:last\:-mb-104:last-child{
    margin-bottom: -6.5rem;
  }

  .xl\:last\:-mb-112:last-child{
    margin-bottom: -7rem;
  }

  .xl\:last\:-mb-140:last-child{
    margin-bottom: -8.75rem;
  }

  .xl\:last\:-mb-160:last-child{
    margin-bottom: -10rem;
  }

  .xl\:last\:-mb-180:last-child{
    margin-bottom: -11.25rem;
  }

  .xl\:last\:-mb-200:last-child{
    margin-bottom: -12.5rem;
  }

  .xl\:last\:-mb-224:last-child{
    margin-bottom: -14rem;
  }

  .xl\:last\:-mb-240:last-child{
    margin-bottom: -15rem;
  }

  .xl\:last\:-mb-260:last-child{
    margin-bottom: -16.25rem;
  }

  .xl\:last\:-mb-300:last-child{
    margin-bottom: -18.75rem;
  }

  .xl\:last\:-mb--78\%:last-child{
    margin-bottom: 78%;
  }

  .xl\:last\:-mb--80\%:last-child{
    margin-bottom: 80%;
  }

  .xl\:last\:-mb--50\%:last-child{
    margin-bottom: 50%;
  }

  .xl\:last\:-mb--35\%:last-child{
    margin-bottom: 35%;
  }

  .xl\:last\:-mb--128:last-child{
    margin-bottom: 8rem;
  }

  .xl\:last\:-mb--96:last-child{
    margin-bottom: 6rem;
  }

  .xl\:last\:-mb--64:last-child{
    margin-bottom: 4rem;
  }

  .xl\:last\:-mb--32:last-child{
    margin-bottom: 2rem;
  }

  .xl\:last\:-mb--8:last-child{
    margin-bottom: 0.5rem;
  }

  .xl\:last\:-mb-5\%:last-child{
    margin-bottom: -5%;
  }

  .xl\:last\:-mb-10\%:last-child{
    margin-bottom: -10%;
  }

  .xl\:last\:-mb-15\%:last-child{
    margin-bottom: -15%;
  }

  .xl\:last\:-mb-20\%:last-child{
    margin-bottom: -20%;
  }

  .xl\:last\:-mb-25\%:last-child{
    margin-bottom: -25%;
  }

  .xl\:last\:-mb-30\%:last-child{
    margin-bottom: -30%;
  }

  .xl\:last\:-mb-31\%:last-child{
    margin-bottom: -31%;
  }

  .xl\:last\:-mb-33\%:last-child{
    margin-bottom: -33.333%;
  }

  .xl\:last\:-mb-34\%:last-child{
    margin-bottom: -34%;
  }

  .xl\:last\:-mb-45\%:last-child{
    margin-bottom: -45%;
  }

  .xl\:last\:-mb-54\%:last-child{
    margin-bottom: -54%;
  }

  .xl\:last\:-mb-75\%:last-child{
    margin-bottom: -75%;
  }

  .xl\:last\:-mb-55\%:last-child{
    margin-bottom: -55%;
  }

  .xl\:last\:-mb-65\%:last-child{
    margin-bottom: -65%;
  }

  .xl\:last\:-mb-66\%:last-child{
    margin-bottom: -66%;
  }

  .xl\:last\:-mb-85\%:last-child{
    margin-bottom: -85%;
  }

  .xl\:last\:-mb-96\%:last-child{
    margin-bottom: -96%;
  }

  .xl\:last\:-mb-130\%:last-child{
    margin-bottom: -130%;
  }

  .xl\:last\:-mb-135\%:last-child{
    margin-bottom: -135%;
  }

  .xl\:last\:-mb-200\%:last-child{
    margin-bottom: -200%;
  }

  .xl\:last\:-mb-16\/9:last-child{
    margin-bottom: -56.25%;
  }

  .xl\:last\:-mb-1\/2:last-child{
    margin-bottom: -50%;
  }

  .xl\:last\:-mb-full:last-child{
    margin-bottom: -100%;
  }

  .xl\:last\:-mb-span:last-child{
    margin-bottom: -8.333%;
  }

  .xl\:last\:-mb-2span:last-child{
    margin-bottom: -16.666%;
  }

  .xl\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .xl\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .xl\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .xl\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .xl\:last\:ml-12:last-child{
    margin-left: 0.75rem;
  }

  .xl\:last\:ml-16:last-child{
    margin-left: 1rem;
  }

  .xl\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .xl\:last\:ml-24:last-child{
    margin-left: 1.5rem;
  }

  .xl\:last\:ml-32:last-child{
    margin-left: 2rem;
  }

  .xl\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .xl\:last\:ml-48:last-child{
    margin-left: 3rem;
  }

  .xl\:last\:ml-56:last-child{
    margin-left: 3.5rem;
  }

  .xl\:last\:ml-64:last-child{
    margin-left: 4rem;
  }

  .xl\:last\:ml-80:last-child{
    margin-left: 5rem;
  }

  .xl\:last\:ml-96:last-child{
    margin-left: 6rem;
  }

  .xl\:last\:ml-104:last-child{
    margin-left: 6.5rem;
  }

  .xl\:last\:ml-112:last-child{
    margin-left: 7rem;
  }

  .xl\:last\:ml-128:last-child{
    margin-left: 8rem;
  }

  .xl\:last\:ml-140:last-child{
    margin-left: 8.75rem;
  }

  .xl\:last\:ml-160:last-child{
    margin-left: 10rem;
  }

  .xl\:last\:ml-180:last-child{
    margin-left: 11.25rem;
  }

  .xl\:last\:ml-200:last-child{
    margin-left: 12.5rem;
  }

  .xl\:last\:ml-224:last-child{
    margin-left: 14rem;
  }

  .xl\:last\:ml-240:last-child{
    margin-left: 15rem;
  }

  .xl\:last\:ml-260:last-child{
    margin-left: 16.25rem;
  }

  .xl\:last\:ml-300:last-child{
    margin-left: 18.75rem;
  }

  .xl\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .xl\:last\:-ml-78\%:last-child{
    margin-left: -78%;
  }

  .xl\:last\:-ml-80\%:last-child{
    margin-left: -80%;
  }

  .xl\:last\:-ml-50\%:last-child{
    margin-left: -50%;
  }

  .xl\:last\:-ml-35\%:last-child{
    margin-left: -35%;
  }

  .xl\:last\:-ml-128:last-child{
    margin-left: -8rem;
  }

  .xl\:last\:-ml-96:last-child{
    margin-left: -6rem;
  }

  .xl\:last\:-ml-64:last-child{
    margin-left: -4rem;
  }

  .xl\:last\:-ml-32:last-child{
    margin-left: -2rem;
  }

  .xl\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .xl\:last\:ml-5\%:last-child{
    margin-left: 5%;
  }

  .xl\:last\:ml-10\%:last-child{
    margin-left: 10%;
  }

  .xl\:last\:ml-15\%:last-child{
    margin-left: 15%;
  }

  .xl\:last\:ml-20\%:last-child{
    margin-left: 20%;
  }

  .xl\:last\:ml-25\%:last-child{
    margin-left: 25%;
  }

  .xl\:last\:ml-30\%:last-child{
    margin-left: 30%;
  }

  .xl\:last\:ml-31\%:last-child{
    margin-left: 31%;
  }

  .xl\:last\:ml-33\%:last-child{
    margin-left: 33.333%;
  }

  .xl\:last\:ml-34\%:last-child{
    margin-left: 34%;
  }

  .xl\:last\:ml-45\%:last-child{
    margin-left: 45%;
  }

  .xl\:last\:ml-50\%:last-child{
    margin-left: 50%;
  }

  .xl\:last\:ml-54\%:last-child{
    margin-left: 54%;
  }

  .xl\:last\:ml-75\%:last-child{
    margin-left: 75%;
  }

  .xl\:last\:ml-55\%:last-child{
    margin-left: 55%;
  }

  .xl\:last\:ml-65\%:last-child{
    margin-left: 65%;
  }

  .xl\:last\:ml-66\%:last-child{
    margin-left: 66%;
  }

  .xl\:last\:ml-85\%:last-child{
    margin-left: 85%;
  }

  .xl\:last\:ml-96\%:last-child{
    margin-left: 96%;
  }

  .xl\:last\:ml-130\%:last-child{
    margin-left: 130%;
  }

  .xl\:last\:ml-135\%:last-child{
    margin-left: 135%;
  }

  .xl\:last\:ml-200\%:last-child{
    margin-left: 200%;
  }

  .xl\:last\:ml-16\/9:last-child{
    margin-left: 56.25%;
  }

  .xl\:last\:ml-1\/2:last-child{
    margin-left: 50%;
  }

  .xl\:last\:ml-full:last-child{
    margin-left: 100%;
  }

  .xl\:last\:ml-span:last-child{
    margin-left: 8.333%;
  }

  .xl\:last\:ml-2span:last-child{
    margin-left: 16.666%;
  }

  .xl\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .xl\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .xl\:last\:-ml-12:last-child{
    margin-left: -0.75rem;
  }

  .xl\:last\:-ml-16:last-child{
    margin-left: -1rem;
  }

  .xl\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .xl\:last\:-ml-24:last-child{
    margin-left: -1.5rem;
  }

  .xl\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .xl\:last\:-ml-48:last-child{
    margin-left: -3rem;
  }

  .xl\:last\:-ml-56:last-child{
    margin-left: -3.5rem;
  }

  .xl\:last\:-ml-80:last-child{
    margin-left: -5rem;
  }

  .xl\:last\:-ml-104:last-child{
    margin-left: -6.5rem;
  }

  .xl\:last\:-ml-112:last-child{
    margin-left: -7rem;
  }

  .xl\:last\:-ml-140:last-child{
    margin-left: -8.75rem;
  }

  .xl\:last\:-ml-160:last-child{
    margin-left: -10rem;
  }

  .xl\:last\:-ml-180:last-child{
    margin-left: -11.25rem;
  }

  .xl\:last\:-ml-200:last-child{
    margin-left: -12.5rem;
  }

  .xl\:last\:-ml-224:last-child{
    margin-left: -14rem;
  }

  .xl\:last\:-ml-240:last-child{
    margin-left: -15rem;
  }

  .xl\:last\:-ml-260:last-child{
    margin-left: -16.25rem;
  }

  .xl\:last\:-ml-300:last-child{
    margin-left: -18.75rem;
  }

  .xl\:last\:-ml--78\%:last-child{
    margin-left: 78%;
  }

  .xl\:last\:-ml--80\%:last-child{
    margin-left: 80%;
  }

  .xl\:last\:-ml--50\%:last-child{
    margin-left: 50%;
  }

  .xl\:last\:-ml--35\%:last-child{
    margin-left: 35%;
  }

  .xl\:last\:-ml--128:last-child{
    margin-left: 8rem;
  }

  .xl\:last\:-ml--96:last-child{
    margin-left: 6rem;
  }

  .xl\:last\:-ml--64:last-child{
    margin-left: 4rem;
  }

  .xl\:last\:-ml--32:last-child{
    margin-left: 2rem;
  }

  .xl\:last\:-ml--8:last-child{
    margin-left: 0.5rem;
  }

  .xl\:last\:-ml-5\%:last-child{
    margin-left: -5%;
  }

  .xl\:last\:-ml-10\%:last-child{
    margin-left: -10%;
  }

  .xl\:last\:-ml-15\%:last-child{
    margin-left: -15%;
  }

  .xl\:last\:-ml-20\%:last-child{
    margin-left: -20%;
  }

  .xl\:last\:-ml-25\%:last-child{
    margin-left: -25%;
  }

  .xl\:last\:-ml-30\%:last-child{
    margin-left: -30%;
  }

  .xl\:last\:-ml-31\%:last-child{
    margin-left: -31%;
  }

  .xl\:last\:-ml-33\%:last-child{
    margin-left: -33.333%;
  }

  .xl\:last\:-ml-34\%:last-child{
    margin-left: -34%;
  }

  .xl\:last\:-ml-45\%:last-child{
    margin-left: -45%;
  }

  .xl\:last\:-ml-54\%:last-child{
    margin-left: -54%;
  }

  .xl\:last\:-ml-75\%:last-child{
    margin-left: -75%;
  }

  .xl\:last\:-ml-55\%:last-child{
    margin-left: -55%;
  }

  .xl\:last\:-ml-65\%:last-child{
    margin-left: -65%;
  }

  .xl\:last\:-ml-66\%:last-child{
    margin-left: -66%;
  }

  .xl\:last\:-ml-85\%:last-child{
    margin-left: -85%;
  }

  .xl\:last\:-ml-96\%:last-child{
    margin-left: -96%;
  }

  .xl\:last\:-ml-130\%:last-child{
    margin-left: -130%;
  }

  .xl\:last\:-ml-135\%:last-child{
    margin-left: -135%;
  }

  .xl\:last\:-ml-200\%:last-child{
    margin-left: -200%;
  }

  .xl\:last\:-ml-16\/9:last-child{
    margin-left: -56.25%;
  }

  .xl\:last\:-ml-1\/2:last-child{
    margin-left: -50%;
  }

  .xl\:last\:-ml-full:last-child{
    margin-left: -100%;
  }

  .xl\:last\:-ml-span:last-child{
    margin-left: -8.333%;
  }

  .xl\:last\:-ml-2span:last-child{
    margin-left: -16.666%;
  }

  .xl\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .xl\:box-border{
    box-sizing: border-box;
  }

  .xl\:box-content{
    box-sizing: content-box;
  }

  .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\:h-0{
    height: 0;
  }

  .xl\:h-2{
    height: 0.125rem;
  }

  .xl\:h-4{
    height: 0.25rem;
  }

  .xl\:h-8{
    height: 0.5rem;
  }

  .xl\:h-12{
    height: 0.75rem;
  }

  .xl\:h-16{
    height: 1rem;
  }

  .xl\:h-20{
    height: 1.25rem;
  }

  .xl\:h-24{
    height: 1.5rem;
  }

  .xl\:h-30{
    height: 1.875rem;
  }

  .xl\:h-32{
    height: 2rem;
  }

  .xl\:h-40{
    height: 2.5rem;
  }

  .xl\:h-48{
    height: 3rem;
  }

  .xl\:h-56{
    height: 3.5rem;
  }

  .xl\:h-64{
    height: 4rem;
  }

  .xl\:h-80{
    height: 5rem;
  }

  .xl\:h-96{
    height: 6rem;
  }

  .xl\:h-104{
    height: 6.5rem;
  }

  .xl\:h-112{
    height: 7rem;
  }

  .xl\:h-128{
    height: 8rem;
  }

  .xl\:h-140{
    height: 8.75rem;
  }

  .xl\:h-160{
    height: 10rem;
  }

  .xl\:h-180{
    height: 11.25rem;
  }

  .xl\:h-192{
    height: 12rem;
  }

  .xl\:h-200{
    height: 12.5rem;
  }

  .xl\:h-224{
    height: 14rem;
  }

  .xl\:h-240{
    height: 15rem;
  }

  .xl\:h-260{
    height: 16.25rem;
  }

  .xl\:h-300{
    height: 18.75rem;
  }

  .xl\:h-336{
    height: 21rem;
  }

  .xl\:h-400{
    height: 25rem;
  }

  .xl\:h-448{
    height: 28rem;
  }

  .xl\:h-450{
    height: 28.125rem;
  }

  .xl\:h-560{
    height: 35rem;
  }

  .xl\:h-672{
    height: 42rem;
  }

  .xl\:h-750{
    height: 45rem;
  }

  .xl\:h-832{
    height: 52rem;
  }

  .xl\:h-1080{
    height: 67.5rem;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:-h-78\%{
    height: -78%;
  }

  .xl\:-h-80\%{
    height: -80%;
  }

  .xl\:-h-50\%{
    height: -50%;
  }

  .xl\:-h-35\%{
    height: -35%;
  }

  .xl\:-h-128{
    height: -8rem;
  }

  .xl\:-h-96{
    height: -6rem;
  }

  .xl\:-h-64{
    height: -4rem;
  }

  .xl\:-h-32{
    height: -2rem;
  }

  .xl\:-h-8{
    height: -0.5rem;
  }

  .xl\:h-5\%{
    height: 5%;
  }

  .xl\:h-10\%{
    height: 10%;
  }

  .xl\:h-15\%{
    height: 15%;
  }

  .xl\:h-20\%{
    height: 20%;
  }

  .xl\:h-25\%{
    height: 25%;
  }

  .xl\:h-30\%{
    height: 30%;
  }

  .xl\:h-31\%{
    height: 31%;
  }

  .xl\:h-33\%{
    height: 33.333%;
  }

  .xl\:h-34\%{
    height: 34%;
  }

  .xl\:h-45\%{
    height: 45%;
  }

  .xl\:h-50\%{
    height: 50%;
  }

  .xl\:h-54\%{
    height: 54%;
  }

  .xl\:h-75\%{
    height: 75%;
  }

  .xl\:h-55\%{
    height: 55%;
  }

  .xl\:h-65\%{
    height: 65%;
  }

  .xl\:h-66\%{
    height: 66%;
  }

  .xl\:h-85\%{
    height: 85%;
  }

  .xl\:h-96\%{
    height: 96%;
  }

  .xl\:h-130\%{
    height: 130%;
  }

  .xl\:h-135\%{
    height: 135%;
  }

  .xl\:h-200\%{
    height: 200%;
  }

  .xl\:h-16\/9{
    height: 56.25%;
  }

  .xl\:h-1\/2{
    height: 50%;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-span{
    height: 8.333%;
  }

  .xl\:h-2span{
    height: 16.666%;
  }

  .xl\:h-px{
    height: 1px;
  }

  .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-screen{
    height: 100vh;
  }

  .xl\:h-100vh{
    height: 100vh;
  }

  .xl\:h-105\%{
    height: 105%;
  }

  .xl\:max-h-0{
    max-height: 0;
  }

  .xl\:max-h-4{
    max-height: 0.25rem;
  }

  .xl\:max-h-8{
    max-height: 0.5rem;
  }

  .xl\:max-h-12{
    max-height: 0.75rem;
  }

  .xl\:max-h-16{
    max-height: 1rem;
  }

  .xl\:max-h-20{
    max-height: 1.25rem;
  }

  .xl\:max-h-24{
    max-height: 1.5rem;
  }

  .xl\:max-h-32{
    max-height: 2rem;
  }

  .xl\:max-h-40{
    max-height: 2.5rem;
  }

  .xl\:max-h-48{
    max-height: 3rem;
  }

  .xl\:max-h-56{
    max-height: 3.5rem;
  }

  .xl\:max-h-64{
    max-height: 4rem;
  }

  .xl\:max-h-80{
    max-height: 5rem;
  }

  .xl\:max-h-96{
    max-height: 6rem;
  }

  .xl\:max-h-104{
    max-height: 6.5rem;
  }

  .xl\:max-h-112{
    max-height: 7rem;
  }

  .xl\:max-h-120{
    max-height: 7.5rem;
  }

  .xl\:max-h-128{
    max-height: 8rem;
  }

  .xl\:max-h-140{
    max-height: 8.75rem;
  }

  .xl\:max-h-160{
    max-height: 10rem;
  }

  .xl\:max-h-180{
    max-height: 11.25rem;
  }

  .xl\:max-h-200{
    max-height: 12.5rem;
  }

  .xl\:max-h-224{
    max-height: 14rem;
  }

  .xl\:max-h-240{
    max-height: 15rem;
  }

  .xl\:max-h-260{
    max-height: 16.25rem;
  }

  .xl\:max-h-300{
    max-height: 18.75rem;
  }

  .xl\:max-h-800{
    max-height: 50rem;
  }

  .xl\:max-h-1500{
    max-height: 93.75rem;
  }

  .xl\:-max-h-78\%{
    max-height: -78%;
  }

  .xl\:-max-h-80\%{
    max-height: -80%;
  }

  .xl\:-max-h-50\%{
    max-height: -50%;
  }

  .xl\:-max-h-35\%{
    max-height: -35%;
  }

  .xl\:-max-h-128{
    max-height: -8rem;
  }

  .xl\:-max-h-96{
    max-height: -6rem;
  }

  .xl\:-max-h-64{
    max-height: -4rem;
  }

  .xl\:-max-h-32{
    max-height: -2rem;
  }

  .xl\:-max-h-8{
    max-height: -0.5rem;
  }

  .xl\:max-h-5\%{
    max-height: 5%;
  }

  .xl\:max-h-10\%{
    max-height: 10%;
  }

  .xl\:max-h-15\%{
    max-height: 15%;
  }

  .xl\:max-h-20\%{
    max-height: 20%;
  }

  .xl\:max-h-25\%{
    max-height: 25%;
  }

  .xl\:max-h-30\%{
    max-height: 30%;
  }

  .xl\:max-h-31\%{
    max-height: 31%;
  }

  .xl\:max-h-33\%{
    max-height: 33.333%;
  }

  .xl\:max-h-34\%{
    max-height: 34%;
  }

  .xl\:max-h-45\%{
    max-height: 45%;
  }

  .xl\:max-h-50\%{
    max-height: 50%;
  }

  .xl\:max-h-54\%{
    max-height: 54%;
  }

  .xl\:max-h-75\%{
    max-height: 75%;
  }

  .xl\:max-h-55\%{
    max-height: 55%;
  }

  .xl\:max-h-65\%{
    max-height: 65%;
  }

  .xl\:max-h-66\%{
    max-height: 66%;
  }

  .xl\:max-h-85\%{
    max-height: 85%;
  }

  .xl\:max-h-96\%{
    max-height: 96%;
  }

  .xl\:max-h-130\%{
    max-height: 130%;
  }

  .xl\:max-h-135\%{
    max-height: 135%;
  }

  .xl\:max-h-200\%{
    max-height: 200%;
  }

  .xl\:max-h-16\/9{
    max-height: 56.25%;
  }

  .xl\:max-h-1\/2{
    max-height: 50%;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-span{
    max-height: 8.333%;
  }

  .xl\:max-h-2span{
    max-height: 16.666%;
  }

  .xl\:max-h-px{
    max-height: 1px;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-h-80vh{
    max-height: 80vh;
  }

  .xl\:min-h-0{
    min-height: 0px;
  }

  .xl\:min-h-32{
    min-height: 2rem;
  }

  .xl\:min-h-64{
    min-height: 4rem;
  }

  .xl\:min-h-96{
    min-height: 6rem;
  }

  .xl\:min-h-272{
    min-height: 17rem;
  }

  .xl\:min-h-300{
    min-height: 18.75rem;
  }

  .xl\:min-h-448{
    min-height: 28rem;
  }

  .xl\:min-h-460{
    min-height: 28.75rem;
  }

  .xl\:min-h-500{
    min-height: 31.25rem;
  }

  .xl\:min-h-560{
    min-height: 35rem;
  }

  .xl\:min-h-672{
    min-height: 42rem;
  }

  .xl\:min-h-704{
    min-height: 44rem;
  }

  .xl\:min-h-736{
    min-height: 46rem;
  }

  .xl\:min-h-780{
    min-height: 48.75rem;
  }

  .xl\:min-h-816{
    min-height: 51rem;
  }

  .xl\:min-h-832{
    min-height: 52rem;
  }

  .xl\:min-h-1040{
    min-height: 65rem;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-h-1\/2{
    min-height: 50%;
  }

  .xl\:min-h-100vh{
    min-height: 100vh;
  }

  .xl\:w-0{
    width: 0;
  }

  .xl\:w-4{
    width: 0.25rem;
  }

  .xl\:w-8{
    width: 0.5rem;
  }

  .xl\:w-12{
    width: 0.75rem;
  }

  .xl\:w-16{
    width: 1rem;
  }

  .xl\:w-20{
    width: 1.25rem;
  }

  .xl\:w-24{
    width: 1.5rem;
  }

  .xl\:w-30{
    width: 1.875rem;
  }

  .xl\:w-32{
    width: 2rem;
  }

  .xl\:w-40{
    width: 2.5rem;
  }

  .xl\:w-48{
    width: 3rem;
  }

  .xl\:w-56{
    width: 3.5rem;
  }

  .xl\:w-64{
    width: 4rem;
  }

  .xl\:w-80{
    width: 5rem;
  }

  .xl\:w-96{
    width: 6rem;
  }

  .xl\:w-104{
    width: 6.5rem;
  }

  .xl\:w-112{
    width: 7rem;
  }

  .xl\:w-128{
    width: 8rem;
  }

  .xl\:w-140{
    width: 8.75rem;
  }

  .xl\:w-144{
    width: 9rem;
  }

  .xl\:w-160{
    width: 10rem;
  }

  .xl\:w-180{
    width: 11.25rem;
  }

  .xl\:w-200{
    width: 12.5rem;
  }

  .xl\:w-224{
    width: 14rem;
  }

  .xl\:w-240{
    width: 15rem;
  }

  .xl\:w-260{
    width: 16.25rem;
  }

  .xl\:w-288{
    width: 18rem;
  }

  .xl\:w-300{
    width: 18.75rem;
  }

  .xl\:w-336{
    width: 21rem;
  }

  .xl\:w-390{
    width: 24.375rem;
  }

  .xl\:w-448{
    width: 28rem;
  }

  .xl\:w-475{
    width: 29.625rem;
  }

  .xl\:w-528{
    width: 33rem;
  }

  .xl\:w-560{
    width: 35rem;
  }

  .xl\:w-672{
    width: 42rem;
  }

  .xl\:w-832{
    width: 52rem;
  }

  .xl\:w-834{
    width: 52.125rem;
  }

  .xl\:w-1080{
    width: 67.5rem;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:-w-78\%{
    width: -78%;
  }

  .xl\:-w-80\%{
    width: -80%;
  }

  .xl\:-w-50\%{
    width: -50%;
  }

  .xl\:-w-35\%{
    width: -35%;
  }

  .xl\:-w-128{
    width: -8rem;
  }

  .xl\:-w-96{
    width: -6rem;
  }

  .xl\:-w-64{
    width: -4rem;
  }

  .xl\:-w-32{
    width: -2rem;
  }

  .xl\:-w-8{
    width: -0.5rem;
  }

  .xl\:w-5\%{
    width: 5%;
  }

  .xl\:w-10\%{
    width: 10%;
  }

  .xl\:w-15\%{
    width: 15%;
  }

  .xl\:w-20\%{
    width: 20%;
  }

  .xl\:w-25\%{
    width: 25%;
  }

  .xl\:w-30\%{
    width: 30%;
  }

  .xl\:w-31\%{
    width: 31%;
  }

  .xl\:w-33\%{
    width: 33.333%;
  }

  .xl\:w-34\%{
    width: 34%;
  }

  .xl\:w-45\%{
    width: 45%;
  }

  .xl\:w-50\%{
    width: 50%;
  }

  .xl\:w-54\%{
    width: 54%;
  }

  .xl\:w-75\%{
    width: 75%;
  }

  .xl\:w-55\%{
    width: 55%;
  }

  .xl\:w-65\%{
    width: 65%;
  }

  .xl\:w-66\%{
    width: 66%;
  }

  .xl\:w-85\%{
    width: 85%;
  }

  .xl\:w-96\%{
    width: 96%;
  }

  .xl\:w-130\%{
    width: 130%;
  }

  .xl\:w-135\%{
    width: 135%;
  }

  .xl\:w-200\%{
    width: 200%;
  }

  .xl\:w-16\/9{
    width: 56.25%;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-span{
    width: 8.333%;
  }

  .xl\:w-2span{
    width: 16.666%;
  }

  .xl\:w-px{
    width: 1px;
  }

  .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-screen{
    width: 100vw;
  }

  .xl\:w-min{
    width: min-content;
  }

  .xl\:w-max{
    width: max-content;
  }

  .xl\:w-7span{
    width: 58.3%;
  }

  .xl\:w-8span{
    width: 66.4%;
  }

  .xl\:w-160\%{
    width: 160%;
  }

  .xl\:min-w-0{
    min-width: 0px;
  }

  .xl\:min-w-32{
    min-width: 2rem;
  }

  .xl\:min-w-248{
    min-width: 15.5rem;
  }

  .xl\:min-w-295{
    min-width: 18.4375rem;
  }

  .xl\:min-w-560{
    min-width: 35rem;
  }

  .xl\:min-w-736{
    min-width: 46rem;
  }

  .xl\:min-w-816{
    min-width: 51rem;
  }

  .xl\:min-w-1224{
    min-width: 76.5rem;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:min-w-min{
    min-width: min-content;
  }

  .xl\:min-w-max{
    min-width: max-content;
  }

  .xl\:max-w-0{
    max-width: 0rem;
  }

  .xl\:max-w-32{
    max-width: 2rem;
  }

  .xl\:max-w-260{
    max-width: 16rem;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-xl{
    max-width: 90rem;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-7xl{
    max-width: 80rem;
  }

  .xl\:max-w-full{
    max-width: 100rem;
  }

  .xl\:max-w-min{
    max-width: min-content;
  }

  .xl\:max-w-max{
    max-width: max-content;
  }

  .xl\:max-w-prose{
    max-width: 65ch;
  }

  .xl\:max-w-screen-min-width{
    max-width: 320px;
  }

  .xl\:max-w-screen-xs{
    max-width: 480px;
  }

  .xl\:max-w-screen-sm{
    max-width: 768px;
  }

  .xl\:max-w-screen-md{
    max-width: 1024px;
  }

  .xl\:max-w-screen-lg{
    max-width: 1280px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1440px;
  }

  .xl\:max-w-screen-max-width{
    max-width: 1680px;
  }

  .xl\:max-w-screen-widescreen{
    max-width: 1920px;
  }

  .xl\:max-w-logo{
    max-width: 16.25rem;
  }

  .xl\:max-w-container{
    max-width: 120rem;
  }

  .xl\:max-w-footer{
    max-width: 82rem;
  }

  .xl\:max-w-content{
    max-width: 56rem;
  }

  .xl\:max-w-imageTextBox{
    max-width: 34rem;
  }

  .xl\:max-w-half{
    max-width: 50%;
  }

  .xl\:max-w-3\/4{
    max-width: 75%;
  }

  .xl\:max-w-1\/3{
    max-width: 33%;
  }

  .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-shrink-0{
    flex-shrink: 0;
  }

  .xl\:flex-shrink{
    flex-shrink: 1;
  }

  .xl\:flex-grow-0{
    flex-grow: 0;
  }

  .xl\:flex-grow{
    flex-grow: 1;
  }

  .xl\:table-auto{
    table-layout: auto;
  }

  .xl\:table-fixed{
    table-layout: fixed;
  }

  .xl\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .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\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none{
    transform: none;
  }

  .xl\:translate-x-0{
    --tw-translate-x: 0;
  }

  .xl\:translate-x-4{
    --tw-translate-x: 0.25rem;
  }

  .xl\:translate-x-8{
    --tw-translate-x: 0.5rem;
  }

  .xl\:translate-x-12{
    --tw-translate-x: 0.75rem;
  }

  .xl\:translate-x-16{
    --tw-translate-x: 1rem;
  }

  .xl\:translate-x-20{
    --tw-translate-x: 1.25rem;
  }

  .xl\:translate-x-24{
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-32{
    --tw-translate-x: 2rem;
  }

  .xl\:translate-x-40{
    --tw-translate-x: 2.5rem;
  }

  .xl\:translate-x-48{
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-56{
    --tw-translate-x: 3.5rem;
  }

  .xl\:translate-x-64{
    --tw-translate-x: 4rem;
  }

  .xl\:translate-x-80{
    --tw-translate-x: 5rem;
  }

  .xl\:translate-x-96{
    --tw-translate-x: 6rem;
  }

  .xl\:translate-x-104{
    --tw-translate-x: 6.5rem;
  }

  .xl\:translate-x-112{
    --tw-translate-x: 7rem;
  }

  .xl\:translate-x-128{
    --tw-translate-x: 8rem;
  }

  .xl\:translate-x-140{
    --tw-translate-x: 8.75rem;
  }

  .xl\:translate-x-160{
    --tw-translate-x: 10rem;
  }

  .xl\:translate-x-180{
    --tw-translate-x: 11.25rem;
  }

  .xl\:translate-x-200{
    --tw-translate-x: 12.5rem;
  }

  .xl\:translate-x-224{
    --tw-translate-x: 14rem;
  }

  .xl\:translate-x-240{
    --tw-translate-x: 15rem;
  }

  .xl\:translate-x-260{
    --tw-translate-x: 16.25rem;
  }

  .xl\:translate-x-300{
    --tw-translate-x: 18.75rem;
  }

  .xl\:-translate-x-78\%{
    --tw-translate-x: -78%;
  }

  .xl\:-translate-x-80\%{
    --tw-translate-x: -80%;
  }

  .xl\:-translate-x-50\%{
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-35\%{
    --tw-translate-x: -35%;
  }

  .xl\:-translate-x-128{
    --tw-translate-x: -8rem;
  }

  .xl\:-translate-x-96{
    --tw-translate-x: -6rem;
  }

  .xl\:-translate-x-64{
    --tw-translate-x: -4rem;
  }

  .xl\:-translate-x-32{
    --tw-translate-x: -2rem;
  }

  .xl\:-translate-x-8{
    --tw-translate-x: -0.5rem;
  }

  .xl\:translate-x-5\%{
    --tw-translate-x: 5%;
  }

  .xl\:translate-x-10\%{
    --tw-translate-x: 10%;
  }

  .xl\:translate-x-15\%{
    --tw-translate-x: 15%;
  }

  .xl\:translate-x-20\%{
    --tw-translate-x: 20%;
  }

  .xl\:translate-x-25\%{
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-30\%{
    --tw-translate-x: 30%;
  }

  .xl\:translate-x-31\%{
    --tw-translate-x: 31%;
  }

  .xl\:translate-x-33\%{
    --tw-translate-x: 33.333%;
  }

  .xl\:translate-x-34\%{
    --tw-translate-x: 34%;
  }

  .xl\:translate-x-45\%{
    --tw-translate-x: 45%;
  }

  .xl\:translate-x-50\%{
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-54\%{
    --tw-translate-x: 54%;
  }

  .xl\:translate-x-75\%{
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-55\%{
    --tw-translate-x: 55%;
  }

  .xl\:translate-x-65\%{
    --tw-translate-x: 65%;
  }

  .xl\:translate-x-66\%{
    --tw-translate-x: 66%;
  }

  .xl\:translate-x-85\%{
    --tw-translate-x: 85%;
  }

  .xl\:translate-x-96\%{
    --tw-translate-x: 96%;
  }

  .xl\:translate-x-130\%{
    --tw-translate-x: 130%;
  }

  .xl\:translate-x-135\%{
    --tw-translate-x: 135%;
  }

  .xl\:translate-x-200\%{
    --tw-translate-x: 200%;
  }

  .xl\:translate-x-16\/9{
    --tw-translate-x: 56.25%;
  }

  .xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .xl\:translate-x-span{
    --tw-translate-x: 8.333%;
  }

  .xl\:translate-x-2span{
    --tw-translate-x: 16.666%;
  }

  .xl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .xl\:-translate-x-4{
    --tw-translate-x: -0.25rem;
  }

  .xl\:-translate-x-12{
    --tw-translate-x: -0.75rem;
  }

  .xl\:-translate-x-16{
    --tw-translate-x: -1rem;
  }

  .xl\:-translate-x-20{
    --tw-translate-x: -1.25rem;
  }

  .xl\:-translate-x-24{
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-40{
    --tw-translate-x: -2.5rem;
  }

  .xl\:-translate-x-48{
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-56{
    --tw-translate-x: -3.5rem;
  }

  .xl\:-translate-x-80{
    --tw-translate-x: -5rem;
  }

  .xl\:-translate-x-104{
    --tw-translate-x: -6.5rem;
  }

  .xl\:-translate-x-112{
    --tw-translate-x: -7rem;
  }

  .xl\:-translate-x-140{
    --tw-translate-x: -8.75rem;
  }

  .xl\:-translate-x-160{
    --tw-translate-x: -10rem;
  }

  .xl\:-translate-x-180{
    --tw-translate-x: -11.25rem;
  }

  .xl\:-translate-x-200{
    --tw-translate-x: -12.5rem;
  }

  .xl\:-translate-x-224{
    --tw-translate-x: -14rem;
  }

  .xl\:-translate-x-240{
    --tw-translate-x: -15rem;
  }

  .xl\:-translate-x-260{
    --tw-translate-x: -16.25rem;
  }

  .xl\:-translate-x-300{
    --tw-translate-x: -18.75rem;
  }

  .xl\:-translate-x--78\%{
    --tw-translate-x: 78%;
  }

  .xl\:-translate-x--80\%{
    --tw-translate-x: 80%;
  }

  .xl\:-translate-x--50\%{
    --tw-translate-x: 50%;
  }

  .xl\:-translate-x--35\%{
    --tw-translate-x: 35%;
  }

  .xl\:-translate-x--128{
    --tw-translate-x: 8rem;
  }

  .xl\:-translate-x--96{
    --tw-translate-x: 6rem;
  }

  .xl\:-translate-x--64{
    --tw-translate-x: 4rem;
  }

  .xl\:-translate-x--32{
    --tw-translate-x: 2rem;
  }

  .xl\:-translate-x--8{
    --tw-translate-x: 0.5rem;
  }

  .xl\:-translate-x-5\%{
    --tw-translate-x: -5%;
  }

  .xl\:-translate-x-10\%{
    --tw-translate-x: -10%;
  }

  .xl\:-translate-x-15\%{
    --tw-translate-x: -15%;
  }

  .xl\:-translate-x-20\%{
    --tw-translate-x: -20%;
  }

  .xl\:-translate-x-25\%{
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-30\%{
    --tw-translate-x: -30%;
  }

  .xl\:-translate-x-31\%{
    --tw-translate-x: -31%;
  }

  .xl\:-translate-x-33\%{
    --tw-translate-x: -33.333%;
  }

  .xl\:-translate-x-34\%{
    --tw-translate-x: -34%;
  }

  .xl\:-translate-x-45\%{
    --tw-translate-x: -45%;
  }

  .xl\:-translate-x-54\%{
    --tw-translate-x: -54%;
  }

  .xl\:-translate-x-75\%{
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-55\%{
    --tw-translate-x: -55%;
  }

  .xl\:-translate-x-65\%{
    --tw-translate-x: -65%;
  }

  .xl\:-translate-x-66\%{
    --tw-translate-x: -66%;
  }

  .xl\:-translate-x-85\%{
    --tw-translate-x: -85%;
  }

  .xl\:-translate-x-96\%{
    --tw-translate-x: -96%;
  }

  .xl\:-translate-x-130\%{
    --tw-translate-x: -130%;
  }

  .xl\:-translate-x-135\%{
    --tw-translate-x: -135%;
  }

  .xl\:-translate-x-200\%{
    --tw-translate-x: -200%;
  }

  .xl\:-translate-x-16\/9{
    --tw-translate-x: -56.25%;
  }

  .xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .xl\:-translate-x-span{
    --tw-translate-x: -8.333%;
  }

  .xl\:-translate-x-2span{
    --tw-translate-x: -16.666%;
  }

  .xl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .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-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-y-0{
    --tw-translate-y: 0;
  }

  .xl\:translate-y-4{
    --tw-translate-y: 0.25rem;
  }

  .xl\:translate-y-8{
    --tw-translate-y: 0.5rem;
  }

  .xl\:translate-y-12{
    --tw-translate-y: 0.75rem;
  }

  .xl\:translate-y-16{
    --tw-translate-y: 1rem;
  }

  .xl\:translate-y-20{
    --tw-translate-y: 1.25rem;
  }

  .xl\:translate-y-24{
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-32{
    --tw-translate-y: 2rem;
  }

  .xl\:translate-y-40{
    --tw-translate-y: 2.5rem;
  }

  .xl\:translate-y-48{
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-56{
    --tw-translate-y: 3.5rem;
  }

  .xl\:translate-y-64{
    --tw-translate-y: 4rem;
  }

  .xl\:translate-y-80{
    --tw-translate-y: 5rem;
  }

  .xl\:translate-y-96{
    --tw-translate-y: 6rem;
  }

  .xl\:translate-y-104{
    --tw-translate-y: 6.5rem;
  }

  .xl\:translate-y-112{
    --tw-translate-y: 7rem;
  }

  .xl\:translate-y-128{
    --tw-translate-y: 8rem;
  }

  .xl\:translate-y-140{
    --tw-translate-y: 8.75rem;
  }

  .xl\:translate-y-160{
    --tw-translate-y: 10rem;
  }

  .xl\:translate-y-180{
    --tw-translate-y: 11.25rem;
  }

  .xl\:translate-y-200{
    --tw-translate-y: 12.5rem;
  }

  .xl\:translate-y-224{
    --tw-translate-y: 14rem;
  }

  .xl\:translate-y-240{
    --tw-translate-y: 15rem;
  }

  .xl\:translate-y-260{
    --tw-translate-y: 16.25rem;
  }

  .xl\:translate-y-300{
    --tw-translate-y: 18.75rem;
  }

  .xl\:-translate-y-78\%{
    --tw-translate-y: -78%;
  }

  .xl\:-translate-y-80\%{
    --tw-translate-y: -80%;
  }

  .xl\:-translate-y-50\%{
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-35\%{
    --tw-translate-y: -35%;
  }

  .xl\:-translate-y-128{
    --tw-translate-y: -8rem;
  }

  .xl\:-translate-y-96{
    --tw-translate-y: -6rem;
  }

  .xl\:-translate-y-64{
    --tw-translate-y: -4rem;
  }

  .xl\:-translate-y-32{
    --tw-translate-y: -2rem;
  }

  .xl\:-translate-y-8{
    --tw-translate-y: -0.5rem;
  }

  .xl\:translate-y-5\%{
    --tw-translate-y: 5%;
  }

  .xl\:translate-y-10\%{
    --tw-translate-y: 10%;
  }

  .xl\:translate-y-15\%{
    --tw-translate-y: 15%;
  }

  .xl\:translate-y-20\%{
    --tw-translate-y: 20%;
  }

  .xl\:translate-y-25\%{
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-30\%{
    --tw-translate-y: 30%;
  }

  .xl\:translate-y-31\%{
    --tw-translate-y: 31%;
  }

  .xl\:translate-y-33\%{
    --tw-translate-y: 33.333%;
  }

  .xl\:translate-y-34\%{
    --tw-translate-y: 34%;
  }

  .xl\:translate-y-45\%{
    --tw-translate-y: 45%;
  }

  .xl\:translate-y-50\%{
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-54\%{
    --tw-translate-y: 54%;
  }

  .xl\:translate-y-75\%{
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-55\%{
    --tw-translate-y: 55%;
  }

  .xl\:translate-y-65\%{
    --tw-translate-y: 65%;
  }

  .xl\:translate-y-66\%{
    --tw-translate-y: 66%;
  }

  .xl\:translate-y-85\%{
    --tw-translate-y: 85%;
  }

  .xl\:translate-y-96\%{
    --tw-translate-y: 96%;
  }

  .xl\:translate-y-130\%{
    --tw-translate-y: 130%;
  }

  .xl\:translate-y-135\%{
    --tw-translate-y: 135%;
  }

  .xl\:translate-y-200\%{
    --tw-translate-y: 200%;
  }

  .xl\:translate-y-16\/9{
    --tw-translate-y: 56.25%;
  }

  .xl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .xl\:translate-y-span{
    --tw-translate-y: 8.333%;
  }

  .xl\:translate-y-2span{
    --tw-translate-y: 16.666%;
  }

  .xl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .xl\:-translate-y-4{
    --tw-translate-y: -0.25rem;
  }

  .xl\:-translate-y-12{
    --tw-translate-y: -0.75rem;
  }

  .xl\:-translate-y-16{
    --tw-translate-y: -1rem;
  }

  .xl\:-translate-y-20{
    --tw-translate-y: -1.25rem;
  }

  .xl\:-translate-y-24{
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-40{
    --tw-translate-y: -2.5rem;
  }

  .xl\:-translate-y-48{
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-56{
    --tw-translate-y: -3.5rem;
  }

  .xl\:-translate-y-80{
    --tw-translate-y: -5rem;
  }

  .xl\:-translate-y-104{
    --tw-translate-y: -6.5rem;
  }

  .xl\:-translate-y-112{
    --tw-translate-y: -7rem;
  }

  .xl\:-translate-y-140{
    --tw-translate-y: -8.75rem;
  }

  .xl\:-translate-y-160{
    --tw-translate-y: -10rem;
  }

  .xl\:-translate-y-180{
    --tw-translate-y: -11.25rem;
  }

  .xl\:-translate-y-200{
    --tw-translate-y: -12.5rem;
  }

  .xl\:-translate-y-224{
    --tw-translate-y: -14rem;
  }

  .xl\:-translate-y-240{
    --tw-translate-y: -15rem;
  }

  .xl\:-translate-y-260{
    --tw-translate-y: -16.25rem;
  }

  .xl\:-translate-y-300{
    --tw-translate-y: -18.75rem;
  }

  .xl\:-translate-y--78\%{
    --tw-translate-y: 78%;
  }

  .xl\:-translate-y--80\%{
    --tw-translate-y: 80%;
  }

  .xl\:-translate-y--50\%{
    --tw-translate-y: 50%;
  }

  .xl\:-translate-y--35\%{
    --tw-translate-y: 35%;
  }

  .xl\:-translate-y--128{
    --tw-translate-y: 8rem;
  }

  .xl\:-translate-y--96{
    --tw-translate-y: 6rem;
  }

  .xl\:-translate-y--64{
    --tw-translate-y: 4rem;
  }

  .xl\:-translate-y--32{
    --tw-translate-y: 2rem;
  }

  .xl\:-translate-y--8{
    --tw-translate-y: 0.5rem;
  }

  .xl\:-translate-y-5\%{
    --tw-translate-y: -5%;
  }

  .xl\:-translate-y-10\%{
    --tw-translate-y: -10%;
  }

  .xl\:-translate-y-15\%{
    --tw-translate-y: -15%;
  }

  .xl\:-translate-y-20\%{
    --tw-translate-y: -20%;
  }

  .xl\:-translate-y-25\%{
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-30\%{
    --tw-translate-y: -30%;
  }

  .xl\:-translate-y-31\%{
    --tw-translate-y: -31%;
  }

  .xl\:-translate-y-33\%{
    --tw-translate-y: -33.333%;
  }

  .xl\:-translate-y-34\%{
    --tw-translate-y: -34%;
  }

  .xl\:-translate-y-45\%{
    --tw-translate-y: -45%;
  }

  .xl\:-translate-y-54\%{
    --tw-translate-y: -54%;
  }

  .xl\:-translate-y-75\%{
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-55\%{
    --tw-translate-y: -55%;
  }

  .xl\:-translate-y-65\%{
    --tw-translate-y: -65%;
  }

  .xl\:-translate-y-66\%{
    --tw-translate-y: -66%;
  }

  .xl\:-translate-y-85\%{
    --tw-translate-y: -85%;
  }

  .xl\:-translate-y-96\%{
    --tw-translate-y: -96%;
  }

  .xl\:-translate-y-130\%{
    --tw-translate-y: -130%;
  }

  .xl\:-translate-y-135\%{
    --tw-translate-y: -135%;
  }

  .xl\:-translate-y-200\%{
    --tw-translate-y: -200%;
  }

  .xl\:-translate-y-16\/9{
    --tw-translate-y: -56.25%;
  }

  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .xl\:-translate-y-span{
    --tw-translate-y: -8.333%;
  }

  .xl\:-translate-y-2span{
    --tw-translate-y: -16.666%;
  }

  .xl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .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-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\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-104:hover{
    --tw-translate-x: 6.5rem;
  }

  .xl\:hover\:translate-x-112:hover{
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-128:hover{
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-140:hover{
    --tw-translate-x: 8.75rem;
  }

  .xl\:hover\:translate-x-160:hover{
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-180:hover{
    --tw-translate-x: 11.25rem;
  }

  .xl\:hover\:translate-x-200:hover{
    --tw-translate-x: 12.5rem;
  }

  .xl\:hover\:translate-x-224:hover{
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-240:hover{
    --tw-translate-x: 15rem;
  }

  .xl\:hover\:translate-x-260:hover{
    --tw-translate-x: 16.25rem;
  }

  .xl\:hover\:translate-x-300:hover{
    --tw-translate-x: 18.75rem;
  }

  .xl\:hover\:-translate-x-78\%:hover{
    --tw-translate-x: -78%;
  }

  .xl\:hover\:-translate-x-80\%:hover{
    --tw-translate-x: -80%;
  }

  .xl\:hover\:-translate-x-50\%:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-35\%:hover{
    --tw-translate-x: -35%;
  }

  .xl\:hover\:-translate-x-128:hover{
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:translate-x-5\%:hover{
    --tw-translate-x: 5%;
  }

  .xl\:hover\:translate-x-10\%:hover{
    --tw-translate-x: 10%;
  }

  .xl\:hover\:translate-x-15\%:hover{
    --tw-translate-x: 15%;
  }

  .xl\:hover\:translate-x-20\%:hover{
    --tw-translate-x: 20%;
  }

  .xl\:hover\:translate-x-25\%:hover{
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-30\%:hover{
    --tw-translate-x: 30%;
  }

  .xl\:hover\:translate-x-31\%:hover{
    --tw-translate-x: 31%;
  }

  .xl\:hover\:translate-x-33\%:hover{
    --tw-translate-x: 33.333%;
  }

  .xl\:hover\:translate-x-34\%:hover{
    --tw-translate-x: 34%;
  }

  .xl\:hover\:translate-x-45\%:hover{
    --tw-translate-x: 45%;
  }

  .xl\:hover\:translate-x-50\%:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-54\%:hover{
    --tw-translate-x: 54%;
  }

  .xl\:hover\:translate-x-75\%:hover{
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-55\%:hover{
    --tw-translate-x: 55%;
  }

  .xl\:hover\:translate-x-65\%:hover{
    --tw-translate-x: 65%;
  }

  .xl\:hover\:translate-x-66\%:hover{
    --tw-translate-x: 66%;
  }

  .xl\:hover\:translate-x-85\%:hover{
    --tw-translate-x: 85%;
  }

  .xl\:hover\:translate-x-96\%:hover{
    --tw-translate-x: 96%;
  }

  .xl\:hover\:translate-x-130\%:hover{
    --tw-translate-x: 130%;
  }

  .xl\:hover\:translate-x-135\%:hover{
    --tw-translate-x: 135%;
  }

  .xl\:hover\:translate-x-200\%:hover{
    --tw-translate-x: 200%;
  }

  .xl\:hover\:translate-x-16\/9:hover{
    --tw-translate-x: 56.25%;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .xl\:hover\:translate-x-span:hover{
    --tw-translate-x: 8.333%;
  }

  .xl\:hover\:translate-x-2span:hover{
    --tw-translate-x: 16.666%;
  }

  .xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-104:hover{
    --tw-translate-x: -6.5rem;
  }

  .xl\:hover\:-translate-x-112:hover{
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-140:hover{
    --tw-translate-x: -8.75rem;
  }

  .xl\:hover\:-translate-x-160:hover{
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-180:hover{
    --tw-translate-x: -11.25rem;
  }

  .xl\:hover\:-translate-x-200:hover{
    --tw-translate-x: -12.5rem;
  }

  .xl\:hover\:-translate-x-224:hover{
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-240:hover{
    --tw-translate-x: -15rem;
  }

  .xl\:hover\:-translate-x-260:hover{
    --tw-translate-x: -16.25rem;
  }

  .xl\:hover\:-translate-x-300:hover{
    --tw-translate-x: -18.75rem;
  }

  .xl\:hover\:-translate-x--78\%:hover{
    --tw-translate-x: 78%;
  }

  .xl\:hover\:-translate-x--80\%:hover{
    --tw-translate-x: 80%;
  }

  .xl\:hover\:-translate-x--50\%:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:-translate-x--35\%:hover{
    --tw-translate-x: 35%;
  }

  .xl\:hover\:-translate-x--128:hover{
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:-translate-x--96:hover{
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:-translate-x--64:hover{
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:-translate-x--32:hover{
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:-translate-x--8:hover{
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:-translate-x-5\%:hover{
    --tw-translate-x: -5%;
  }

  .xl\:hover\:-translate-x-10\%:hover{
    --tw-translate-x: -10%;
  }

  .xl\:hover\:-translate-x-15\%:hover{
    --tw-translate-x: -15%;
  }

  .xl\:hover\:-translate-x-20\%:hover{
    --tw-translate-x: -20%;
  }

  .xl\:hover\:-translate-x-25\%:hover{
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-30\%:hover{
    --tw-translate-x: -30%;
  }

  .xl\:hover\:-translate-x-31\%:hover{
    --tw-translate-x: -31%;
  }

  .xl\:hover\:-translate-x-33\%:hover{
    --tw-translate-x: -33.333%;
  }

  .xl\:hover\:-translate-x-34\%:hover{
    --tw-translate-x: -34%;
  }

  .xl\:hover\:-translate-x-45\%:hover{
    --tw-translate-x: -45%;
  }

  .xl\:hover\:-translate-x-54\%:hover{
    --tw-translate-x: -54%;
  }

  .xl\:hover\:-translate-x-75\%:hover{
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-55\%:hover{
    --tw-translate-x: -55%;
  }

  .xl\:hover\:-translate-x-65\%:hover{
    --tw-translate-x: -65%;
  }

  .xl\:hover\:-translate-x-66\%:hover{
    --tw-translate-x: -66%;
  }

  .xl\:hover\:-translate-x-85\%:hover{
    --tw-translate-x: -85%;
  }

  .xl\:hover\:-translate-x-96\%:hover{
    --tw-translate-x: -96%;
  }

  .xl\:hover\:-translate-x-130\%:hover{
    --tw-translate-x: -130%;
  }

  .xl\:hover\:-translate-x-135\%:hover{
    --tw-translate-x: -135%;
  }

  .xl\:hover\:-translate-x-200\%:hover{
    --tw-translate-x: -200%;
  }

  .xl\:hover\:-translate-x-16\/9:hover{
    --tw-translate-x: -56.25%;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-span:hover{
    --tw-translate-x: -8.333%;
  }

  .xl\:hover\:-translate-x-2span:hover{
    --tw-translate-x: -16.666%;
  }

  .xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .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-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-y-0:hover{
    --tw-translate-y: 0;
  }

  .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-104:hover{
    --tw-translate-y: 6.5rem;
  }

  .xl\:hover\:translate-y-112:hover{
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-128:hover{
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-140:hover{
    --tw-translate-y: 8.75rem;
  }

  .xl\:hover\:translate-y-160:hover{
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-180:hover{
    --tw-translate-y: 11.25rem;
  }

  .xl\:hover\:translate-y-200:hover{
    --tw-translate-y: 12.5rem;
  }

  .xl\:hover\:translate-y-224:hover{
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-240:hover{
    --tw-translate-y: 15rem;
  }

  .xl\:hover\:translate-y-260:hover{
    --tw-translate-y: 16.25rem;
  }

  .xl\:hover\:translate-y-300:hover{
    --tw-translate-y: 18.75rem;
  }

  .xl\:hover\:-translate-y-78\%:hover{
    --tw-translate-y: -78%;
  }

  .xl\:hover\:-translate-y-80\%:hover{
    --tw-translate-y: -80%;
  }

  .xl\:hover\:-translate-y-50\%:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-35\%:hover{
    --tw-translate-y: -35%;
  }

  .xl\:hover\:-translate-y-128:hover{
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:translate-y-5\%:hover{
    --tw-translate-y: 5%;
  }

  .xl\:hover\:translate-y-10\%:hover{
    --tw-translate-y: 10%;
  }

  .xl\:hover\:translate-y-15\%:hover{
    --tw-translate-y: 15%;
  }

  .xl\:hover\:translate-y-20\%:hover{
    --tw-translate-y: 20%;
  }

  .xl\:hover\:translate-y-25\%:hover{
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-30\%:hover{
    --tw-translate-y: 30%;
  }

  .xl\:hover\:translate-y-31\%:hover{
    --tw-translate-y: 31%;
  }

  .xl\:hover\:translate-y-33\%:hover{
    --tw-translate-y: 33.333%;
  }

  .xl\:hover\:translate-y-34\%:hover{
    --tw-translate-y: 34%;
  }

  .xl\:hover\:translate-y-45\%:hover{
    --tw-translate-y: 45%;
  }

  .xl\:hover\:translate-y-50\%:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-54\%:hover{
    --tw-translate-y: 54%;
  }

  .xl\:hover\:translate-y-75\%:hover{
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-55\%:hover{
    --tw-translate-y: 55%;
  }

  .xl\:hover\:translate-y-65\%:hover{
    --tw-translate-y: 65%;
  }

  .xl\:hover\:translate-y-66\%:hover{
    --tw-translate-y: 66%;
  }

  .xl\:hover\:translate-y-85\%:hover{
    --tw-translate-y: 85%;
  }

  .xl\:hover\:translate-y-96\%:hover{
    --tw-translate-y: 96%;
  }

  .xl\:hover\:translate-y-130\%:hover{
    --tw-translate-y: 130%;
  }

  .xl\:hover\:translate-y-135\%:hover{
    --tw-translate-y: 135%;
  }

  .xl\:hover\:translate-y-200\%:hover{
    --tw-translate-y: 200%;
  }

  .xl\:hover\:translate-y-16\/9:hover{
    --tw-translate-y: 56.25%;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .xl\:hover\:translate-y-span:hover{
    --tw-translate-y: 8.333%;
  }

  .xl\:hover\:translate-y-2span:hover{
    --tw-translate-y: 16.666%;
  }

  .xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-104:hover{
    --tw-translate-y: -6.5rem;
  }

  .xl\:hover\:-translate-y-112:hover{
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-140:hover{
    --tw-translate-y: -8.75rem;
  }

  .xl\:hover\:-translate-y-160:hover{
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-180:hover{
    --tw-translate-y: -11.25rem;
  }

  .xl\:hover\:-translate-y-200:hover{
    --tw-translate-y: -12.5rem;
  }

  .xl\:hover\:-translate-y-224:hover{
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-240:hover{
    --tw-translate-y: -15rem;
  }

  .xl\:hover\:-translate-y-260:hover{
    --tw-translate-y: -16.25rem;
  }

  .xl\:hover\:-translate-y-300:hover{
    --tw-translate-y: -18.75rem;
  }

  .xl\:hover\:-translate-y--78\%:hover{
    --tw-translate-y: 78%;
  }

  .xl\:hover\:-translate-y--80\%:hover{
    --tw-translate-y: 80%;
  }

  .xl\:hover\:-translate-y--50\%:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:-translate-y--35\%:hover{
    --tw-translate-y: 35%;
  }

  .xl\:hover\:-translate-y--128:hover{
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:-translate-y--96:hover{
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:-translate-y--64:hover{
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:-translate-y--32:hover{
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:-translate-y--8:hover{
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:-translate-y-5\%:hover{
    --tw-translate-y: -5%;
  }

  .xl\:hover\:-translate-y-10\%:hover{
    --tw-translate-y: -10%;
  }

  .xl\:hover\:-translate-y-15\%:hover{
    --tw-translate-y: -15%;
  }

  .xl\:hover\:-translate-y-20\%:hover{
    --tw-translate-y: -20%;
  }

  .xl\:hover\:-translate-y-25\%:hover{
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-30\%:hover{
    --tw-translate-y: -30%;
  }

  .xl\:hover\:-translate-y-31\%:hover{
    --tw-translate-y: -31%;
  }

  .xl\:hover\:-translate-y-33\%:hover{
    --tw-translate-y: -33.333%;
  }

  .xl\:hover\:-translate-y-34\%:hover{
    --tw-translate-y: -34%;
  }

  .xl\:hover\:-translate-y-45\%:hover{
    --tw-translate-y: -45%;
  }

  .xl\:hover\:-translate-y-54\%:hover{
    --tw-translate-y: -54%;
  }

  .xl\:hover\:-translate-y-75\%:hover{
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-55\%:hover{
    --tw-translate-y: -55%;
  }

  .xl\:hover\:-translate-y-65\%:hover{
    --tw-translate-y: -65%;
  }

  .xl\:hover\:-translate-y-66\%:hover{
    --tw-translate-y: -66%;
  }

  .xl\:hover\:-translate-y-85\%:hover{
    --tw-translate-y: -85%;
  }

  .xl\:hover\:-translate-y-96\%:hover{
    --tw-translate-y: -96%;
  }

  .xl\:hover\:-translate-y-130\%:hover{
    --tw-translate-y: -130%;
  }

  .xl\:hover\:-translate-y-135\%:hover{
    --tw-translate-y: -135%;
  }

  .xl\:hover\:-translate-y-200\%:hover{
    --tw-translate-y: -200%;
  }

  .xl\:hover\:-translate-y-16\/9:hover{
    --tw-translate-y: -56.25%;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-span:hover{
    --tw-translate-y: -8.333%;
  }

  .xl\:hover\:-translate-y-2span:hover{
    --tw-translate-y: -16.666%;
  }

  .xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .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-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\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 3.5rem;
  }

  .xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-104:focus{
    --tw-translate-x: 6.5rem;
  }

  .xl\:focus\:translate-x-112:focus{
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-128:focus{
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-140:focus{
    --tw-translate-x: 8.75rem;
  }

  .xl\:focus\:translate-x-160:focus{
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-180:focus{
    --tw-translate-x: 11.25rem;
  }

  .xl\:focus\:translate-x-200:focus{
    --tw-translate-x: 12.5rem;
  }

  .xl\:focus\:translate-x-224:focus{
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-240:focus{
    --tw-translate-x: 15rem;
  }

  .xl\:focus\:translate-x-260:focus{
    --tw-translate-x: 16.25rem;
  }

  .xl\:focus\:translate-x-300:focus{
    --tw-translate-x: 18.75rem;
  }

  .xl\:focus\:-translate-x-78\%:focus{
    --tw-translate-x: -78%;
  }

  .xl\:focus\:-translate-x-80\%:focus{
    --tw-translate-x: -80%;
  }

  .xl\:focus\:-translate-x-50\%:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-35\%:focus{
    --tw-translate-x: -35%;
  }

  .xl\:focus\:-translate-x-128:focus{
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:translate-x-5\%:focus{
    --tw-translate-x: 5%;
  }

  .xl\:focus\:translate-x-10\%:focus{
    --tw-translate-x: 10%;
  }

  .xl\:focus\:translate-x-15\%:focus{
    --tw-translate-x: 15%;
  }

  .xl\:focus\:translate-x-20\%:focus{
    --tw-translate-x: 20%;
  }

  .xl\:focus\:translate-x-25\%:focus{
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-30\%:focus{
    --tw-translate-x: 30%;
  }

  .xl\:focus\:translate-x-31\%:focus{
    --tw-translate-x: 31%;
  }

  .xl\:focus\:translate-x-33\%:focus{
    --tw-translate-x: 33.333%;
  }

  .xl\:focus\:translate-x-34\%:focus{
    --tw-translate-x: 34%;
  }

  .xl\:focus\:translate-x-45\%:focus{
    --tw-translate-x: 45%;
  }

  .xl\:focus\:translate-x-50\%:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-54\%:focus{
    --tw-translate-x: 54%;
  }

  .xl\:focus\:translate-x-75\%:focus{
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-55\%:focus{
    --tw-translate-x: 55%;
  }

  .xl\:focus\:translate-x-65\%:focus{
    --tw-translate-x: 65%;
  }

  .xl\:focus\:translate-x-66\%:focus{
    --tw-translate-x: 66%;
  }

  .xl\:focus\:translate-x-85\%:focus{
    --tw-translate-x: 85%;
  }

  .xl\:focus\:translate-x-96\%:focus{
    --tw-translate-x: 96%;
  }

  .xl\:focus\:translate-x-130\%:focus{
    --tw-translate-x: 130%;
  }

  .xl\:focus\:translate-x-135\%:focus{
    --tw-translate-x: 135%;
  }

  .xl\:focus\:translate-x-200\%:focus{
    --tw-translate-x: 200%;
  }

  .xl\:focus\:translate-x-16\/9:focus{
    --tw-translate-x: 56.25%;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .xl\:focus\:translate-x-span:focus{
    --tw-translate-x: 8.333%;
  }

  .xl\:focus\:translate-x-2span:focus{
    --tw-translate-x: 16.666%;
  }

  .xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -3.5rem;
  }

  .xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-104:focus{
    --tw-translate-x: -6.5rem;
  }

  .xl\:focus\:-translate-x-112:focus{
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-140:focus{
    --tw-translate-x: -8.75rem;
  }

  .xl\:focus\:-translate-x-160:focus{
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-180:focus{
    --tw-translate-x: -11.25rem;
  }

  .xl\:focus\:-translate-x-200:focus{
    --tw-translate-x: -12.5rem;
  }

  .xl\:focus\:-translate-x-224:focus{
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-240:focus{
    --tw-translate-x: -15rem;
  }

  .xl\:focus\:-translate-x-260:focus{
    --tw-translate-x: -16.25rem;
  }

  .xl\:focus\:-translate-x-300:focus{
    --tw-translate-x: -18.75rem;
  }

  .xl\:focus\:-translate-x--78\%:focus{
    --tw-translate-x: 78%;
  }

  .xl\:focus\:-translate-x--80\%:focus{
    --tw-translate-x: 80%;
  }

  .xl\:focus\:-translate-x--50\%:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:-translate-x--35\%:focus{
    --tw-translate-x: 35%;
  }

  .xl\:focus\:-translate-x--128:focus{
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:-translate-x--96:focus{
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:-translate-x--64:focus{
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:-translate-x--32:focus{
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:-translate-x--8:focus{
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:-translate-x-5\%:focus{
    --tw-translate-x: -5%;
  }

  .xl\:focus\:-translate-x-10\%:focus{
    --tw-translate-x: -10%;
  }

  .xl\:focus\:-translate-x-15\%:focus{
    --tw-translate-x: -15%;
  }

  .xl\:focus\:-translate-x-20\%:focus{
    --tw-translate-x: -20%;
  }

  .xl\:focus\:-translate-x-25\%:focus{
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-30\%:focus{
    --tw-translate-x: -30%;
  }

  .xl\:focus\:-translate-x-31\%:focus{
    --tw-translate-x: -31%;
  }

  .xl\:focus\:-translate-x-33\%:focus{
    --tw-translate-x: -33.333%;
  }

  .xl\:focus\:-translate-x-34\%:focus{
    --tw-translate-x: -34%;
  }

  .xl\:focus\:-translate-x-45\%:focus{
    --tw-translate-x: -45%;
  }

  .xl\:focus\:-translate-x-54\%:focus{
    --tw-translate-x: -54%;
  }

  .xl\:focus\:-translate-x-75\%:focus{
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-55\%:focus{
    --tw-translate-x: -55%;
  }

  .xl\:focus\:-translate-x-65\%:focus{
    --tw-translate-x: -65%;
  }

  .xl\:focus\:-translate-x-66\%:focus{
    --tw-translate-x: -66%;
  }

  .xl\:focus\:-translate-x-85\%:focus{
    --tw-translate-x: -85%;
  }

  .xl\:focus\:-translate-x-96\%:focus{
    --tw-translate-x: -96%;
  }

  .xl\:focus\:-translate-x-130\%:focus{
    --tw-translate-x: -130%;
  }

  .xl\:focus\:-translate-x-135\%:focus{
    --tw-translate-x: -135%;
  }

  .xl\:focus\:-translate-x-200\%:focus{
    --tw-translate-x: -200%;
  }

  .xl\:focus\:-translate-x-16\/9:focus{
    --tw-translate-x: -56.25%;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-span:focus{
    --tw-translate-x: -8.333%;
  }

  .xl\:focus\:-translate-x-2span:focus{
    --tw-translate-x: -16.666%;
  }

  .xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .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-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-y-0:focus{
    --tw-translate-y: 0;
  }

  .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 3.5rem;
  }

  .xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-104:focus{
    --tw-translate-y: 6.5rem;
  }

  .xl\:focus\:translate-y-112:focus{
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-128:focus{
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-140:focus{
    --tw-translate-y: 8.75rem;
  }

  .xl\:focus\:translate-y-160:focus{
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-180:focus{
    --tw-translate-y: 11.25rem;
  }

  .xl\:focus\:translate-y-200:focus{
    --tw-translate-y: 12.5rem;
  }

  .xl\:focus\:translate-y-224:focus{
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-240:focus{
    --tw-translate-y: 15rem;
  }

  .xl\:focus\:translate-y-260:focus{
    --tw-translate-y: 16.25rem;
  }

  .xl\:focus\:translate-y-300:focus{
    --tw-translate-y: 18.75rem;
  }

  .xl\:focus\:-translate-y-78\%:focus{
    --tw-translate-y: -78%;
  }

  .xl\:focus\:-translate-y-80\%:focus{
    --tw-translate-y: -80%;
  }

  .xl\:focus\:-translate-y-50\%:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-35\%:focus{
    --tw-translate-y: -35%;
  }

  .xl\:focus\:-translate-y-128:focus{
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:translate-y-5\%:focus{
    --tw-translate-y: 5%;
  }

  .xl\:focus\:translate-y-10\%:focus{
    --tw-translate-y: 10%;
  }

  .xl\:focus\:translate-y-15\%:focus{
    --tw-translate-y: 15%;
  }

  .xl\:focus\:translate-y-20\%:focus{
    --tw-translate-y: 20%;
  }

  .xl\:focus\:translate-y-25\%:focus{
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-30\%:focus{
    --tw-translate-y: 30%;
  }

  .xl\:focus\:translate-y-31\%:focus{
    --tw-translate-y: 31%;
  }

  .xl\:focus\:translate-y-33\%:focus{
    --tw-translate-y: 33.333%;
  }

  .xl\:focus\:translate-y-34\%:focus{
    --tw-translate-y: 34%;
  }

  .xl\:focus\:translate-y-45\%:focus{
    --tw-translate-y: 45%;
  }

  .xl\:focus\:translate-y-50\%:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-54\%:focus{
    --tw-translate-y: 54%;
  }

  .xl\:focus\:translate-y-75\%:focus{
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-55\%:focus{
    --tw-translate-y: 55%;
  }

  .xl\:focus\:translate-y-65\%:focus{
    --tw-translate-y: 65%;
  }

  .xl\:focus\:translate-y-66\%:focus{
    --tw-translate-y: 66%;
  }

  .xl\:focus\:translate-y-85\%:focus{
    --tw-translate-y: 85%;
  }

  .xl\:focus\:translate-y-96\%:focus{
    --tw-translate-y: 96%;
  }

  .xl\:focus\:translate-y-130\%:focus{
    --tw-translate-y: 130%;
  }

  .xl\:focus\:translate-y-135\%:focus{
    --tw-translate-y: 135%;
  }

  .xl\:focus\:translate-y-200\%:focus{
    --tw-translate-y: 200%;
  }

  .xl\:focus\:translate-y-16\/9:focus{
    --tw-translate-y: 56.25%;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .xl\:focus\:translate-y-span:focus{
    --tw-translate-y: 8.333%;
  }

  .xl\:focus\:translate-y-2span:focus{
    --tw-translate-y: 16.666%;
  }

  .xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -3.5rem;
  }

  .xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-104:focus{
    --tw-translate-y: -6.5rem;
  }

  .xl\:focus\:-translate-y-112:focus{
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-140:focus{
    --tw-translate-y: -8.75rem;
  }

  .xl\:focus\:-translate-y-160:focus{
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-180:focus{
    --tw-translate-y: -11.25rem;
  }

  .xl\:focus\:-translate-y-200:focus{
    --tw-translate-y: -12.5rem;
  }

  .xl\:focus\:-translate-y-224:focus{
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-240:focus{
    --tw-translate-y: -15rem;
  }

  .xl\:focus\:-translate-y-260:focus{
    --tw-translate-y: -16.25rem;
  }

  .xl\:focus\:-translate-y-300:focus{
    --tw-translate-y: -18.75rem;
  }

  .xl\:focus\:-translate-y--78\%:focus{
    --tw-translate-y: 78%;
  }

  .xl\:focus\:-translate-y--80\%:focus{
    --tw-translate-y: 80%;
  }

  .xl\:focus\:-translate-y--50\%:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:-translate-y--35\%:focus{
    --tw-translate-y: 35%;
  }

  .xl\:focus\:-translate-y--128:focus{
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:-translate-y--96:focus{
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:-translate-y--64:focus{
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:-translate-y--32:focus{
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:-translate-y--8:focus{
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:-translate-y-5\%:focus{
    --tw-translate-y: -5%;
  }

  .xl\:focus\:-translate-y-10\%:focus{
    --tw-translate-y: -10%;
  }

  .xl\:focus\:-translate-y-15\%:focus{
    --tw-translate-y: -15%;
  }

  .xl\:focus\:-translate-y-20\%:focus{
    --tw-translate-y: -20%;
  }

  .xl\:focus\:-translate-y-25\%:focus{
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-30\%:focus{
    --tw-translate-y: -30%;
  }

  .xl\:focus\:-translate-y-31\%:focus{
    --tw-translate-y: -31%;
  }

  .xl\:focus\:-translate-y-33\%:focus{
    --tw-translate-y: -33.333%;
  }

  .xl\:focus\:-translate-y-34\%:focus{
    --tw-translate-y: -34%;
  }

  .xl\:focus\:-translate-y-45\%:focus{
    --tw-translate-y: -45%;
  }

  .xl\:focus\:-translate-y-54\%:focus{
    --tw-translate-y: -54%;
  }

  .xl\:focus\:-translate-y-75\%:focus{
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-55\%:focus{
    --tw-translate-y: -55%;
  }

  .xl\:focus\:-translate-y-65\%:focus{
    --tw-translate-y: -65%;
  }

  .xl\:focus\:-translate-y-66\%:focus{
    --tw-translate-y: -66%;
  }

  .xl\:focus\:-translate-y-85\%:focus{
    --tw-translate-y: -85%;
  }

  .xl\:focus\:-translate-y-96\%:focus{
    --tw-translate-y: -96%;
  }

  .xl\:focus\:-translate-y-130\%:focus{
    --tw-translate-y: -130%;
  }

  .xl\:focus\:-translate-y-135\%:focus{
    --tw-translate-y: -135%;
  }

  .xl\:focus\:-translate-y-200\%:focus{
    --tw-translate-y: -200%;
  }

  .xl\:focus\:-translate-y-16\/9:focus{
    --tw-translate-y: -56.25%;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-span:focus{
    --tw-translate-y: -8.333%;
  }

  .xl\:focus\:-translate-y-2span:focus{
    --tw-translate-y: -16.666%;
  }

  .xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .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-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\: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\: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\: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-130{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .xl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:scale-200{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .xl\:scale-500{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .xl\:scale-700{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130:hover{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-200:hover{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .xl\:hover\:scale-500:hover{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .xl\:hover\:scale-700:hover{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130:focus{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-200:focus{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .xl\:focus\:scale-500:focus{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .xl\:focus\:scale-700:focus{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .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-130{
    --tw-scale-x: 1.3;
  }

  .xl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .xl\:scale-x-200{
    --tw-scale-x: 2;
  }

  .xl\:scale-x-500{
    --tw-scale-x: 5;
  }

  .xl\:scale-x-700{
    --tw-scale-x: 7;
  }

  .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-130{
    --tw-scale-y: 1.3;
  }

  .xl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xl\:scale-y-200{
    --tw-scale-y: 2;
  }

  .xl\:scale-y-500{
    --tw-scale-y: 5;
  }

  .xl\:scale-y-700{
    --tw-scale-y: 7;
  }

  .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-130:hover{
    --tw-scale-x: 1.3;
  }

  .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:scale-x-200:hover{
    --tw-scale-x: 2;
  }

  .xl\:hover\:scale-x-500:hover{
    --tw-scale-x: 5;
  }

  .xl\:hover\:scale-x-700:hover{
    --tw-scale-x: 7;
  }

  .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-130:hover{
    --tw-scale-y: 1.3;
  }

  .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-y-200:hover{
    --tw-scale-y: 2;
  }

  .xl\:hover\:scale-y-500:hover{
    --tw-scale-y: 5;
  }

  .xl\:hover\:scale-y-700:hover{
    --tw-scale-y: 7;
  }

  .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-130:focus{
    --tw-scale-x: 1.3;
  }

  .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:scale-x-200:focus{
    --tw-scale-x: 2;
  }

  .xl\:focus\:scale-x-500:focus{
    --tw-scale-x: 5;
  }

  .xl\:focus\:scale-x-700:focus{
    --tw-scale-x: 7;
  }

  .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-130:focus{
    --tw-scale-y: 1.3;
  }

  .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-y-200:focus{
    --tw-scale-y: 2;
  }

  .xl\:focus\:scale-y-500:focus{
    --tw-scale-y: 5;
  }

  .xl\:focus\:scale-y-700:focus{
    --tw-scale-y: 7;
  }

  .xl\:animate-none{
    animation: none;
  }

  .xl\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .xl\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce{
    animation: bounce 1s infinite;
  }

  @media (prefers-reduced-motion: no-preference){
    .xl\:motion-safe\:animate-none{
      animation: none;
    }

    .xl\:motion-safe\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .xl\:motion-safe\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .xl\:motion-safe\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .xl\:motion-safe\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  @media (prefers-reduced-motion: reduce){
    .xl\:motion-reduce\:animate-none{
      animation: none;
    }

    .xl\:motion-reduce\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .xl\:motion-reduce\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .xl\:motion-reduce\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .xl\:motion-reduce\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  .xl\:select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .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\:appearance-none{
    -webkit-appearance: none;
            appearance: none;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .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\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-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\: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-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-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\: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\: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\: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-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\:gap-0{
    gap: 0;
  }

  .xl\:gap-4{
    gap: 0.25rem;
  }

  .xl\:gap-8{
    gap: 0.5rem;
  }

  .xl\:gap-12{
    gap: 0.75rem;
  }

  .xl\:gap-16{
    gap: 1rem;
  }

  .xl\:gap-20{
    gap: 1.25rem;
  }

  .xl\:gap-24{
    gap: 1.5rem;
  }

  .xl\:gap-32{
    gap: 2rem;
  }

  .xl\:gap-40{
    gap: 2.5rem;
  }

  .xl\:gap-48{
    gap: 3rem;
  }

  .xl\:gap-56{
    gap: 3.5rem;
  }

  .xl\:gap-64{
    gap: 4rem;
  }

  .xl\:gap-80{
    gap: 5rem;
  }

  .xl\:gap-96{
    gap: 6rem;
  }

  .xl\:gap-104{
    gap: 6.5rem;
  }

  .xl\:gap-112{
    gap: 7rem;
  }

  .xl\:gap-128{
    gap: 8rem;
  }

  .xl\:gap-140{
    gap: 8.75rem;
  }

  .xl\:gap-160{
    gap: 10rem;
  }

  .xl\:gap-180{
    gap: 11.25rem;
  }

  .xl\:gap-200{
    gap: 12.5rem;
  }

  .xl\:gap-224{
    gap: 14rem;
  }

  .xl\:gap-240{
    gap: 15rem;
  }

  .xl\:gap-260{
    gap: 16.25rem;
  }

  .xl\:gap-300{
    gap: 18.75rem;
  }

  .xl\:-gap-78\%{
    gap: -78%;
  }

  .xl\:-gap-80\%{
    gap: -80%;
  }

  .xl\:-gap-50\%{
    gap: -50%;
  }

  .xl\:-gap-35\%{
    gap: -35%;
  }

  .xl\:-gap-128{
    gap: -8rem;
  }

  .xl\:-gap-96{
    gap: -6rem;
  }

  .xl\:-gap-64{
    gap: -4rem;
  }

  .xl\:-gap-32{
    gap: -2rem;
  }

  .xl\:-gap-8{
    gap: -0.5rem;
  }

  .xl\:gap-5\%{
    gap: 5%;
  }

  .xl\:gap-10\%{
    gap: 10%;
  }

  .xl\:gap-15\%{
    gap: 15%;
  }

  .xl\:gap-20\%{
    gap: 20%;
  }

  .xl\:gap-25\%{
    gap: 25%;
  }

  .xl\:gap-30\%{
    gap: 30%;
  }

  .xl\:gap-31\%{
    gap: 31%;
  }

  .xl\:gap-33\%{
    gap: 33.333%;
  }

  .xl\:gap-34\%{
    gap: 34%;
  }

  .xl\:gap-45\%{
    gap: 45%;
  }

  .xl\:gap-50\%{
    gap: 50%;
  }

  .xl\:gap-54\%{
    gap: 54%;
  }

  .xl\:gap-75\%{
    gap: 75%;
  }

  .xl\:gap-55\%{
    gap: 55%;
  }

  .xl\:gap-65\%{
    gap: 65%;
  }

  .xl\:gap-66\%{
    gap: 66%;
  }

  .xl\:gap-85\%{
    gap: 85%;
  }

  .xl\:gap-96\%{
    gap: 96%;
  }

  .xl\:gap-130\%{
    gap: 130%;
  }

  .xl\:gap-135\%{
    gap: 135%;
  }

  .xl\:gap-200\%{
    gap: 200%;
  }

  .xl\:gap-16\/9{
    gap: 56.25%;
  }

  .xl\:gap-1\/2{
    gap: 50%;
  }

  .xl\:gap-full{
    gap: 100%;
  }

  .xl\:gap-span{
    gap: 8.333%;
  }

  .xl\:gap-2span{
    gap: 16.666%;
  }

  .xl\:gap-px{
    gap: 1px;
  }

  .xl\:gap-x-0{
    column-gap: 0;
  }

  .xl\:gap-x-4{
    column-gap: 0.25rem;
  }

  .xl\:gap-x-8{
    column-gap: 0.5rem;
  }

  .xl\:gap-x-12{
    column-gap: 0.75rem;
  }

  .xl\:gap-x-16{
    column-gap: 1rem;
  }

  .xl\:gap-x-20{
    column-gap: 1.25rem;
  }

  .xl\:gap-x-24{
    column-gap: 1.5rem;
  }

  .xl\:gap-x-32{
    column-gap: 2rem;
  }

  .xl\:gap-x-40{
    column-gap: 2.5rem;
  }

  .xl\:gap-x-48{
    column-gap: 3rem;
  }

  .xl\:gap-x-56{
    column-gap: 3.5rem;
  }

  .xl\:gap-x-64{
    column-gap: 4rem;
  }

  .xl\:gap-x-80{
    column-gap: 5rem;
  }

  .xl\:gap-x-96{
    column-gap: 6rem;
  }

  .xl\:gap-x-104{
    column-gap: 6.5rem;
  }

  .xl\:gap-x-112{
    column-gap: 7rem;
  }

  .xl\:gap-x-128{
    column-gap: 8rem;
  }

  .xl\:gap-x-140{
    column-gap: 8.75rem;
  }

  .xl\:gap-x-160{
    column-gap: 10rem;
  }

  .xl\:gap-x-180{
    column-gap: 11.25rem;
  }

  .xl\:gap-x-200{
    column-gap: 12.5rem;
  }

  .xl\:gap-x-224{
    column-gap: 14rem;
  }

  .xl\:gap-x-240{
    column-gap: 15rem;
  }

  .xl\:gap-x-260{
    column-gap: 16.25rem;
  }

  .xl\:gap-x-300{
    column-gap: 18.75rem;
  }

  .xl\:-gap-x-78\%{
    column-gap: -78%;
  }

  .xl\:-gap-x-80\%{
    column-gap: -80%;
  }

  .xl\:-gap-x-50\%{
    column-gap: -50%;
  }

  .xl\:-gap-x-35\%{
    column-gap: -35%;
  }

  .xl\:-gap-x-128{
    column-gap: -8rem;
  }

  .xl\:-gap-x-96{
    column-gap: -6rem;
  }

  .xl\:-gap-x-64{
    column-gap: -4rem;
  }

  .xl\:-gap-x-32{
    column-gap: -2rem;
  }

  .xl\:-gap-x-8{
    column-gap: -0.5rem;
  }

  .xl\:gap-x-5\%{
    column-gap: 5%;
  }

  .xl\:gap-x-10\%{
    column-gap: 10%;
  }

  .xl\:gap-x-15\%{
    column-gap: 15%;
  }

  .xl\:gap-x-20\%{
    column-gap: 20%;
  }

  .xl\:gap-x-25\%{
    column-gap: 25%;
  }

  .xl\:gap-x-30\%{
    column-gap: 30%;
  }

  .xl\:gap-x-31\%{
    column-gap: 31%;
  }

  .xl\:gap-x-33\%{
    column-gap: 33.333%;
  }

  .xl\:gap-x-34\%{
    column-gap: 34%;
  }

  .xl\:gap-x-45\%{
    column-gap: 45%;
  }

  .xl\:gap-x-50\%{
    column-gap: 50%;
  }

  .xl\:gap-x-54\%{
    column-gap: 54%;
  }

  .xl\:gap-x-75\%{
    column-gap: 75%;
  }

  .xl\:gap-x-55\%{
    column-gap: 55%;
  }

  .xl\:gap-x-65\%{
    column-gap: 65%;
  }

  .xl\:gap-x-66\%{
    column-gap: 66%;
  }

  .xl\:gap-x-85\%{
    column-gap: 85%;
  }

  .xl\:gap-x-96\%{
    column-gap: 96%;
  }

  .xl\:gap-x-130\%{
    column-gap: 130%;
  }

  .xl\:gap-x-135\%{
    column-gap: 135%;
  }

  .xl\:gap-x-200\%{
    column-gap: 200%;
  }

  .xl\:gap-x-16\/9{
    column-gap: 56.25%;
  }

  .xl\:gap-x-1\/2{
    column-gap: 50%;
  }

  .xl\:gap-x-full{
    column-gap: 100%;
  }

  .xl\:gap-x-span{
    column-gap: 8.333%;
  }

  .xl\:gap-x-2span{
    column-gap: 16.666%;
  }

  .xl\:gap-x-px{
    column-gap: 1px;
  }

  .xl\:gap-y-0{
    row-gap: 0;
  }

  .xl\:gap-y-4{
    row-gap: 0.25rem;
  }

  .xl\:gap-y-8{
    row-gap: 0.5rem;
  }

  .xl\:gap-y-12{
    row-gap: 0.75rem;
  }

  .xl\:gap-y-16{
    row-gap: 1rem;
  }

  .xl\:gap-y-20{
    row-gap: 1.25rem;
  }

  .xl\:gap-y-24{
    row-gap: 1.5rem;
  }

  .xl\:gap-y-32{
    row-gap: 2rem;
  }

  .xl\:gap-y-40{
    row-gap: 2.5rem;
  }

  .xl\:gap-y-48{
    row-gap: 3rem;
  }

  .xl\:gap-y-56{
    row-gap: 3.5rem;
  }

  .xl\:gap-y-64{
    row-gap: 4rem;
  }

  .xl\:gap-y-80{
    row-gap: 5rem;
  }

  .xl\:gap-y-96{
    row-gap: 6rem;
  }

  .xl\:gap-y-104{
    row-gap: 6.5rem;
  }

  .xl\:gap-y-112{
    row-gap: 7rem;
  }

  .xl\:gap-y-128{
    row-gap: 8rem;
  }

  .xl\:gap-y-140{
    row-gap: 8.75rem;
  }

  .xl\:gap-y-160{
    row-gap: 10rem;
  }

  .xl\:gap-y-180{
    row-gap: 11.25rem;
  }

  .xl\:gap-y-200{
    row-gap: 12.5rem;
  }

  .xl\:gap-y-224{
    row-gap: 14rem;
  }

  .xl\:gap-y-240{
    row-gap: 15rem;
  }

  .xl\:gap-y-260{
    row-gap: 16.25rem;
  }

  .xl\:gap-y-300{
    row-gap: 18.75rem;
  }

  .xl\:-gap-y-78\%{
    row-gap: -78%;
  }

  .xl\:-gap-y-80\%{
    row-gap: -80%;
  }

  .xl\:-gap-y-50\%{
    row-gap: -50%;
  }

  .xl\:-gap-y-35\%{
    row-gap: -35%;
  }

  .xl\:-gap-y-128{
    row-gap: -8rem;
  }

  .xl\:-gap-y-96{
    row-gap: -6rem;
  }

  .xl\:-gap-y-64{
    row-gap: -4rem;
  }

  .xl\:-gap-y-32{
    row-gap: -2rem;
  }

  .xl\:-gap-y-8{
    row-gap: -0.5rem;
  }

  .xl\:gap-y-5\%{
    row-gap: 5%;
  }

  .xl\:gap-y-10\%{
    row-gap: 10%;
  }

  .xl\:gap-y-15\%{
    row-gap: 15%;
  }

  .xl\:gap-y-20\%{
    row-gap: 20%;
  }

  .xl\:gap-y-25\%{
    row-gap: 25%;
  }

  .xl\:gap-y-30\%{
    row-gap: 30%;
  }

  .xl\:gap-y-31\%{
    row-gap: 31%;
  }

  .xl\:gap-y-33\%{
    row-gap: 33.333%;
  }

  .xl\:gap-y-34\%{
    row-gap: 34%;
  }

  .xl\:gap-y-45\%{
    row-gap: 45%;
  }

  .xl\:gap-y-50\%{
    row-gap: 50%;
  }

  .xl\:gap-y-54\%{
    row-gap: 54%;
  }

  .xl\:gap-y-75\%{
    row-gap: 75%;
  }

  .xl\:gap-y-55\%{
    row-gap: 55%;
  }

  .xl\:gap-y-65\%{
    row-gap: 65%;
  }

  .xl\:gap-y-66\%{
    row-gap: 66%;
  }

  .xl\:gap-y-85\%{
    row-gap: 85%;
  }

  .xl\:gap-y-96\%{
    row-gap: 96%;
  }

  .xl\:gap-y-130\%{
    row-gap: 130%;
  }

  .xl\:gap-y-135\%{
    row-gap: 135%;
  }

  .xl\:gap-y-200\%{
    row-gap: 200%;
  }

  .xl\:gap-y-16\/9{
    row-gap: 56.25%;
  }

  .xl\:gap-y-1\/2{
    row-gap: 50%;
  }

  .xl\:gap-y-full{
    row-gap: 100%;
  }

  .xl\:gap-y-span{
    row-gap: 8.333%;
  }

  .xl\:gap-y-2span{
    row-gap: 16.666%;
  }

  .xl\:gap-y-px{
    row-gap: 1px;
  }

  .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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-78% * var(--tw-space-x-reverse));
    margin-left: calc(-78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34% * var(--tw-space-x-reverse));
    margin-left: calc(34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(54% * var(--tw-space-x-reverse));
    margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66% * var(--tw-space-x-reverse));
    margin-left: calc(66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(130% * var(--tw-space-x-reverse));
    margin-left: calc(130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135% * var(--tw-space-x-reverse));
    margin-left: calc(135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200% * var(--tw-space-x-reverse));
    margin-left: calc(200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56.25% * var(--tw-space-x-reverse));
    margin-left: calc(56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666% * var(--tw-space-x-reverse));
    margin-left: calc(16.666% * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(78% * var(--tw-space-x-reverse));
    margin-left: calc(78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34% * var(--tw-space-x-reverse));
    margin-left: calc(-34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-54% * var(--tw-space-x-reverse));
    margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66% * var(--tw-space-x-reverse));
    margin-left: calc(-66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-130% * var(--tw-space-x-reverse));
    margin-left: calc(-130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135% * var(--tw-space-x-reverse));
    margin-left: calc(-135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200% * var(--tw-space-x-reverse));
    margin-left: calc(-200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56.25% * var(--tw-space-x-reverse));
    margin-left: calc(-56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.666% * var(--tw-space-x-reverse));
    margin-left: calc(-16.666% * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56.25% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.333% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56.25% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.333% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.666% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl\: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-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.188rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.188rem * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.313rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.313rem * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-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 * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.188rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.188rem * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.313rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.313rem * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\: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-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-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-divide-opacity));
  }

  .xl\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-divide-opacity));
  }

  .xl\:divide-dark-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.1);
  }

  .xl\:divide-dark-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.5);
  }

  .xl\:divide-dark-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .xl\:divide-dark-900 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.9);
  }

  .xl\:divide-light-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:divide-light-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:divide-light-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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\: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\:self-baseline{
    align-self: baseline;
  }

  .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\: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\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .xl\:overflow-clip{
    text-overflow: clip;
  }

  .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\:rounded-none{
    border-radius: 0;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:rounded{
    border-radius: 0.25rem;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xl\:rounded-xl{
    border-radius: 0.75rem;
  }

  .xl\:rounded-2xl{
    border-radius: 1rem;
  }

  .xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-loader{
    border-radius: 50%;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-t-loader{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-r-loader{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-b-loader{
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-loader{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tl-loader{
    border-top-left-radius: 50%;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-tr-loader{
    border-top-right-radius: 50%;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-br-loader{
    border-bottom-right-radius: 50%;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-bl-loader{
    border-bottom-left-radius: 50%;
  }

  .xl\:border-0{
    border-width: 0px;
  }

  .xl\:border-1{
    border-width: 0.0625rem;
  }

  .xl\:border-2{
    border-width: 0.125rem;
  }

  .xl\:border-3{
    border-width: 0.188rem;
  }

  .xl\:border-4{
    border-width: 4px;
  }

  .xl\:border-5{
    border-width: 0.313rem;
  }

  .xl\:border-8{
    border-width: 8px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-t-0{
    border-top-width: 0px;
  }

  .xl\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .xl\:border-t-2{
    border-top-width: 0.125rem;
  }

  .xl\:border-t-3{
    border-top-width: 0.188rem;
  }

  .xl\:border-t-4{
    border-top-width: 4px;
  }

  .xl\:border-t-5{
    border-top-width: 0.313rem;
  }

  .xl\:border-t-8{
    border-top-width: 8px;
  }

  .xl\:border-t{
    border-top-width: 1px;
  }

  .xl\:border-r-0{
    border-right-width: 0px;
  }

  .xl\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .xl\:border-r-2{
    border-right-width: 0.125rem;
  }

  .xl\:border-r-3{
    border-right-width: 0.188rem;
  }

  .xl\:border-r-4{
    border-right-width: 4px;
  }

  .xl\:border-r-5{
    border-right-width: 0.313rem;
  }

  .xl\:border-r-8{
    border-right-width: 8px;
  }

  .xl\:border-r{
    border-right-width: 1px;
  }

  .xl\:border-b-0{
    border-bottom-width: 0px;
  }

  .xl\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .xl\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .xl\:border-b-3{
    border-bottom-width: 0.188rem;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xl\:border-b-5{
    border-bottom-width: 0.313rem;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xl\:border-b{
    border-bottom-width: 1px;
  }

  .xl\:border-l-0{
    border-left-width: 0px;
  }

  .xl\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .xl\:border-l-2{
    border-left-width: 0.125rem;
  }

  .xl\:border-l-3{
    border-left-width: 0.188rem;
  }

  .xl\:border-l-4{
    border-left-width: 4px;
  }

  .xl\:border-l-5{
    border-left-width: 0.313rem;
  }

  .xl\:border-l-8{
    border-left-width: 8px;
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

  .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-transparent{
    border-color: transparent;
  }

  .xl\:border-current{
    border-color: currentColor;
  }

  .xl\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .xl\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .xl\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .xl\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .xl\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .xl\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .xl\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .xl\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .xl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-current{
    border-color: currentColor;
  }

  .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-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .group:hover .xl\:group-hover\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .group:hover .xl\:group-hover\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .xl\:group-hover\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .group:hover .xl\:group-hover\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .xl\:group-hover\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .xl\:group-hover\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .xl\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .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-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-error:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-dark-100:focus-within{
    border-color: rgba(0,0,0,.1);
  }

  .xl\:focus-within\:border-dark-500:focus-within{
    border-color: rgba(0,0,0,.5);
  }

  .xl\:focus-within\:border-dark-800:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .xl\:focus-within\:border-dark-900:focus-within{
    border-color: rgba(0,0,0,.9);
  }

  .xl\:focus-within\:border-light-100:focus-within{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus-within\:border-light-500:focus-within{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus-within\:border-light-800:focus-within{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .xl\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .xl\:hover\:border-dark-100:hover{
    border-color: rgba(0,0,0,.1);
  }

  .xl\:hover\:border-dark-500:hover{
    border-color: rgba(0,0,0,.5);
  }

  .xl\:hover\:border-dark-800:hover{
    border-color: rgba(0,0,0,.8);
  }

  .xl\:hover\:border-dark-900:hover{
    border-color: rgba(0,0,0,.9);
  }

  .xl\:hover\:border-light-100:hover{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:hover\:border-light-500:hover{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:hover\:border-light-800:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .xl\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .xl\:focus\:border-dark-100:focus{
    border-color: rgba(0,0,0,.1);
  }

  .xl\:focus\:border-dark-500:focus{
    border-color: rgba(0,0,0,.5);
  }

  .xl\:focus\:border-dark-800:focus{
    border-color: rgba(0,0,0,.8);
  }

  .xl\:focus\:border-dark-900:focus{
    border-color: rgba(0,0,0,.9);
  }

  .xl\:focus\:border-light-100:focus{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:border-light-500:focus{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:border-light-800:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-current{
    background-color: currentColor;
  }

  .xl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .xl\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .xl\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .xl\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .xl\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .xl\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .xl\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .xl\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .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-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .group:hover .xl\:group-hover\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .group:hover .xl\:group-hover\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .xl\:group-hover\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .group:hover .xl\:group-hover\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .xl\:group-hover\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .xl\:group-hover\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .xl\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .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-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-error:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-dark-100:focus-within{
    background-color: rgba(0,0,0,.1);
  }

  .xl\:focus-within\:bg-dark-500:focus-within{
    background-color: rgba(0,0,0,.5);
  }

  .xl\:focus-within\:bg-dark-800:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .xl\:focus-within\:bg-dark-900:focus-within{
    background-color: rgba(0,0,0,.9);
  }

  .xl\:focus-within\:bg-light-100:focus-within{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus-within\:bg-light-500:focus-within{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus-within\:bg-light-800:focus-within{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-dark-100:hover{
    background-color: rgba(0,0,0,.1);
  }

  .xl\:hover\:bg-dark-500:hover{
    background-color: rgba(0,0,0,.5);
  }

  .xl\:hover\:bg-dark-800:hover{
    background-color: rgba(0,0,0,.8);
  }

  .xl\:hover\:bg-dark-900:hover{
    background-color: rgba(0,0,0,.9);
  }

  .xl\:hover\:bg-light-100:hover{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:hover\:bg-light-500:hover{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:hover\:bg-light-800:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-dark-100:focus{
    background-color: rgba(0,0,0,.1);
  }

  .xl\:focus\:bg-dark-500:focus{
    background-color: rgba(0,0,0,.5);
  }

  .xl\:focus\:bg-dark-800:focus{
    background-color: rgba(0,0,0,.8);
  }

  .xl\:focus\:bg-dark-900:focus{
    background-color: rgba(0,0,0,.9);
  }

  .xl\:focus\:bg-light-100:focus{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:bg-light-500:focus{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:bg-light-800:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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-none{
    background-image: none;
  }

  .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, 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(to right, 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(to bottom, 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(to left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-blue{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xl\:from-error{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xl\:from-gray{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:from-gray-dark{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xl\:from-dark-100{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-dark-500{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-dark-800{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-dark-900{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-light-100{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-light-500{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-light-800{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xl\:hover\:from-error:hover{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xl\:hover\:from-gray:hover{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:hover\:from-gray-dark:hover{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xl\:hover\:from-dark-100:hover{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-dark-500:hover{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-dark-800:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-dark-900:hover{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-light-100:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-light-500:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-light-800:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xl\:focus\:from-error:focus{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xl\:focus\:from-gray:focus{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:focus\:from-gray-dark:focus{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xl\:focus\:from-dark-100:focus{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-dark-500:focus{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-dark-800:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-dark-900:focus{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-light-100:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-light-500:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-light-800:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xl\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xl\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xl\:via-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-dark-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-dark-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-dark-900{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-light-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-light-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-light-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xl\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xl\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:hover\:via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xl\:hover\:via-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-dark-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-dark-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-dark-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-light-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-light-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-light-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .xl\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .xl\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:focus\:via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .xl\:focus\:via-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-dark-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-dark-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-dark-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-light-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-light-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-light-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .xl\:to-current{
    --tw-gradient-to: currentColor;
  }

  .xl\:to-black{
    --tw-gradient-to: #000;
  }

  .xl\:to-white{
    --tw-gradient-to: #fff;
  }

  .xl\:to-blue{
    --tw-gradient-to: #0099FF;
  }

  .xl\:to-error{
    --tw-gradient-to: #E62807;
  }

  .xl\:to-gray{
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:to-gray-dark{
    --tw-gradient-to: #777676;
  }

  .xl\:to-dark-100{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .xl\:to-dark-500{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .xl\:to-dark-800{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .xl\:to-dark-900{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .xl\:to-light-100{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .xl\:to-light-500{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .xl\:to-light-800{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .xl\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF;
  }

  .xl\:hover\:to-error:hover{
    --tw-gradient-to: #E62807;
  }

  .xl\:hover\:to-gray:hover{
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:hover\:to-gray-dark:hover{
    --tw-gradient-to: #777676;
  }

  .xl\:hover\:to-dark-100:hover{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .xl\:hover\:to-dark-500:hover{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .xl\:hover\:to-dark-800:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .xl\:hover\:to-dark-900:hover{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .xl\:hover\:to-light-100:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .xl\:hover\:to-light-500:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .xl\:hover\:to-light-800:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .xl\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF;
  }

  .xl\:focus\:to-error:focus{
    --tw-gradient-to: #E62807;
  }

  .xl\:focus\:to-gray:focus{
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:focus\:to-gray-dark:focus{
    --tw-gradient-to: #777676;
  }

  .xl\:focus\:to-dark-100:focus{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .xl\:focus\:to-dark-500:focus{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .xl\:focus\:to-dark-800:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .xl\:focus\:to-dark-900:focus{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .xl\:focus\:to-light-100:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:to-light-500:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:to-light-800:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .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\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .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-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .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-origin-border{
    background-origin: border-box;
  }

  .xl\:bg-origin-padding{
    background-origin: padding-box;
  }

  .xl\:bg-origin-content{
    background-origin: content-box;
  }

  .xl\:fill-current{
    fill: currentColor;
  }

  .xl\:fill-transparent{
    fill: transparent;
  }

  .xl\:fill-black{
    fill: #000;
  }

  .xl\:fill-white{
    fill: #fff;
  }

  .xl\:fill-blue{
    fill: #0099FF;
  }

  .xl\:fill-error{
    fill: #E62807;
  }

  .xl\:fill-gray{
    fill: #e5e5e5;
  }

  .xl\:fill-gray-dark{
    fill: #777676;
  }

  .xl\:fill-dark-100{
    fill: rgba(0,0,0,.1);
  }

  .xl\:fill-dark-500{
    fill: rgba(0,0,0,.5);
  }

  .xl\:fill-dark-800{
    fill: rgba(0,0,0,.8);
  }

  .xl\:fill-dark-900{
    fill: rgba(0,0,0,.9);
  }

  .xl\:fill-light-100{
    fill: rgba(255, 255, 255, 0.1);
  }

  .xl\:fill-light-500{
    fill: rgba(255, 255, 255, 0.5);
  }

  .xl\:fill-light-800{
    fill: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:fill-current:hover{
    fill: currentColor;
  }

  .xl\:hover\:fill-transparent:hover{
    fill: transparent;
  }

  .xl\:hover\:fill-black:hover{
    fill: #000;
  }

  .xl\:hover\:fill-white:hover{
    fill: #fff;
  }

  .xl\:hover\:fill-blue:hover{
    fill: #0099FF;
  }

  .xl\:hover\:fill-error:hover{
    fill: #E62807;
  }

  .xl\:hover\:fill-gray:hover{
    fill: #e5e5e5;
  }

  .xl\:hover\:fill-gray-dark:hover{
    fill: #777676;
  }

  .xl\:hover\:fill-dark-100:hover{
    fill: rgba(0,0,0,.1);
  }

  .xl\:hover\:fill-dark-500:hover{
    fill: rgba(0,0,0,.5);
  }

  .xl\:hover\:fill-dark-800:hover{
    fill: rgba(0,0,0,.8);
  }

  .xl\:hover\:fill-dark-900:hover{
    fill: rgba(0,0,0,.9);
  }

  .xl\:hover\:fill-light-100:hover{
    fill: rgba(255, 255, 255, 0.1);
  }

  .xl\:hover\:fill-light-500:hover{
    fill: rgba(255, 255, 255, 0.5);
  }

  .xl\:hover\:fill-light-800:hover{
    fill: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:fill-current:focus{
    fill: currentColor;
  }

  .xl\:focus\:fill-transparent:focus{
    fill: transparent;
  }

  .xl\:focus\:fill-black:focus{
    fill: #000;
  }

  .xl\:focus\:fill-white:focus{
    fill: #fff;
  }

  .xl\:focus\:fill-blue:focus{
    fill: #0099FF;
  }

  .xl\:focus\:fill-error:focus{
    fill: #E62807;
  }

  .xl\:focus\:fill-gray:focus{
    fill: #e5e5e5;
  }

  .xl\:focus\:fill-gray-dark:focus{
    fill: #777676;
  }

  .xl\:focus\:fill-dark-100:focus{
    fill: rgba(0,0,0,.1);
  }

  .xl\:focus\:fill-dark-500:focus{
    fill: rgba(0,0,0,.5);
  }

  .xl\:focus\:fill-dark-800:focus{
    fill: rgba(0,0,0,.8);
  }

  .xl\:focus\:fill-dark-900:focus{
    fill: rgba(0,0,0,.9);
  }

  .xl\:focus\:fill-light-100:focus{
    fill: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:fill-light-500:focus{
    fill: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:fill-light-800:focus{
    fill: rgba(255, 255, 255, 0.8);
  }

  .xl\:stroke-current{
    stroke: currentColor;
  }

  .xl\:stroke-0{
    stroke-width: 0;
  }

  .xl\:stroke-1{
    stroke-width: 1;
  }

  .xl\:stroke-2{
    stroke-width: 2;
  }

  .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\:p-0{
    padding: 0;
  }

  .xl\:p-4{
    padding: 0.25rem;
  }

  .xl\:p-8{
    padding: 0.5rem;
  }

  .xl\:p-12{
    padding: 0.75rem;
  }

  .xl\:p-16{
    padding: 1rem;
  }

  .xl\:p-20{
    padding: 1.25rem;
  }

  .xl\:p-24{
    padding: 1.5rem;
  }

  .xl\:p-32{
    padding: 2rem;
  }

  .xl\:p-40{
    padding: 2.5rem;
  }

  .xl\:p-48{
    padding: 3rem;
  }

  .xl\:p-56{
    padding: 3.5rem;
  }

  .xl\:p-64{
    padding: 4rem;
  }

  .xl\:p-80{
    padding: 5rem;
  }

  .xl\:p-96{
    padding: 6rem;
  }

  .xl\:p-104{
    padding: 6.5rem;
  }

  .xl\:p-112{
    padding: 7rem;
  }

  .xl\:p-128{
    padding: 8rem;
  }

  .xl\:p-140{
    padding: 8.75rem;
  }

  .xl\:p-156{
    padding: 9.5rem;
  }

  .xl\:p-160{
    padding: 10rem;
  }

  .xl\:p-180{
    padding: 11.25rem;
  }

  .xl\:p-200{
    padding: 12.5rem;
  }

  .xl\:p-224{
    padding: 14rem;
  }

  .xl\:p-240{
    padding: 15rem;
  }

  .xl\:p-260{
    padding: 16.25rem;
  }

  .xl\:p-300{
    padding: 18.75rem;
  }

  .xl\:-p-78\%{
    padding: -78%;
  }

  .xl\:-p-80\%{
    padding: -80%;
  }

  .xl\:-p-50\%{
    padding: -50%;
  }

  .xl\:-p-35\%{
    padding: -35%;
  }

  .xl\:-p-128{
    padding: -8rem;
  }

  .xl\:-p-96{
    padding: -6rem;
  }

  .xl\:-p-64{
    padding: -4rem;
  }

  .xl\:-p-32{
    padding: -2rem;
  }

  .xl\:-p-8{
    padding: -0.5rem;
  }

  .xl\:p-5\%{
    padding: 5%;
  }

  .xl\:p-10\%{
    padding: 10%;
  }

  .xl\:p-15\%{
    padding: 15%;
  }

  .xl\:p-20\%{
    padding: 20%;
  }

  .xl\:p-25\%{
    padding: 25%;
  }

  .xl\:p-30\%{
    padding: 30%;
  }

  .xl\:p-31\%{
    padding: 31%;
  }

  .xl\:p-33\%{
    padding: 33.333%;
  }

  .xl\:p-34\%{
    padding: 34%;
  }

  .xl\:p-45\%{
    padding: 45%;
  }

  .xl\:p-50\%{
    padding: 50%;
  }

  .xl\:p-54\%{
    padding: 54%;
  }

  .xl\:p-75\%{
    padding: 75%;
  }

  .xl\:p-55\%{
    padding: 55%;
  }

  .xl\:p-65\%{
    padding: 65%;
  }

  .xl\:p-66\%{
    padding: 66%;
  }

  .xl\:p-85\%{
    padding: 85%;
  }

  .xl\:p-96\%{
    padding: 96%;
  }

  .xl\:p-130\%{
    padding: 130%;
  }

  .xl\:p-135\%{
    padding: 135%;
  }

  .xl\:p-200\%{
    padding: 200%;
  }

  .xl\:p-16\/9{
    padding: 56.25%;
  }

  .xl\:p-1\/2{
    padding: 50%;
  }

  .xl\:p-full{
    padding: 100%;
  }

  .xl\:p-span{
    padding: 8.333%;
  }

  .xl\:p-2span{
    padding: 16.666%;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:p-3\.125rem{
    padding: 3.125rem;
  }

  .xl\:p-3\.375rem{
    padding: 3.375rem;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-96{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-104{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:px-112{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-128{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .xl\:px-156{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .xl\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xl\:px-224{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:px-240{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:px-260{
    padding-left: 16.25rem;
    padding-right: 16.25rem;
  }

  .xl\:px-300{
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl\:-px-78\%{
    padding-left: -78%;
    padding-right: -78%;
  }

  .xl\:-px-80\%{
    padding-left: -80%;
    padding-right: -80%;
  }

  .xl\:-px-50\%{
    padding-left: -50%;
    padding-right: -50%;
  }

  .xl\:-px-35\%{
    padding-left: -35%;
    padding-right: -35%;
  }

  .xl\:-px-128{
    padding-left: -8rem;
    padding-right: -8rem;
  }

  .xl\:-px-96{
    padding-left: -6rem;
    padding-right: -6rem;
  }

  .xl\:-px-64{
    padding-left: -4rem;
    padding-right: -4rem;
  }

  .xl\:-px-32{
    padding-left: -2rem;
    padding-right: -2rem;
  }

  .xl\:-px-8{
    padding-left: -0.5rem;
    padding-right: -0.5rem;
  }

  .xl\:px-5\%{
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:px-10\%{
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:px-15\%{
    padding-left: 15%;
    padding-right: 15%;
  }

  .xl\:px-20\%{
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:px-25\%{
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:px-30\%{
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:px-31\%{
    padding-left: 31%;
    padding-right: 31%;
  }

  .xl\:px-33\%{
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .xl\:px-34\%{
    padding-left: 34%;
    padding-right: 34%;
  }

  .xl\:px-45\%{
    padding-left: 45%;
    padding-right: 45%;
  }

  .xl\:px-50\%{
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:px-54\%{
    padding-left: 54%;
    padding-right: 54%;
  }

  .xl\:px-75\%{
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:px-55\%{
    padding-left: 55%;
    padding-right: 55%;
  }

  .xl\:px-65\%{
    padding-left: 65%;
    padding-right: 65%;
  }

  .xl\:px-66\%{
    padding-left: 66%;
    padding-right: 66%;
  }

  .xl\:px-85\%{
    padding-left: 85%;
    padding-right: 85%;
  }

  .xl\:px-96\%{
    padding-left: 96%;
    padding-right: 96%;
  }

  .xl\:px-130\%{
    padding-left: 130%;
    padding-right: 130%;
  }

  .xl\:px-135\%{
    padding-left: 135%;
    padding-right: 135%;
  }

  .xl\:px-200\%{
    padding-left: 200%;
    padding-right: 200%;
  }

  .xl\:px-16\/9{
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .xl\:px-1\/2{
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:px-span{
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .xl\:px-2span{
    padding-left: 16.666%;
    padding-right: 16.666%;
  }

  .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:px-3\.125rem{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xl\:px-3\.375rem{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-96{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-104{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:py-112{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-128{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .xl\:py-156{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .xl\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xl\:py-224{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:py-240{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:py-260{
    padding-top: 16.25rem;
    padding-bottom: 16.25rem;
  }

  .xl\:py-300{
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl\:-py-78\%{
    padding-top: -78%;
    padding-bottom: -78%;
  }

  .xl\:-py-80\%{
    padding-top: -80%;
    padding-bottom: -80%;
  }

  .xl\:-py-50\%{
    padding-top: -50%;
    padding-bottom: -50%;
  }

  .xl\:-py-35\%{
    padding-top: -35%;
    padding-bottom: -35%;
  }

  .xl\:-py-128{
    padding-top: -8rem;
    padding-bottom: -8rem;
  }

  .xl\:-py-96{
    padding-top: -6rem;
    padding-bottom: -6rem;
  }

  .xl\:-py-64{
    padding-top: -4rem;
    padding-bottom: -4rem;
  }

  .xl\:-py-32{
    padding-top: -2rem;
    padding-bottom: -2rem;
  }

  .xl\:-py-8{
    padding-top: -0.5rem;
    padding-bottom: -0.5rem;
  }

  .xl\:py-5\%{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xl\:py-10\%{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:py-15\%{
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .xl\:py-20\%{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:py-25\%{
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:py-30\%{
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:py-31\%{
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .xl\:py-33\%{
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .xl\:py-34\%{
    padding-top: 34%;
    padding-bottom: 34%;
  }

  .xl\:py-45\%{
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .xl\:py-50\%{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:py-54\%{
    padding-top: 54%;
    padding-bottom: 54%;
  }

  .xl\:py-75\%{
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:py-55\%{
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .xl\:py-65\%{
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .xl\:py-66\%{
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .xl\:py-85\%{
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .xl\:py-96\%{
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xl\:py-130\%{
    padding-top: 130%;
    padding-bottom: 130%;
  }

  .xl\:py-135\%{
    padding-top: 135%;
    padding-bottom: 135%;
  }

  .xl\:py-200\%{
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .xl\:py-16\/9{
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .xl\:py-1\/2{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:py-span{
    padding-top: 8.333%;
    padding-bottom: 8.333%;
  }

  .xl\:py-2span{
    padding-top: 16.666%;
    padding-bottom: 16.666%;
  }

  .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:py-3\.125rem{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:py-3\.375rem{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .xl\:pt-0{
    padding-top: 0;
  }

  .xl\:pt-4{
    padding-top: 0.25rem;
  }

  .xl\:pt-8{
    padding-top: 0.5rem;
  }

  .xl\:pt-12{
    padding-top: 0.75rem;
  }

  .xl\:pt-16{
    padding-top: 1rem;
  }

  .xl\:pt-20{
    padding-top: 1.25rem;
  }

  .xl\:pt-24{
    padding-top: 1.5rem;
  }

  .xl\:pt-32{
    padding-top: 2rem;
  }

  .xl\:pt-40{
    padding-top: 2.5rem;
  }

  .xl\:pt-48{
    padding-top: 3rem;
  }

  .xl\:pt-56{
    padding-top: 3.5rem;
  }

  .xl\:pt-64{
    padding-top: 4rem;
  }

  .xl\:pt-80{
    padding-top: 5rem;
  }

  .xl\:pt-96{
    padding-top: 6rem;
  }

  .xl\:pt-104{
    padding-top: 6.5rem;
  }

  .xl\:pt-112{
    padding-top: 7rem;
  }

  .xl\:pt-128{
    padding-top: 8rem;
  }

  .xl\:pt-140{
    padding-top: 8.75rem;
  }

  .xl\:pt-156{
    padding-top: 9.5rem;
  }

  .xl\:pt-160{
    padding-top: 10rem;
  }

  .xl\:pt-180{
    padding-top: 11.25rem;
  }

  .xl\:pt-200{
    padding-top: 12.5rem;
  }

  .xl\:pt-224{
    padding-top: 14rem;
  }

  .xl\:pt-240{
    padding-top: 15rem;
  }

  .xl\:pt-260{
    padding-top: 16.25rem;
  }

  .xl\:pt-300{
    padding-top: 18.75rem;
  }

  .xl\:-pt-78\%{
    padding-top: -78%;
  }

  .xl\:-pt-80\%{
    padding-top: -80%;
  }

  .xl\:-pt-50\%{
    padding-top: -50%;
  }

  .xl\:-pt-35\%{
    padding-top: -35%;
  }

  .xl\:-pt-128{
    padding-top: -8rem;
  }

  .xl\:-pt-96{
    padding-top: -6rem;
  }

  .xl\:-pt-64{
    padding-top: -4rem;
  }

  .xl\:-pt-32{
    padding-top: -2rem;
  }

  .xl\:-pt-8{
    padding-top: -0.5rem;
  }

  .xl\:pt-5\%{
    padding-top: 5%;
  }

  .xl\:pt-10\%{
    padding-top: 10%;
  }

  .xl\:pt-15\%{
    padding-top: 15%;
  }

  .xl\:pt-20\%{
    padding-top: 20%;
  }

  .xl\:pt-25\%{
    padding-top: 25%;
  }

  .xl\:pt-30\%{
    padding-top: 30%;
  }

  .xl\:pt-31\%{
    padding-top: 31%;
  }

  .xl\:pt-33\%{
    padding-top: 33.333%;
  }

  .xl\:pt-34\%{
    padding-top: 34%;
  }

  .xl\:pt-45\%{
    padding-top: 45%;
  }

  .xl\:pt-50\%{
    padding-top: 50%;
  }

  .xl\:pt-54\%{
    padding-top: 54%;
  }

  .xl\:pt-75\%{
    padding-top: 75%;
  }

  .xl\:pt-55\%{
    padding-top: 55%;
  }

  .xl\:pt-65\%{
    padding-top: 65%;
  }

  .xl\:pt-66\%{
    padding-top: 66%;
  }

  .xl\:pt-85\%{
    padding-top: 85%;
  }

  .xl\:pt-96\%{
    padding-top: 96%;
  }

  .xl\:pt-130\%{
    padding-top: 130%;
  }

  .xl\:pt-135\%{
    padding-top: 135%;
  }

  .xl\:pt-200\%{
    padding-top: 200%;
  }

  .xl\:pt-16\/9{
    padding-top: 56.25%;
  }

  .xl\:pt-1\/2{
    padding-top: 50%;
  }

  .xl\:pt-full{
    padding-top: 100%;
  }

  .xl\:pt-span{
    padding-top: 8.333%;
  }

  .xl\:pt-2span{
    padding-top: 16.666%;
  }

  .xl\:pt-px{
    padding-top: 1px;
  }

  .xl\:pt-3\.125rem{
    padding-top: 3.125rem;
  }

  .xl\:pt-3\.375rem{
    padding-top: 3.375rem;
  }

  .xl\:pr-0{
    padding-right: 0;
  }

  .xl\:pr-4{
    padding-right: 0.25rem;
  }

  .xl\:pr-8{
    padding-right: 0.5rem;
  }

  .xl\:pr-12{
    padding-right: 0.75rem;
  }

  .xl\:pr-16{
    padding-right: 1rem;
  }

  .xl\:pr-20{
    padding-right: 1.25rem;
  }

  .xl\:pr-24{
    padding-right: 1.5rem;
  }

  .xl\:pr-32{
    padding-right: 2rem;
  }

  .xl\:pr-40{
    padding-right: 2.5rem;
  }

  .xl\:pr-48{
    padding-right: 3rem;
  }

  .xl\:pr-56{
    padding-right: 3.5rem;
  }

  .xl\:pr-64{
    padding-right: 4rem;
  }

  .xl\:pr-80{
    padding-right: 5rem;
  }

  .xl\:pr-96{
    padding-right: 6rem;
  }

  .xl\:pr-104{
    padding-right: 6.5rem;
  }

  .xl\:pr-112{
    padding-right: 7rem;
  }

  .xl\:pr-128{
    padding-right: 8rem;
  }

  .xl\:pr-140{
    padding-right: 8.75rem;
  }

  .xl\:pr-156{
    padding-right: 9.5rem;
  }

  .xl\:pr-160{
    padding-right: 10rem;
  }

  .xl\:pr-180{
    padding-right: 11.25rem;
  }

  .xl\:pr-200{
    padding-right: 12.5rem;
  }

  .xl\:pr-224{
    padding-right: 14rem;
  }

  .xl\:pr-240{
    padding-right: 15rem;
  }

  .xl\:pr-260{
    padding-right: 16.25rem;
  }

  .xl\:pr-300{
    padding-right: 18.75rem;
  }

  .xl\:-pr-78\%{
    padding-right: -78%;
  }

  .xl\:-pr-80\%{
    padding-right: -80%;
  }

  .xl\:-pr-50\%{
    padding-right: -50%;
  }

  .xl\:-pr-35\%{
    padding-right: -35%;
  }

  .xl\:-pr-128{
    padding-right: -8rem;
  }

  .xl\:-pr-96{
    padding-right: -6rem;
  }

  .xl\:-pr-64{
    padding-right: -4rem;
  }

  .xl\:-pr-32{
    padding-right: -2rem;
  }

  .xl\:-pr-8{
    padding-right: -0.5rem;
  }

  .xl\:pr-5\%{
    padding-right: 5%;
  }

  .xl\:pr-10\%{
    padding-right: 10%;
  }

  .xl\:pr-15\%{
    padding-right: 15%;
  }

  .xl\:pr-20\%{
    padding-right: 20%;
  }

  .xl\:pr-25\%{
    padding-right: 25%;
  }

  .xl\:pr-30\%{
    padding-right: 30%;
  }

  .xl\:pr-31\%{
    padding-right: 31%;
  }

  .xl\:pr-33\%{
    padding-right: 33.333%;
  }

  .xl\:pr-34\%{
    padding-right: 34%;
  }

  .xl\:pr-45\%{
    padding-right: 45%;
  }

  .xl\:pr-50\%{
    padding-right: 50%;
  }

  .xl\:pr-54\%{
    padding-right: 54%;
  }

  .xl\:pr-75\%{
    padding-right: 75%;
  }

  .xl\:pr-55\%{
    padding-right: 55%;
  }

  .xl\:pr-65\%{
    padding-right: 65%;
  }

  .xl\:pr-66\%{
    padding-right: 66%;
  }

  .xl\:pr-85\%{
    padding-right: 85%;
  }

  .xl\:pr-96\%{
    padding-right: 96%;
  }

  .xl\:pr-130\%{
    padding-right: 130%;
  }

  .xl\:pr-135\%{
    padding-right: 135%;
  }

  .xl\:pr-200\%{
    padding-right: 200%;
  }

  .xl\:pr-16\/9{
    padding-right: 56.25%;
  }

  .xl\:pr-1\/2{
    padding-right: 50%;
  }

  .xl\:pr-full{
    padding-right: 100%;
  }

  .xl\:pr-span{
    padding-right: 8.333%;
  }

  .xl\:pr-2span{
    padding-right: 16.666%;
  }

  .xl\:pr-px{
    padding-right: 1px;
  }

  .xl\:pr-3\.125rem{
    padding-right: 3.125rem;
  }

  .xl\:pr-3\.375rem{
    padding-right: 3.375rem;
  }

  .xl\:pb-0{
    padding-bottom: 0;
  }

  .xl\:pb-4{
    padding-bottom: 0.25rem;
  }

  .xl\:pb-8{
    padding-bottom: 0.5rem;
  }

  .xl\:pb-12{
    padding-bottom: 0.75rem;
  }

  .xl\:pb-16{
    padding-bottom: 1rem;
  }

  .xl\:pb-20{
    padding-bottom: 1.25rem;
  }

  .xl\:pb-24{
    padding-bottom: 1.5rem;
  }

  .xl\:pb-32{
    padding-bottom: 2rem;
  }

  .xl\:pb-40{
    padding-bottom: 2.5rem;
  }

  .xl\:pb-48{
    padding-bottom: 3rem;
  }

  .xl\:pb-56{
    padding-bottom: 3.5rem;
  }

  .xl\:pb-64{
    padding-bottom: 4rem;
  }

  .xl\:pb-80{
    padding-bottom: 5rem;
  }

  .xl\:pb-96{
    padding-bottom: 6rem;
  }

  .xl\:pb-104{
    padding-bottom: 6.5rem;
  }

  .xl\:pb-112{
    padding-bottom: 7rem;
  }

  .xl\:pb-128{
    padding-bottom: 8rem;
  }

  .xl\:pb-140{
    padding-bottom: 8.75rem;
  }

  .xl\:pb-156{
    padding-bottom: 9.5rem;
  }

  .xl\:pb-160{
    padding-bottom: 10rem;
  }

  .xl\:pb-180{
    padding-bottom: 11.25rem;
  }

  .xl\:pb-200{
    padding-bottom: 12.5rem;
  }

  .xl\:pb-224{
    padding-bottom: 14rem;
  }

  .xl\:pb-240{
    padding-bottom: 15rem;
  }

  .xl\:pb-260{
    padding-bottom: 16.25rem;
  }

  .xl\:pb-300{
    padding-bottom: 18.75rem;
  }

  .xl\:-pb-78\%{
    padding-bottom: -78%;
  }

  .xl\:-pb-80\%{
    padding-bottom: -80%;
  }

  .xl\:-pb-50\%{
    padding-bottom: -50%;
  }

  .xl\:-pb-35\%{
    padding-bottom: -35%;
  }

  .xl\:-pb-128{
    padding-bottom: -8rem;
  }

  .xl\:-pb-96{
    padding-bottom: -6rem;
  }

  .xl\:-pb-64{
    padding-bottom: -4rem;
  }

  .xl\:-pb-32{
    padding-bottom: -2rem;
  }

  .xl\:-pb-8{
    padding-bottom: -0.5rem;
  }

  .xl\:pb-5\%{
    padding-bottom: 5%;
  }

  .xl\:pb-10\%{
    padding-bottom: 10%;
  }

  .xl\:pb-15\%{
    padding-bottom: 15%;
  }

  .xl\:pb-20\%{
    padding-bottom: 20%;
  }

  .xl\:pb-25\%{
    padding-bottom: 25%;
  }

  .xl\:pb-30\%{
    padding-bottom: 30%;
  }

  .xl\:pb-31\%{
    padding-bottom: 31%;
  }

  .xl\:pb-33\%{
    padding-bottom: 33.333%;
  }

  .xl\:pb-34\%{
    padding-bottom: 34%;
  }

  .xl\:pb-45\%{
    padding-bottom: 45%;
  }

  .xl\:pb-50\%{
    padding-bottom: 50%;
  }

  .xl\:pb-54\%{
    padding-bottom: 54%;
  }

  .xl\:pb-75\%{
    padding-bottom: 75%;
  }

  .xl\:pb-55\%{
    padding-bottom: 55%;
  }

  .xl\:pb-65\%{
    padding-bottom: 65%;
  }

  .xl\:pb-66\%{
    padding-bottom: 66%;
  }

  .xl\:pb-85\%{
    padding-bottom: 85%;
  }

  .xl\:pb-96\%{
    padding-bottom: 96%;
  }

  .xl\:pb-130\%{
    padding-bottom: 130%;
  }

  .xl\:pb-135\%{
    padding-bottom: 135%;
  }

  .xl\:pb-200\%{
    padding-bottom: 200%;
  }

  .xl\:pb-16\/9{
    padding-bottom: 56.25%;
  }

  .xl\:pb-1\/2{
    padding-bottom: 50%;
  }

  .xl\:pb-full{
    padding-bottom: 100%;
  }

  .xl\:pb-span{
    padding-bottom: 8.333%;
  }

  .xl\:pb-2span{
    padding-bottom: 16.666%;
  }

  .xl\:pb-px{
    padding-bottom: 1px;
  }

  .xl\:pb-3\.125rem{
    padding-bottom: 3.125rem;
  }

  .xl\:pb-3\.375rem{
    padding-bottom: 3.375rem;
  }

  .xl\:pl-0{
    padding-left: 0;
  }

  .xl\:pl-4{
    padding-left: 0.25rem;
  }

  .xl\:pl-8{
    padding-left: 0.5rem;
  }

  .xl\:pl-12{
    padding-left: 0.75rem;
  }

  .xl\:pl-16{
    padding-left: 1rem;
  }

  .xl\:pl-20{
    padding-left: 1.25rem;
  }

  .xl\:pl-24{
    padding-left: 1.5rem;
  }

  .xl\:pl-32{
    padding-left: 2rem;
  }

  .xl\:pl-40{
    padding-left: 2.5rem;
  }

  .xl\:pl-48{
    padding-left: 3rem;
  }

  .xl\:pl-56{
    padding-left: 3.5rem;
  }

  .xl\:pl-64{
    padding-left: 4rem;
  }

  .xl\:pl-80{
    padding-left: 5rem;
  }

  .xl\:pl-96{
    padding-left: 6rem;
  }

  .xl\:pl-104{
    padding-left: 6.5rem;
  }

  .xl\:pl-112{
    padding-left: 7rem;
  }

  .xl\:pl-128{
    padding-left: 8rem;
  }

  .xl\:pl-140{
    padding-left: 8.75rem;
  }

  .xl\:pl-156{
    padding-left: 9.5rem;
  }

  .xl\:pl-160{
    padding-left: 10rem;
  }

  .xl\:pl-180{
    padding-left: 11.25rem;
  }

  .xl\:pl-200{
    padding-left: 12.5rem;
  }

  .xl\:pl-224{
    padding-left: 14rem;
  }

  .xl\:pl-240{
    padding-left: 15rem;
  }

  .xl\:pl-260{
    padding-left: 16.25rem;
  }

  .xl\:pl-300{
    padding-left: 18.75rem;
  }

  .xl\:-pl-78\%{
    padding-left: -78%;
  }

  .xl\:-pl-80\%{
    padding-left: -80%;
  }

  .xl\:-pl-50\%{
    padding-left: -50%;
  }

  .xl\:-pl-35\%{
    padding-left: -35%;
  }

  .xl\:-pl-128{
    padding-left: -8rem;
  }

  .xl\:-pl-96{
    padding-left: -6rem;
  }

  .xl\:-pl-64{
    padding-left: -4rem;
  }

  .xl\:-pl-32{
    padding-left: -2rem;
  }

  .xl\:-pl-8{
    padding-left: -0.5rem;
  }

  .xl\:pl-5\%{
    padding-left: 5%;
  }

  .xl\:pl-10\%{
    padding-left: 10%;
  }

  .xl\:pl-15\%{
    padding-left: 15%;
  }

  .xl\:pl-20\%{
    padding-left: 20%;
  }

  .xl\:pl-25\%{
    padding-left: 25%;
  }

  .xl\:pl-30\%{
    padding-left: 30%;
  }

  .xl\:pl-31\%{
    padding-left: 31%;
  }

  .xl\:pl-33\%{
    padding-left: 33.333%;
  }

  .xl\:pl-34\%{
    padding-left: 34%;
  }

  .xl\:pl-45\%{
    padding-left: 45%;
  }

  .xl\:pl-50\%{
    padding-left: 50%;
  }

  .xl\:pl-54\%{
    padding-left: 54%;
  }

  .xl\:pl-75\%{
    padding-left: 75%;
  }

  .xl\:pl-55\%{
    padding-left: 55%;
  }

  .xl\:pl-65\%{
    padding-left: 65%;
  }

  .xl\:pl-66\%{
    padding-left: 66%;
  }

  .xl\:pl-85\%{
    padding-left: 85%;
  }

  .xl\:pl-96\%{
    padding-left: 96%;
  }

  .xl\:pl-130\%{
    padding-left: 130%;
  }

  .xl\:pl-135\%{
    padding-left: 135%;
  }

  .xl\:pl-200\%{
    padding-left: 200%;
  }

  .xl\:pl-16\/9{
    padding-left: 56.25%;
  }

  .xl\:pl-1\/2{
    padding-left: 50%;
  }

  .xl\:pl-full{
    padding-left: 100%;
  }

  .xl\:pl-span{
    padding-left: 8.333%;
  }

  .xl\:pl-2span{
    padding-left: 16.666%;
  }

  .xl\:pl-px{
    padding-left: 1px;
  }

  .xl\:pl-3\.125rem{
    padding-left: 3.125rem;
  }

  .xl\:pl-3\.375rem{
    padding-left: 3.375rem;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:align-baseline{
    vertical-align: baseline;
  }

  .xl\:align-top{
    vertical-align: top;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:align-bottom{
    vertical-align: bottom;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:font-proxima{
    font-family: Proxima Nova W01 Regular, sans-serif;
  }

  .xl\:font-proximaSemi{
    font-family: Proxima Nova W01 Semibold, sans-serif;
  }

  .xl\:font-proximaBold{
    font-family: Proxima Nova W01 Bold, sans-serif;
  }

  .xl\:text-xxs{
    font-size: 0.625rem;
  }

  .xl\:text-xs{
    font-size: 0.75rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
  }

  .xl\:text-base{
    font-size: 1rem;
  }

  .xl\:text-md{
    font-size: 1.125rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
  }

  .xl\:text-2base{
    font-size: 2rem;
  }

  .xl\:text-3xl{
    font-size: 2.5rem;
  }

  .xl\:text-4xl{
    font-size: 3rem;
  }

  .xl\:text-5xl{
    font-size: 4.56rem;
  }

  .xl\:text-6xl{
    font-size: 6.25rem;
  }

  .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\:uppercase{
    text-transform: uppercase;
  }

  .xl\:lowercase{
    text-transform: lowercase;
  }

  .xl\:capitalize{
    text-transform: capitalize;
  }

  .xl\:normal-case{
    text-transform: none;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    font-style: normal;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\: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\:leading-none{
    line-height: 1;
  }

  .xl\:leading-base{
    line-height: 1.5rem;
  }

  .xl\:leading-xxs{
    line-height: 0.75rem;
  }

  .xl\:leading-xs{
    line-height: 0.875rem;
  }

  .xl\:leading-sm{
    line-height: 1.063rem;
  }

  .xl\:leading-md{
    line-height: 1.5rem;
  }

  .xl\:leading-lg{
    line-height: 1rem;
  }

  .xl\:leading-xl{
    line-height: 1.5rem;
  }

  .xl\:leading-2xl{
    line-height: 2rem;
  }

  .xl\:leading-3xl{
    line-height: 3rem;
  }

  .xl\:leading-4xl{
    line-height: 3.5rem;
  }

  .xl\:leading-5xl{
    line-height: 5rem;
  }

  .xl\:tracking-2{
    letter-spacing: 0.125rem;
  }

  .xl\:tracking-normal{
    letter-spacing: 0;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:text-transparent{
    color: transparent;
  }

  .xl\:text-current{
    color: currentColor;
  }

  .xl\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .xl\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .xl\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .xl\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .xl\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .xl\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .xl\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .xl\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .xl\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current{
    color: currentColor;
  }

  .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-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .group:hover .xl\:group-hover\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .group:hover .xl\:group-hover\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .group:hover .xl\:group-hover\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .group:hover .xl\:group-hover\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .xl\:group-hover\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .xl\:group-hover\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .xl\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .xl\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-error:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-dark-100:focus-within{
    color: rgba(0,0,0,.1);
  }

  .xl\:focus-within\:text-dark-500:focus-within{
    color: rgba(0,0,0,.5);
  }

  .xl\:focus-within\:text-dark-800:focus-within{
    color: rgba(0,0,0,.8);
  }

  .xl\:focus-within\:text-dark-900:focus-within{
    color: rgba(0,0,0,.9);
  }

  .xl\:focus-within\:text-light-100:focus-within{
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus-within\:text-light-500:focus-within{
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus-within\:text-light-800:focus-within{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:text-current:hover{
    color: currentColor;
  }

  .xl\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-error:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .xl\:hover\:text-dark-100:hover{
    color: rgba(0,0,0,.1);
  }

  .xl\:hover\:text-dark-500:hover{
    color: rgba(0,0,0,.5);
  }

  .xl\:hover\:text-dark-800:hover{
    color: rgba(0,0,0,.8);
  }

  .xl\:hover\:text-dark-900:hover{
    color: rgba(0,0,0,.9);
  }

  .xl\:hover\:text-light-100:hover{
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:hover\:text-light-500:hover{
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:hover\:text-light-800:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:text-current:focus{
    color: currentColor;
  }

  .xl\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-error:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .xl\:focus\:text-dark-100:focus{
    color: rgba(0,0,0,.1);
  }

  .xl\:focus\:text-dark-500:focus{
    color: rgba(0,0,0,.5);
  }

  .xl\:focus\:text-dark-800:focus{
    color: rgba(0,0,0,.8);
  }

  .xl\:focus\:text-dark-900:focus{
    color: rgba(0,0,0,.9);
  }

  .xl\:focus\:text-light-100:focus{
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:text-light-500:focus{
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:text-light-800:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  .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-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-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-error:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-dark-100:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .xl\:placeholder-dark-100::placeholder{
    color: rgba(0,0,0,.1);
  }

  .xl\:placeholder-dark-500:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .xl\:placeholder-dark-500::placeholder{
    color: rgba(0,0,0,.5);
  }

  .xl\:placeholder-dark-800:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .xl\:placeholder-dark-800::placeholder{
    color: rgba(0,0,0,.8);
  }

  .xl\:placeholder-dark-900:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .xl\:placeholder-dark-900::placeholder{
    color: rgba(0,0,0,.9);
  }

  .xl\:placeholder-light-100:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:placeholder-light-100::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:placeholder-light-500:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:placeholder-light-500::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:placeholder-light-800:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:placeholder-light-800::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .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-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-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-dark-100:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .xl\:focus\:placeholder-dark-100:focus::placeholder{
    color: rgba(0,0,0,.1);
  }

  .xl\:focus\:placeholder-dark-500:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .xl\:focus\:placeholder-dark-500:focus::placeholder{
    color: rgba(0,0,0,.5);
  }

  .xl\:focus\:placeholder-dark-800:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .xl\:focus\:placeholder-dark-800:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .xl\:focus\:placeholder-dark-900:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .xl\:focus\:placeholder-dark-900:focus::placeholder{
    color: rgba(0,0,0,.9);
  }

  .xl\:focus\:placeholder-light-100:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:placeholder-light-100:focus::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:placeholder-light-500:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:placeholder-light-500:focus::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:placeholder-light-800:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:placeholder-light-800:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .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:-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:-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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .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:-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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .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:-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:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-5{
    opacity: 0.05;
  }

  .xl\:opacity-10{
    opacity: 0.10;
  }

  .xl\:opacity-20{
    opacity: 0.2;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-30{
    opacity: 0.3;
  }

  .xl\:opacity-40{
    opacity: 0.4;
  }

  .xl\:opacity-50{
    opacity: 0.50;
  }

  .xl\:opacity-60{
    opacity: 0.6;
  }

  .xl\:opacity-70{
    opacity: 0.7;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-80{
    opacity: 0.80;
  }

  .xl\:opacity-90{
    opacity: 0.9;
  }

  .xl\:opacity-95{
    opacity: 0.95;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.10;
  }

  .group:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.50;
  }

  .group:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-80{
    opacity: 0.80;
  }

  .group:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:opacity-95{
    opacity: 0.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: 0.05;
  }

  .xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.10;
  }

  .xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.50;
  }

  .xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.80;
  }

  .xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .xl\:hover\:opacity-10:hover{
    opacity: 0.10;
  }

  .xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.50;
  }

  .xl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover{
    opacity: 0.80;
  }

  .xl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .xl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .xl\:focus\:opacity-10:focus{
    opacity: 0.10;
  }

  .xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.50;
  }

  .xl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus{
    opacity: 0.80;
  }

  .xl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .xl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .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\: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\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-default:hover{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-default:focus{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black{
    outline: 2px dotted black;
    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 white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .xl\:ring-current{
    --tw-ring-color: currentColor;
  }

  .xl\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .xl\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .xl\:ring-dark-100{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .xl\:ring-dark-500{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .xl\:ring-dark-800{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .xl\:ring-dark-900{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .xl\:ring-light-100{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:ring-light-500{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:ring-light-800{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .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-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-dark-100:focus-within{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .xl\:focus-within\:ring-dark-500:focus-within{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .xl\:focus-within\:ring-dark-800:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .xl\:focus-within\:ring-dark-900:focus-within{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .xl\:focus-within\:ring-light-100:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus-within\:ring-light-500:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus-within\:ring-light-800:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-dark-100:focus{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .xl\:focus\:ring-dark-500:focus{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .xl\:focus\:ring-dark-800:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .xl\:focus\:ring-dark-900:focus{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .xl\:focus\:ring-light-100:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:ring-light-500:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:ring-light-800:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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.10;
  }

  .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.50;
  }

  .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.80;
  }

  .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\: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-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF;
  }

  .xl\:ring-offset-error{
    --tw-ring-offset-color: #E62807;
  }

  .xl\:ring-offset-gray{
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:ring-offset-gray-dark{
    --tw-ring-offset-color: #777676;
  }

  .xl\:ring-offset-dark-100{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .xl\:ring-offset-dark-500{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .xl\:ring-offset-dark-800{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .xl\:ring-offset-dark-900{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .xl\:ring-offset-light-100{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:ring-offset-light-500{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:ring-offset-light-800{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .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-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF;
  }

  .xl\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: #E62807;
  }

  .xl\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:focus-within\:ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #777676;
  }

  .xl\:focus-within\:ring-offset-dark-100:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .xl\:focus-within\:ring-offset-dark-500:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .xl\:focus-within\:ring-offset-dark-800:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .xl\:focus-within\:ring-offset-dark-900:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .xl\:focus-within\:ring-offset-light-100:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus-within\:ring-offset-light-500:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus-within\:ring-offset-light-800:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF;
  }

  .xl\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: #E62807;
  }

  .xl\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:focus\:ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #777676;
  }

  .xl\:focus\:ring-offset-dark-100:focus{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .xl\:focus\:ring-offset-dark-500:focus{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .xl\:focus\:ring-offset-dark-800:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .xl\:focus\:ring-offset-dark-900:focus{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .xl\:focus\:ring-offset-light-100:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:ring-offset-light-500:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:ring-offset-light-800:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .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-none{
    --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 #0000);
  }

  .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,/*!*/ /*!*/);
    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{
    backdrop-filter: none;
  }

  .xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .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-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .xl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.10);
  }

  .xl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.50);
  }

  .xl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.80);
  }

  .xl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .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\:transition-none{
    transition-property: none;
  }

  .xl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:delay-75{
    transition-delay: 75ms;
  }

  .xl\:delay-100{
    transition-delay: 100ms;
  }

  .xl\:delay-150{
    transition-delay: 150ms;
  }

  .xl\:delay-200{
    transition-delay: 200ms;
  }

  .xl\:delay-300{
    transition-delay: 300ms;
  }

  .xl\:delay-500{
    transition-delay: 500ms;
  }

  .xl\:delay-700{
    transition-delay: 700ms;
  }

  .xl\:delay-1000{
    transition-delay: 1000ms;
  }

  .xl\:duration-75{
    transition-duration: 75ms;
  }

  .xl\:duration-100{
    transition-duration: 100ms;
  }

  .xl\:duration-150{
    transition-duration: 150ms;
  }

  .xl\:duration-200{
    transition-duration: 200ms;
  }

  .xl\:duration-300{
    transition-duration: 300ms;
  }

  .xl\:duration-500{
    transition-duration: 500ms;
  }

  .xl\:duration-700{
    transition-duration: 700ms;
  }

  .xl\:duration-1000{
    transition-duration: 1000ms;
  }

  .xl\:ease-linear{
    transition-timing-function: linear;
  }

  .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .xl\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .xl\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .xl\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .xl\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .xl\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .xl\:line-clamp-none{
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 1680px){
  .max-width\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .max-width\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 480px){
    .max-width\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 768px){
    .max-width\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .max-width\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .max-width\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){
    .max-width\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1680px){
    .max-width\:container{
      max-width: 1680px;
    }
  }

  @media (min-width: 1920px){
    .max-width\:container{
      max-width: 1920px;
    }
  }

  .max-width\: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;
  }

  .max-width\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .max-width\: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;
  }

  .max-width\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .max-width\: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;
  }

  .max-width\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .max-width\:pointer-events-none{
    pointer-events: none;
  }

  .max-width\:pointer-events-auto{
    pointer-events: auto;
  }

  .max-width\:visible{
    visibility: visible;
  }

  .max-width\:invisible{
    visibility: hidden;
  }

  .max-width\:static{
    position: static;
  }

  .max-width\:fixed{
    position: fixed;
  }

  .max-width\:absolute{
    position: absolute;
  }

  .max-width\:relative{
    position: relative;
  }

  .max-width\:sticky{
    position: sticky;
  }

  .max-width\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .max-width\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .max-width\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .max-width\:inset-5{
    top: 0.312rem;
    right: 0.312rem;
    bottom: 0.312rem;
    left: 0.312rem;
  }

  .max-width\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .max-width\:inset-12{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .max-width\:inset-16{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .max-width\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .max-width\:inset-24{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .max-width\:inset-32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .max-width\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .max-width\:inset-48{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .max-width\:inset-56{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .max-width\:inset-64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .max-width\:inset-80{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .max-width\:inset-96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .max-width\:inset-104{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .max-width\:inset-112{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .max-width\:inset-128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .max-width\:inset-140{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .max-width\:inset-160{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .max-width\:inset-180{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .max-width\:inset-192{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .max-width\:inset-200{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .max-width\:inset-224{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .max-width\:inset-240{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .max-width\:inset-260{
    top: 16.25rem;
    right: 16.25rem;
    bottom: 16.25rem;
    left: 16.25rem;
  }

  .max-width\:inset-300{
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .max-width\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .max-width\:-inset-78\%{
    top: -78%;
    right: -78%;
    bottom: -78%;
    left: -78%;
  }

  .max-width\:-inset-80\%{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .max-width\:-inset-50\%{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .max-width\:-inset-35\%{
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .max-width\:-inset-128{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .max-width\:-inset-96{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .max-width\:-inset-64{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .max-width\:-inset-32{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .max-width\:-inset-8{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .max-width\:inset-5\%{
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .max-width\:inset-10\%{
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .max-width\:inset-15\%{
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .max-width\:inset-20\%{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .max-width\:inset-25\%{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .max-width\:inset-30\%{
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .max-width\:inset-31\%{
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .max-width\:inset-33\%{
    top: 33.333%;
    right: 33.333%;
    bottom: 33.333%;
    left: 33.333%;
  }

  .max-width\:inset-34\%{
    top: 34%;
    right: 34%;
    bottom: 34%;
    left: 34%;
  }

  .max-width\:inset-45\%{
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .max-width\:inset-50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .max-width\:inset-54\%{
    top: 54%;
    right: 54%;
    bottom: 54%;
    left: 54%;
  }

  .max-width\:inset-75\%{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .max-width\:inset-55\%{
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .max-width\:inset-65\%{
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .max-width\:inset-66\%{
    top: 66%;
    right: 66%;
    bottom: 66%;
    left: 66%;
  }

  .max-width\:inset-85\%{
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .max-width\:inset-96\%{
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .max-width\:inset-130\%{
    top: 130%;
    right: 130%;
    bottom: 130%;
    left: 130%;
  }

  .max-width\:inset-135\%{
    top: 135%;
    right: 135%;
    bottom: 135%;
    left: 135%;
  }

  .max-width\:inset-200\%{
    top: 200%;
    right: 200%;
    bottom: 200%;
    left: 200%;
  }

  .max-width\:inset-16\/9{
    top: 56.25%;
    right: 56.25%;
    bottom: 56.25%;
    left: 56.25%;
  }

  .max-width\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .max-width\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .max-width\:inset-span{
    top: 8.333%;
    right: 8.333%;
    bottom: 8.333%;
    left: 8.333%;
  }

  .max-width\:inset-2span{
    top: 16.666%;
    right: 16.666%;
    bottom: 16.666%;
    left: 16.666%;
  }

  .max-width\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .max-width\:-inset-4{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .max-width\:-inset-12{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .max-width\:-inset-16{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .max-width\:-inset-20{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .max-width\:-inset-24{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .max-width\:-inset-40{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .max-width\:-inset-48{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .max-width\:-inset-56{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .max-width\:-inset-80{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .max-width\:-inset-104{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .max-width\:-inset-112{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .max-width\:-inset-140{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .max-width\:-inset-160{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .max-width\:-inset-180{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .max-width\:-inset-200{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .max-width\:-inset-224{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .max-width\:-inset-240{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .max-width\:-inset-260{
    top: -16.25rem;
    right: -16.25rem;
    bottom: -16.25rem;
    left: -16.25rem;
  }

  .max-width\:-inset-300{
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .max-width\:-inset--78\%{
    top: 78%;
    right: 78%;
    bottom: 78%;
    left: 78%;
  }

  .max-width\:-inset--80\%{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .max-width\:-inset--50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .max-width\:-inset--35\%{
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .max-width\:-inset--128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .max-width\:-inset--96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .max-width\:-inset--64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .max-width\:-inset--32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .max-width\:-inset--8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .max-width\:-inset-5\%{
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .max-width\:-inset-10\%{
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .max-width\:-inset-15\%{
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .max-width\:-inset-20\%{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .max-width\:-inset-25\%{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .max-width\:-inset-30\%{
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .max-width\:-inset-31\%{
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .max-width\:-inset-33\%{
    top: -33.333%;
    right: -33.333%;
    bottom: -33.333%;
    left: -33.333%;
  }

  .max-width\:-inset-34\%{
    top: -34%;
    right: -34%;
    bottom: -34%;
    left: -34%;
  }

  .max-width\:-inset-45\%{
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .max-width\:-inset-54\%{
    top: -54%;
    right: -54%;
    bottom: -54%;
    left: -54%;
  }

  .max-width\:-inset-75\%{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .max-width\:-inset-55\%{
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .max-width\:-inset-65\%{
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .max-width\:-inset-66\%{
    top: -66%;
    right: -66%;
    bottom: -66%;
    left: -66%;
  }

  .max-width\:-inset-85\%{
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .max-width\:-inset-96\%{
    top: -96%;
    right: -96%;
    bottom: -96%;
    left: -96%;
  }

  .max-width\:-inset-130\%{
    top: -130%;
    right: -130%;
    bottom: -130%;
    left: -130%;
  }

  .max-width\:-inset-135\%{
    top: -135%;
    right: -135%;
    bottom: -135%;
    left: -135%;
  }

  .max-width\:-inset-200\%{
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
  }

  .max-width\:-inset-16\/9{
    top: -56.25%;
    right: -56.25%;
    bottom: -56.25%;
    left: -56.25%;
  }

  .max-width\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .max-width\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .max-width\:-inset-span{
    top: -8.333%;
    right: -8.333%;
    bottom: -8.333%;
    left: -8.333%;
  }

  .max-width\:-inset-2span{
    top: -16.666%;
    right: -16.666%;
    bottom: -16.666%;
    left: -16.666%;
  }

  .max-width\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .max-width\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .max-width\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .max-width\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .max-width\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .max-width\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .max-width\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .max-width\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .max-width\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .max-width\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .max-width\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .max-width\:-inset-60{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .max-width\:-inset-2{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .max-width\:inset-43\.2{
    top: 2.7rem;
    right: 2.7rem;
    bottom: 2.7rem;
    left: 2.7rem;
  }

  .max-width\:-inset-608{
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .max-width\:-inset-1472{
    top: -92rem;
    right: -92rem;
    bottom: -92rem;
    left: -92rem;
  }

  .max-width\:inset-x-0{
    left: 0;
    right: 0;
  }

  .max-width\:inset-x-3{
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .max-width\:inset-x-4{
    left: 0.25rem;
    right: 0.25rem;
  }

  .max-width\:inset-x-5{
    left: 0.312rem;
    right: 0.312rem;
  }

  .max-width\:inset-x-8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .max-width\:inset-x-12{
    left: 0.75rem;
    right: 0.75rem;
  }

  .max-width\:inset-x-16{
    left: 1rem;
    right: 1rem;
  }

  .max-width\:inset-x-20{
    left: 1.25rem;
    right: 1.25rem;
  }

  .max-width\:inset-x-24{
    left: 1.5rem;
    right: 1.5rem;
  }

  .max-width\:inset-x-32{
    left: 2rem;
    right: 2rem;
  }

  .max-width\:inset-x-40{
    left: 2.5rem;
    right: 2.5rem;
  }

  .max-width\:inset-x-48{
    left: 3rem;
    right: 3rem;
  }

  .max-width\:inset-x-56{
    left: 3.5rem;
    right: 3.5rem;
  }

  .max-width\:inset-x-64{
    left: 4rem;
    right: 4rem;
  }

  .max-width\:inset-x-80{
    left: 5rem;
    right: 5rem;
  }

  .max-width\:inset-x-96{
    left: 6rem;
    right: 6rem;
  }

  .max-width\:inset-x-104{
    left: 6.5rem;
    right: 6.5rem;
  }

  .max-width\:inset-x-112{
    left: 7rem;
    right: 7rem;
  }

  .max-width\:inset-x-128{
    left: 8rem;
    right: 8rem;
  }

  .max-width\:inset-x-140{
    left: 8.75rem;
    right: 8.75rem;
  }

  .max-width\:inset-x-160{
    left: 10rem;
    right: 10rem;
  }

  .max-width\:inset-x-180{
    left: 11.25rem;
    right: 11.25rem;
  }

  .max-width\:inset-x-192{
    left: 12rem;
    right: 12rem;
  }

  .max-width\:inset-x-200{
    left: 12.5rem;
    right: 12.5rem;
  }

  .max-width\:inset-x-224{
    left: 14rem;
    right: 14rem;
  }

  .max-width\:inset-x-240{
    left: 15rem;
    right: 15rem;
  }

  .max-width\:inset-x-260{
    left: 16.25rem;
    right: 16.25rem;
  }

  .max-width\:inset-x-300{
    left: 18.75rem;
    right: 18.75rem;
  }

  .max-width\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .max-width\:-inset-x-78\%{
    left: -78%;
    right: -78%;
  }

  .max-width\:-inset-x-80\%{
    left: -80%;
    right: -80%;
  }

  .max-width\:-inset-x-50\%{
    left: -50%;
    right: -50%;
  }

  .max-width\:-inset-x-35\%{
    left: -35%;
    right: -35%;
  }

  .max-width\:-inset-x-128{
    left: -8rem;
    right: -8rem;
  }

  .max-width\:-inset-x-96{
    left: -6rem;
    right: -6rem;
  }

  .max-width\:-inset-x-64{
    left: -4rem;
    right: -4rem;
  }

  .max-width\:-inset-x-32{
    left: -2rem;
    right: -2rem;
  }

  .max-width\:-inset-x-8{
    left: -0.5rem;
    right: -0.5rem;
  }

  .max-width\:inset-x-5\%{
    left: 5%;
    right: 5%;
  }

  .max-width\:inset-x-10\%{
    left: 10%;
    right: 10%;
  }

  .max-width\:inset-x-15\%{
    left: 15%;
    right: 15%;
  }

  .max-width\:inset-x-20\%{
    left: 20%;
    right: 20%;
  }

  .max-width\:inset-x-25\%{
    left: 25%;
    right: 25%;
  }

  .max-width\:inset-x-30\%{
    left: 30%;
    right: 30%;
  }

  .max-width\:inset-x-31\%{
    left: 31%;
    right: 31%;
  }

  .max-width\:inset-x-33\%{
    left: 33.333%;
    right: 33.333%;
  }

  .max-width\:inset-x-34\%{
    left: 34%;
    right: 34%;
  }

  .max-width\:inset-x-45\%{
    left: 45%;
    right: 45%;
  }

  .max-width\:inset-x-50\%{
    left: 50%;
    right: 50%;
  }

  .max-width\:inset-x-54\%{
    left: 54%;
    right: 54%;
  }

  .max-width\:inset-x-75\%{
    left: 75%;
    right: 75%;
  }

  .max-width\:inset-x-55\%{
    left: 55%;
    right: 55%;
  }

  .max-width\:inset-x-65\%{
    left: 65%;
    right: 65%;
  }

  .max-width\:inset-x-66\%{
    left: 66%;
    right: 66%;
  }

  .max-width\:inset-x-85\%{
    left: 85%;
    right: 85%;
  }

  .max-width\:inset-x-96\%{
    left: 96%;
    right: 96%;
  }

  .max-width\:inset-x-130\%{
    left: 130%;
    right: 130%;
  }

  .max-width\:inset-x-135\%{
    left: 135%;
    right: 135%;
  }

  .max-width\:inset-x-200\%{
    left: 200%;
    right: 200%;
  }

  .max-width\:inset-x-16\/9{
    left: 56.25%;
    right: 56.25%;
  }

  .max-width\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .max-width\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .max-width\:inset-x-span{
    left: 8.333%;
    right: 8.333%;
  }

  .max-width\:inset-x-2span{
    left: 16.666%;
    right: 16.666%;
  }

  .max-width\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .max-width\:-inset-x-4{
    left: -0.25rem;
    right: -0.25rem;
  }

  .max-width\:-inset-x-12{
    left: -0.75rem;
    right: -0.75rem;
  }

  .max-width\:-inset-x-16{
    left: -1rem;
    right: -1rem;
  }

  .max-width\:-inset-x-20{
    left: -1.25rem;
    right: -1.25rem;
  }

  .max-width\:-inset-x-24{
    left: -1.5rem;
    right: -1.5rem;
  }

  .max-width\:-inset-x-40{
    left: -2.5rem;
    right: -2.5rem;
  }

  .max-width\:-inset-x-48{
    left: -3rem;
    right: -3rem;
  }

  .max-width\:-inset-x-56{
    left: -3.5rem;
    right: -3.5rem;
  }

  .max-width\:-inset-x-80{
    left: -5rem;
    right: -5rem;
  }

  .max-width\:-inset-x-104{
    left: -6.5rem;
    right: -6.5rem;
  }

  .max-width\:-inset-x-112{
    left: -7rem;
    right: -7rem;
  }

  .max-width\:-inset-x-140{
    left: -8.75rem;
    right: -8.75rem;
  }

  .max-width\:-inset-x-160{
    left: -10rem;
    right: -10rem;
  }

  .max-width\:-inset-x-180{
    left: -11.25rem;
    right: -11.25rem;
  }

  .max-width\:-inset-x-200{
    left: -12.5rem;
    right: -12.5rem;
  }

  .max-width\:-inset-x-224{
    left: -14rem;
    right: -14rem;
  }

  .max-width\:-inset-x-240{
    left: -15rem;
    right: -15rem;
  }

  .max-width\:-inset-x-260{
    left: -16.25rem;
    right: -16.25rem;
  }

  .max-width\:-inset-x-300{
    left: -18.75rem;
    right: -18.75rem;
  }

  .max-width\:-inset-x--78\%{
    left: 78%;
    right: 78%;
  }

  .max-width\:-inset-x--80\%{
    left: 80%;
    right: 80%;
  }

  .max-width\:-inset-x--50\%{
    left: 50%;
    right: 50%;
  }

  .max-width\:-inset-x--35\%{
    left: 35%;
    right: 35%;
  }

  .max-width\:-inset-x--128{
    left: 8rem;
    right: 8rem;
  }

  .max-width\:-inset-x--96{
    left: 6rem;
    right: 6rem;
  }

  .max-width\:-inset-x--64{
    left: 4rem;
    right: 4rem;
  }

  .max-width\:-inset-x--32{
    left: 2rem;
    right: 2rem;
  }

  .max-width\:-inset-x--8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .max-width\:-inset-x-5\%{
    left: -5%;
    right: -5%;
  }

  .max-width\:-inset-x-10\%{
    left: -10%;
    right: -10%;
  }

  .max-width\:-inset-x-15\%{
    left: -15%;
    right: -15%;
  }

  .max-width\:-inset-x-20\%{
    left: -20%;
    right: -20%;
  }

  .max-width\:-inset-x-25\%{
    left: -25%;
    right: -25%;
  }

  .max-width\:-inset-x-30\%{
    left: -30%;
    right: -30%;
  }

  .max-width\:-inset-x-31\%{
    left: -31%;
    right: -31%;
  }

  .max-width\:-inset-x-33\%{
    left: -33.333%;
    right: -33.333%;
  }

  .max-width\:-inset-x-34\%{
    left: -34%;
    right: -34%;
  }

  .max-width\:-inset-x-45\%{
    left: -45%;
    right: -45%;
  }

  .max-width\:-inset-x-54\%{
    left: -54%;
    right: -54%;
  }

  .max-width\:-inset-x-75\%{
    left: -75%;
    right: -75%;
  }

  .max-width\:-inset-x-55\%{
    left: -55%;
    right: -55%;
  }

  .max-width\:-inset-x-65\%{
    left: -65%;
    right: -65%;
  }

  .max-width\:-inset-x-66\%{
    left: -66%;
    right: -66%;
  }

  .max-width\:-inset-x-85\%{
    left: -85%;
    right: -85%;
  }

  .max-width\:-inset-x-96\%{
    left: -96%;
    right: -96%;
  }

  .max-width\:-inset-x-130\%{
    left: -130%;
    right: -130%;
  }

  .max-width\:-inset-x-135\%{
    left: -135%;
    right: -135%;
  }

  .max-width\:-inset-x-200\%{
    left: -200%;
    right: -200%;
  }

  .max-width\:-inset-x-16\/9{
    left: -56.25%;
    right: -56.25%;
  }

  .max-width\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .max-width\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .max-width\:-inset-x-span{
    left: -8.333%;
    right: -8.333%;
  }

  .max-width\:-inset-x-2span{
    left: -16.666%;
    right: -16.666%;
  }

  .max-width\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .max-width\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .max-width\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .max-width\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .max-width\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .max-width\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .max-width\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .max-width\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .max-width\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .max-width\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .max-width\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .max-width\:-inset-x-60{
    left: -3.75rem;
    right: -3.75rem;
  }

  .max-width\:-inset-x-2{
    left: -0.125rem;
    right: -0.125rem;
  }

  .max-width\:inset-x-43\.2{
    left: 2.7rem;
    right: 2.7rem;
  }

  .max-width\:-inset-x-608{
    left: -38rem;
    right: -38rem;
  }

  .max-width\:-inset-x-1472{
    left: -92rem;
    right: -92rem;
  }

  .max-width\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .max-width\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .max-width\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .max-width\:inset-y-5{
    top: 0.312rem;
    bottom: 0.312rem;
  }

  .max-width\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .max-width\:inset-y-12{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .max-width\:inset-y-16{
    top: 1rem;
    bottom: 1rem;
  }

  .max-width\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .max-width\:inset-y-24{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .max-width\:inset-y-32{
    top: 2rem;
    bottom: 2rem;
  }

  .max-width\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .max-width\:inset-y-48{
    top: 3rem;
    bottom: 3rem;
  }

  .max-width\:inset-y-56{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .max-width\:inset-y-64{
    top: 4rem;
    bottom: 4rem;
  }

  .max-width\:inset-y-80{
    top: 5rem;
    bottom: 5rem;
  }

  .max-width\:inset-y-96{
    top: 6rem;
    bottom: 6rem;
  }

  .max-width\:inset-y-104{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .max-width\:inset-y-112{
    top: 7rem;
    bottom: 7rem;
  }

  .max-width\:inset-y-128{
    top: 8rem;
    bottom: 8rem;
  }

  .max-width\:inset-y-140{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .max-width\:inset-y-160{
    top: 10rem;
    bottom: 10rem;
  }

  .max-width\:inset-y-180{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .max-width\:inset-y-192{
    top: 12rem;
    bottom: 12rem;
  }

  .max-width\:inset-y-200{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .max-width\:inset-y-224{
    top: 14rem;
    bottom: 14rem;
  }

  .max-width\:inset-y-240{
    top: 15rem;
    bottom: 15rem;
  }

  .max-width\:inset-y-260{
    top: 16.25rem;
    bottom: 16.25rem;
  }

  .max-width\:inset-y-300{
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .max-width\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .max-width\:-inset-y-78\%{
    top: -78%;
    bottom: -78%;
  }

  .max-width\:-inset-y-80\%{
    top: -80%;
    bottom: -80%;
  }

  .max-width\:-inset-y-50\%{
    top: -50%;
    bottom: -50%;
  }

  .max-width\:-inset-y-35\%{
    top: -35%;
    bottom: -35%;
  }

  .max-width\:-inset-y-128{
    top: -8rem;
    bottom: -8rem;
  }

  .max-width\:-inset-y-96{
    top: -6rem;
    bottom: -6rem;
  }

  .max-width\:-inset-y-64{
    top: -4rem;
    bottom: -4rem;
  }

  .max-width\:-inset-y-32{
    top: -2rem;
    bottom: -2rem;
  }

  .max-width\:-inset-y-8{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .max-width\:inset-y-5\%{
    top: 5%;
    bottom: 5%;
  }

  .max-width\:inset-y-10\%{
    top: 10%;
    bottom: 10%;
  }

  .max-width\:inset-y-15\%{
    top: 15%;
    bottom: 15%;
  }

  .max-width\:inset-y-20\%{
    top: 20%;
    bottom: 20%;
  }

  .max-width\:inset-y-25\%{
    top: 25%;
    bottom: 25%;
  }

  .max-width\:inset-y-30\%{
    top: 30%;
    bottom: 30%;
  }

  .max-width\:inset-y-31\%{
    top: 31%;
    bottom: 31%;
  }

  .max-width\:inset-y-33\%{
    top: 33.333%;
    bottom: 33.333%;
  }

  .max-width\:inset-y-34\%{
    top: 34%;
    bottom: 34%;
  }

  .max-width\:inset-y-45\%{
    top: 45%;
    bottom: 45%;
  }

  .max-width\:inset-y-50\%{
    top: 50%;
    bottom: 50%;
  }

  .max-width\:inset-y-54\%{
    top: 54%;
    bottom: 54%;
  }

  .max-width\:inset-y-75\%{
    top: 75%;
    bottom: 75%;
  }

  .max-width\:inset-y-55\%{
    top: 55%;
    bottom: 55%;
  }

  .max-width\:inset-y-65\%{
    top: 65%;
    bottom: 65%;
  }

  .max-width\:inset-y-66\%{
    top: 66%;
    bottom: 66%;
  }

  .max-width\:inset-y-85\%{
    top: 85%;
    bottom: 85%;
  }

  .max-width\:inset-y-96\%{
    top: 96%;
    bottom: 96%;
  }

  .max-width\:inset-y-130\%{
    top: 130%;
    bottom: 130%;
  }

  .max-width\:inset-y-135\%{
    top: 135%;
    bottom: 135%;
  }

  .max-width\:inset-y-200\%{
    top: 200%;
    bottom: 200%;
  }

  .max-width\:inset-y-16\/9{
    top: 56.25%;
    bottom: 56.25%;
  }

  .max-width\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .max-width\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .max-width\:inset-y-span{
    top: 8.333%;
    bottom: 8.333%;
  }

  .max-width\:inset-y-2span{
    top: 16.666%;
    bottom: 16.666%;
  }

  .max-width\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .max-width\:-inset-y-4{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .max-width\:-inset-y-12{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .max-width\:-inset-y-16{
    top: -1rem;
    bottom: -1rem;
  }

  .max-width\:-inset-y-20{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .max-width\:-inset-y-24{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .max-width\:-inset-y-40{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .max-width\:-inset-y-48{
    top: -3rem;
    bottom: -3rem;
  }

  .max-width\:-inset-y-56{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .max-width\:-inset-y-80{
    top: -5rem;
    bottom: -5rem;
  }

  .max-width\:-inset-y-104{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .max-width\:-inset-y-112{
    top: -7rem;
    bottom: -7rem;
  }

  .max-width\:-inset-y-140{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .max-width\:-inset-y-160{
    top: -10rem;
    bottom: -10rem;
  }

  .max-width\:-inset-y-180{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .max-width\:-inset-y-200{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .max-width\:-inset-y-224{
    top: -14rem;
    bottom: -14rem;
  }

  .max-width\:-inset-y-240{
    top: -15rem;
    bottom: -15rem;
  }

  .max-width\:-inset-y-260{
    top: -16.25rem;
    bottom: -16.25rem;
  }

  .max-width\:-inset-y-300{
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .max-width\:-inset-y--78\%{
    top: 78%;
    bottom: 78%;
  }

  .max-width\:-inset-y--80\%{
    top: 80%;
    bottom: 80%;
  }

  .max-width\:-inset-y--50\%{
    top: 50%;
    bottom: 50%;
  }

  .max-width\:-inset-y--35\%{
    top: 35%;
    bottom: 35%;
  }

  .max-width\:-inset-y--128{
    top: 8rem;
    bottom: 8rem;
  }

  .max-width\:-inset-y--96{
    top: 6rem;
    bottom: 6rem;
  }

  .max-width\:-inset-y--64{
    top: 4rem;
    bottom: 4rem;
  }

  .max-width\:-inset-y--32{
    top: 2rem;
    bottom: 2rem;
  }

  .max-width\:-inset-y--8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .max-width\:-inset-y-5\%{
    top: -5%;
    bottom: -5%;
  }

  .max-width\:-inset-y-10\%{
    top: -10%;
    bottom: -10%;
  }

  .max-width\:-inset-y-15\%{
    top: -15%;
    bottom: -15%;
  }

  .max-width\:-inset-y-20\%{
    top: -20%;
    bottom: -20%;
  }

  .max-width\:-inset-y-25\%{
    top: -25%;
    bottom: -25%;
  }

  .max-width\:-inset-y-30\%{
    top: -30%;
    bottom: -30%;
  }

  .max-width\:-inset-y-31\%{
    top: -31%;
    bottom: -31%;
  }

  .max-width\:-inset-y-33\%{
    top: -33.333%;
    bottom: -33.333%;
  }

  .max-width\:-inset-y-34\%{
    top: -34%;
    bottom: -34%;
  }

  .max-width\:-inset-y-45\%{
    top: -45%;
    bottom: -45%;
  }

  .max-width\:-inset-y-54\%{
    top: -54%;
    bottom: -54%;
  }

  .max-width\:-inset-y-75\%{
    top: -75%;
    bottom: -75%;
  }

  .max-width\:-inset-y-55\%{
    top: -55%;
    bottom: -55%;
  }

  .max-width\:-inset-y-65\%{
    top: -65%;
    bottom: -65%;
  }

  .max-width\:-inset-y-66\%{
    top: -66%;
    bottom: -66%;
  }

  .max-width\:-inset-y-85\%{
    top: -85%;
    bottom: -85%;
  }

  .max-width\:-inset-y-96\%{
    top: -96%;
    bottom: -96%;
  }

  .max-width\:-inset-y-130\%{
    top: -130%;
    bottom: -130%;
  }

  .max-width\:-inset-y-135\%{
    top: -135%;
    bottom: -135%;
  }

  .max-width\:-inset-y-200\%{
    top: -200%;
    bottom: -200%;
  }

  .max-width\:-inset-y-16\/9{
    top: -56.25%;
    bottom: -56.25%;
  }

  .max-width\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .max-width\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .max-width\:-inset-y-span{
    top: -8.333%;
    bottom: -8.333%;
  }

  .max-width\:-inset-y-2span{
    top: -16.666%;
    bottom: -16.666%;
  }

  .max-width\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .max-width\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .max-width\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .max-width\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .max-width\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .max-width\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .max-width\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .max-width\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .max-width\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .max-width\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .max-width\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .max-width\:-inset-y-60{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .max-width\:-inset-y-2{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .max-width\:inset-y-43\.2{
    top: 2.7rem;
    bottom: 2.7rem;
  }

  .max-width\:-inset-y-608{
    top: -38rem;
    bottom: -38rem;
  }

  .max-width\:-inset-y-1472{
    top: -92rem;
    bottom: -92rem;
  }

  .max-width\:top-0{
    top: 0;
  }

  .max-width\:top-3{
    top: 0.1875rem;
  }

  .max-width\:top-4{
    top: 0.25rem;
  }

  .max-width\:top-5{
    top: 0.312rem;
  }

  .max-width\:top-8{
    top: 0.5rem;
  }

  .max-width\:top-12{
    top: 0.75rem;
  }

  .max-width\:top-16{
    top: 1rem;
  }

  .max-width\:top-20{
    top: 1.25rem;
  }

  .max-width\:top-24{
    top: 1.5rem;
  }

  .max-width\:top-32{
    top: 2rem;
  }

  .max-width\:top-40{
    top: 2.5rem;
  }

  .max-width\:top-48{
    top: 3rem;
  }

  .max-width\:top-56{
    top: 3.5rem;
  }

  .max-width\:top-64{
    top: 4rem;
  }

  .max-width\:top-80{
    top: 5rem;
  }

  .max-width\:top-96{
    top: 6rem;
  }

  .max-width\:top-104{
    top: 6.5rem;
  }

  .max-width\:top-112{
    top: 7rem;
  }

  .max-width\:top-128{
    top: 8rem;
  }

  .max-width\:top-140{
    top: 8.75rem;
  }

  .max-width\:top-160{
    top: 10rem;
  }

  .max-width\:top-180{
    top: 11.25rem;
  }

  .max-width\:top-192{
    top: 12rem;
  }

  .max-width\:top-200{
    top: 12.5rem;
  }

  .max-width\:top-224{
    top: 14rem;
  }

  .max-width\:top-240{
    top: 15rem;
  }

  .max-width\:top-260{
    top: 16.25rem;
  }

  .max-width\:top-300{
    top: 18.75rem;
  }

  .max-width\:top-auto{
    top: auto;
  }

  .max-width\:-top-78\%{
    top: -78%;
  }

  .max-width\:-top-80\%{
    top: -80%;
  }

  .max-width\:-top-50\%{
    top: -50%;
  }

  .max-width\:-top-35\%{
    top: -35%;
  }

  .max-width\:-top-128{
    top: -8rem;
  }

  .max-width\:-top-96{
    top: -6rem;
  }

  .max-width\:-top-64{
    top: -4rem;
  }

  .max-width\:-top-32{
    top: -2rem;
  }

  .max-width\:-top-8{
    top: -0.5rem;
  }

  .max-width\:top-5\%{
    top: 5%;
  }

  .max-width\:top-10\%{
    top: 10%;
  }

  .max-width\:top-15\%{
    top: 15%;
  }

  .max-width\:top-20\%{
    top: 20%;
  }

  .max-width\:top-25\%{
    top: 25%;
  }

  .max-width\:top-30\%{
    top: 30%;
  }

  .max-width\:top-31\%{
    top: 31%;
  }

  .max-width\:top-33\%{
    top: 33.333%;
  }

  .max-width\:top-34\%{
    top: 34%;
  }

  .max-width\:top-45\%{
    top: 45%;
  }

  .max-width\:top-50\%{
    top: 50%;
  }

  .max-width\:top-54\%{
    top: 54%;
  }

  .max-width\:top-75\%{
    top: 75%;
  }

  .max-width\:top-55\%{
    top: 55%;
  }

  .max-width\:top-65\%{
    top: 65%;
  }

  .max-width\:top-66\%{
    top: 66%;
  }

  .max-width\:top-85\%{
    top: 85%;
  }

  .max-width\:top-96\%{
    top: 96%;
  }

  .max-width\:top-130\%{
    top: 130%;
  }

  .max-width\:top-135\%{
    top: 135%;
  }

  .max-width\:top-200\%{
    top: 200%;
  }

  .max-width\:top-16\/9{
    top: 56.25%;
  }

  .max-width\:top-1\/2{
    top: 50%;
  }

  .max-width\:top-full{
    top: 100%;
  }

  .max-width\:top-span{
    top: 8.333%;
  }

  .max-width\:top-2span{
    top: 16.666%;
  }

  .max-width\:top-px{
    top: 1px;
  }

  .max-width\:-top-4{
    top: -0.25rem;
  }

  .max-width\:-top-12{
    top: -0.75rem;
  }

  .max-width\:-top-16{
    top: -1rem;
  }

  .max-width\:-top-20{
    top: -1.25rem;
  }

  .max-width\:-top-24{
    top: -1.5rem;
  }

  .max-width\:-top-40{
    top: -2.5rem;
  }

  .max-width\:-top-48{
    top: -3rem;
  }

  .max-width\:-top-56{
    top: -3.5rem;
  }

  .max-width\:-top-80{
    top: -5rem;
  }

  .max-width\:-top-104{
    top: -6.5rem;
  }

  .max-width\:-top-112{
    top: -7rem;
  }

  .max-width\:-top-140{
    top: -8.75rem;
  }

  .max-width\:-top-160{
    top: -10rem;
  }

  .max-width\:-top-180{
    top: -11.25rem;
  }

  .max-width\:-top-200{
    top: -12.5rem;
  }

  .max-width\:-top-224{
    top: -14rem;
  }

  .max-width\:-top-240{
    top: -15rem;
  }

  .max-width\:-top-260{
    top: -16.25rem;
  }

  .max-width\:-top-300{
    top: -18.75rem;
  }

  .max-width\:-top--78\%{
    top: 78%;
  }

  .max-width\:-top--80\%{
    top: 80%;
  }

  .max-width\:-top--50\%{
    top: 50%;
  }

  .max-width\:-top--35\%{
    top: 35%;
  }

  .max-width\:-top--128{
    top: 8rem;
  }

  .max-width\:-top--96{
    top: 6rem;
  }

  .max-width\:-top--64{
    top: 4rem;
  }

  .max-width\:-top--32{
    top: 2rem;
  }

  .max-width\:-top--8{
    top: 0.5rem;
  }

  .max-width\:-top-5\%{
    top: -5%;
  }

  .max-width\:-top-10\%{
    top: -10%;
  }

  .max-width\:-top-15\%{
    top: -15%;
  }

  .max-width\:-top-20\%{
    top: -20%;
  }

  .max-width\:-top-25\%{
    top: -25%;
  }

  .max-width\:-top-30\%{
    top: -30%;
  }

  .max-width\:-top-31\%{
    top: -31%;
  }

  .max-width\:-top-33\%{
    top: -33.333%;
  }

  .max-width\:-top-34\%{
    top: -34%;
  }

  .max-width\:-top-45\%{
    top: -45%;
  }

  .max-width\:-top-54\%{
    top: -54%;
  }

  .max-width\:-top-75\%{
    top: -75%;
  }

  .max-width\:-top-55\%{
    top: -55%;
  }

  .max-width\:-top-65\%{
    top: -65%;
  }

  .max-width\:-top-66\%{
    top: -66%;
  }

  .max-width\:-top-85\%{
    top: -85%;
  }

  .max-width\:-top-96\%{
    top: -96%;
  }

  .max-width\:-top-130\%{
    top: -130%;
  }

  .max-width\:-top-135\%{
    top: -135%;
  }

  .max-width\:-top-200\%{
    top: -200%;
  }

  .max-width\:-top-16\/9{
    top: -56.25%;
  }

  .max-width\:-top-1\/2{
    top: -50%;
  }

  .max-width\:-top-full{
    top: -100%;
  }

  .max-width\:-top-span{
    top: -8.333%;
  }

  .max-width\:-top-2span{
    top: -16.666%;
  }

  .max-width\:-top-px{
    top: -1px;
  }

  .max-width\:top-1\/3{
    top: 33.333333%;
  }

  .max-width\:top-2\/3{
    top: 66.666667%;
  }

  .max-width\:top-1\/4{
    top: 25%;
  }

  .max-width\:top-2\/4{
    top: 50%;
  }

  .max-width\:top-3\/4{
    top: 75%;
  }

  .max-width\:-top-1\/3{
    top: -33.333333%;
  }

  .max-width\:-top-2\/3{
    top: -66.666667%;
  }

  .max-width\:-top-1\/4{
    top: -25%;
  }

  .max-width\:-top-2\/4{
    top: -50%;
  }

  .max-width\:-top-3\/4{
    top: -75%;
  }

  .max-width\:-top-60{
    top: -3.75rem;
  }

  .max-width\:-top-2{
    top: -0.125rem;
  }

  .max-width\:top-43\.2{
    top: 2.7rem;
  }

  .max-width\:-top-608{
    top: -38rem;
  }

  .max-width\:-top-1472{
    top: -92rem;
  }

  .max-width\:right-0{
    right: 0;
  }

  .max-width\:right-3{
    right: 0.1875rem;
  }

  .max-width\:right-4{
    right: 0.25rem;
  }

  .max-width\:right-5{
    right: 0.312rem;
  }

  .max-width\:right-8{
    right: 0.5rem;
  }

  .max-width\:right-12{
    right: 0.75rem;
  }

  .max-width\:right-16{
    right: 1rem;
  }

  .max-width\:right-20{
    right: 1.25rem;
  }

  .max-width\:right-24{
    right: 1.5rem;
  }

  .max-width\:right-32{
    right: 2rem;
  }

  .max-width\:right-40{
    right: 2.5rem;
  }

  .max-width\:right-48{
    right: 3rem;
  }

  .max-width\:right-56{
    right: 3.5rem;
  }

  .max-width\:right-64{
    right: 4rem;
  }

  .max-width\:right-80{
    right: 5rem;
  }

  .max-width\:right-96{
    right: 6rem;
  }

  .max-width\:right-104{
    right: 6.5rem;
  }

  .max-width\:right-112{
    right: 7rem;
  }

  .max-width\:right-128{
    right: 8rem;
  }

  .max-width\:right-140{
    right: 8.75rem;
  }

  .max-width\:right-160{
    right: 10rem;
  }

  .max-width\:right-180{
    right: 11.25rem;
  }

  .max-width\:right-192{
    right: 12rem;
  }

  .max-width\:right-200{
    right: 12.5rem;
  }

  .max-width\:right-224{
    right: 14rem;
  }

  .max-width\:right-240{
    right: 15rem;
  }

  .max-width\:right-260{
    right: 16.25rem;
  }

  .max-width\:right-300{
    right: 18.75rem;
  }

  .max-width\:right-auto{
    right: auto;
  }

  .max-width\:-right-78\%{
    right: -78%;
  }

  .max-width\:-right-80\%{
    right: -80%;
  }

  .max-width\:-right-50\%{
    right: -50%;
  }

  .max-width\:-right-35\%{
    right: -35%;
  }

  .max-width\:-right-128{
    right: -8rem;
  }

  .max-width\:-right-96{
    right: -6rem;
  }

  .max-width\:-right-64{
    right: -4rem;
  }

  .max-width\:-right-32{
    right: -2rem;
  }

  .max-width\:-right-8{
    right: -0.5rem;
  }

  .max-width\:right-5\%{
    right: 5%;
  }

  .max-width\:right-10\%{
    right: 10%;
  }

  .max-width\:right-15\%{
    right: 15%;
  }

  .max-width\:right-20\%{
    right: 20%;
  }

  .max-width\:right-25\%{
    right: 25%;
  }

  .max-width\:right-30\%{
    right: 30%;
  }

  .max-width\:right-31\%{
    right: 31%;
  }

  .max-width\:right-33\%{
    right: 33.333%;
  }

  .max-width\:right-34\%{
    right: 34%;
  }

  .max-width\:right-45\%{
    right: 45%;
  }

  .max-width\:right-50\%{
    right: 50%;
  }

  .max-width\:right-54\%{
    right: 54%;
  }

  .max-width\:right-75\%{
    right: 75%;
  }

  .max-width\:right-55\%{
    right: 55%;
  }

  .max-width\:right-65\%{
    right: 65%;
  }

  .max-width\:right-66\%{
    right: 66%;
  }

  .max-width\:right-85\%{
    right: 85%;
  }

  .max-width\:right-96\%{
    right: 96%;
  }

  .max-width\:right-130\%{
    right: 130%;
  }

  .max-width\:right-135\%{
    right: 135%;
  }

  .max-width\:right-200\%{
    right: 200%;
  }

  .max-width\:right-16\/9{
    right: 56.25%;
  }

  .max-width\:right-1\/2{
    right: 50%;
  }

  .max-width\:right-full{
    right: 100%;
  }

  .max-width\:right-span{
    right: 8.333%;
  }

  .max-width\:right-2span{
    right: 16.666%;
  }

  .max-width\:right-px{
    right: 1px;
  }

  .max-width\:-right-4{
    right: -0.25rem;
  }

  .max-width\:-right-12{
    right: -0.75rem;
  }

  .max-width\:-right-16{
    right: -1rem;
  }

  .max-width\:-right-20{
    right: -1.25rem;
  }

  .max-width\:-right-24{
    right: -1.5rem;
  }

  .max-width\:-right-40{
    right: -2.5rem;
  }

  .max-width\:-right-48{
    right: -3rem;
  }

  .max-width\:-right-56{
    right: -3.5rem;
  }

  .max-width\:-right-80{
    right: -5rem;
  }

  .max-width\:-right-104{
    right: -6.5rem;
  }

  .max-width\:-right-112{
    right: -7rem;
  }

  .max-width\:-right-140{
    right: -8.75rem;
  }

  .max-width\:-right-160{
    right: -10rem;
  }

  .max-width\:-right-180{
    right: -11.25rem;
  }

  .max-width\:-right-200{
    right: -12.5rem;
  }

  .max-width\:-right-224{
    right: -14rem;
  }

  .max-width\:-right-240{
    right: -15rem;
  }

  .max-width\:-right-260{
    right: -16.25rem;
  }

  .max-width\:-right-300{
    right: -18.75rem;
  }

  .max-width\:-right--78\%{
    right: 78%;
  }

  .max-width\:-right--80\%{
    right: 80%;
  }

  .max-width\:-right--50\%{
    right: 50%;
  }

  .max-width\:-right--35\%{
    right: 35%;
  }

  .max-width\:-right--128{
    right: 8rem;
  }

  .max-width\:-right--96{
    right: 6rem;
  }

  .max-width\:-right--64{
    right: 4rem;
  }

  .max-width\:-right--32{
    right: 2rem;
  }

  .max-width\:-right--8{
    right: 0.5rem;
  }

  .max-width\:-right-5\%{
    right: -5%;
  }

  .max-width\:-right-10\%{
    right: -10%;
  }

  .max-width\:-right-15\%{
    right: -15%;
  }

  .max-width\:-right-20\%{
    right: -20%;
  }

  .max-width\:-right-25\%{
    right: -25%;
  }

  .max-width\:-right-30\%{
    right: -30%;
  }

  .max-width\:-right-31\%{
    right: -31%;
  }

  .max-width\:-right-33\%{
    right: -33.333%;
  }

  .max-width\:-right-34\%{
    right: -34%;
  }

  .max-width\:-right-45\%{
    right: -45%;
  }

  .max-width\:-right-54\%{
    right: -54%;
  }

  .max-width\:-right-75\%{
    right: -75%;
  }

  .max-width\:-right-55\%{
    right: -55%;
  }

  .max-width\:-right-65\%{
    right: -65%;
  }

  .max-width\:-right-66\%{
    right: -66%;
  }

  .max-width\:-right-85\%{
    right: -85%;
  }

  .max-width\:-right-96\%{
    right: -96%;
  }

  .max-width\:-right-130\%{
    right: -130%;
  }

  .max-width\:-right-135\%{
    right: -135%;
  }

  .max-width\:-right-200\%{
    right: -200%;
  }

  .max-width\:-right-16\/9{
    right: -56.25%;
  }

  .max-width\:-right-1\/2{
    right: -50%;
  }

  .max-width\:-right-full{
    right: -100%;
  }

  .max-width\:-right-span{
    right: -8.333%;
  }

  .max-width\:-right-2span{
    right: -16.666%;
  }

  .max-width\:-right-px{
    right: -1px;
  }

  .max-width\:right-1\/3{
    right: 33.333333%;
  }

  .max-width\:right-2\/3{
    right: 66.666667%;
  }

  .max-width\:right-1\/4{
    right: 25%;
  }

  .max-width\:right-2\/4{
    right: 50%;
  }

  .max-width\:right-3\/4{
    right: 75%;
  }

  .max-width\:-right-1\/3{
    right: -33.333333%;
  }

  .max-width\:-right-2\/3{
    right: -66.666667%;
  }

  .max-width\:-right-1\/4{
    right: -25%;
  }

  .max-width\:-right-2\/4{
    right: -50%;
  }

  .max-width\:-right-3\/4{
    right: -75%;
  }

  .max-width\:-right-60{
    right: -3.75rem;
  }

  .max-width\:-right-2{
    right: -0.125rem;
  }

  .max-width\:right-43\.2{
    right: 2.7rem;
  }

  .max-width\:-right-608{
    right: -38rem;
  }

  .max-width\:-right-1472{
    right: -92rem;
  }

  .max-width\:bottom-0{
    bottom: 0;
  }

  .max-width\:bottom-3{
    bottom: 0.1875rem;
  }

  .max-width\:bottom-4{
    bottom: 0.25rem;
  }

  .max-width\:bottom-5{
    bottom: 0.312rem;
  }

  .max-width\:bottom-8{
    bottom: 0.5rem;
  }

  .max-width\:bottom-12{
    bottom: 0.75rem;
  }

  .max-width\:bottom-16{
    bottom: 1rem;
  }

  .max-width\:bottom-20{
    bottom: 1.25rem;
  }

  .max-width\:bottom-24{
    bottom: 1.5rem;
  }

  .max-width\:bottom-32{
    bottom: 2rem;
  }

  .max-width\:bottom-40{
    bottom: 2.5rem;
  }

  .max-width\:bottom-48{
    bottom: 3rem;
  }

  .max-width\:bottom-56{
    bottom: 3.5rem;
  }

  .max-width\:bottom-64{
    bottom: 4rem;
  }

  .max-width\:bottom-80{
    bottom: 5rem;
  }

  .max-width\:bottom-96{
    bottom: 6rem;
  }

  .max-width\:bottom-104{
    bottom: 6.5rem;
  }

  .max-width\:bottom-112{
    bottom: 7rem;
  }

  .max-width\:bottom-128{
    bottom: 8rem;
  }

  .max-width\:bottom-140{
    bottom: 8.75rem;
  }

  .max-width\:bottom-160{
    bottom: 10rem;
  }

  .max-width\:bottom-180{
    bottom: 11.25rem;
  }

  .max-width\:bottom-192{
    bottom: 12rem;
  }

  .max-width\:bottom-200{
    bottom: 12.5rem;
  }

  .max-width\:bottom-224{
    bottom: 14rem;
  }

  .max-width\:bottom-240{
    bottom: 15rem;
  }

  .max-width\:bottom-260{
    bottom: 16.25rem;
  }

  .max-width\:bottom-300{
    bottom: 18.75rem;
  }

  .max-width\:bottom-auto{
    bottom: auto;
  }

  .max-width\:-bottom-78\%{
    bottom: -78%;
  }

  .max-width\:-bottom-80\%{
    bottom: -80%;
  }

  .max-width\:-bottom-50\%{
    bottom: -50%;
  }

  .max-width\:-bottom-35\%{
    bottom: -35%;
  }

  .max-width\:-bottom-128{
    bottom: -8rem;
  }

  .max-width\:-bottom-96{
    bottom: -6rem;
  }

  .max-width\:-bottom-64{
    bottom: -4rem;
  }

  .max-width\:-bottom-32{
    bottom: -2rem;
  }

  .max-width\:-bottom-8{
    bottom: -0.5rem;
  }

  .max-width\:bottom-5\%{
    bottom: 5%;
  }

  .max-width\:bottom-10\%{
    bottom: 10%;
  }

  .max-width\:bottom-15\%{
    bottom: 15%;
  }

  .max-width\:bottom-20\%{
    bottom: 20%;
  }

  .max-width\:bottom-25\%{
    bottom: 25%;
  }

  .max-width\:bottom-30\%{
    bottom: 30%;
  }

  .max-width\:bottom-31\%{
    bottom: 31%;
  }

  .max-width\:bottom-33\%{
    bottom: 33.333%;
  }

  .max-width\:bottom-34\%{
    bottom: 34%;
  }

  .max-width\:bottom-45\%{
    bottom: 45%;
  }

  .max-width\:bottom-50\%{
    bottom: 50%;
  }

  .max-width\:bottom-54\%{
    bottom: 54%;
  }

  .max-width\:bottom-75\%{
    bottom: 75%;
  }

  .max-width\:bottom-55\%{
    bottom: 55%;
  }

  .max-width\:bottom-65\%{
    bottom: 65%;
  }

  .max-width\:bottom-66\%{
    bottom: 66%;
  }

  .max-width\:bottom-85\%{
    bottom: 85%;
  }

  .max-width\:bottom-96\%{
    bottom: 96%;
  }

  .max-width\:bottom-130\%{
    bottom: 130%;
  }

  .max-width\:bottom-135\%{
    bottom: 135%;
  }

  .max-width\:bottom-200\%{
    bottom: 200%;
  }

  .max-width\:bottom-16\/9{
    bottom: 56.25%;
  }

  .max-width\:bottom-1\/2{
    bottom: 50%;
  }

  .max-width\:bottom-full{
    bottom: 100%;
  }

  .max-width\:bottom-span{
    bottom: 8.333%;
  }

  .max-width\:bottom-2span{
    bottom: 16.666%;
  }

  .max-width\:bottom-px{
    bottom: 1px;
  }

  .max-width\:-bottom-4{
    bottom: -0.25rem;
  }

  .max-width\:-bottom-12{
    bottom: -0.75rem;
  }

  .max-width\:-bottom-16{
    bottom: -1rem;
  }

  .max-width\:-bottom-20{
    bottom: -1.25rem;
  }

  .max-width\:-bottom-24{
    bottom: -1.5rem;
  }

  .max-width\:-bottom-40{
    bottom: -2.5rem;
  }

  .max-width\:-bottom-48{
    bottom: -3rem;
  }

  .max-width\:-bottom-56{
    bottom: -3.5rem;
  }

  .max-width\:-bottom-80{
    bottom: -5rem;
  }

  .max-width\:-bottom-104{
    bottom: -6.5rem;
  }

  .max-width\:-bottom-112{
    bottom: -7rem;
  }

  .max-width\:-bottom-140{
    bottom: -8.75rem;
  }

  .max-width\:-bottom-160{
    bottom: -10rem;
  }

  .max-width\:-bottom-180{
    bottom: -11.25rem;
  }

  .max-width\:-bottom-200{
    bottom: -12.5rem;
  }

  .max-width\:-bottom-224{
    bottom: -14rem;
  }

  .max-width\:-bottom-240{
    bottom: -15rem;
  }

  .max-width\:-bottom-260{
    bottom: -16.25rem;
  }

  .max-width\:-bottom-300{
    bottom: -18.75rem;
  }

  .max-width\:-bottom--78\%{
    bottom: 78%;
  }

  .max-width\:-bottom--80\%{
    bottom: 80%;
  }

  .max-width\:-bottom--50\%{
    bottom: 50%;
  }

  .max-width\:-bottom--35\%{
    bottom: 35%;
  }

  .max-width\:-bottom--128{
    bottom: 8rem;
  }

  .max-width\:-bottom--96{
    bottom: 6rem;
  }

  .max-width\:-bottom--64{
    bottom: 4rem;
  }

  .max-width\:-bottom--32{
    bottom: 2rem;
  }

  .max-width\:-bottom--8{
    bottom: 0.5rem;
  }

  .max-width\:-bottom-5\%{
    bottom: -5%;
  }

  .max-width\:-bottom-10\%{
    bottom: -10%;
  }

  .max-width\:-bottom-15\%{
    bottom: -15%;
  }

  .max-width\:-bottom-20\%{
    bottom: -20%;
  }

  .max-width\:-bottom-25\%{
    bottom: -25%;
  }

  .max-width\:-bottom-30\%{
    bottom: -30%;
  }

  .max-width\:-bottom-31\%{
    bottom: -31%;
  }

  .max-width\:-bottom-33\%{
    bottom: -33.333%;
  }

  .max-width\:-bottom-34\%{
    bottom: -34%;
  }

  .max-width\:-bottom-45\%{
    bottom: -45%;
  }

  .max-width\:-bottom-54\%{
    bottom: -54%;
  }

  .max-width\:-bottom-75\%{
    bottom: -75%;
  }

  .max-width\:-bottom-55\%{
    bottom: -55%;
  }

  .max-width\:-bottom-65\%{
    bottom: -65%;
  }

  .max-width\:-bottom-66\%{
    bottom: -66%;
  }

  .max-width\:-bottom-85\%{
    bottom: -85%;
  }

  .max-width\:-bottom-96\%{
    bottom: -96%;
  }

  .max-width\:-bottom-130\%{
    bottom: -130%;
  }

  .max-width\:-bottom-135\%{
    bottom: -135%;
  }

  .max-width\:-bottom-200\%{
    bottom: -200%;
  }

  .max-width\:-bottom-16\/9{
    bottom: -56.25%;
  }

  .max-width\:-bottom-1\/2{
    bottom: -50%;
  }

  .max-width\:-bottom-full{
    bottom: -100%;
  }

  .max-width\:-bottom-span{
    bottom: -8.333%;
  }

  .max-width\:-bottom-2span{
    bottom: -16.666%;
  }

  .max-width\:-bottom-px{
    bottom: -1px;
  }

  .max-width\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .max-width\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .max-width\:bottom-1\/4{
    bottom: 25%;
  }

  .max-width\:bottom-2\/4{
    bottom: 50%;
  }

  .max-width\:bottom-3\/4{
    bottom: 75%;
  }

  .max-width\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .max-width\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .max-width\:-bottom-1\/4{
    bottom: -25%;
  }

  .max-width\:-bottom-2\/4{
    bottom: -50%;
  }

  .max-width\:-bottom-3\/4{
    bottom: -75%;
  }

  .max-width\:-bottom-60{
    bottom: -3.75rem;
  }

  .max-width\:-bottom-2{
    bottom: -0.125rem;
  }

  .max-width\:bottom-43\.2{
    bottom: 2.7rem;
  }

  .max-width\:-bottom-608{
    bottom: -38rem;
  }

  .max-width\:-bottom-1472{
    bottom: -92rem;
  }

  .max-width\:left-0{
    left: 0;
  }

  .max-width\:left-3{
    left: 0.1875rem;
  }

  .max-width\:left-4{
    left: 0.25rem;
  }

  .max-width\:left-5{
    left: 0.312rem;
  }

  .max-width\:left-8{
    left: 0.5rem;
  }

  .max-width\:left-12{
    left: 0.75rem;
  }

  .max-width\:left-16{
    left: 1rem;
  }

  .max-width\:left-20{
    left: 1.25rem;
  }

  .max-width\:left-24{
    left: 1.5rem;
  }

  .max-width\:left-32{
    left: 2rem;
  }

  .max-width\:left-40{
    left: 2.5rem;
  }

  .max-width\:left-48{
    left: 3rem;
  }

  .max-width\:left-56{
    left: 3.5rem;
  }

  .max-width\:left-64{
    left: 4rem;
  }

  .max-width\:left-80{
    left: 5rem;
  }

  .max-width\:left-96{
    left: 6rem;
  }

  .max-width\:left-104{
    left: 6.5rem;
  }

  .max-width\:left-112{
    left: 7rem;
  }

  .max-width\:left-128{
    left: 8rem;
  }

  .max-width\:left-140{
    left: 8.75rem;
  }

  .max-width\:left-160{
    left: 10rem;
  }

  .max-width\:left-180{
    left: 11.25rem;
  }

  .max-width\:left-192{
    left: 12rem;
  }

  .max-width\:left-200{
    left: 12.5rem;
  }

  .max-width\:left-224{
    left: 14rem;
  }

  .max-width\:left-240{
    left: 15rem;
  }

  .max-width\:left-260{
    left: 16.25rem;
  }

  .max-width\:left-300{
    left: 18.75rem;
  }

  .max-width\:left-auto{
    left: auto;
  }

  .max-width\:-left-78\%{
    left: -78%;
  }

  .max-width\:-left-80\%{
    left: -80%;
  }

  .max-width\:-left-50\%{
    left: -50%;
  }

  .max-width\:-left-35\%{
    left: -35%;
  }

  .max-width\:-left-128{
    left: -8rem;
  }

  .max-width\:-left-96{
    left: -6rem;
  }

  .max-width\:-left-64{
    left: -4rem;
  }

  .max-width\:-left-32{
    left: -2rem;
  }

  .max-width\:-left-8{
    left: -0.5rem;
  }

  .max-width\:left-5\%{
    left: 5%;
  }

  .max-width\:left-10\%{
    left: 10%;
  }

  .max-width\:left-15\%{
    left: 15%;
  }

  .max-width\:left-20\%{
    left: 20%;
  }

  .max-width\:left-25\%{
    left: 25%;
  }

  .max-width\:left-30\%{
    left: 30%;
  }

  .max-width\:left-31\%{
    left: 31%;
  }

  .max-width\:left-33\%{
    left: 33.333%;
  }

  .max-width\:left-34\%{
    left: 34%;
  }

  .max-width\:left-45\%{
    left: 45%;
  }

  .max-width\:left-50\%{
    left: 50%;
  }

  .max-width\:left-54\%{
    left: 54%;
  }

  .max-width\:left-75\%{
    left: 75%;
  }

  .max-width\:left-55\%{
    left: 55%;
  }

  .max-width\:left-65\%{
    left: 65%;
  }

  .max-width\:left-66\%{
    left: 66%;
  }

  .max-width\:left-85\%{
    left: 85%;
  }

  .max-width\:left-96\%{
    left: 96%;
  }

  .max-width\:left-130\%{
    left: 130%;
  }

  .max-width\:left-135\%{
    left: 135%;
  }

  .max-width\:left-200\%{
    left: 200%;
  }

  .max-width\:left-16\/9{
    left: 56.25%;
  }

  .max-width\:left-1\/2{
    left: 50%;
  }

  .max-width\:left-full{
    left: 100%;
  }

  .max-width\:left-span{
    left: 8.333%;
  }

  .max-width\:left-2span{
    left: 16.666%;
  }

  .max-width\:left-px{
    left: 1px;
  }

  .max-width\:-left-4{
    left: -0.25rem;
  }

  .max-width\:-left-12{
    left: -0.75rem;
  }

  .max-width\:-left-16{
    left: -1rem;
  }

  .max-width\:-left-20{
    left: -1.25rem;
  }

  .max-width\:-left-24{
    left: -1.5rem;
  }

  .max-width\:-left-40{
    left: -2.5rem;
  }

  .max-width\:-left-48{
    left: -3rem;
  }

  .max-width\:-left-56{
    left: -3.5rem;
  }

  .max-width\:-left-80{
    left: -5rem;
  }

  .max-width\:-left-104{
    left: -6.5rem;
  }

  .max-width\:-left-112{
    left: -7rem;
  }

  .max-width\:-left-140{
    left: -8.75rem;
  }

  .max-width\:-left-160{
    left: -10rem;
  }

  .max-width\:-left-180{
    left: -11.25rem;
  }

  .max-width\:-left-200{
    left: -12.5rem;
  }

  .max-width\:-left-224{
    left: -14rem;
  }

  .max-width\:-left-240{
    left: -15rem;
  }

  .max-width\:-left-260{
    left: -16.25rem;
  }

  .max-width\:-left-300{
    left: -18.75rem;
  }

  .max-width\:-left--78\%{
    left: 78%;
  }

  .max-width\:-left--80\%{
    left: 80%;
  }

  .max-width\:-left--50\%{
    left: 50%;
  }

  .max-width\:-left--35\%{
    left: 35%;
  }

  .max-width\:-left--128{
    left: 8rem;
  }

  .max-width\:-left--96{
    left: 6rem;
  }

  .max-width\:-left--64{
    left: 4rem;
  }

  .max-width\:-left--32{
    left: 2rem;
  }

  .max-width\:-left--8{
    left: 0.5rem;
  }

  .max-width\:-left-5\%{
    left: -5%;
  }

  .max-width\:-left-10\%{
    left: -10%;
  }

  .max-width\:-left-15\%{
    left: -15%;
  }

  .max-width\:-left-20\%{
    left: -20%;
  }

  .max-width\:-left-25\%{
    left: -25%;
  }

  .max-width\:-left-30\%{
    left: -30%;
  }

  .max-width\:-left-31\%{
    left: -31%;
  }

  .max-width\:-left-33\%{
    left: -33.333%;
  }

  .max-width\:-left-34\%{
    left: -34%;
  }

  .max-width\:-left-45\%{
    left: -45%;
  }

  .max-width\:-left-54\%{
    left: -54%;
  }

  .max-width\:-left-75\%{
    left: -75%;
  }

  .max-width\:-left-55\%{
    left: -55%;
  }

  .max-width\:-left-65\%{
    left: -65%;
  }

  .max-width\:-left-66\%{
    left: -66%;
  }

  .max-width\:-left-85\%{
    left: -85%;
  }

  .max-width\:-left-96\%{
    left: -96%;
  }

  .max-width\:-left-130\%{
    left: -130%;
  }

  .max-width\:-left-135\%{
    left: -135%;
  }

  .max-width\:-left-200\%{
    left: -200%;
  }

  .max-width\:-left-16\/9{
    left: -56.25%;
  }

  .max-width\:-left-1\/2{
    left: -50%;
  }

  .max-width\:-left-full{
    left: -100%;
  }

  .max-width\:-left-span{
    left: -8.333%;
  }

  .max-width\:-left-2span{
    left: -16.666%;
  }

  .max-width\:-left-px{
    left: -1px;
  }

  .max-width\:left-1\/3{
    left: 33.333333%;
  }

  .max-width\:left-2\/3{
    left: 66.666667%;
  }

  .max-width\:left-1\/4{
    left: 25%;
  }

  .max-width\:left-2\/4{
    left: 50%;
  }

  .max-width\:left-3\/4{
    left: 75%;
  }

  .max-width\:-left-1\/3{
    left: -33.333333%;
  }

  .max-width\:-left-2\/3{
    left: -66.666667%;
  }

  .max-width\:-left-1\/4{
    left: -25%;
  }

  .max-width\:-left-2\/4{
    left: -50%;
  }

  .max-width\:-left-3\/4{
    left: -75%;
  }

  .max-width\:-left-60{
    left: -3.75rem;
  }

  .max-width\:-left-2{
    left: -0.125rem;
  }

  .max-width\:left-43\.2{
    left: 2.7rem;
  }

  .max-width\:-left-608{
    left: -38rem;
  }

  .max-width\:-left-1472{
    left: -92rem;
  }

  .max-width\:isolate{
    isolation: isolate;
  }

  .max-width\:isolation-auto{
    isolation: auto;
  }

  .max-width\:z-0{
    z-index: 0;
  }

  .max-width\:z-1{
    z-index: 1;
  }

  .max-width\:z-2{
    z-index: 2;
  }

  .max-width\:z-3{
    z-index: 3;
  }

  .max-width\:z-4{
    z-index: 4;
  }

  .max-width\:z-10{
    z-index: 10;
  }

  .max-width\:z-20{
    z-index: 20;
  }

  .max-width\:z-30{
    z-index: 30;
  }

  .max-width\:z-40{
    z-index: 40;
  }

  .max-width\:z-50{
    z-index: 50;
  }

  .max-width\:z-auto{
    z-index: auto;
  }

  .max-width\:-z-1{
    z-index: -1;
  }

  .max-width\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .max-width\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .max-width\:focus-within\:z-2:focus-within{
    z-index: 2;
  }

  .max-width\:focus-within\:z-3:focus-within{
    z-index: 3;
  }

  .max-width\:focus-within\:z-4:focus-within{
    z-index: 4;
  }

  .max-width\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .max-width\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .max-width\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .max-width\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .max-width\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .max-width\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .max-width\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .max-width\:focus\:z-0:focus{
    z-index: 0;
  }

  .max-width\:focus\:z-1:focus{
    z-index: 1;
  }

  .max-width\:focus\:z-2:focus{
    z-index: 2;
  }

  .max-width\:focus\:z-3:focus{
    z-index: 3;
  }

  .max-width\:focus\:z-4:focus{
    z-index: 4;
  }

  .max-width\:focus\:z-10:focus{
    z-index: 10;
  }

  .max-width\:focus\:z-20:focus{
    z-index: 20;
  }

  .max-width\:focus\:z-30:focus{
    z-index: 30;
  }

  .max-width\:focus\:z-40:focus{
    z-index: 40;
  }

  .max-width\:focus\:z-50:focus{
    z-index: 50;
  }

  .max-width\:focus\:z-auto:focus{
    z-index: auto;
  }

  .max-width\:focus\:-z-1:focus{
    z-index: -1;
  }

  .max-width\:order-1{
    order: 1;
  }

  .max-width\:order-2{
    order: 2;
  }

  .max-width\:order-3{
    order: 3;
  }

  .max-width\:order-4{
    order: 4;
  }

  .max-width\:order-5{
    order: 5;
  }

  .max-width\:order-6{
    order: 6;
  }

  .max-width\:order-7{
    order: 7;
  }

  .max-width\:order-8{
    order: 8;
  }

  .max-width\:order-9{
    order: 9;
  }

  .max-width\:order-10{
    order: 10;
  }

  .max-width\:order-11{
    order: 11;
  }

  .max-width\:order-12{
    order: 12;
  }

  .max-width\:order-first{
    order: -9999;
  }

  .max-width\:order-last{
    order: 9999;
  }

  .max-width\:order-none{
    order: 0;
  }

  .max-width\:col-auto{
    grid-column: auto;
  }

  .max-width\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .max-width\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .max-width\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .max-width\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .max-width\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .max-width\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .max-width\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .max-width\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .max-width\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .max-width\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .max-width\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .max-width\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .max-width\:col-span-full{
    grid-column: 1 / -1;
  }

  .max-width\:col-start-1{
    grid-column-start: 1;
  }

  .max-width\:col-start-2{
    grid-column-start: 2;
  }

  .max-width\:col-start-3{
    grid-column-start: 3;
  }

  .max-width\:col-start-4{
    grid-column-start: 4;
  }

  .max-width\:col-start-5{
    grid-column-start: 5;
  }

  .max-width\:col-start-6{
    grid-column-start: 6;
  }

  .max-width\:col-start-7{
    grid-column-start: 7;
  }

  .max-width\:col-start-8{
    grid-column-start: 8;
  }

  .max-width\:col-start-9{
    grid-column-start: 9;
  }

  .max-width\:col-start-10{
    grid-column-start: 10;
  }

  .max-width\:col-start-11{
    grid-column-start: 11;
  }

  .max-width\:col-start-12{
    grid-column-start: 12;
  }

  .max-width\:col-start-13{
    grid-column-start: 13;
  }

  .max-width\:col-start-auto{
    grid-column-start: auto;
  }

  .max-width\:col-end-1{
    grid-column-end: 1;
  }

  .max-width\:col-end-2{
    grid-column-end: 2;
  }

  .max-width\:col-end-3{
    grid-column-end: 3;
  }

  .max-width\:col-end-4{
    grid-column-end: 4;
  }

  .max-width\:col-end-5{
    grid-column-end: 5;
  }

  .max-width\:col-end-6{
    grid-column-end: 6;
  }

  .max-width\:col-end-7{
    grid-column-end: 7;
  }

  .max-width\:col-end-8{
    grid-column-end: 8;
  }

  .max-width\:col-end-9{
    grid-column-end: 9;
  }

  .max-width\:col-end-10{
    grid-column-end: 10;
  }

  .max-width\:col-end-11{
    grid-column-end: 11;
  }

  .max-width\:col-end-12{
    grid-column-end: 12;
  }

  .max-width\:col-end-13{
    grid-column-end: 13;
  }

  .max-width\:col-end-auto{
    grid-column-end: auto;
  }

  .max-width\:row-auto{
    grid-row: auto;
  }

  .max-width\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .max-width\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .max-width\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .max-width\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .max-width\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .max-width\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .max-width\:row-span-full{
    grid-row: 1 / -1;
  }

  .max-width\:row-start-1{
    grid-row-start: 1;
  }

  .max-width\:row-start-2{
    grid-row-start: 2;
  }

  .max-width\:row-start-3{
    grid-row-start: 3;
  }

  .max-width\:row-start-4{
    grid-row-start: 4;
  }

  .max-width\:row-start-5{
    grid-row-start: 5;
  }

  .max-width\:row-start-6{
    grid-row-start: 6;
  }

  .max-width\:row-start-7{
    grid-row-start: 7;
  }

  .max-width\:row-start-auto{
    grid-row-start: auto;
  }

  .max-width\:row-end-1{
    grid-row-end: 1;
  }

  .max-width\:row-end-2{
    grid-row-end: 2;
  }

  .max-width\:row-end-3{
    grid-row-end: 3;
  }

  .max-width\:row-end-4{
    grid-row-end: 4;
  }

  .max-width\:row-end-5{
    grid-row-end: 5;
  }

  .max-width\:row-end-6{
    grid-row-end: 6;
  }

  .max-width\:row-end-7{
    grid-row-end: 7;
  }

  .max-width\:row-end-auto{
    grid-row-end: auto;
  }

  .max-width\:float-right{
    float: right;
  }

  .max-width\:float-left{
    float: left;
  }

  .max-width\:float-none{
    float: none;
  }

  .max-width\:clear-left{
    clear: left;
  }

  .max-width\:clear-right{
    clear: right;
  }

  .max-width\:clear-both{
    clear: both;
  }

  .max-width\:clear-none{
    clear: none;
  }

  .max-width\:m-0{
    margin: 0;
  }

  .max-width\:m-4{
    margin: 0.25rem;
  }

  .max-width\:m-8{
    margin: 0.5rem;
  }

  .max-width\:m-12{
    margin: 0.75rem;
  }

  .max-width\:m-16{
    margin: 1rem;
  }

  .max-width\:m-20{
    margin: 1.25rem;
  }

  .max-width\:m-24{
    margin: 1.5rem;
  }

  .max-width\:m-32{
    margin: 2rem;
  }

  .max-width\:m-40{
    margin: 2.5rem;
  }

  .max-width\:m-48{
    margin: 3rem;
  }

  .max-width\:m-56{
    margin: 3.5rem;
  }

  .max-width\:m-64{
    margin: 4rem;
  }

  .max-width\:m-80{
    margin: 5rem;
  }

  .max-width\:m-96{
    margin: 6rem;
  }

  .max-width\:m-104{
    margin: 6.5rem;
  }

  .max-width\:m-112{
    margin: 7rem;
  }

  .max-width\:m-128{
    margin: 8rem;
  }

  .max-width\:m-140{
    margin: 8.75rem;
  }

  .max-width\:m-160{
    margin: 10rem;
  }

  .max-width\:m-180{
    margin: 11.25rem;
  }

  .max-width\:m-200{
    margin: 12.5rem;
  }

  .max-width\:m-224{
    margin: 14rem;
  }

  .max-width\:m-240{
    margin: 15rem;
  }

  .max-width\:m-260{
    margin: 16.25rem;
  }

  .max-width\:m-300{
    margin: 18.75rem;
  }

  .max-width\:m-auto{
    margin: auto;
  }

  .max-width\:-m-78\%{
    margin: -78%;
  }

  .max-width\:-m-80\%{
    margin: -80%;
  }

  .max-width\:-m-50\%{
    margin: -50%;
  }

  .max-width\:-m-35\%{
    margin: -35%;
  }

  .max-width\:-m-128{
    margin: -8rem;
  }

  .max-width\:-m-96{
    margin: -6rem;
  }

  .max-width\:-m-64{
    margin: -4rem;
  }

  .max-width\:-m-32{
    margin: -2rem;
  }

  .max-width\:-m-8{
    margin: -0.5rem;
  }

  .max-width\:m-5\%{
    margin: 5%;
  }

  .max-width\:m-10\%{
    margin: 10%;
  }

  .max-width\:m-15\%{
    margin: 15%;
  }

  .max-width\:m-20\%{
    margin: 20%;
  }

  .max-width\:m-25\%{
    margin: 25%;
  }

  .max-width\:m-30\%{
    margin: 30%;
  }

  .max-width\:m-31\%{
    margin: 31%;
  }

  .max-width\:m-33\%{
    margin: 33.333%;
  }

  .max-width\:m-34\%{
    margin: 34%;
  }

  .max-width\:m-45\%{
    margin: 45%;
  }

  .max-width\:m-50\%{
    margin: 50%;
  }

  .max-width\:m-54\%{
    margin: 54%;
  }

  .max-width\:m-75\%{
    margin: 75%;
  }

  .max-width\:m-55\%{
    margin: 55%;
  }

  .max-width\:m-65\%{
    margin: 65%;
  }

  .max-width\:m-66\%{
    margin: 66%;
  }

  .max-width\:m-85\%{
    margin: 85%;
  }

  .max-width\:m-96\%{
    margin: 96%;
  }

  .max-width\:m-130\%{
    margin: 130%;
  }

  .max-width\:m-135\%{
    margin: 135%;
  }

  .max-width\:m-200\%{
    margin: 200%;
  }

  .max-width\:m-16\/9{
    margin: 56.25%;
  }

  .max-width\:m-1\/2{
    margin: 50%;
  }

  .max-width\:m-full{
    margin: 100%;
  }

  .max-width\:m-span{
    margin: 8.333%;
  }

  .max-width\:m-2span{
    margin: 16.666%;
  }

  .max-width\:m-px{
    margin: 1px;
  }

  .max-width\:-m-4{
    margin: -0.25rem;
  }

  .max-width\:-m-12{
    margin: -0.75rem;
  }

  .max-width\:-m-16{
    margin: -1rem;
  }

  .max-width\:-m-20{
    margin: -1.25rem;
  }

  .max-width\:-m-24{
    margin: -1.5rem;
  }

  .max-width\:-m-40{
    margin: -2.5rem;
  }

  .max-width\:-m-48{
    margin: -3rem;
  }

  .max-width\:-m-56{
    margin: -3.5rem;
  }

  .max-width\:-m-80{
    margin: -5rem;
  }

  .max-width\:-m-104{
    margin: -6.5rem;
  }

  .max-width\:-m-112{
    margin: -7rem;
  }

  .max-width\:-m-140{
    margin: -8.75rem;
  }

  .max-width\:-m-160{
    margin: -10rem;
  }

  .max-width\:-m-180{
    margin: -11.25rem;
  }

  .max-width\:-m-200{
    margin: -12.5rem;
  }

  .max-width\:-m-224{
    margin: -14rem;
  }

  .max-width\:-m-240{
    margin: -15rem;
  }

  .max-width\:-m-260{
    margin: -16.25rem;
  }

  .max-width\:-m-300{
    margin: -18.75rem;
  }

  .max-width\:-m--78\%{
    margin: 78%;
  }

  .max-width\:-m--80\%{
    margin: 80%;
  }

  .max-width\:-m--50\%{
    margin: 50%;
  }

  .max-width\:-m--35\%{
    margin: 35%;
  }

  .max-width\:-m--128{
    margin: 8rem;
  }

  .max-width\:-m--96{
    margin: 6rem;
  }

  .max-width\:-m--64{
    margin: 4rem;
  }

  .max-width\:-m--32{
    margin: 2rem;
  }

  .max-width\:-m--8{
    margin: 0.5rem;
  }

  .max-width\:-m-5\%{
    margin: -5%;
  }

  .max-width\:-m-10\%{
    margin: -10%;
  }

  .max-width\:-m-15\%{
    margin: -15%;
  }

  .max-width\:-m-20\%{
    margin: -20%;
  }

  .max-width\:-m-25\%{
    margin: -25%;
  }

  .max-width\:-m-30\%{
    margin: -30%;
  }

  .max-width\:-m-31\%{
    margin: -31%;
  }

  .max-width\:-m-33\%{
    margin: -33.333%;
  }

  .max-width\:-m-34\%{
    margin: -34%;
  }

  .max-width\:-m-45\%{
    margin: -45%;
  }

  .max-width\:-m-54\%{
    margin: -54%;
  }

  .max-width\:-m-75\%{
    margin: -75%;
  }

  .max-width\:-m-55\%{
    margin: -55%;
  }

  .max-width\:-m-65\%{
    margin: -65%;
  }

  .max-width\:-m-66\%{
    margin: -66%;
  }

  .max-width\:-m-85\%{
    margin: -85%;
  }

  .max-width\:-m-96\%{
    margin: -96%;
  }

  .max-width\:-m-130\%{
    margin: -130%;
  }

  .max-width\:-m-135\%{
    margin: -135%;
  }

  .max-width\:-m-200\%{
    margin: -200%;
  }

  .max-width\:-m-16\/9{
    margin: -56.25%;
  }

  .max-width\:-m-1\/2{
    margin: -50%;
  }

  .max-width\:-m-full{
    margin: -100%;
  }

  .max-width\:-m-span{
    margin: -8.333%;
  }

  .max-width\:-m-2span{
    margin: -16.666%;
  }

  .max-width\:-m-px{
    margin: -1px;
  }

  .max-width\:last\:m-0:last-child{
    margin: 0;
  }

  .max-width\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .max-width\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .max-width\:last\:m-12:last-child{
    margin: 0.75rem;
  }

  .max-width\:last\:m-16:last-child{
    margin: 1rem;
  }

  .max-width\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .max-width\:last\:m-24:last-child{
    margin: 1.5rem;
  }

  .max-width\:last\:m-32:last-child{
    margin: 2rem;
  }

  .max-width\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .max-width\:last\:m-48:last-child{
    margin: 3rem;
  }

  .max-width\:last\:m-56:last-child{
    margin: 3.5rem;
  }

  .max-width\:last\:m-64:last-child{
    margin: 4rem;
  }

  .max-width\:last\:m-80:last-child{
    margin: 5rem;
  }

  .max-width\:last\:m-96:last-child{
    margin: 6rem;
  }

  .max-width\:last\:m-104:last-child{
    margin: 6.5rem;
  }

  .max-width\:last\:m-112:last-child{
    margin: 7rem;
  }

  .max-width\:last\:m-128:last-child{
    margin: 8rem;
  }

  .max-width\:last\:m-140:last-child{
    margin: 8.75rem;
  }

  .max-width\:last\:m-160:last-child{
    margin: 10rem;
  }

  .max-width\:last\:m-180:last-child{
    margin: 11.25rem;
  }

  .max-width\:last\:m-200:last-child{
    margin: 12.5rem;
  }

  .max-width\:last\:m-224:last-child{
    margin: 14rem;
  }

  .max-width\:last\:m-240:last-child{
    margin: 15rem;
  }

  .max-width\:last\:m-260:last-child{
    margin: 16.25rem;
  }

  .max-width\:last\:m-300:last-child{
    margin: 18.75rem;
  }

  .max-width\:last\:m-auto:last-child{
    margin: auto;
  }

  .max-width\:last\:-m-78\%:last-child{
    margin: -78%;
  }

  .max-width\:last\:-m-80\%:last-child{
    margin: -80%;
  }

  .max-width\:last\:-m-50\%:last-child{
    margin: -50%;
  }

  .max-width\:last\:-m-35\%:last-child{
    margin: -35%;
  }

  .max-width\:last\:-m-128:last-child{
    margin: -8rem;
  }

  .max-width\:last\:-m-96:last-child{
    margin: -6rem;
  }

  .max-width\:last\:-m-64:last-child{
    margin: -4rem;
  }

  .max-width\:last\:-m-32:last-child{
    margin: -2rem;
  }

  .max-width\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .max-width\:last\:m-5\%:last-child{
    margin: 5%;
  }

  .max-width\:last\:m-10\%:last-child{
    margin: 10%;
  }

  .max-width\:last\:m-15\%:last-child{
    margin: 15%;
  }

  .max-width\:last\:m-20\%:last-child{
    margin: 20%;
  }

  .max-width\:last\:m-25\%:last-child{
    margin: 25%;
  }

  .max-width\:last\:m-30\%:last-child{
    margin: 30%;
  }

  .max-width\:last\:m-31\%:last-child{
    margin: 31%;
  }

  .max-width\:last\:m-33\%:last-child{
    margin: 33.333%;
  }

  .max-width\:last\:m-34\%:last-child{
    margin: 34%;
  }

  .max-width\:last\:m-45\%:last-child{
    margin: 45%;
  }

  .max-width\:last\:m-50\%:last-child{
    margin: 50%;
  }

  .max-width\:last\:m-54\%:last-child{
    margin: 54%;
  }

  .max-width\:last\:m-75\%:last-child{
    margin: 75%;
  }

  .max-width\:last\:m-55\%:last-child{
    margin: 55%;
  }

  .max-width\:last\:m-65\%:last-child{
    margin: 65%;
  }

  .max-width\:last\:m-66\%:last-child{
    margin: 66%;
  }

  .max-width\:last\:m-85\%:last-child{
    margin: 85%;
  }

  .max-width\:last\:m-96\%:last-child{
    margin: 96%;
  }

  .max-width\:last\:m-130\%:last-child{
    margin: 130%;
  }

  .max-width\:last\:m-135\%:last-child{
    margin: 135%;
  }

  .max-width\:last\:m-200\%:last-child{
    margin: 200%;
  }

  .max-width\:last\:m-16\/9:last-child{
    margin: 56.25%;
  }

  .max-width\:last\:m-1\/2:last-child{
    margin: 50%;
  }

  .max-width\:last\:m-full:last-child{
    margin: 100%;
  }

  .max-width\:last\:m-span:last-child{
    margin: 8.333%;
  }

  .max-width\:last\:m-2span:last-child{
    margin: 16.666%;
  }

  .max-width\:last\:m-px:last-child{
    margin: 1px;
  }

  .max-width\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .max-width\:last\:-m-12:last-child{
    margin: -0.75rem;
  }

  .max-width\:last\:-m-16:last-child{
    margin: -1rem;
  }

  .max-width\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .max-width\:last\:-m-24:last-child{
    margin: -1.5rem;
  }

  .max-width\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .max-width\:last\:-m-48:last-child{
    margin: -3rem;
  }

  .max-width\:last\:-m-56:last-child{
    margin: -3.5rem;
  }

  .max-width\:last\:-m-80:last-child{
    margin: -5rem;
  }

  .max-width\:last\:-m-104:last-child{
    margin: -6.5rem;
  }

  .max-width\:last\:-m-112:last-child{
    margin: -7rem;
  }

  .max-width\:last\:-m-140:last-child{
    margin: -8.75rem;
  }

  .max-width\:last\:-m-160:last-child{
    margin: -10rem;
  }

  .max-width\:last\:-m-180:last-child{
    margin: -11.25rem;
  }

  .max-width\:last\:-m-200:last-child{
    margin: -12.5rem;
  }

  .max-width\:last\:-m-224:last-child{
    margin: -14rem;
  }

  .max-width\:last\:-m-240:last-child{
    margin: -15rem;
  }

  .max-width\:last\:-m-260:last-child{
    margin: -16.25rem;
  }

  .max-width\:last\:-m-300:last-child{
    margin: -18.75rem;
  }

  .max-width\:last\:-m--78\%:last-child{
    margin: 78%;
  }

  .max-width\:last\:-m--80\%:last-child{
    margin: 80%;
  }

  .max-width\:last\:-m--50\%:last-child{
    margin: 50%;
  }

  .max-width\:last\:-m--35\%:last-child{
    margin: 35%;
  }

  .max-width\:last\:-m--128:last-child{
    margin: 8rem;
  }

  .max-width\:last\:-m--96:last-child{
    margin: 6rem;
  }

  .max-width\:last\:-m--64:last-child{
    margin: 4rem;
  }

  .max-width\:last\:-m--32:last-child{
    margin: 2rem;
  }

  .max-width\:last\:-m--8:last-child{
    margin: 0.5rem;
  }

  .max-width\:last\:-m-5\%:last-child{
    margin: -5%;
  }

  .max-width\:last\:-m-10\%:last-child{
    margin: -10%;
  }

  .max-width\:last\:-m-15\%:last-child{
    margin: -15%;
  }

  .max-width\:last\:-m-20\%:last-child{
    margin: -20%;
  }

  .max-width\:last\:-m-25\%:last-child{
    margin: -25%;
  }

  .max-width\:last\:-m-30\%:last-child{
    margin: -30%;
  }

  .max-width\:last\:-m-31\%:last-child{
    margin: -31%;
  }

  .max-width\:last\:-m-33\%:last-child{
    margin: -33.333%;
  }

  .max-width\:last\:-m-34\%:last-child{
    margin: -34%;
  }

  .max-width\:last\:-m-45\%:last-child{
    margin: -45%;
  }

  .max-width\:last\:-m-54\%:last-child{
    margin: -54%;
  }

  .max-width\:last\:-m-75\%:last-child{
    margin: -75%;
  }

  .max-width\:last\:-m-55\%:last-child{
    margin: -55%;
  }

  .max-width\:last\:-m-65\%:last-child{
    margin: -65%;
  }

  .max-width\:last\:-m-66\%:last-child{
    margin: -66%;
  }

  .max-width\:last\:-m-85\%:last-child{
    margin: -85%;
  }

  .max-width\:last\:-m-96\%:last-child{
    margin: -96%;
  }

  .max-width\:last\:-m-130\%:last-child{
    margin: -130%;
  }

  .max-width\:last\:-m-135\%:last-child{
    margin: -135%;
  }

  .max-width\:last\:-m-200\%:last-child{
    margin: -200%;
  }

  .max-width\:last\:-m-16\/9:last-child{
    margin: -56.25%;
  }

  .max-width\:last\:-m-1\/2:last-child{
    margin: -50%;
  }

  .max-width\:last\:-m-full:last-child{
    margin: -100%;
  }

  .max-width\:last\:-m-span:last-child{
    margin: -8.333%;
  }

  .max-width\:last\:-m-2span:last-child{
    margin: -16.666%;
  }

  .max-width\:last\:-m-px:last-child{
    margin: -1px;
  }

  .max-width\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .max-width\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .max-width\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .max-width\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .max-width\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .max-width\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .max-width\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .max-width\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .max-width\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .max-width\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .max-width\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .max-width\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .max-width\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .max-width\:mx-96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .max-width\:mx-104{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .max-width\:mx-112{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .max-width\:mx-128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .max-width\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .max-width\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .max-width\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .max-width\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .max-width\:mx-224{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .max-width\:mx-240{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .max-width\:mx-260{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .max-width\:mx-300{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .max-width\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .max-width\:-mx-78\%{
    margin-left: -78%;
    margin-right: -78%;
  }

  .max-width\:-mx-80\%{
    margin-left: -80%;
    margin-right: -80%;
  }

  .max-width\:-mx-50\%{
    margin-left: -50%;
    margin-right: -50%;
  }

  .max-width\:-mx-35\%{
    margin-left: -35%;
    margin-right: -35%;
  }

  .max-width\:-mx-128{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .max-width\:-mx-96{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .max-width\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .max-width\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .max-width\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .max-width\:mx-5\%{
    margin-left: 5%;
    margin-right: 5%;
  }

  .max-width\:mx-10\%{
    margin-left: 10%;
    margin-right: 10%;
  }

  .max-width\:mx-15\%{
    margin-left: 15%;
    margin-right: 15%;
  }

  .max-width\:mx-20\%{
    margin-left: 20%;
    margin-right: 20%;
  }

  .max-width\:mx-25\%{
    margin-left: 25%;
    margin-right: 25%;
  }

  .max-width\:mx-30\%{
    margin-left: 30%;
    margin-right: 30%;
  }

  .max-width\:mx-31\%{
    margin-left: 31%;
    margin-right: 31%;
  }

  .max-width\:mx-33\%{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .max-width\:mx-34\%{
    margin-left: 34%;
    margin-right: 34%;
  }

  .max-width\:mx-45\%{
    margin-left: 45%;
    margin-right: 45%;
  }

  .max-width\:mx-50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .max-width\:mx-54\%{
    margin-left: 54%;
    margin-right: 54%;
  }

  .max-width\:mx-75\%{
    margin-left: 75%;
    margin-right: 75%;
  }

  .max-width\:mx-55\%{
    margin-left: 55%;
    margin-right: 55%;
  }

  .max-width\:mx-65\%{
    margin-left: 65%;
    margin-right: 65%;
  }

  .max-width\:mx-66\%{
    margin-left: 66%;
    margin-right: 66%;
  }

  .max-width\:mx-85\%{
    margin-left: 85%;
    margin-right: 85%;
  }

  .max-width\:mx-96\%{
    margin-left: 96%;
    margin-right: 96%;
  }

  .max-width\:mx-130\%{
    margin-left: 130%;
    margin-right: 130%;
  }

  .max-width\:mx-135\%{
    margin-left: 135%;
    margin-right: 135%;
  }

  .max-width\:mx-200\%{
    margin-left: 200%;
    margin-right: 200%;
  }

  .max-width\:mx-16\/9{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .max-width\:mx-1\/2{
    margin-left: 50%;
    margin-right: 50%;
  }

  .max-width\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .max-width\:mx-span{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .max-width\:mx-2span{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .max-width\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .max-width\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .max-width\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .max-width\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .max-width\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .max-width\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .max-width\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .max-width\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .max-width\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .max-width\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .max-width\:-mx-104{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .max-width\:-mx-112{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .max-width\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .max-width\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .max-width\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .max-width\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .max-width\:-mx-224{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .max-width\:-mx-240{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .max-width\:-mx-260{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .max-width\:-mx-300{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .max-width\:-mx--78\%{
    margin-left: 78%;
    margin-right: 78%;
  }

  .max-width\:-mx--80\%{
    margin-left: 80%;
    margin-right: 80%;
  }

  .max-width\:-mx--50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .max-width\:-mx--35\%{
    margin-left: 35%;
    margin-right: 35%;
  }

  .max-width\:-mx--128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .max-width\:-mx--96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .max-width\:-mx--64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .max-width\:-mx--32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .max-width\:-mx--8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .max-width\:-mx-5\%{
    margin-left: -5%;
    margin-right: -5%;
  }

  .max-width\:-mx-10\%{
    margin-left: -10%;
    margin-right: -10%;
  }

  .max-width\:-mx-15\%{
    margin-left: -15%;
    margin-right: -15%;
  }

  .max-width\:-mx-20\%{
    margin-left: -20%;
    margin-right: -20%;
  }

  .max-width\:-mx-25\%{
    margin-left: -25%;
    margin-right: -25%;
  }

  .max-width\:-mx-30\%{
    margin-left: -30%;
    margin-right: -30%;
  }

  .max-width\:-mx-31\%{
    margin-left: -31%;
    margin-right: -31%;
  }

  .max-width\:-mx-33\%{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .max-width\:-mx-34\%{
    margin-left: -34%;
    margin-right: -34%;
  }

  .max-width\:-mx-45\%{
    margin-left: -45%;
    margin-right: -45%;
  }

  .max-width\:-mx-54\%{
    margin-left: -54%;
    margin-right: -54%;
  }

  .max-width\:-mx-75\%{
    margin-left: -75%;
    margin-right: -75%;
  }

  .max-width\:-mx-55\%{
    margin-left: -55%;
    margin-right: -55%;
  }

  .max-width\:-mx-65\%{
    margin-left: -65%;
    margin-right: -65%;
  }

  .max-width\:-mx-66\%{
    margin-left: -66%;
    margin-right: -66%;
  }

  .max-width\:-mx-85\%{
    margin-left: -85%;
    margin-right: -85%;
  }

  .max-width\:-mx-96\%{
    margin-left: -96%;
    margin-right: -96%;
  }

  .max-width\:-mx-130\%{
    margin-left: -130%;
    margin-right: -130%;
  }

  .max-width\:-mx-135\%{
    margin-left: -135%;
    margin-right: -135%;
  }

  .max-width\:-mx-200\%{
    margin-left: -200%;
    margin-right: -200%;
  }

  .max-width\:-mx-16\/9{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .max-width\:-mx-1\/2{
    margin-left: -50%;
    margin-right: -50%;
  }

  .max-width\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .max-width\:-mx-span{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .max-width\:-mx-2span{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .max-width\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .max-width\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .max-width\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .max-width\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .max-width\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .max-width\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .max-width\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .max-width\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .max-width\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .max-width\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .max-width\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .max-width\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .max-width\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .max-width\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .max-width\:my-96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .max-width\:my-104{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .max-width\:my-112{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .max-width\:my-128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .max-width\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .max-width\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .max-width\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .max-width\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .max-width\:my-224{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .max-width\:my-240{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .max-width\:my-260{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .max-width\:my-300{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .max-width\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .max-width\:-my-78\%{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .max-width\:-my-80\%{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .max-width\:-my-50\%{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .max-width\:-my-35\%{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .max-width\:-my-128{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .max-width\:-my-96{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .max-width\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .max-width\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .max-width\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .max-width\:my-5\%{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .max-width\:my-10\%{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .max-width\:my-15\%{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .max-width\:my-20\%{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .max-width\:my-25\%{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .max-width\:my-30\%{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .max-width\:my-31\%{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .max-width\:my-33\%{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .max-width\:my-34\%{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .max-width\:my-45\%{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .max-width\:my-50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .max-width\:my-54\%{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .max-width\:my-75\%{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .max-width\:my-55\%{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .max-width\:my-65\%{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .max-width\:my-66\%{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .max-width\:my-85\%{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .max-width\:my-96\%{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .max-width\:my-130\%{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .max-width\:my-135\%{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .max-width\:my-200\%{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .max-width\:my-16\/9{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .max-width\:my-1\/2{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .max-width\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .max-width\:my-span{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .max-width\:my-2span{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .max-width\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .max-width\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .max-width\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .max-width\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .max-width\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .max-width\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .max-width\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .max-width\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .max-width\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .max-width\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .max-width\:-my-104{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .max-width\:-my-112{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .max-width\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .max-width\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .max-width\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .max-width\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .max-width\:-my-224{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .max-width\:-my-240{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .max-width\:-my-260{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .max-width\:-my-300{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .max-width\:-my--78\%{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .max-width\:-my--80\%{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .max-width\:-my--50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .max-width\:-my--35\%{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .max-width\:-my--128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .max-width\:-my--96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .max-width\:-my--64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .max-width\:-my--32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .max-width\:-my--8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .max-width\:-my-5\%{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .max-width\:-my-10\%{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .max-width\:-my-15\%{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .max-width\:-my-20\%{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .max-width\:-my-25\%{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .max-width\:-my-30\%{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .max-width\:-my-31\%{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .max-width\:-my-33\%{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .max-width\:-my-34\%{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .max-width\:-my-45\%{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .max-width\:-my-54\%{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .max-width\:-my-75\%{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .max-width\:-my-55\%{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .max-width\:-my-65\%{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .max-width\:-my-66\%{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .max-width\:-my-85\%{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .max-width\:-my-96\%{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .max-width\:-my-130\%{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .max-width\:-my-135\%{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .max-width\:-my-200\%{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .max-width\:-my-16\/9{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .max-width\:-my-1\/2{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .max-width\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .max-width\:-my-span{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .max-width\:-my-2span{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .max-width\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .max-width\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .max-width\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .max-width\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .max-width\:last\:mx-12:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .max-width\:last\:mx-16:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .max-width\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .max-width\:last\:mx-24:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .max-width\:last\:mx-32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .max-width\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .max-width\:last\:mx-48:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .max-width\:last\:mx-56:last-child{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .max-width\:last\:mx-64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .max-width\:last\:mx-80:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .max-width\:last\:mx-96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .max-width\:last\:mx-104:last-child{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .max-width\:last\:mx-112:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .max-width\:last\:mx-128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .max-width\:last\:mx-140:last-child{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .max-width\:last\:mx-160:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .max-width\:last\:mx-180:last-child{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .max-width\:last\:mx-200:last-child{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .max-width\:last\:mx-224:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .max-width\:last\:mx-240:last-child{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .max-width\:last\:mx-260:last-child{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .max-width\:last\:mx-300:last-child{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .max-width\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .max-width\:last\:-mx-78\%:last-child{
    margin-left: -78%;
    margin-right: -78%;
  }

  .max-width\:last\:-mx-80\%:last-child{
    margin-left: -80%;
    margin-right: -80%;
  }

  .max-width\:last\:-mx-50\%:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .max-width\:last\:-mx-35\%:last-child{
    margin-left: -35%;
    margin-right: -35%;
  }

  .max-width\:last\:-mx-128:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .max-width\:last\:-mx-96:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .max-width\:last\:-mx-64:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .max-width\:last\:-mx-32:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .max-width\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .max-width\:last\:mx-5\%:last-child{
    margin-left: 5%;
    margin-right: 5%;
  }

  .max-width\:last\:mx-10\%:last-child{
    margin-left: 10%;
    margin-right: 10%;
  }

  .max-width\:last\:mx-15\%:last-child{
    margin-left: 15%;
    margin-right: 15%;
  }

  .max-width\:last\:mx-20\%:last-child{
    margin-left: 20%;
    margin-right: 20%;
  }

  .max-width\:last\:mx-25\%:last-child{
    margin-left: 25%;
    margin-right: 25%;
  }

  .max-width\:last\:mx-30\%:last-child{
    margin-left: 30%;
    margin-right: 30%;
  }

  .max-width\:last\:mx-31\%:last-child{
    margin-left: 31%;
    margin-right: 31%;
  }

  .max-width\:last\:mx-33\%:last-child{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .max-width\:last\:mx-34\%:last-child{
    margin-left: 34%;
    margin-right: 34%;
  }

  .max-width\:last\:mx-45\%:last-child{
    margin-left: 45%;
    margin-right: 45%;
  }

  .max-width\:last\:mx-50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .max-width\:last\:mx-54\%:last-child{
    margin-left: 54%;
    margin-right: 54%;
  }

  .max-width\:last\:mx-75\%:last-child{
    margin-left: 75%;
    margin-right: 75%;
  }

  .max-width\:last\:mx-55\%:last-child{
    margin-left: 55%;
    margin-right: 55%;
  }

  .max-width\:last\:mx-65\%:last-child{
    margin-left: 65%;
    margin-right: 65%;
  }

  .max-width\:last\:mx-66\%:last-child{
    margin-left: 66%;
    margin-right: 66%;
  }

  .max-width\:last\:mx-85\%:last-child{
    margin-left: 85%;
    margin-right: 85%;
  }

  .max-width\:last\:mx-96\%:last-child{
    margin-left: 96%;
    margin-right: 96%;
  }

  .max-width\:last\:mx-130\%:last-child{
    margin-left: 130%;
    margin-right: 130%;
  }

  .max-width\:last\:mx-135\%:last-child{
    margin-left: 135%;
    margin-right: 135%;
  }

  .max-width\:last\:mx-200\%:last-child{
    margin-left: 200%;
    margin-right: 200%;
  }

  .max-width\:last\:mx-16\/9:last-child{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .max-width\:last\:mx-1\/2:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .max-width\:last\:mx-full:last-child{
    margin-left: 100%;
    margin-right: 100%;
  }

  .max-width\:last\:mx-span:last-child{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .max-width\:last\:mx-2span:last-child{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .max-width\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .max-width\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .max-width\:last\:-mx-12:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .max-width\:last\:-mx-16:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .max-width\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .max-width\:last\:-mx-24:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .max-width\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .max-width\:last\:-mx-48:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .max-width\:last\:-mx-56:last-child{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .max-width\:last\:-mx-80:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .max-width\:last\:-mx-104:last-child{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .max-width\:last\:-mx-112:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .max-width\:last\:-mx-140:last-child{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .max-width\:last\:-mx-160:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .max-width\:last\:-mx-180:last-child{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .max-width\:last\:-mx-200:last-child{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .max-width\:last\:-mx-224:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .max-width\:last\:-mx-240:last-child{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .max-width\:last\:-mx-260:last-child{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .max-width\:last\:-mx-300:last-child{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .max-width\:last\:-mx--78\%:last-child{
    margin-left: 78%;
    margin-right: 78%;
  }

  .max-width\:last\:-mx--80\%:last-child{
    margin-left: 80%;
    margin-right: 80%;
  }

  .max-width\:last\:-mx--50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .max-width\:last\:-mx--35\%:last-child{
    margin-left: 35%;
    margin-right: 35%;
  }

  .max-width\:last\:-mx--128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .max-width\:last\:-mx--96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .max-width\:last\:-mx--64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .max-width\:last\:-mx--32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .max-width\:last\:-mx--8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .max-width\:last\:-mx-5\%:last-child{
    margin-left: -5%;
    margin-right: -5%;
  }

  .max-width\:last\:-mx-10\%:last-child{
    margin-left: -10%;
    margin-right: -10%;
  }

  .max-width\:last\:-mx-15\%:last-child{
    margin-left: -15%;
    margin-right: -15%;
  }

  .max-width\:last\:-mx-20\%:last-child{
    margin-left: -20%;
    margin-right: -20%;
  }

  .max-width\:last\:-mx-25\%:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .max-width\:last\:-mx-30\%:last-child{
    margin-left: -30%;
    margin-right: -30%;
  }

  .max-width\:last\:-mx-31\%:last-child{
    margin-left: -31%;
    margin-right: -31%;
  }

  .max-width\:last\:-mx-33\%:last-child{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .max-width\:last\:-mx-34\%:last-child{
    margin-left: -34%;
    margin-right: -34%;
  }

  .max-width\:last\:-mx-45\%:last-child{
    margin-left: -45%;
    margin-right: -45%;
  }

  .max-width\:last\:-mx-54\%:last-child{
    margin-left: -54%;
    margin-right: -54%;
  }

  .max-width\:last\:-mx-75\%:last-child{
    margin-left: -75%;
    margin-right: -75%;
  }

  .max-width\:last\:-mx-55\%:last-child{
    margin-left: -55%;
    margin-right: -55%;
  }

  .max-width\:last\:-mx-65\%:last-child{
    margin-left: -65%;
    margin-right: -65%;
  }

  .max-width\:last\:-mx-66\%:last-child{
    margin-left: -66%;
    margin-right: -66%;
  }

  .max-width\:last\:-mx-85\%:last-child{
    margin-left: -85%;
    margin-right: -85%;
  }

  .max-width\:last\:-mx-96\%:last-child{
    margin-left: -96%;
    margin-right: -96%;
  }

  .max-width\:last\:-mx-130\%:last-child{
    margin-left: -130%;
    margin-right: -130%;
  }

  .max-width\:last\:-mx-135\%:last-child{
    margin-left: -135%;
    margin-right: -135%;
  }

  .max-width\:last\:-mx-200\%:last-child{
    margin-left: -200%;
    margin-right: -200%;
  }

  .max-width\:last\:-mx-16\/9:last-child{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .max-width\:last\:-mx-1\/2:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .max-width\:last\:-mx-full:last-child{
    margin-left: -100%;
    margin-right: -100%;
  }

  .max-width\:last\:-mx-span:last-child{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .max-width\:last\:-mx-2span:last-child{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .max-width\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .max-width\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .max-width\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .max-width\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .max-width\:last\:my-12:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .max-width\:last\:my-16:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .max-width\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .max-width\:last\:my-24:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .max-width\:last\:my-32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .max-width\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .max-width\:last\:my-48:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .max-width\:last\:my-56:last-child{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .max-width\:last\:my-64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .max-width\:last\:my-80:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .max-width\:last\:my-96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .max-width\:last\:my-104:last-child{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .max-width\:last\:my-112:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .max-width\:last\:my-128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .max-width\:last\:my-140:last-child{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .max-width\:last\:my-160:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .max-width\:last\:my-180:last-child{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .max-width\:last\:my-200:last-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .max-width\:last\:my-224:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .max-width\:last\:my-240:last-child{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .max-width\:last\:my-260:last-child{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .max-width\:last\:my-300:last-child{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .max-width\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .max-width\:last\:-my-78\%:last-child{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .max-width\:last\:-my-80\%:last-child{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .max-width\:last\:-my-50\%:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .max-width\:last\:-my-35\%:last-child{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .max-width\:last\:-my-128:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .max-width\:last\:-my-96:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .max-width\:last\:-my-64:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .max-width\:last\:-my-32:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .max-width\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .max-width\:last\:my-5\%:last-child{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .max-width\:last\:my-10\%:last-child{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .max-width\:last\:my-15\%:last-child{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .max-width\:last\:my-20\%:last-child{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .max-width\:last\:my-25\%:last-child{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .max-width\:last\:my-30\%:last-child{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .max-width\:last\:my-31\%:last-child{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .max-width\:last\:my-33\%:last-child{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .max-width\:last\:my-34\%:last-child{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .max-width\:last\:my-45\%:last-child{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .max-width\:last\:my-50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .max-width\:last\:my-54\%:last-child{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .max-width\:last\:my-75\%:last-child{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .max-width\:last\:my-55\%:last-child{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .max-width\:last\:my-65\%:last-child{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .max-width\:last\:my-66\%:last-child{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .max-width\:last\:my-85\%:last-child{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .max-width\:last\:my-96\%:last-child{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .max-width\:last\:my-130\%:last-child{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .max-width\:last\:my-135\%:last-child{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .max-width\:last\:my-200\%:last-child{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .max-width\:last\:my-16\/9:last-child{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .max-width\:last\:my-1\/2:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .max-width\:last\:my-full:last-child{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .max-width\:last\:my-span:last-child{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .max-width\:last\:my-2span:last-child{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .max-width\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .max-width\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .max-width\:last\:-my-12:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .max-width\:last\:-my-16:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .max-width\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .max-width\:last\:-my-24:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .max-width\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .max-width\:last\:-my-48:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .max-width\:last\:-my-56:last-child{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .max-width\:last\:-my-80:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .max-width\:last\:-my-104:last-child{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .max-width\:last\:-my-112:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .max-width\:last\:-my-140:last-child{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .max-width\:last\:-my-160:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .max-width\:last\:-my-180:last-child{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .max-width\:last\:-my-200:last-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .max-width\:last\:-my-224:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .max-width\:last\:-my-240:last-child{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .max-width\:last\:-my-260:last-child{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .max-width\:last\:-my-300:last-child{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .max-width\:last\:-my--78\%:last-child{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .max-width\:last\:-my--80\%:last-child{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .max-width\:last\:-my--50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .max-width\:last\:-my--35\%:last-child{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .max-width\:last\:-my--128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .max-width\:last\:-my--96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .max-width\:last\:-my--64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .max-width\:last\:-my--32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .max-width\:last\:-my--8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .max-width\:last\:-my-5\%:last-child{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .max-width\:last\:-my-10\%:last-child{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .max-width\:last\:-my-15\%:last-child{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .max-width\:last\:-my-20\%:last-child{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .max-width\:last\:-my-25\%:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .max-width\:last\:-my-30\%:last-child{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .max-width\:last\:-my-31\%:last-child{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .max-width\:last\:-my-33\%:last-child{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .max-width\:last\:-my-34\%:last-child{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .max-width\:last\:-my-45\%:last-child{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .max-width\:last\:-my-54\%:last-child{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .max-width\:last\:-my-75\%:last-child{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .max-width\:last\:-my-55\%:last-child{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .max-width\:last\:-my-65\%:last-child{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .max-width\:last\:-my-66\%:last-child{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .max-width\:last\:-my-85\%:last-child{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .max-width\:last\:-my-96\%:last-child{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .max-width\:last\:-my-130\%:last-child{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .max-width\:last\:-my-135\%:last-child{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .max-width\:last\:-my-200\%:last-child{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .max-width\:last\:-my-16\/9:last-child{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .max-width\:last\:-my-1\/2:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .max-width\:last\:-my-full:last-child{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .max-width\:last\:-my-span:last-child{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .max-width\:last\:-my-2span:last-child{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .max-width\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .max-width\:mt-0{
    margin-top: 0;
  }

  .max-width\:mt-4{
    margin-top: 0.25rem;
  }

  .max-width\:mt-8{
    margin-top: 0.5rem;
  }

  .max-width\:mt-12{
    margin-top: 0.75rem;
  }

  .max-width\:mt-16{
    margin-top: 1rem;
  }

  .max-width\:mt-20{
    margin-top: 1.25rem;
  }

  .max-width\:mt-24{
    margin-top: 1.5rem;
  }

  .max-width\:mt-32{
    margin-top: 2rem;
  }

  .max-width\:mt-40{
    margin-top: 2.5rem;
  }

  .max-width\:mt-48{
    margin-top: 3rem;
  }

  .max-width\:mt-56{
    margin-top: 3.5rem;
  }

  .max-width\:mt-64{
    margin-top: 4rem;
  }

  .max-width\:mt-80{
    margin-top: 5rem;
  }

  .max-width\:mt-96{
    margin-top: 6rem;
  }

  .max-width\:mt-104{
    margin-top: 6.5rem;
  }

  .max-width\:mt-112{
    margin-top: 7rem;
  }

  .max-width\:mt-128{
    margin-top: 8rem;
  }

  .max-width\:mt-140{
    margin-top: 8.75rem;
  }

  .max-width\:mt-160{
    margin-top: 10rem;
  }

  .max-width\:mt-180{
    margin-top: 11.25rem;
  }

  .max-width\:mt-200{
    margin-top: 12.5rem;
  }

  .max-width\:mt-224{
    margin-top: 14rem;
  }

  .max-width\:mt-240{
    margin-top: 15rem;
  }

  .max-width\:mt-260{
    margin-top: 16.25rem;
  }

  .max-width\:mt-300{
    margin-top: 18.75rem;
  }

  .max-width\:mt-auto{
    margin-top: auto;
  }

  .max-width\:-mt-78\%{
    margin-top: -78%;
  }

  .max-width\:-mt-80\%{
    margin-top: -80%;
  }

  .max-width\:-mt-50\%{
    margin-top: -50%;
  }

  .max-width\:-mt-35\%{
    margin-top: -35%;
  }

  .max-width\:-mt-128{
    margin-top: -8rem;
  }

  .max-width\:-mt-96{
    margin-top: -6rem;
  }

  .max-width\:-mt-64{
    margin-top: -4rem;
  }

  .max-width\:-mt-32{
    margin-top: -2rem;
  }

  .max-width\:-mt-8{
    margin-top: -0.5rem;
  }

  .max-width\:mt-5\%{
    margin-top: 5%;
  }

  .max-width\:mt-10\%{
    margin-top: 10%;
  }

  .max-width\:mt-15\%{
    margin-top: 15%;
  }

  .max-width\:mt-20\%{
    margin-top: 20%;
  }

  .max-width\:mt-25\%{
    margin-top: 25%;
  }

  .max-width\:mt-30\%{
    margin-top: 30%;
  }

  .max-width\:mt-31\%{
    margin-top: 31%;
  }

  .max-width\:mt-33\%{
    margin-top: 33.333%;
  }

  .max-width\:mt-34\%{
    margin-top: 34%;
  }

  .max-width\:mt-45\%{
    margin-top: 45%;
  }

  .max-width\:mt-50\%{
    margin-top: 50%;
  }

  .max-width\:mt-54\%{
    margin-top: 54%;
  }

  .max-width\:mt-75\%{
    margin-top: 75%;
  }

  .max-width\:mt-55\%{
    margin-top: 55%;
  }

  .max-width\:mt-65\%{
    margin-top: 65%;
  }

  .max-width\:mt-66\%{
    margin-top: 66%;
  }

  .max-width\:mt-85\%{
    margin-top: 85%;
  }

  .max-width\:mt-96\%{
    margin-top: 96%;
  }

  .max-width\:mt-130\%{
    margin-top: 130%;
  }

  .max-width\:mt-135\%{
    margin-top: 135%;
  }

  .max-width\:mt-200\%{
    margin-top: 200%;
  }

  .max-width\:mt-16\/9{
    margin-top: 56.25%;
  }

  .max-width\:mt-1\/2{
    margin-top: 50%;
  }

  .max-width\:mt-full{
    margin-top: 100%;
  }

  .max-width\:mt-span{
    margin-top: 8.333%;
  }

  .max-width\:mt-2span{
    margin-top: 16.666%;
  }

  .max-width\:mt-px{
    margin-top: 1px;
  }

  .max-width\:-mt-4{
    margin-top: -0.25rem;
  }

  .max-width\:-mt-12{
    margin-top: -0.75rem;
  }

  .max-width\:-mt-16{
    margin-top: -1rem;
  }

  .max-width\:-mt-20{
    margin-top: -1.25rem;
  }

  .max-width\:-mt-24{
    margin-top: -1.5rem;
  }

  .max-width\:-mt-40{
    margin-top: -2.5rem;
  }

  .max-width\:-mt-48{
    margin-top: -3rem;
  }

  .max-width\:-mt-56{
    margin-top: -3.5rem;
  }

  .max-width\:-mt-80{
    margin-top: -5rem;
  }

  .max-width\:-mt-104{
    margin-top: -6.5rem;
  }

  .max-width\:-mt-112{
    margin-top: -7rem;
  }

  .max-width\:-mt-140{
    margin-top: -8.75rem;
  }

  .max-width\:-mt-160{
    margin-top: -10rem;
  }

  .max-width\:-mt-180{
    margin-top: -11.25rem;
  }

  .max-width\:-mt-200{
    margin-top: -12.5rem;
  }

  .max-width\:-mt-224{
    margin-top: -14rem;
  }

  .max-width\:-mt-240{
    margin-top: -15rem;
  }

  .max-width\:-mt-260{
    margin-top: -16.25rem;
  }

  .max-width\:-mt-300{
    margin-top: -18.75rem;
  }

  .max-width\:-mt--78\%{
    margin-top: 78%;
  }

  .max-width\:-mt--80\%{
    margin-top: 80%;
  }

  .max-width\:-mt--50\%{
    margin-top: 50%;
  }

  .max-width\:-mt--35\%{
    margin-top: 35%;
  }

  .max-width\:-mt--128{
    margin-top: 8rem;
  }

  .max-width\:-mt--96{
    margin-top: 6rem;
  }

  .max-width\:-mt--64{
    margin-top: 4rem;
  }

  .max-width\:-mt--32{
    margin-top: 2rem;
  }

  .max-width\:-mt--8{
    margin-top: 0.5rem;
  }

  .max-width\:-mt-5\%{
    margin-top: -5%;
  }

  .max-width\:-mt-10\%{
    margin-top: -10%;
  }

  .max-width\:-mt-15\%{
    margin-top: -15%;
  }

  .max-width\:-mt-20\%{
    margin-top: -20%;
  }

  .max-width\:-mt-25\%{
    margin-top: -25%;
  }

  .max-width\:-mt-30\%{
    margin-top: -30%;
  }

  .max-width\:-mt-31\%{
    margin-top: -31%;
  }

  .max-width\:-mt-33\%{
    margin-top: -33.333%;
  }

  .max-width\:-mt-34\%{
    margin-top: -34%;
  }

  .max-width\:-mt-45\%{
    margin-top: -45%;
  }

  .max-width\:-mt-54\%{
    margin-top: -54%;
  }

  .max-width\:-mt-75\%{
    margin-top: -75%;
  }

  .max-width\:-mt-55\%{
    margin-top: -55%;
  }

  .max-width\:-mt-65\%{
    margin-top: -65%;
  }

  .max-width\:-mt-66\%{
    margin-top: -66%;
  }

  .max-width\:-mt-85\%{
    margin-top: -85%;
  }

  .max-width\:-mt-96\%{
    margin-top: -96%;
  }

  .max-width\:-mt-130\%{
    margin-top: -130%;
  }

  .max-width\:-mt-135\%{
    margin-top: -135%;
  }

  .max-width\:-mt-200\%{
    margin-top: -200%;
  }

  .max-width\:-mt-16\/9{
    margin-top: -56.25%;
  }

  .max-width\:-mt-1\/2{
    margin-top: -50%;
  }

  .max-width\:-mt-full{
    margin-top: -100%;
  }

  .max-width\:-mt-span{
    margin-top: -8.333%;
  }

  .max-width\:-mt-2span{
    margin-top: -16.666%;
  }

  .max-width\:-mt-px{
    margin-top: -1px;
  }

  .max-width\:mr-0{
    margin-right: 0;
  }

  .max-width\:mr-4{
    margin-right: 0.25rem;
  }

  .max-width\:mr-8{
    margin-right: 0.5rem;
  }

  .max-width\:mr-12{
    margin-right: 0.75rem;
  }

  .max-width\:mr-16{
    margin-right: 1rem;
  }

  .max-width\:mr-20{
    margin-right: 1.25rem;
  }

  .max-width\:mr-24{
    margin-right: 1.5rem;
  }

  .max-width\:mr-32{
    margin-right: 2rem;
  }

  .max-width\:mr-40{
    margin-right: 2.5rem;
  }

  .max-width\:mr-48{
    margin-right: 3rem;
  }

  .max-width\:mr-56{
    margin-right: 3.5rem;
  }

  .max-width\:mr-64{
    margin-right: 4rem;
  }

  .max-width\:mr-80{
    margin-right: 5rem;
  }

  .max-width\:mr-96{
    margin-right: 6rem;
  }

  .max-width\:mr-104{
    margin-right: 6.5rem;
  }

  .max-width\:mr-112{
    margin-right: 7rem;
  }

  .max-width\:mr-128{
    margin-right: 8rem;
  }

  .max-width\:mr-140{
    margin-right: 8.75rem;
  }

  .max-width\:mr-160{
    margin-right: 10rem;
  }

  .max-width\:mr-180{
    margin-right: 11.25rem;
  }

  .max-width\:mr-200{
    margin-right: 12.5rem;
  }

  .max-width\:mr-224{
    margin-right: 14rem;
  }

  .max-width\:mr-240{
    margin-right: 15rem;
  }

  .max-width\:mr-260{
    margin-right: 16.25rem;
  }

  .max-width\:mr-300{
    margin-right: 18.75rem;
  }

  .max-width\:mr-auto{
    margin-right: auto;
  }

  .max-width\:-mr-78\%{
    margin-right: -78%;
  }

  .max-width\:-mr-80\%{
    margin-right: -80%;
  }

  .max-width\:-mr-50\%{
    margin-right: -50%;
  }

  .max-width\:-mr-35\%{
    margin-right: -35%;
  }

  .max-width\:-mr-128{
    margin-right: -8rem;
  }

  .max-width\:-mr-96{
    margin-right: -6rem;
  }

  .max-width\:-mr-64{
    margin-right: -4rem;
  }

  .max-width\:-mr-32{
    margin-right: -2rem;
  }

  .max-width\:-mr-8{
    margin-right: -0.5rem;
  }

  .max-width\:mr-5\%{
    margin-right: 5%;
  }

  .max-width\:mr-10\%{
    margin-right: 10%;
  }

  .max-width\:mr-15\%{
    margin-right: 15%;
  }

  .max-width\:mr-20\%{
    margin-right: 20%;
  }

  .max-width\:mr-25\%{
    margin-right: 25%;
  }

  .max-width\:mr-30\%{
    margin-right: 30%;
  }

  .max-width\:mr-31\%{
    margin-right: 31%;
  }

  .max-width\:mr-33\%{
    margin-right: 33.333%;
  }

  .max-width\:mr-34\%{
    margin-right: 34%;
  }

  .max-width\:mr-45\%{
    margin-right: 45%;
  }

  .max-width\:mr-50\%{
    margin-right: 50%;
  }

  .max-width\:mr-54\%{
    margin-right: 54%;
  }

  .max-width\:mr-75\%{
    margin-right: 75%;
  }

  .max-width\:mr-55\%{
    margin-right: 55%;
  }

  .max-width\:mr-65\%{
    margin-right: 65%;
  }

  .max-width\:mr-66\%{
    margin-right: 66%;
  }

  .max-width\:mr-85\%{
    margin-right: 85%;
  }

  .max-width\:mr-96\%{
    margin-right: 96%;
  }

  .max-width\:mr-130\%{
    margin-right: 130%;
  }

  .max-width\:mr-135\%{
    margin-right: 135%;
  }

  .max-width\:mr-200\%{
    margin-right: 200%;
  }

  .max-width\:mr-16\/9{
    margin-right: 56.25%;
  }

  .max-width\:mr-1\/2{
    margin-right: 50%;
  }

  .max-width\:mr-full{
    margin-right: 100%;
  }

  .max-width\:mr-span{
    margin-right: 8.333%;
  }

  .max-width\:mr-2span{
    margin-right: 16.666%;
  }

  .max-width\:mr-px{
    margin-right: 1px;
  }

  .max-width\:-mr-4{
    margin-right: -0.25rem;
  }

  .max-width\:-mr-12{
    margin-right: -0.75rem;
  }

  .max-width\:-mr-16{
    margin-right: -1rem;
  }

  .max-width\:-mr-20{
    margin-right: -1.25rem;
  }

  .max-width\:-mr-24{
    margin-right: -1.5rem;
  }

  .max-width\:-mr-40{
    margin-right: -2.5rem;
  }

  .max-width\:-mr-48{
    margin-right: -3rem;
  }

  .max-width\:-mr-56{
    margin-right: -3.5rem;
  }

  .max-width\:-mr-80{
    margin-right: -5rem;
  }

  .max-width\:-mr-104{
    margin-right: -6.5rem;
  }

  .max-width\:-mr-112{
    margin-right: -7rem;
  }

  .max-width\:-mr-140{
    margin-right: -8.75rem;
  }

  .max-width\:-mr-160{
    margin-right: -10rem;
  }

  .max-width\:-mr-180{
    margin-right: -11.25rem;
  }

  .max-width\:-mr-200{
    margin-right: -12.5rem;
  }

  .max-width\:-mr-224{
    margin-right: -14rem;
  }

  .max-width\:-mr-240{
    margin-right: -15rem;
  }

  .max-width\:-mr-260{
    margin-right: -16.25rem;
  }

  .max-width\:-mr-300{
    margin-right: -18.75rem;
  }

  .max-width\:-mr--78\%{
    margin-right: 78%;
  }

  .max-width\:-mr--80\%{
    margin-right: 80%;
  }

  .max-width\:-mr--50\%{
    margin-right: 50%;
  }

  .max-width\:-mr--35\%{
    margin-right: 35%;
  }

  .max-width\:-mr--128{
    margin-right: 8rem;
  }

  .max-width\:-mr--96{
    margin-right: 6rem;
  }

  .max-width\:-mr--64{
    margin-right: 4rem;
  }

  .max-width\:-mr--32{
    margin-right: 2rem;
  }

  .max-width\:-mr--8{
    margin-right: 0.5rem;
  }

  .max-width\:-mr-5\%{
    margin-right: -5%;
  }

  .max-width\:-mr-10\%{
    margin-right: -10%;
  }

  .max-width\:-mr-15\%{
    margin-right: -15%;
  }

  .max-width\:-mr-20\%{
    margin-right: -20%;
  }

  .max-width\:-mr-25\%{
    margin-right: -25%;
  }

  .max-width\:-mr-30\%{
    margin-right: -30%;
  }

  .max-width\:-mr-31\%{
    margin-right: -31%;
  }

  .max-width\:-mr-33\%{
    margin-right: -33.333%;
  }

  .max-width\:-mr-34\%{
    margin-right: -34%;
  }

  .max-width\:-mr-45\%{
    margin-right: -45%;
  }

  .max-width\:-mr-54\%{
    margin-right: -54%;
  }

  .max-width\:-mr-75\%{
    margin-right: -75%;
  }

  .max-width\:-mr-55\%{
    margin-right: -55%;
  }

  .max-width\:-mr-65\%{
    margin-right: -65%;
  }

  .max-width\:-mr-66\%{
    margin-right: -66%;
  }

  .max-width\:-mr-85\%{
    margin-right: -85%;
  }

  .max-width\:-mr-96\%{
    margin-right: -96%;
  }

  .max-width\:-mr-130\%{
    margin-right: -130%;
  }

  .max-width\:-mr-135\%{
    margin-right: -135%;
  }

  .max-width\:-mr-200\%{
    margin-right: -200%;
  }

  .max-width\:-mr-16\/9{
    margin-right: -56.25%;
  }

  .max-width\:-mr-1\/2{
    margin-right: -50%;
  }

  .max-width\:-mr-full{
    margin-right: -100%;
  }

  .max-width\:-mr-span{
    margin-right: -8.333%;
  }

  .max-width\:-mr-2span{
    margin-right: -16.666%;
  }

  .max-width\:-mr-px{
    margin-right: -1px;
  }

  .max-width\:mb-0{
    margin-bottom: 0;
  }

  .max-width\:mb-4{
    margin-bottom: 0.25rem;
  }

  .max-width\:mb-8{
    margin-bottom: 0.5rem;
  }

  .max-width\:mb-12{
    margin-bottom: 0.75rem;
  }

  .max-width\:mb-16{
    margin-bottom: 1rem;
  }

  .max-width\:mb-20{
    margin-bottom: 1.25rem;
  }

  .max-width\:mb-24{
    margin-bottom: 1.5rem;
  }

  .max-width\:mb-32{
    margin-bottom: 2rem;
  }

  .max-width\:mb-40{
    margin-bottom: 2.5rem;
  }

  .max-width\:mb-48{
    margin-bottom: 3rem;
  }

  .max-width\:mb-56{
    margin-bottom: 3.5rem;
  }

  .max-width\:mb-64{
    margin-bottom: 4rem;
  }

  .max-width\:mb-80{
    margin-bottom: 5rem;
  }

  .max-width\:mb-96{
    margin-bottom: 6rem;
  }

  .max-width\:mb-104{
    margin-bottom: 6.5rem;
  }

  .max-width\:mb-112{
    margin-bottom: 7rem;
  }

  .max-width\:mb-128{
    margin-bottom: 8rem;
  }

  .max-width\:mb-140{
    margin-bottom: 8.75rem;
  }

  .max-width\:mb-160{
    margin-bottom: 10rem;
  }

  .max-width\:mb-180{
    margin-bottom: 11.25rem;
  }

  .max-width\:mb-200{
    margin-bottom: 12.5rem;
  }

  .max-width\:mb-224{
    margin-bottom: 14rem;
  }

  .max-width\:mb-240{
    margin-bottom: 15rem;
  }

  .max-width\:mb-260{
    margin-bottom: 16.25rem;
  }

  .max-width\:mb-300{
    margin-bottom: 18.75rem;
  }

  .max-width\:mb-auto{
    margin-bottom: auto;
  }

  .max-width\:-mb-78\%{
    margin-bottom: -78%;
  }

  .max-width\:-mb-80\%{
    margin-bottom: -80%;
  }

  .max-width\:-mb-50\%{
    margin-bottom: -50%;
  }

  .max-width\:-mb-35\%{
    margin-bottom: -35%;
  }

  .max-width\:-mb-128{
    margin-bottom: -8rem;
  }

  .max-width\:-mb-96{
    margin-bottom: -6rem;
  }

  .max-width\:-mb-64{
    margin-bottom: -4rem;
  }

  .max-width\:-mb-32{
    margin-bottom: -2rem;
  }

  .max-width\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .max-width\:mb-5\%{
    margin-bottom: 5%;
  }

  .max-width\:mb-10\%{
    margin-bottom: 10%;
  }

  .max-width\:mb-15\%{
    margin-bottom: 15%;
  }

  .max-width\:mb-20\%{
    margin-bottom: 20%;
  }

  .max-width\:mb-25\%{
    margin-bottom: 25%;
  }

  .max-width\:mb-30\%{
    margin-bottom: 30%;
  }

  .max-width\:mb-31\%{
    margin-bottom: 31%;
  }

  .max-width\:mb-33\%{
    margin-bottom: 33.333%;
  }

  .max-width\:mb-34\%{
    margin-bottom: 34%;
  }

  .max-width\:mb-45\%{
    margin-bottom: 45%;
  }

  .max-width\:mb-50\%{
    margin-bottom: 50%;
  }

  .max-width\:mb-54\%{
    margin-bottom: 54%;
  }

  .max-width\:mb-75\%{
    margin-bottom: 75%;
  }

  .max-width\:mb-55\%{
    margin-bottom: 55%;
  }

  .max-width\:mb-65\%{
    margin-bottom: 65%;
  }

  .max-width\:mb-66\%{
    margin-bottom: 66%;
  }

  .max-width\:mb-85\%{
    margin-bottom: 85%;
  }

  .max-width\:mb-96\%{
    margin-bottom: 96%;
  }

  .max-width\:mb-130\%{
    margin-bottom: 130%;
  }

  .max-width\:mb-135\%{
    margin-bottom: 135%;
  }

  .max-width\:mb-200\%{
    margin-bottom: 200%;
  }

  .max-width\:mb-16\/9{
    margin-bottom: 56.25%;
  }

  .max-width\:mb-1\/2{
    margin-bottom: 50%;
  }

  .max-width\:mb-full{
    margin-bottom: 100%;
  }

  .max-width\:mb-span{
    margin-bottom: 8.333%;
  }

  .max-width\:mb-2span{
    margin-bottom: 16.666%;
  }

  .max-width\:mb-px{
    margin-bottom: 1px;
  }

  .max-width\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .max-width\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .max-width\:-mb-16{
    margin-bottom: -1rem;
  }

  .max-width\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .max-width\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .max-width\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .max-width\:-mb-48{
    margin-bottom: -3rem;
  }

  .max-width\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .max-width\:-mb-80{
    margin-bottom: -5rem;
  }

  .max-width\:-mb-104{
    margin-bottom: -6.5rem;
  }

  .max-width\:-mb-112{
    margin-bottom: -7rem;
  }

  .max-width\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .max-width\:-mb-160{
    margin-bottom: -10rem;
  }

  .max-width\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .max-width\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .max-width\:-mb-224{
    margin-bottom: -14rem;
  }

  .max-width\:-mb-240{
    margin-bottom: -15rem;
  }

  .max-width\:-mb-260{
    margin-bottom: -16.25rem;
  }

  .max-width\:-mb-300{
    margin-bottom: -18.75rem;
  }

  .max-width\:-mb--78\%{
    margin-bottom: 78%;
  }

  .max-width\:-mb--80\%{
    margin-bottom: 80%;
  }

  .max-width\:-mb--50\%{
    margin-bottom: 50%;
  }

  .max-width\:-mb--35\%{
    margin-bottom: 35%;
  }

  .max-width\:-mb--128{
    margin-bottom: 8rem;
  }

  .max-width\:-mb--96{
    margin-bottom: 6rem;
  }

  .max-width\:-mb--64{
    margin-bottom: 4rem;
  }

  .max-width\:-mb--32{
    margin-bottom: 2rem;
  }

  .max-width\:-mb--8{
    margin-bottom: 0.5rem;
  }

  .max-width\:-mb-5\%{
    margin-bottom: -5%;
  }

  .max-width\:-mb-10\%{
    margin-bottom: -10%;
  }

  .max-width\:-mb-15\%{
    margin-bottom: -15%;
  }

  .max-width\:-mb-20\%{
    margin-bottom: -20%;
  }

  .max-width\:-mb-25\%{
    margin-bottom: -25%;
  }

  .max-width\:-mb-30\%{
    margin-bottom: -30%;
  }

  .max-width\:-mb-31\%{
    margin-bottom: -31%;
  }

  .max-width\:-mb-33\%{
    margin-bottom: -33.333%;
  }

  .max-width\:-mb-34\%{
    margin-bottom: -34%;
  }

  .max-width\:-mb-45\%{
    margin-bottom: -45%;
  }

  .max-width\:-mb-54\%{
    margin-bottom: -54%;
  }

  .max-width\:-mb-75\%{
    margin-bottom: -75%;
  }

  .max-width\:-mb-55\%{
    margin-bottom: -55%;
  }

  .max-width\:-mb-65\%{
    margin-bottom: -65%;
  }

  .max-width\:-mb-66\%{
    margin-bottom: -66%;
  }

  .max-width\:-mb-85\%{
    margin-bottom: -85%;
  }

  .max-width\:-mb-96\%{
    margin-bottom: -96%;
  }

  .max-width\:-mb-130\%{
    margin-bottom: -130%;
  }

  .max-width\:-mb-135\%{
    margin-bottom: -135%;
  }

  .max-width\:-mb-200\%{
    margin-bottom: -200%;
  }

  .max-width\:-mb-16\/9{
    margin-bottom: -56.25%;
  }

  .max-width\:-mb-1\/2{
    margin-bottom: -50%;
  }

  .max-width\:-mb-full{
    margin-bottom: -100%;
  }

  .max-width\:-mb-span{
    margin-bottom: -8.333%;
  }

  .max-width\:-mb-2span{
    margin-bottom: -16.666%;
  }

  .max-width\:-mb-px{
    margin-bottom: -1px;
  }

  .max-width\:ml-0{
    margin-left: 0;
  }

  .max-width\:ml-4{
    margin-left: 0.25rem;
  }

  .max-width\:ml-8{
    margin-left: 0.5rem;
  }

  .max-width\:ml-12{
    margin-left: 0.75rem;
  }

  .max-width\:ml-16{
    margin-left: 1rem;
  }

  .max-width\:ml-20{
    margin-left: 1.25rem;
  }

  .max-width\:ml-24{
    margin-left: 1.5rem;
  }

  .max-width\:ml-32{
    margin-left: 2rem;
  }

  .max-width\:ml-40{
    margin-left: 2.5rem;
  }

  .max-width\:ml-48{
    margin-left: 3rem;
  }

  .max-width\:ml-56{
    margin-left: 3.5rem;
  }

  .max-width\:ml-64{
    margin-left: 4rem;
  }

  .max-width\:ml-80{
    margin-left: 5rem;
  }

  .max-width\:ml-96{
    margin-left: 6rem;
  }

  .max-width\:ml-104{
    margin-left: 6.5rem;
  }

  .max-width\:ml-112{
    margin-left: 7rem;
  }

  .max-width\:ml-128{
    margin-left: 8rem;
  }

  .max-width\:ml-140{
    margin-left: 8.75rem;
  }

  .max-width\:ml-160{
    margin-left: 10rem;
  }

  .max-width\:ml-180{
    margin-left: 11.25rem;
  }

  .max-width\:ml-200{
    margin-left: 12.5rem;
  }

  .max-width\:ml-224{
    margin-left: 14rem;
  }

  .max-width\:ml-240{
    margin-left: 15rem;
  }

  .max-width\:ml-260{
    margin-left: 16.25rem;
  }

  .max-width\:ml-300{
    margin-left: 18.75rem;
  }

  .max-width\:ml-auto{
    margin-left: auto;
  }

  .max-width\:-ml-78\%{
    margin-left: -78%;
  }

  .max-width\:-ml-80\%{
    margin-left: -80%;
  }

  .max-width\:-ml-50\%{
    margin-left: -50%;
  }

  .max-width\:-ml-35\%{
    margin-left: -35%;
  }

  .max-width\:-ml-128{
    margin-left: -8rem;
  }

  .max-width\:-ml-96{
    margin-left: -6rem;
  }

  .max-width\:-ml-64{
    margin-left: -4rem;
  }

  .max-width\:-ml-32{
    margin-left: -2rem;
  }

  .max-width\:-ml-8{
    margin-left: -0.5rem;
  }

  .max-width\:ml-5\%{
    margin-left: 5%;
  }

  .max-width\:ml-10\%{
    margin-left: 10%;
  }

  .max-width\:ml-15\%{
    margin-left: 15%;
  }

  .max-width\:ml-20\%{
    margin-left: 20%;
  }

  .max-width\:ml-25\%{
    margin-left: 25%;
  }

  .max-width\:ml-30\%{
    margin-left: 30%;
  }

  .max-width\:ml-31\%{
    margin-left: 31%;
  }

  .max-width\:ml-33\%{
    margin-left: 33.333%;
  }

  .max-width\:ml-34\%{
    margin-left: 34%;
  }

  .max-width\:ml-45\%{
    margin-left: 45%;
  }

  .max-width\:ml-50\%{
    margin-left: 50%;
  }

  .max-width\:ml-54\%{
    margin-left: 54%;
  }

  .max-width\:ml-75\%{
    margin-left: 75%;
  }

  .max-width\:ml-55\%{
    margin-left: 55%;
  }

  .max-width\:ml-65\%{
    margin-left: 65%;
  }

  .max-width\:ml-66\%{
    margin-left: 66%;
  }

  .max-width\:ml-85\%{
    margin-left: 85%;
  }

  .max-width\:ml-96\%{
    margin-left: 96%;
  }

  .max-width\:ml-130\%{
    margin-left: 130%;
  }

  .max-width\:ml-135\%{
    margin-left: 135%;
  }

  .max-width\:ml-200\%{
    margin-left: 200%;
  }

  .max-width\:ml-16\/9{
    margin-left: 56.25%;
  }

  .max-width\:ml-1\/2{
    margin-left: 50%;
  }

  .max-width\:ml-full{
    margin-left: 100%;
  }

  .max-width\:ml-span{
    margin-left: 8.333%;
  }

  .max-width\:ml-2span{
    margin-left: 16.666%;
  }

  .max-width\:ml-px{
    margin-left: 1px;
  }

  .max-width\:-ml-4{
    margin-left: -0.25rem;
  }

  .max-width\:-ml-12{
    margin-left: -0.75rem;
  }

  .max-width\:-ml-16{
    margin-left: -1rem;
  }

  .max-width\:-ml-20{
    margin-left: -1.25rem;
  }

  .max-width\:-ml-24{
    margin-left: -1.5rem;
  }

  .max-width\:-ml-40{
    margin-left: -2.5rem;
  }

  .max-width\:-ml-48{
    margin-left: -3rem;
  }

  .max-width\:-ml-56{
    margin-left: -3.5rem;
  }

  .max-width\:-ml-80{
    margin-left: -5rem;
  }

  .max-width\:-ml-104{
    margin-left: -6.5rem;
  }

  .max-width\:-ml-112{
    margin-left: -7rem;
  }

  .max-width\:-ml-140{
    margin-left: -8.75rem;
  }

  .max-width\:-ml-160{
    margin-left: -10rem;
  }

  .max-width\:-ml-180{
    margin-left: -11.25rem;
  }

  .max-width\:-ml-200{
    margin-left: -12.5rem;
  }

  .max-width\:-ml-224{
    margin-left: -14rem;
  }

  .max-width\:-ml-240{
    margin-left: -15rem;
  }

  .max-width\:-ml-260{
    margin-left: -16.25rem;
  }

  .max-width\:-ml-300{
    margin-left: -18.75rem;
  }

  .max-width\:-ml--78\%{
    margin-left: 78%;
  }

  .max-width\:-ml--80\%{
    margin-left: 80%;
  }

  .max-width\:-ml--50\%{
    margin-left: 50%;
  }

  .max-width\:-ml--35\%{
    margin-left: 35%;
  }

  .max-width\:-ml--128{
    margin-left: 8rem;
  }

  .max-width\:-ml--96{
    margin-left: 6rem;
  }

  .max-width\:-ml--64{
    margin-left: 4rem;
  }

  .max-width\:-ml--32{
    margin-left: 2rem;
  }

  .max-width\:-ml--8{
    margin-left: 0.5rem;
  }

  .max-width\:-ml-5\%{
    margin-left: -5%;
  }

  .max-width\:-ml-10\%{
    margin-left: -10%;
  }

  .max-width\:-ml-15\%{
    margin-left: -15%;
  }

  .max-width\:-ml-20\%{
    margin-left: -20%;
  }

  .max-width\:-ml-25\%{
    margin-left: -25%;
  }

  .max-width\:-ml-30\%{
    margin-left: -30%;
  }

  .max-width\:-ml-31\%{
    margin-left: -31%;
  }

  .max-width\:-ml-33\%{
    margin-left: -33.333%;
  }

  .max-width\:-ml-34\%{
    margin-left: -34%;
  }

  .max-width\:-ml-45\%{
    margin-left: -45%;
  }

  .max-width\:-ml-54\%{
    margin-left: -54%;
  }

  .max-width\:-ml-75\%{
    margin-left: -75%;
  }

  .max-width\:-ml-55\%{
    margin-left: -55%;
  }

  .max-width\:-ml-65\%{
    margin-left: -65%;
  }

  .max-width\:-ml-66\%{
    margin-left: -66%;
  }

  .max-width\:-ml-85\%{
    margin-left: -85%;
  }

  .max-width\:-ml-96\%{
    margin-left: -96%;
  }

  .max-width\:-ml-130\%{
    margin-left: -130%;
  }

  .max-width\:-ml-135\%{
    margin-left: -135%;
  }

  .max-width\:-ml-200\%{
    margin-left: -200%;
  }

  .max-width\:-ml-16\/9{
    margin-left: -56.25%;
  }

  .max-width\:-ml-1\/2{
    margin-left: -50%;
  }

  .max-width\:-ml-full{
    margin-left: -100%;
  }

  .max-width\:-ml-span{
    margin-left: -8.333%;
  }

  .max-width\:-ml-2span{
    margin-left: -16.666%;
  }

  .max-width\:-ml-px{
    margin-left: -1px;
  }

  .max-width\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .max-width\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .max-width\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .max-width\:last\:mt-12:last-child{
    margin-top: 0.75rem;
  }

  .max-width\:last\:mt-16:last-child{
    margin-top: 1rem;
  }

  .max-width\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .max-width\:last\:mt-24:last-child{
    margin-top: 1.5rem;
  }

  .max-width\:last\:mt-32:last-child{
    margin-top: 2rem;
  }

  .max-width\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .max-width\:last\:mt-48:last-child{
    margin-top: 3rem;
  }

  .max-width\:last\:mt-56:last-child{
    margin-top: 3.5rem;
  }

  .max-width\:last\:mt-64:last-child{
    margin-top: 4rem;
  }

  .max-width\:last\:mt-80:last-child{
    margin-top: 5rem;
  }

  .max-width\:last\:mt-96:last-child{
    margin-top: 6rem;
  }

  .max-width\:last\:mt-104:last-child{
    margin-top: 6.5rem;
  }

  .max-width\:last\:mt-112:last-child{
    margin-top: 7rem;
  }

  .max-width\:last\:mt-128:last-child{
    margin-top: 8rem;
  }

  .max-width\:last\:mt-140:last-child{
    margin-top: 8.75rem;
  }

  .max-width\:last\:mt-160:last-child{
    margin-top: 10rem;
  }

  .max-width\:last\:mt-180:last-child{
    margin-top: 11.25rem;
  }

  .max-width\:last\:mt-200:last-child{
    margin-top: 12.5rem;
  }

  .max-width\:last\:mt-224:last-child{
    margin-top: 14rem;
  }

  .max-width\:last\:mt-240:last-child{
    margin-top: 15rem;
  }

  .max-width\:last\:mt-260:last-child{
    margin-top: 16.25rem;
  }

  .max-width\:last\:mt-300:last-child{
    margin-top: 18.75rem;
  }

  .max-width\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .max-width\:last\:-mt-78\%:last-child{
    margin-top: -78%;
  }

  .max-width\:last\:-mt-80\%:last-child{
    margin-top: -80%;
  }

  .max-width\:last\:-mt-50\%:last-child{
    margin-top: -50%;
  }

  .max-width\:last\:-mt-35\%:last-child{
    margin-top: -35%;
  }

  .max-width\:last\:-mt-128:last-child{
    margin-top: -8rem;
  }

  .max-width\:last\:-mt-96:last-child{
    margin-top: -6rem;
  }

  .max-width\:last\:-mt-64:last-child{
    margin-top: -4rem;
  }

  .max-width\:last\:-mt-32:last-child{
    margin-top: -2rem;
  }

  .max-width\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .max-width\:last\:mt-5\%:last-child{
    margin-top: 5%;
  }

  .max-width\:last\:mt-10\%:last-child{
    margin-top: 10%;
  }

  .max-width\:last\:mt-15\%:last-child{
    margin-top: 15%;
  }

  .max-width\:last\:mt-20\%:last-child{
    margin-top: 20%;
  }

  .max-width\:last\:mt-25\%:last-child{
    margin-top: 25%;
  }

  .max-width\:last\:mt-30\%:last-child{
    margin-top: 30%;
  }

  .max-width\:last\:mt-31\%:last-child{
    margin-top: 31%;
  }

  .max-width\:last\:mt-33\%:last-child{
    margin-top: 33.333%;
  }

  .max-width\:last\:mt-34\%:last-child{
    margin-top: 34%;
  }

  .max-width\:last\:mt-45\%:last-child{
    margin-top: 45%;
  }

  .max-width\:last\:mt-50\%:last-child{
    margin-top: 50%;
  }

  .max-width\:last\:mt-54\%:last-child{
    margin-top: 54%;
  }

  .max-width\:last\:mt-75\%:last-child{
    margin-top: 75%;
  }

  .max-width\:last\:mt-55\%:last-child{
    margin-top: 55%;
  }

  .max-width\:last\:mt-65\%:last-child{
    margin-top: 65%;
  }

  .max-width\:last\:mt-66\%:last-child{
    margin-top: 66%;
  }

  .max-width\:last\:mt-85\%:last-child{
    margin-top: 85%;
  }

  .max-width\:last\:mt-96\%:last-child{
    margin-top: 96%;
  }

  .max-width\:last\:mt-130\%:last-child{
    margin-top: 130%;
  }

  .max-width\:last\:mt-135\%:last-child{
    margin-top: 135%;
  }

  .max-width\:last\:mt-200\%:last-child{
    margin-top: 200%;
  }

  .max-width\:last\:mt-16\/9:last-child{
    margin-top: 56.25%;
  }

  .max-width\:last\:mt-1\/2:last-child{
    margin-top: 50%;
  }

  .max-width\:last\:mt-full:last-child{
    margin-top: 100%;
  }

  .max-width\:last\:mt-span:last-child{
    margin-top: 8.333%;
  }

  .max-width\:last\:mt-2span:last-child{
    margin-top: 16.666%;
  }

  .max-width\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .max-width\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .max-width\:last\:-mt-12:last-child{
    margin-top: -0.75rem;
  }

  .max-width\:last\:-mt-16:last-child{
    margin-top: -1rem;
  }

  .max-width\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .max-width\:last\:-mt-24:last-child{
    margin-top: -1.5rem;
  }

  .max-width\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .max-width\:last\:-mt-48:last-child{
    margin-top: -3rem;
  }

  .max-width\:last\:-mt-56:last-child{
    margin-top: -3.5rem;
  }

  .max-width\:last\:-mt-80:last-child{
    margin-top: -5rem;
  }

  .max-width\:last\:-mt-104:last-child{
    margin-top: -6.5rem;
  }

  .max-width\:last\:-mt-112:last-child{
    margin-top: -7rem;
  }

  .max-width\:last\:-mt-140:last-child{
    margin-top: -8.75rem;
  }

  .max-width\:last\:-mt-160:last-child{
    margin-top: -10rem;
  }

  .max-width\:last\:-mt-180:last-child{
    margin-top: -11.25rem;
  }

  .max-width\:last\:-mt-200:last-child{
    margin-top: -12.5rem;
  }

  .max-width\:last\:-mt-224:last-child{
    margin-top: -14rem;
  }

  .max-width\:last\:-mt-240:last-child{
    margin-top: -15rem;
  }

  .max-width\:last\:-mt-260:last-child{
    margin-top: -16.25rem;
  }

  .max-width\:last\:-mt-300:last-child{
    margin-top: -18.75rem;
  }

  .max-width\:last\:-mt--78\%:last-child{
    margin-top: 78%;
  }

  .max-width\:last\:-mt--80\%:last-child{
    margin-top: 80%;
  }

  .max-width\:last\:-mt--50\%:last-child{
    margin-top: 50%;
  }

  .max-width\:last\:-mt--35\%:last-child{
    margin-top: 35%;
  }

  .max-width\:last\:-mt--128:last-child{
    margin-top: 8rem;
  }

  .max-width\:last\:-mt--96:last-child{
    margin-top: 6rem;
  }

  .max-width\:last\:-mt--64:last-child{
    margin-top: 4rem;
  }

  .max-width\:last\:-mt--32:last-child{
    margin-top: 2rem;
  }

  .max-width\:last\:-mt--8:last-child{
    margin-top: 0.5rem;
  }

  .max-width\:last\:-mt-5\%:last-child{
    margin-top: -5%;
  }

  .max-width\:last\:-mt-10\%:last-child{
    margin-top: -10%;
  }

  .max-width\:last\:-mt-15\%:last-child{
    margin-top: -15%;
  }

  .max-width\:last\:-mt-20\%:last-child{
    margin-top: -20%;
  }

  .max-width\:last\:-mt-25\%:last-child{
    margin-top: -25%;
  }

  .max-width\:last\:-mt-30\%:last-child{
    margin-top: -30%;
  }

  .max-width\:last\:-mt-31\%:last-child{
    margin-top: -31%;
  }

  .max-width\:last\:-mt-33\%:last-child{
    margin-top: -33.333%;
  }

  .max-width\:last\:-mt-34\%:last-child{
    margin-top: -34%;
  }

  .max-width\:last\:-mt-45\%:last-child{
    margin-top: -45%;
  }

  .max-width\:last\:-mt-54\%:last-child{
    margin-top: -54%;
  }

  .max-width\:last\:-mt-75\%:last-child{
    margin-top: -75%;
  }

  .max-width\:last\:-mt-55\%:last-child{
    margin-top: -55%;
  }

  .max-width\:last\:-mt-65\%:last-child{
    margin-top: -65%;
  }

  .max-width\:last\:-mt-66\%:last-child{
    margin-top: -66%;
  }

  .max-width\:last\:-mt-85\%:last-child{
    margin-top: -85%;
  }

  .max-width\:last\:-mt-96\%:last-child{
    margin-top: -96%;
  }

  .max-width\:last\:-mt-130\%:last-child{
    margin-top: -130%;
  }

  .max-width\:last\:-mt-135\%:last-child{
    margin-top: -135%;
  }

  .max-width\:last\:-mt-200\%:last-child{
    margin-top: -200%;
  }

  .max-width\:last\:-mt-16\/9:last-child{
    margin-top: -56.25%;
  }

  .max-width\:last\:-mt-1\/2:last-child{
    margin-top: -50%;
  }

  .max-width\:last\:-mt-full:last-child{
    margin-top: -100%;
  }

  .max-width\:last\:-mt-span:last-child{
    margin-top: -8.333%;
  }

  .max-width\:last\:-mt-2span:last-child{
    margin-top: -16.666%;
  }

  .max-width\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .max-width\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .max-width\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .max-width\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .max-width\:last\:mr-12:last-child{
    margin-right: 0.75rem;
  }

  .max-width\:last\:mr-16:last-child{
    margin-right: 1rem;
  }

  .max-width\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .max-width\:last\:mr-24:last-child{
    margin-right: 1.5rem;
  }

  .max-width\:last\:mr-32:last-child{
    margin-right: 2rem;
  }

  .max-width\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .max-width\:last\:mr-48:last-child{
    margin-right: 3rem;
  }

  .max-width\:last\:mr-56:last-child{
    margin-right: 3.5rem;
  }

  .max-width\:last\:mr-64:last-child{
    margin-right: 4rem;
  }

  .max-width\:last\:mr-80:last-child{
    margin-right: 5rem;
  }

  .max-width\:last\:mr-96:last-child{
    margin-right: 6rem;
  }

  .max-width\:last\:mr-104:last-child{
    margin-right: 6.5rem;
  }

  .max-width\:last\:mr-112:last-child{
    margin-right: 7rem;
  }

  .max-width\:last\:mr-128:last-child{
    margin-right: 8rem;
  }

  .max-width\:last\:mr-140:last-child{
    margin-right: 8.75rem;
  }

  .max-width\:last\:mr-160:last-child{
    margin-right: 10rem;
  }

  .max-width\:last\:mr-180:last-child{
    margin-right: 11.25rem;
  }

  .max-width\:last\:mr-200:last-child{
    margin-right: 12.5rem;
  }

  .max-width\:last\:mr-224:last-child{
    margin-right: 14rem;
  }

  .max-width\:last\:mr-240:last-child{
    margin-right: 15rem;
  }

  .max-width\:last\:mr-260:last-child{
    margin-right: 16.25rem;
  }

  .max-width\:last\:mr-300:last-child{
    margin-right: 18.75rem;
  }

  .max-width\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .max-width\:last\:-mr-78\%:last-child{
    margin-right: -78%;
  }

  .max-width\:last\:-mr-80\%:last-child{
    margin-right: -80%;
  }

  .max-width\:last\:-mr-50\%:last-child{
    margin-right: -50%;
  }

  .max-width\:last\:-mr-35\%:last-child{
    margin-right: -35%;
  }

  .max-width\:last\:-mr-128:last-child{
    margin-right: -8rem;
  }

  .max-width\:last\:-mr-96:last-child{
    margin-right: -6rem;
  }

  .max-width\:last\:-mr-64:last-child{
    margin-right: -4rem;
  }

  .max-width\:last\:-mr-32:last-child{
    margin-right: -2rem;
  }

  .max-width\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .max-width\:last\:mr-5\%:last-child{
    margin-right: 5%;
  }

  .max-width\:last\:mr-10\%:last-child{
    margin-right: 10%;
  }

  .max-width\:last\:mr-15\%:last-child{
    margin-right: 15%;
  }

  .max-width\:last\:mr-20\%:last-child{
    margin-right: 20%;
  }

  .max-width\:last\:mr-25\%:last-child{
    margin-right: 25%;
  }

  .max-width\:last\:mr-30\%:last-child{
    margin-right: 30%;
  }

  .max-width\:last\:mr-31\%:last-child{
    margin-right: 31%;
  }

  .max-width\:last\:mr-33\%:last-child{
    margin-right: 33.333%;
  }

  .max-width\:last\:mr-34\%:last-child{
    margin-right: 34%;
  }

  .max-width\:last\:mr-45\%:last-child{
    margin-right: 45%;
  }

  .max-width\:last\:mr-50\%:last-child{
    margin-right: 50%;
  }

  .max-width\:last\:mr-54\%:last-child{
    margin-right: 54%;
  }

  .max-width\:last\:mr-75\%:last-child{
    margin-right: 75%;
  }

  .max-width\:last\:mr-55\%:last-child{
    margin-right: 55%;
  }

  .max-width\:last\:mr-65\%:last-child{
    margin-right: 65%;
  }

  .max-width\:last\:mr-66\%:last-child{
    margin-right: 66%;
  }

  .max-width\:last\:mr-85\%:last-child{
    margin-right: 85%;
  }

  .max-width\:last\:mr-96\%:last-child{
    margin-right: 96%;
  }

  .max-width\:last\:mr-130\%:last-child{
    margin-right: 130%;
  }

  .max-width\:last\:mr-135\%:last-child{
    margin-right: 135%;
  }

  .max-width\:last\:mr-200\%:last-child{
    margin-right: 200%;
  }

  .max-width\:last\:mr-16\/9:last-child{
    margin-right: 56.25%;
  }

  .max-width\:last\:mr-1\/2:last-child{
    margin-right: 50%;
  }

  .max-width\:last\:mr-full:last-child{
    margin-right: 100%;
  }

  .max-width\:last\:mr-span:last-child{
    margin-right: 8.333%;
  }

  .max-width\:last\:mr-2span:last-child{
    margin-right: 16.666%;
  }

  .max-width\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .max-width\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .max-width\:last\:-mr-12:last-child{
    margin-right: -0.75rem;
  }

  .max-width\:last\:-mr-16:last-child{
    margin-right: -1rem;
  }

  .max-width\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .max-width\:last\:-mr-24:last-child{
    margin-right: -1.5rem;
  }

  .max-width\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .max-width\:last\:-mr-48:last-child{
    margin-right: -3rem;
  }

  .max-width\:last\:-mr-56:last-child{
    margin-right: -3.5rem;
  }

  .max-width\:last\:-mr-80:last-child{
    margin-right: -5rem;
  }

  .max-width\:last\:-mr-104:last-child{
    margin-right: -6.5rem;
  }

  .max-width\:last\:-mr-112:last-child{
    margin-right: -7rem;
  }

  .max-width\:last\:-mr-140:last-child{
    margin-right: -8.75rem;
  }

  .max-width\:last\:-mr-160:last-child{
    margin-right: -10rem;
  }

  .max-width\:last\:-mr-180:last-child{
    margin-right: -11.25rem;
  }

  .max-width\:last\:-mr-200:last-child{
    margin-right: -12.5rem;
  }

  .max-width\:last\:-mr-224:last-child{
    margin-right: -14rem;
  }

  .max-width\:last\:-mr-240:last-child{
    margin-right: -15rem;
  }

  .max-width\:last\:-mr-260:last-child{
    margin-right: -16.25rem;
  }

  .max-width\:last\:-mr-300:last-child{
    margin-right: -18.75rem;
  }

  .max-width\:last\:-mr--78\%:last-child{
    margin-right: 78%;
  }

  .max-width\:last\:-mr--80\%:last-child{
    margin-right: 80%;
  }

  .max-width\:last\:-mr--50\%:last-child{
    margin-right: 50%;
  }

  .max-width\:last\:-mr--35\%:last-child{
    margin-right: 35%;
  }

  .max-width\:last\:-mr--128:last-child{
    margin-right: 8rem;
  }

  .max-width\:last\:-mr--96:last-child{
    margin-right: 6rem;
  }

  .max-width\:last\:-mr--64:last-child{
    margin-right: 4rem;
  }

  .max-width\:last\:-mr--32:last-child{
    margin-right: 2rem;
  }

  .max-width\:last\:-mr--8:last-child{
    margin-right: 0.5rem;
  }

  .max-width\:last\:-mr-5\%:last-child{
    margin-right: -5%;
  }

  .max-width\:last\:-mr-10\%:last-child{
    margin-right: -10%;
  }

  .max-width\:last\:-mr-15\%:last-child{
    margin-right: -15%;
  }

  .max-width\:last\:-mr-20\%:last-child{
    margin-right: -20%;
  }

  .max-width\:last\:-mr-25\%:last-child{
    margin-right: -25%;
  }

  .max-width\:last\:-mr-30\%:last-child{
    margin-right: -30%;
  }

  .max-width\:last\:-mr-31\%:last-child{
    margin-right: -31%;
  }

  .max-width\:last\:-mr-33\%:last-child{
    margin-right: -33.333%;
  }

  .max-width\:last\:-mr-34\%:last-child{
    margin-right: -34%;
  }

  .max-width\:last\:-mr-45\%:last-child{
    margin-right: -45%;
  }

  .max-width\:last\:-mr-54\%:last-child{
    margin-right: -54%;
  }

  .max-width\:last\:-mr-75\%:last-child{
    margin-right: -75%;
  }

  .max-width\:last\:-mr-55\%:last-child{
    margin-right: -55%;
  }

  .max-width\:last\:-mr-65\%:last-child{
    margin-right: -65%;
  }

  .max-width\:last\:-mr-66\%:last-child{
    margin-right: -66%;
  }

  .max-width\:last\:-mr-85\%:last-child{
    margin-right: -85%;
  }

  .max-width\:last\:-mr-96\%:last-child{
    margin-right: -96%;
  }

  .max-width\:last\:-mr-130\%:last-child{
    margin-right: -130%;
  }

  .max-width\:last\:-mr-135\%:last-child{
    margin-right: -135%;
  }

  .max-width\:last\:-mr-200\%:last-child{
    margin-right: -200%;
  }

  .max-width\:last\:-mr-16\/9:last-child{
    margin-right: -56.25%;
  }

  .max-width\:last\:-mr-1\/2:last-child{
    margin-right: -50%;
  }

  .max-width\:last\:-mr-full:last-child{
    margin-right: -100%;
  }

  .max-width\:last\:-mr-span:last-child{
    margin-right: -8.333%;
  }

  .max-width\:last\:-mr-2span:last-child{
    margin-right: -16.666%;
  }

  .max-width\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .max-width\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .max-width\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .max-width\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .max-width\:last\:mb-12:last-child{
    margin-bottom: 0.75rem;
  }

  .max-width\:last\:mb-16:last-child{
    margin-bottom: 1rem;
  }

  .max-width\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .max-width\:last\:mb-24:last-child{
    margin-bottom: 1.5rem;
  }

  .max-width\:last\:mb-32:last-child{
    margin-bottom: 2rem;
  }

  .max-width\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .max-width\:last\:mb-48:last-child{
    margin-bottom: 3rem;
  }

  .max-width\:last\:mb-56:last-child{
    margin-bottom: 3.5rem;
  }

  .max-width\:last\:mb-64:last-child{
    margin-bottom: 4rem;
  }

  .max-width\:last\:mb-80:last-child{
    margin-bottom: 5rem;
  }

  .max-width\:last\:mb-96:last-child{
    margin-bottom: 6rem;
  }

  .max-width\:last\:mb-104:last-child{
    margin-bottom: 6.5rem;
  }

  .max-width\:last\:mb-112:last-child{
    margin-bottom: 7rem;
  }

  .max-width\:last\:mb-128:last-child{
    margin-bottom: 8rem;
  }

  .max-width\:last\:mb-140:last-child{
    margin-bottom: 8.75rem;
  }

  .max-width\:last\:mb-160:last-child{
    margin-bottom: 10rem;
  }

  .max-width\:last\:mb-180:last-child{
    margin-bottom: 11.25rem;
  }

  .max-width\:last\:mb-200:last-child{
    margin-bottom: 12.5rem;
  }

  .max-width\:last\:mb-224:last-child{
    margin-bottom: 14rem;
  }

  .max-width\:last\:mb-240:last-child{
    margin-bottom: 15rem;
  }

  .max-width\:last\:mb-260:last-child{
    margin-bottom: 16.25rem;
  }

  .max-width\:last\:mb-300:last-child{
    margin-bottom: 18.75rem;
  }

  .max-width\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .max-width\:last\:-mb-78\%:last-child{
    margin-bottom: -78%;
  }

  .max-width\:last\:-mb-80\%:last-child{
    margin-bottom: -80%;
  }

  .max-width\:last\:-mb-50\%:last-child{
    margin-bottom: -50%;
  }

  .max-width\:last\:-mb-35\%:last-child{
    margin-bottom: -35%;
  }

  .max-width\:last\:-mb-128:last-child{
    margin-bottom: -8rem;
  }

  .max-width\:last\:-mb-96:last-child{
    margin-bottom: -6rem;
  }

  .max-width\:last\:-mb-64:last-child{
    margin-bottom: -4rem;
  }

  .max-width\:last\:-mb-32:last-child{
    margin-bottom: -2rem;
  }

  .max-width\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .max-width\:last\:mb-5\%:last-child{
    margin-bottom: 5%;
  }

  .max-width\:last\:mb-10\%:last-child{
    margin-bottom: 10%;
  }

  .max-width\:last\:mb-15\%:last-child{
    margin-bottom: 15%;
  }

  .max-width\:last\:mb-20\%:last-child{
    margin-bottom: 20%;
  }

  .max-width\:last\:mb-25\%:last-child{
    margin-bottom: 25%;
  }

  .max-width\:last\:mb-30\%:last-child{
    margin-bottom: 30%;
  }

  .max-width\:last\:mb-31\%:last-child{
    margin-bottom: 31%;
  }

  .max-width\:last\:mb-33\%:last-child{
    margin-bottom: 33.333%;
  }

  .max-width\:last\:mb-34\%:last-child{
    margin-bottom: 34%;
  }

  .max-width\:last\:mb-45\%:last-child{
    margin-bottom: 45%;
  }

  .max-width\:last\:mb-50\%:last-child{
    margin-bottom: 50%;
  }

  .max-width\:last\:mb-54\%:last-child{
    margin-bottom: 54%;
  }

  .max-width\:last\:mb-75\%:last-child{
    margin-bottom: 75%;
  }

  .max-width\:last\:mb-55\%:last-child{
    margin-bottom: 55%;
  }

  .max-width\:last\:mb-65\%:last-child{
    margin-bottom: 65%;
  }

  .max-width\:last\:mb-66\%:last-child{
    margin-bottom: 66%;
  }

  .max-width\:last\:mb-85\%:last-child{
    margin-bottom: 85%;
  }

  .max-width\:last\:mb-96\%:last-child{
    margin-bottom: 96%;
  }

  .max-width\:last\:mb-130\%:last-child{
    margin-bottom: 130%;
  }

  .max-width\:last\:mb-135\%:last-child{
    margin-bottom: 135%;
  }

  .max-width\:last\:mb-200\%:last-child{
    margin-bottom: 200%;
  }

  .max-width\:last\:mb-16\/9:last-child{
    margin-bottom: 56.25%;
  }

  .max-width\:last\:mb-1\/2:last-child{
    margin-bottom: 50%;
  }

  .max-width\:last\:mb-full:last-child{
    margin-bottom: 100%;
  }

  .max-width\:last\:mb-span:last-child{
    margin-bottom: 8.333%;
  }

  .max-width\:last\:mb-2span:last-child{
    margin-bottom: 16.666%;
  }

  .max-width\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .max-width\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .max-width\:last\:-mb-12:last-child{
    margin-bottom: -0.75rem;
  }

  .max-width\:last\:-mb-16:last-child{
    margin-bottom: -1rem;
  }

  .max-width\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .max-width\:last\:-mb-24:last-child{
    margin-bottom: -1.5rem;
  }

  .max-width\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .max-width\:last\:-mb-48:last-child{
    margin-bottom: -3rem;
  }

  .max-width\:last\:-mb-56:last-child{
    margin-bottom: -3.5rem;
  }

  .max-width\:last\:-mb-80:last-child{
    margin-bottom: -5rem;
  }

  .max-width\:last\:-mb-104:last-child{
    margin-bottom: -6.5rem;
  }

  .max-width\:last\:-mb-112:last-child{
    margin-bottom: -7rem;
  }

  .max-width\:last\:-mb-140:last-child{
    margin-bottom: -8.75rem;
  }

  .max-width\:last\:-mb-160:last-child{
    margin-bottom: -10rem;
  }

  .max-width\:last\:-mb-180:last-child{
    margin-bottom: -11.25rem;
  }

  .max-width\:last\:-mb-200:last-child{
    margin-bottom: -12.5rem;
  }

  .max-width\:last\:-mb-224:last-child{
    margin-bottom: -14rem;
  }

  .max-width\:last\:-mb-240:last-child{
    margin-bottom: -15rem;
  }

  .max-width\:last\:-mb-260:last-child{
    margin-bottom: -16.25rem;
  }

  .max-width\:last\:-mb-300:last-child{
    margin-bottom: -18.75rem;
  }

  .max-width\:last\:-mb--78\%:last-child{
    margin-bottom: 78%;
  }

  .max-width\:last\:-mb--80\%:last-child{
    margin-bottom: 80%;
  }

  .max-width\:last\:-mb--50\%:last-child{
    margin-bottom: 50%;
  }

  .max-width\:last\:-mb--35\%:last-child{
    margin-bottom: 35%;
  }

  .max-width\:last\:-mb--128:last-child{
    margin-bottom: 8rem;
  }

  .max-width\:last\:-mb--96:last-child{
    margin-bottom: 6rem;
  }

  .max-width\:last\:-mb--64:last-child{
    margin-bottom: 4rem;
  }

  .max-width\:last\:-mb--32:last-child{
    margin-bottom: 2rem;
  }

  .max-width\:last\:-mb--8:last-child{
    margin-bottom: 0.5rem;
  }

  .max-width\:last\:-mb-5\%:last-child{
    margin-bottom: -5%;
  }

  .max-width\:last\:-mb-10\%:last-child{
    margin-bottom: -10%;
  }

  .max-width\:last\:-mb-15\%:last-child{
    margin-bottom: -15%;
  }

  .max-width\:last\:-mb-20\%:last-child{
    margin-bottom: -20%;
  }

  .max-width\:last\:-mb-25\%:last-child{
    margin-bottom: -25%;
  }

  .max-width\:last\:-mb-30\%:last-child{
    margin-bottom: -30%;
  }

  .max-width\:last\:-mb-31\%:last-child{
    margin-bottom: -31%;
  }

  .max-width\:last\:-mb-33\%:last-child{
    margin-bottom: -33.333%;
  }

  .max-width\:last\:-mb-34\%:last-child{
    margin-bottom: -34%;
  }

  .max-width\:last\:-mb-45\%:last-child{
    margin-bottom: -45%;
  }

  .max-width\:last\:-mb-54\%:last-child{
    margin-bottom: -54%;
  }

  .max-width\:last\:-mb-75\%:last-child{
    margin-bottom: -75%;
  }

  .max-width\:last\:-mb-55\%:last-child{
    margin-bottom: -55%;
  }

  .max-width\:last\:-mb-65\%:last-child{
    margin-bottom: -65%;
  }

  .max-width\:last\:-mb-66\%:last-child{
    margin-bottom: -66%;
  }

  .max-width\:last\:-mb-85\%:last-child{
    margin-bottom: -85%;
  }

  .max-width\:last\:-mb-96\%:last-child{
    margin-bottom: -96%;
  }

  .max-width\:last\:-mb-130\%:last-child{
    margin-bottom: -130%;
  }

  .max-width\:last\:-mb-135\%:last-child{
    margin-bottom: -135%;
  }

  .max-width\:last\:-mb-200\%:last-child{
    margin-bottom: -200%;
  }

  .max-width\:last\:-mb-16\/9:last-child{
    margin-bottom: -56.25%;
  }

  .max-width\:last\:-mb-1\/2:last-child{
    margin-bottom: -50%;
  }

  .max-width\:last\:-mb-full:last-child{
    margin-bottom: -100%;
  }

  .max-width\:last\:-mb-span:last-child{
    margin-bottom: -8.333%;
  }

  .max-width\:last\:-mb-2span:last-child{
    margin-bottom: -16.666%;
  }

  .max-width\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .max-width\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .max-width\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .max-width\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .max-width\:last\:ml-12:last-child{
    margin-left: 0.75rem;
  }

  .max-width\:last\:ml-16:last-child{
    margin-left: 1rem;
  }

  .max-width\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .max-width\:last\:ml-24:last-child{
    margin-left: 1.5rem;
  }

  .max-width\:last\:ml-32:last-child{
    margin-left: 2rem;
  }

  .max-width\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .max-width\:last\:ml-48:last-child{
    margin-left: 3rem;
  }

  .max-width\:last\:ml-56:last-child{
    margin-left: 3.5rem;
  }

  .max-width\:last\:ml-64:last-child{
    margin-left: 4rem;
  }

  .max-width\:last\:ml-80:last-child{
    margin-left: 5rem;
  }

  .max-width\:last\:ml-96:last-child{
    margin-left: 6rem;
  }

  .max-width\:last\:ml-104:last-child{
    margin-left: 6.5rem;
  }

  .max-width\:last\:ml-112:last-child{
    margin-left: 7rem;
  }

  .max-width\:last\:ml-128:last-child{
    margin-left: 8rem;
  }

  .max-width\:last\:ml-140:last-child{
    margin-left: 8.75rem;
  }

  .max-width\:last\:ml-160:last-child{
    margin-left: 10rem;
  }

  .max-width\:last\:ml-180:last-child{
    margin-left: 11.25rem;
  }

  .max-width\:last\:ml-200:last-child{
    margin-left: 12.5rem;
  }

  .max-width\:last\:ml-224:last-child{
    margin-left: 14rem;
  }

  .max-width\:last\:ml-240:last-child{
    margin-left: 15rem;
  }

  .max-width\:last\:ml-260:last-child{
    margin-left: 16.25rem;
  }

  .max-width\:last\:ml-300:last-child{
    margin-left: 18.75rem;
  }

  .max-width\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .max-width\:last\:-ml-78\%:last-child{
    margin-left: -78%;
  }

  .max-width\:last\:-ml-80\%:last-child{
    margin-left: -80%;
  }

  .max-width\:last\:-ml-50\%:last-child{
    margin-left: -50%;
  }

  .max-width\:last\:-ml-35\%:last-child{
    margin-left: -35%;
  }

  .max-width\:last\:-ml-128:last-child{
    margin-left: -8rem;
  }

  .max-width\:last\:-ml-96:last-child{
    margin-left: -6rem;
  }

  .max-width\:last\:-ml-64:last-child{
    margin-left: -4rem;
  }

  .max-width\:last\:-ml-32:last-child{
    margin-left: -2rem;
  }

  .max-width\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .max-width\:last\:ml-5\%:last-child{
    margin-left: 5%;
  }

  .max-width\:last\:ml-10\%:last-child{
    margin-left: 10%;
  }

  .max-width\:last\:ml-15\%:last-child{
    margin-left: 15%;
  }

  .max-width\:last\:ml-20\%:last-child{
    margin-left: 20%;
  }

  .max-width\:last\:ml-25\%:last-child{
    margin-left: 25%;
  }

  .max-width\:last\:ml-30\%:last-child{
    margin-left: 30%;
  }

  .max-width\:last\:ml-31\%:last-child{
    margin-left: 31%;
  }

  .max-width\:last\:ml-33\%:last-child{
    margin-left: 33.333%;
  }

  .max-width\:last\:ml-34\%:last-child{
    margin-left: 34%;
  }

  .max-width\:last\:ml-45\%:last-child{
    margin-left: 45%;
  }

  .max-width\:last\:ml-50\%:last-child{
    margin-left: 50%;
  }

  .max-width\:last\:ml-54\%:last-child{
    margin-left: 54%;
  }

  .max-width\:last\:ml-75\%:last-child{
    margin-left: 75%;
  }

  .max-width\:last\:ml-55\%:last-child{
    margin-left: 55%;
  }

  .max-width\:last\:ml-65\%:last-child{
    margin-left: 65%;
  }

  .max-width\:last\:ml-66\%:last-child{
    margin-left: 66%;
  }

  .max-width\:last\:ml-85\%:last-child{
    margin-left: 85%;
  }

  .max-width\:last\:ml-96\%:last-child{
    margin-left: 96%;
  }

  .max-width\:last\:ml-130\%:last-child{
    margin-left: 130%;
  }

  .max-width\:last\:ml-135\%:last-child{
    margin-left: 135%;
  }

  .max-width\:last\:ml-200\%:last-child{
    margin-left: 200%;
  }

  .max-width\:last\:ml-16\/9:last-child{
    margin-left: 56.25%;
  }

  .max-width\:last\:ml-1\/2:last-child{
    margin-left: 50%;
  }

  .max-width\:last\:ml-full:last-child{
    margin-left: 100%;
  }

  .max-width\:last\:ml-span:last-child{
    margin-left: 8.333%;
  }

  .max-width\:last\:ml-2span:last-child{
    margin-left: 16.666%;
  }

  .max-width\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .max-width\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .max-width\:last\:-ml-12:last-child{
    margin-left: -0.75rem;
  }

  .max-width\:last\:-ml-16:last-child{
    margin-left: -1rem;
  }

  .max-width\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .max-width\:last\:-ml-24:last-child{
    margin-left: -1.5rem;
  }

  .max-width\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .max-width\:last\:-ml-48:last-child{
    margin-left: -3rem;
  }

  .max-width\:last\:-ml-56:last-child{
    margin-left: -3.5rem;
  }

  .max-width\:last\:-ml-80:last-child{
    margin-left: -5rem;
  }

  .max-width\:last\:-ml-104:last-child{
    margin-left: -6.5rem;
  }

  .max-width\:last\:-ml-112:last-child{
    margin-left: -7rem;
  }

  .max-width\:last\:-ml-140:last-child{
    margin-left: -8.75rem;
  }

  .max-width\:last\:-ml-160:last-child{
    margin-left: -10rem;
  }

  .max-width\:last\:-ml-180:last-child{
    margin-left: -11.25rem;
  }

  .max-width\:last\:-ml-200:last-child{
    margin-left: -12.5rem;
  }

  .max-width\:last\:-ml-224:last-child{
    margin-left: -14rem;
  }

  .max-width\:last\:-ml-240:last-child{
    margin-left: -15rem;
  }

  .max-width\:last\:-ml-260:last-child{
    margin-left: -16.25rem;
  }

  .max-width\:last\:-ml-300:last-child{
    margin-left: -18.75rem;
  }

  .max-width\:last\:-ml--78\%:last-child{
    margin-left: 78%;
  }

  .max-width\:last\:-ml--80\%:last-child{
    margin-left: 80%;
  }

  .max-width\:last\:-ml--50\%:last-child{
    margin-left: 50%;
  }

  .max-width\:last\:-ml--35\%:last-child{
    margin-left: 35%;
  }

  .max-width\:last\:-ml--128:last-child{
    margin-left: 8rem;
  }

  .max-width\:last\:-ml--96:last-child{
    margin-left: 6rem;
  }

  .max-width\:last\:-ml--64:last-child{
    margin-left: 4rem;
  }

  .max-width\:last\:-ml--32:last-child{
    margin-left: 2rem;
  }

  .max-width\:last\:-ml--8:last-child{
    margin-left: 0.5rem;
  }

  .max-width\:last\:-ml-5\%:last-child{
    margin-left: -5%;
  }

  .max-width\:last\:-ml-10\%:last-child{
    margin-left: -10%;
  }

  .max-width\:last\:-ml-15\%:last-child{
    margin-left: -15%;
  }

  .max-width\:last\:-ml-20\%:last-child{
    margin-left: -20%;
  }

  .max-width\:last\:-ml-25\%:last-child{
    margin-left: -25%;
  }

  .max-width\:last\:-ml-30\%:last-child{
    margin-left: -30%;
  }

  .max-width\:last\:-ml-31\%:last-child{
    margin-left: -31%;
  }

  .max-width\:last\:-ml-33\%:last-child{
    margin-left: -33.333%;
  }

  .max-width\:last\:-ml-34\%:last-child{
    margin-left: -34%;
  }

  .max-width\:last\:-ml-45\%:last-child{
    margin-left: -45%;
  }

  .max-width\:last\:-ml-54\%:last-child{
    margin-left: -54%;
  }

  .max-width\:last\:-ml-75\%:last-child{
    margin-left: -75%;
  }

  .max-width\:last\:-ml-55\%:last-child{
    margin-left: -55%;
  }

  .max-width\:last\:-ml-65\%:last-child{
    margin-left: -65%;
  }

  .max-width\:last\:-ml-66\%:last-child{
    margin-left: -66%;
  }

  .max-width\:last\:-ml-85\%:last-child{
    margin-left: -85%;
  }

  .max-width\:last\:-ml-96\%:last-child{
    margin-left: -96%;
  }

  .max-width\:last\:-ml-130\%:last-child{
    margin-left: -130%;
  }

  .max-width\:last\:-ml-135\%:last-child{
    margin-left: -135%;
  }

  .max-width\:last\:-ml-200\%:last-child{
    margin-left: -200%;
  }

  .max-width\:last\:-ml-16\/9:last-child{
    margin-left: -56.25%;
  }

  .max-width\:last\:-ml-1\/2:last-child{
    margin-left: -50%;
  }

  .max-width\:last\:-ml-full:last-child{
    margin-left: -100%;
  }

  .max-width\:last\:-ml-span:last-child{
    margin-left: -8.333%;
  }

  .max-width\:last\:-ml-2span:last-child{
    margin-left: -16.666%;
  }

  .max-width\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .max-width\:box-border{
    box-sizing: border-box;
  }

  .max-width\:box-content{
    box-sizing: content-box;
  }

  .max-width\:block{
    display: block;
  }

  .max-width\:inline-block{
    display: inline-block;
  }

  .max-width\:inline{
    display: inline;
  }

  .max-width\:flex{
    display: flex;
  }

  .max-width\:inline-flex{
    display: inline-flex;
  }

  .max-width\:table{
    display: table;
  }

  .max-width\:inline-table{
    display: inline-table;
  }

  .max-width\:table-caption{
    display: table-caption;
  }

  .max-width\:table-cell{
    display: table-cell;
  }

  .max-width\:table-column{
    display: table-column;
  }

  .max-width\:table-column-group{
    display: table-column-group;
  }

  .max-width\:table-footer-group{
    display: table-footer-group;
  }

  .max-width\:table-header-group{
    display: table-header-group;
  }

  .max-width\:table-row-group{
    display: table-row-group;
  }

  .max-width\:table-row{
    display: table-row;
  }

  .max-width\:flow-root{
    display: flow-root;
  }

  .max-width\:grid{
    display: grid;
  }

  .max-width\:inline-grid{
    display: inline-grid;
  }

  .max-width\:contents{
    display: contents;
  }

  .max-width\:list-item{
    display: list-item;
  }

  .max-width\:hidden{
    display: none;
  }

  .max-width\:h-0{
    height: 0;
  }

  .max-width\:h-2{
    height: 0.125rem;
  }

  .max-width\:h-4{
    height: 0.25rem;
  }

  .max-width\:h-8{
    height: 0.5rem;
  }

  .max-width\:h-12{
    height: 0.75rem;
  }

  .max-width\:h-16{
    height: 1rem;
  }

  .max-width\:h-20{
    height: 1.25rem;
  }

  .max-width\:h-24{
    height: 1.5rem;
  }

  .max-width\:h-30{
    height: 1.875rem;
  }

  .max-width\:h-32{
    height: 2rem;
  }

  .max-width\:h-40{
    height: 2.5rem;
  }

  .max-width\:h-48{
    height: 3rem;
  }

  .max-width\:h-56{
    height: 3.5rem;
  }

  .max-width\:h-64{
    height: 4rem;
  }

  .max-width\:h-80{
    height: 5rem;
  }

  .max-width\:h-96{
    height: 6rem;
  }

  .max-width\:h-104{
    height: 6.5rem;
  }

  .max-width\:h-112{
    height: 7rem;
  }

  .max-width\:h-128{
    height: 8rem;
  }

  .max-width\:h-140{
    height: 8.75rem;
  }

  .max-width\:h-160{
    height: 10rem;
  }

  .max-width\:h-180{
    height: 11.25rem;
  }

  .max-width\:h-192{
    height: 12rem;
  }

  .max-width\:h-200{
    height: 12.5rem;
  }

  .max-width\:h-224{
    height: 14rem;
  }

  .max-width\:h-240{
    height: 15rem;
  }

  .max-width\:h-260{
    height: 16.25rem;
  }

  .max-width\:h-300{
    height: 18.75rem;
  }

  .max-width\:h-336{
    height: 21rem;
  }

  .max-width\:h-400{
    height: 25rem;
  }

  .max-width\:h-448{
    height: 28rem;
  }

  .max-width\:h-450{
    height: 28.125rem;
  }

  .max-width\:h-560{
    height: 35rem;
  }

  .max-width\:h-672{
    height: 42rem;
  }

  .max-width\:h-750{
    height: 45rem;
  }

  .max-width\:h-832{
    height: 52rem;
  }

  .max-width\:h-1080{
    height: 67.5rem;
  }

  .max-width\:h-auto{
    height: auto;
  }

  .max-width\:-h-78\%{
    height: -78%;
  }

  .max-width\:-h-80\%{
    height: -80%;
  }

  .max-width\:-h-50\%{
    height: -50%;
  }

  .max-width\:-h-35\%{
    height: -35%;
  }

  .max-width\:-h-128{
    height: -8rem;
  }

  .max-width\:-h-96{
    height: -6rem;
  }

  .max-width\:-h-64{
    height: -4rem;
  }

  .max-width\:-h-32{
    height: -2rem;
  }

  .max-width\:-h-8{
    height: -0.5rem;
  }

  .max-width\:h-5\%{
    height: 5%;
  }

  .max-width\:h-10\%{
    height: 10%;
  }

  .max-width\:h-15\%{
    height: 15%;
  }

  .max-width\:h-20\%{
    height: 20%;
  }

  .max-width\:h-25\%{
    height: 25%;
  }

  .max-width\:h-30\%{
    height: 30%;
  }

  .max-width\:h-31\%{
    height: 31%;
  }

  .max-width\:h-33\%{
    height: 33.333%;
  }

  .max-width\:h-34\%{
    height: 34%;
  }

  .max-width\:h-45\%{
    height: 45%;
  }

  .max-width\:h-50\%{
    height: 50%;
  }

  .max-width\:h-54\%{
    height: 54%;
  }

  .max-width\:h-75\%{
    height: 75%;
  }

  .max-width\:h-55\%{
    height: 55%;
  }

  .max-width\:h-65\%{
    height: 65%;
  }

  .max-width\:h-66\%{
    height: 66%;
  }

  .max-width\:h-85\%{
    height: 85%;
  }

  .max-width\:h-96\%{
    height: 96%;
  }

  .max-width\:h-130\%{
    height: 130%;
  }

  .max-width\:h-135\%{
    height: 135%;
  }

  .max-width\:h-200\%{
    height: 200%;
  }

  .max-width\:h-16\/9{
    height: 56.25%;
  }

  .max-width\:h-1\/2{
    height: 50%;
  }

  .max-width\:h-full{
    height: 100%;
  }

  .max-width\:h-span{
    height: 8.333%;
  }

  .max-width\:h-2span{
    height: 16.666%;
  }

  .max-width\:h-px{
    height: 1px;
  }

  .max-width\:h-1\/3{
    height: 33.333333%;
  }

  .max-width\:h-2\/3{
    height: 66.666667%;
  }

  .max-width\:h-1\/4{
    height: 25%;
  }

  .max-width\:h-2\/4{
    height: 50%;
  }

  .max-width\:h-3\/4{
    height: 75%;
  }

  .max-width\:h-1\/5{
    height: 20%;
  }

  .max-width\:h-2\/5{
    height: 40%;
  }

  .max-width\:h-3\/5{
    height: 60%;
  }

  .max-width\:h-4\/5{
    height: 80%;
  }

  .max-width\:h-1\/6{
    height: 16.666667%;
  }

  .max-width\:h-2\/6{
    height: 33.333333%;
  }

  .max-width\:h-3\/6{
    height: 50%;
  }

  .max-width\:h-4\/6{
    height: 66.666667%;
  }

  .max-width\:h-5\/6{
    height: 83.333333%;
  }

  .max-width\:h-screen{
    height: 100vh;
  }

  .max-width\:h-100vh{
    height: 100vh;
  }

  .max-width\:h-105\%{
    height: 105%;
  }

  .max-width\:max-h-0{
    max-height: 0;
  }

  .max-width\:max-h-4{
    max-height: 0.25rem;
  }

  .max-width\:max-h-8{
    max-height: 0.5rem;
  }

  .max-width\:max-h-12{
    max-height: 0.75rem;
  }

  .max-width\:max-h-16{
    max-height: 1rem;
  }

  .max-width\:max-h-20{
    max-height: 1.25rem;
  }

  .max-width\:max-h-24{
    max-height: 1.5rem;
  }

  .max-width\:max-h-32{
    max-height: 2rem;
  }

  .max-width\:max-h-40{
    max-height: 2.5rem;
  }

  .max-width\:max-h-48{
    max-height: 3rem;
  }

  .max-width\:max-h-56{
    max-height: 3.5rem;
  }

  .max-width\:max-h-64{
    max-height: 4rem;
  }

  .max-width\:max-h-80{
    max-height: 5rem;
  }

  .max-width\:max-h-96{
    max-height: 6rem;
  }

  .max-width\:max-h-104{
    max-height: 6.5rem;
  }

  .max-width\:max-h-112{
    max-height: 7rem;
  }

  .max-width\:max-h-120{
    max-height: 7.5rem;
  }

  .max-width\:max-h-128{
    max-height: 8rem;
  }

  .max-width\:max-h-140{
    max-height: 8.75rem;
  }

  .max-width\:max-h-160{
    max-height: 10rem;
  }

  .max-width\:max-h-180{
    max-height: 11.25rem;
  }

  .max-width\:max-h-200{
    max-height: 12.5rem;
  }

  .max-width\:max-h-224{
    max-height: 14rem;
  }

  .max-width\:max-h-240{
    max-height: 15rem;
  }

  .max-width\:max-h-260{
    max-height: 16.25rem;
  }

  .max-width\:max-h-300{
    max-height: 18.75rem;
  }

  .max-width\:max-h-800{
    max-height: 50rem;
  }

  .max-width\:max-h-1500{
    max-height: 93.75rem;
  }

  .max-width\:-max-h-78\%{
    max-height: -78%;
  }

  .max-width\:-max-h-80\%{
    max-height: -80%;
  }

  .max-width\:-max-h-50\%{
    max-height: -50%;
  }

  .max-width\:-max-h-35\%{
    max-height: -35%;
  }

  .max-width\:-max-h-128{
    max-height: -8rem;
  }

  .max-width\:-max-h-96{
    max-height: -6rem;
  }

  .max-width\:-max-h-64{
    max-height: -4rem;
  }

  .max-width\:-max-h-32{
    max-height: -2rem;
  }

  .max-width\:-max-h-8{
    max-height: -0.5rem;
  }

  .max-width\:max-h-5\%{
    max-height: 5%;
  }

  .max-width\:max-h-10\%{
    max-height: 10%;
  }

  .max-width\:max-h-15\%{
    max-height: 15%;
  }

  .max-width\:max-h-20\%{
    max-height: 20%;
  }

  .max-width\:max-h-25\%{
    max-height: 25%;
  }

  .max-width\:max-h-30\%{
    max-height: 30%;
  }

  .max-width\:max-h-31\%{
    max-height: 31%;
  }

  .max-width\:max-h-33\%{
    max-height: 33.333%;
  }

  .max-width\:max-h-34\%{
    max-height: 34%;
  }

  .max-width\:max-h-45\%{
    max-height: 45%;
  }

  .max-width\:max-h-50\%{
    max-height: 50%;
  }

  .max-width\:max-h-54\%{
    max-height: 54%;
  }

  .max-width\:max-h-75\%{
    max-height: 75%;
  }

  .max-width\:max-h-55\%{
    max-height: 55%;
  }

  .max-width\:max-h-65\%{
    max-height: 65%;
  }

  .max-width\:max-h-66\%{
    max-height: 66%;
  }

  .max-width\:max-h-85\%{
    max-height: 85%;
  }

  .max-width\:max-h-96\%{
    max-height: 96%;
  }

  .max-width\:max-h-130\%{
    max-height: 130%;
  }

  .max-width\:max-h-135\%{
    max-height: 135%;
  }

  .max-width\:max-h-200\%{
    max-height: 200%;
  }

  .max-width\:max-h-16\/9{
    max-height: 56.25%;
  }

  .max-width\:max-h-1\/2{
    max-height: 50%;
  }

  .max-width\:max-h-full{
    max-height: 100%;
  }

  .max-width\:max-h-span{
    max-height: 8.333%;
  }

  .max-width\:max-h-2span{
    max-height: 16.666%;
  }

  .max-width\:max-h-px{
    max-height: 1px;
  }

  .max-width\:max-h-screen{
    max-height: 100vh;
  }

  .max-width\:max-h-80vh{
    max-height: 80vh;
  }

  .max-width\:min-h-0{
    min-height: 0px;
  }

  .max-width\:min-h-32{
    min-height: 2rem;
  }

  .max-width\:min-h-64{
    min-height: 4rem;
  }

  .max-width\:min-h-96{
    min-height: 6rem;
  }

  .max-width\:min-h-272{
    min-height: 17rem;
  }

  .max-width\:min-h-300{
    min-height: 18.75rem;
  }

  .max-width\:min-h-448{
    min-height: 28rem;
  }

  .max-width\:min-h-460{
    min-height: 28.75rem;
  }

  .max-width\:min-h-500{
    min-height: 31.25rem;
  }

  .max-width\:min-h-560{
    min-height: 35rem;
  }

  .max-width\:min-h-672{
    min-height: 42rem;
  }

  .max-width\:min-h-704{
    min-height: 44rem;
  }

  .max-width\:min-h-736{
    min-height: 46rem;
  }

  .max-width\:min-h-780{
    min-height: 48.75rem;
  }

  .max-width\:min-h-816{
    min-height: 51rem;
  }

  .max-width\:min-h-832{
    min-height: 52rem;
  }

  .max-width\:min-h-1040{
    min-height: 65rem;
  }

  .max-width\:min-h-full{
    min-height: 100%;
  }

  .max-width\:min-h-screen{
    min-height: 100vh;
  }

  .max-width\:min-h-1\/2{
    min-height: 50%;
  }

  .max-width\:min-h-100vh{
    min-height: 100vh;
  }

  .max-width\:w-0{
    width: 0;
  }

  .max-width\:w-4{
    width: 0.25rem;
  }

  .max-width\:w-8{
    width: 0.5rem;
  }

  .max-width\:w-12{
    width: 0.75rem;
  }

  .max-width\:w-16{
    width: 1rem;
  }

  .max-width\:w-20{
    width: 1.25rem;
  }

  .max-width\:w-24{
    width: 1.5rem;
  }

  .max-width\:w-30{
    width: 1.875rem;
  }

  .max-width\:w-32{
    width: 2rem;
  }

  .max-width\:w-40{
    width: 2.5rem;
  }

  .max-width\:w-48{
    width: 3rem;
  }

  .max-width\:w-56{
    width: 3.5rem;
  }

  .max-width\:w-64{
    width: 4rem;
  }

  .max-width\:w-80{
    width: 5rem;
  }

  .max-width\:w-96{
    width: 6rem;
  }

  .max-width\:w-104{
    width: 6.5rem;
  }

  .max-width\:w-112{
    width: 7rem;
  }

  .max-width\:w-128{
    width: 8rem;
  }

  .max-width\:w-140{
    width: 8.75rem;
  }

  .max-width\:w-144{
    width: 9rem;
  }

  .max-width\:w-160{
    width: 10rem;
  }

  .max-width\:w-180{
    width: 11.25rem;
  }

  .max-width\:w-200{
    width: 12.5rem;
  }

  .max-width\:w-224{
    width: 14rem;
  }

  .max-width\:w-240{
    width: 15rem;
  }

  .max-width\:w-260{
    width: 16.25rem;
  }

  .max-width\:w-288{
    width: 18rem;
  }

  .max-width\:w-300{
    width: 18.75rem;
  }

  .max-width\:w-336{
    width: 21rem;
  }

  .max-width\:w-390{
    width: 24.375rem;
  }

  .max-width\:w-448{
    width: 28rem;
  }

  .max-width\:w-475{
    width: 29.625rem;
  }

  .max-width\:w-528{
    width: 33rem;
  }

  .max-width\:w-560{
    width: 35rem;
  }

  .max-width\:w-672{
    width: 42rem;
  }

  .max-width\:w-832{
    width: 52rem;
  }

  .max-width\:w-834{
    width: 52.125rem;
  }

  .max-width\:w-1080{
    width: 67.5rem;
  }

  .max-width\:w-auto{
    width: auto;
  }

  .max-width\:-w-78\%{
    width: -78%;
  }

  .max-width\:-w-80\%{
    width: -80%;
  }

  .max-width\:-w-50\%{
    width: -50%;
  }

  .max-width\:-w-35\%{
    width: -35%;
  }

  .max-width\:-w-128{
    width: -8rem;
  }

  .max-width\:-w-96{
    width: -6rem;
  }

  .max-width\:-w-64{
    width: -4rem;
  }

  .max-width\:-w-32{
    width: -2rem;
  }

  .max-width\:-w-8{
    width: -0.5rem;
  }

  .max-width\:w-5\%{
    width: 5%;
  }

  .max-width\:w-10\%{
    width: 10%;
  }

  .max-width\:w-15\%{
    width: 15%;
  }

  .max-width\:w-20\%{
    width: 20%;
  }

  .max-width\:w-25\%{
    width: 25%;
  }

  .max-width\:w-30\%{
    width: 30%;
  }

  .max-width\:w-31\%{
    width: 31%;
  }

  .max-width\:w-33\%{
    width: 33.333%;
  }

  .max-width\:w-34\%{
    width: 34%;
  }

  .max-width\:w-45\%{
    width: 45%;
  }

  .max-width\:w-50\%{
    width: 50%;
  }

  .max-width\:w-54\%{
    width: 54%;
  }

  .max-width\:w-75\%{
    width: 75%;
  }

  .max-width\:w-55\%{
    width: 55%;
  }

  .max-width\:w-65\%{
    width: 65%;
  }

  .max-width\:w-66\%{
    width: 66%;
  }

  .max-width\:w-85\%{
    width: 85%;
  }

  .max-width\:w-96\%{
    width: 96%;
  }

  .max-width\:w-130\%{
    width: 130%;
  }

  .max-width\:w-135\%{
    width: 135%;
  }

  .max-width\:w-200\%{
    width: 200%;
  }

  .max-width\:w-16\/9{
    width: 56.25%;
  }

  .max-width\:w-1\/2{
    width: 50%;
  }

  .max-width\:w-full{
    width: 100%;
  }

  .max-width\:w-span{
    width: 8.333%;
  }

  .max-width\:w-2span{
    width: 16.666%;
  }

  .max-width\:w-px{
    width: 1px;
  }

  .max-width\:w-1\/3{
    width: 33.333333%;
  }

  .max-width\:w-2\/3{
    width: 66.666667%;
  }

  .max-width\:w-1\/4{
    width: 25%;
  }

  .max-width\:w-2\/4{
    width: 50%;
  }

  .max-width\:w-3\/4{
    width: 75%;
  }

  .max-width\:w-1\/5{
    width: 20%;
  }

  .max-width\:w-2\/5{
    width: 40%;
  }

  .max-width\:w-3\/5{
    width: 60%;
  }

  .max-width\:w-4\/5{
    width: 80%;
  }

  .max-width\:w-1\/6{
    width: 16.666667%;
  }

  .max-width\:w-2\/6{
    width: 33.333333%;
  }

  .max-width\:w-3\/6{
    width: 50%;
  }

  .max-width\:w-4\/6{
    width: 66.666667%;
  }

  .max-width\:w-5\/6{
    width: 83.333333%;
  }

  .max-width\:w-1\/12{
    width: 8.333333%;
  }

  .max-width\:w-2\/12{
    width: 16.666667%;
  }

  .max-width\:w-3\/12{
    width: 25%;
  }

  .max-width\:w-4\/12{
    width: 33.333333%;
  }

  .max-width\:w-5\/12{
    width: 41.666667%;
  }

  .max-width\:w-6\/12{
    width: 50%;
  }

  .max-width\:w-7\/12{
    width: 58.333333%;
  }

  .max-width\:w-8\/12{
    width: 66.666667%;
  }

  .max-width\:w-9\/12{
    width: 75%;
  }

  .max-width\:w-10\/12{
    width: 83.333333%;
  }

  .max-width\:w-11\/12{
    width: 91.666667%;
  }

  .max-width\:w-screen{
    width: 100vw;
  }

  .max-width\:w-min{
    width: min-content;
  }

  .max-width\:w-max{
    width: max-content;
  }

  .max-width\:w-7span{
    width: 58.3%;
  }

  .max-width\:w-8span{
    width: 66.4%;
  }

  .max-width\:w-160\%{
    width: 160%;
  }

  .max-width\:min-w-0{
    min-width: 0px;
  }

  .max-width\:min-w-32{
    min-width: 2rem;
  }

  .max-width\:min-w-248{
    min-width: 15.5rem;
  }

  .max-width\:min-w-295{
    min-width: 18.4375rem;
  }

  .max-width\:min-w-560{
    min-width: 35rem;
  }

  .max-width\:min-w-736{
    min-width: 46rem;
  }

  .max-width\:min-w-816{
    min-width: 51rem;
  }

  .max-width\:min-w-1224{
    min-width: 76.5rem;
  }

  .max-width\:min-w-full{
    min-width: 100%;
  }

  .max-width\:min-w-min{
    min-width: min-content;
  }

  .max-width\:min-w-max{
    min-width: max-content;
  }

  .max-width\:max-w-0{
    max-width: 0rem;
  }

  .max-width\:max-w-32{
    max-width: 2rem;
  }

  .max-width\:max-w-260{
    max-width: 16rem;
  }

  .max-width\:max-w-none{
    max-width: none;
  }

  .max-width\:max-w-xs{
    max-width: 20rem;
  }

  .max-width\:max-w-sm{
    max-width: 24rem;
  }

  .max-width\:max-w-md{
    max-width: 28rem;
  }

  .max-width\:max-w-lg{
    max-width: 32rem;
  }

  .max-width\:max-w-xl{
    max-width: 90rem;
  }

  .max-width\:max-w-2xl{
    max-width: 42rem;
  }

  .max-width\:max-w-3xl{
    max-width: 48rem;
  }

  .max-width\:max-w-4xl{
    max-width: 56rem;
  }

  .max-width\:max-w-5xl{
    max-width: 64rem;
  }

  .max-width\:max-w-6xl{
    max-width: 72rem;
  }

  .max-width\:max-w-7xl{
    max-width: 80rem;
  }

  .max-width\:max-w-full{
    max-width: 100rem;
  }

  .max-width\:max-w-min{
    max-width: min-content;
  }

  .max-width\:max-w-max{
    max-width: max-content;
  }

  .max-width\:max-w-prose{
    max-width: 65ch;
  }

  .max-width\:max-w-screen-min-width{
    max-width: 320px;
  }

  .max-width\:max-w-screen-xs{
    max-width: 480px;
  }

  .max-width\:max-w-screen-sm{
    max-width: 768px;
  }

  .max-width\:max-w-screen-md{
    max-width: 1024px;
  }

  .max-width\:max-w-screen-lg{
    max-width: 1280px;
  }

  .max-width\:max-w-screen-xl{
    max-width: 1440px;
  }

  .max-width\:max-w-screen-max-width{
    max-width: 1680px;
  }

  .max-width\:max-w-screen-widescreen{
    max-width: 1920px;
  }

  .max-width\:max-w-logo{
    max-width: 16.25rem;
  }

  .max-width\:max-w-container{
    max-width: 120rem;
  }

  .max-width\:max-w-footer{
    max-width: 82rem;
  }

  .max-width\:max-w-content{
    max-width: 56rem;
  }

  .max-width\:max-w-imageTextBox{
    max-width: 34rem;
  }

  .max-width\:max-w-half{
    max-width: 50%;
  }

  .max-width\:max-w-3\/4{
    max-width: 75%;
  }

  .max-width\:max-w-1\/3{
    max-width: 33%;
  }

  .max-width\:flex-1{
    flex: 1 1 0%;
  }

  .max-width\:flex-auto{
    flex: 1 1 auto;
  }

  .max-width\:flex-initial{
    flex: 0 1 auto;
  }

  .max-width\:flex-none{
    flex: none;
  }

  .max-width\:flex-shrink-0{
    flex-shrink: 0;
  }

  .max-width\:flex-shrink{
    flex-shrink: 1;
  }

  .max-width\:flex-grow-0{
    flex-grow: 0;
  }

  .max-width\:flex-grow{
    flex-grow: 1;
  }

  .max-width\:table-auto{
    table-layout: auto;
  }

  .max-width\:table-fixed{
    table-layout: fixed;
  }

  .max-width\:border-collapse{
    border-collapse: collapse;
  }

  .max-width\:border-separate{
    border-collapse: separate;
  }

  .max-width\:origin-center{
    transform-origin: center;
  }

  .max-width\:origin-top{
    transform-origin: top;
  }

  .max-width\:origin-top-right{
    transform-origin: top right;
  }

  .max-width\:origin-right{
    transform-origin: right;
  }

  .max-width\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .max-width\:origin-bottom{
    transform-origin: bottom;
  }

  .max-width\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .max-width\:origin-left{
    transform-origin: left;
  }

  .max-width\:origin-top-left{
    transform-origin: top left;
  }

  .max-width\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-width\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-width\:transform-none{
    transform: none;
  }

  .max-width\:translate-x-0{
    --tw-translate-x: 0;
  }

  .max-width\:translate-x-4{
    --tw-translate-x: 0.25rem;
  }

  .max-width\:translate-x-8{
    --tw-translate-x: 0.5rem;
  }

  .max-width\:translate-x-12{
    --tw-translate-x: 0.75rem;
  }

  .max-width\:translate-x-16{
    --tw-translate-x: 1rem;
  }

  .max-width\:translate-x-20{
    --tw-translate-x: 1.25rem;
  }

  .max-width\:translate-x-24{
    --tw-translate-x: 1.5rem;
  }

  .max-width\:translate-x-32{
    --tw-translate-x: 2rem;
  }

  .max-width\:translate-x-40{
    --tw-translate-x: 2.5rem;
  }

  .max-width\:translate-x-48{
    --tw-translate-x: 3rem;
  }

  .max-width\:translate-x-56{
    --tw-translate-x: 3.5rem;
  }

  .max-width\:translate-x-64{
    --tw-translate-x: 4rem;
  }

  .max-width\:translate-x-80{
    --tw-translate-x: 5rem;
  }

  .max-width\:translate-x-96{
    --tw-translate-x: 6rem;
  }

  .max-width\:translate-x-104{
    --tw-translate-x: 6.5rem;
  }

  .max-width\:translate-x-112{
    --tw-translate-x: 7rem;
  }

  .max-width\:translate-x-128{
    --tw-translate-x: 8rem;
  }

  .max-width\:translate-x-140{
    --tw-translate-x: 8.75rem;
  }

  .max-width\:translate-x-160{
    --tw-translate-x: 10rem;
  }

  .max-width\:translate-x-180{
    --tw-translate-x: 11.25rem;
  }

  .max-width\:translate-x-200{
    --tw-translate-x: 12.5rem;
  }

  .max-width\:translate-x-224{
    --tw-translate-x: 14rem;
  }

  .max-width\:translate-x-240{
    --tw-translate-x: 15rem;
  }

  .max-width\:translate-x-260{
    --tw-translate-x: 16.25rem;
  }

  .max-width\:translate-x-300{
    --tw-translate-x: 18.75rem;
  }

  .max-width\:-translate-x-78\%{
    --tw-translate-x: -78%;
  }

  .max-width\:-translate-x-80\%{
    --tw-translate-x: -80%;
  }

  .max-width\:-translate-x-50\%{
    --tw-translate-x: -50%;
  }

  .max-width\:-translate-x-35\%{
    --tw-translate-x: -35%;
  }

  .max-width\:-translate-x-128{
    --tw-translate-x: -8rem;
  }

  .max-width\:-translate-x-96{
    --tw-translate-x: -6rem;
  }

  .max-width\:-translate-x-64{
    --tw-translate-x: -4rem;
  }

  .max-width\:-translate-x-32{
    --tw-translate-x: -2rem;
  }

  .max-width\:-translate-x-8{
    --tw-translate-x: -0.5rem;
  }

  .max-width\:translate-x-5\%{
    --tw-translate-x: 5%;
  }

  .max-width\:translate-x-10\%{
    --tw-translate-x: 10%;
  }

  .max-width\:translate-x-15\%{
    --tw-translate-x: 15%;
  }

  .max-width\:translate-x-20\%{
    --tw-translate-x: 20%;
  }

  .max-width\:translate-x-25\%{
    --tw-translate-x: 25%;
  }

  .max-width\:translate-x-30\%{
    --tw-translate-x: 30%;
  }

  .max-width\:translate-x-31\%{
    --tw-translate-x: 31%;
  }

  .max-width\:translate-x-33\%{
    --tw-translate-x: 33.333%;
  }

  .max-width\:translate-x-34\%{
    --tw-translate-x: 34%;
  }

  .max-width\:translate-x-45\%{
    --tw-translate-x: 45%;
  }

  .max-width\:translate-x-50\%{
    --tw-translate-x: 50%;
  }

  .max-width\:translate-x-54\%{
    --tw-translate-x: 54%;
  }

  .max-width\:translate-x-75\%{
    --tw-translate-x: 75%;
  }

  .max-width\:translate-x-55\%{
    --tw-translate-x: 55%;
  }

  .max-width\:translate-x-65\%{
    --tw-translate-x: 65%;
  }

  .max-width\:translate-x-66\%{
    --tw-translate-x: 66%;
  }

  .max-width\:translate-x-85\%{
    --tw-translate-x: 85%;
  }

  .max-width\:translate-x-96\%{
    --tw-translate-x: 96%;
  }

  .max-width\:translate-x-130\%{
    --tw-translate-x: 130%;
  }

  .max-width\:translate-x-135\%{
    --tw-translate-x: 135%;
  }

  .max-width\:translate-x-200\%{
    --tw-translate-x: 200%;
  }

  .max-width\:translate-x-16\/9{
    --tw-translate-x: 56.25%;
  }

  .max-width\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .max-width\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .max-width\:translate-x-span{
    --tw-translate-x: 8.333%;
  }

  .max-width\:translate-x-2span{
    --tw-translate-x: 16.666%;
  }

  .max-width\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .max-width\:-translate-x-4{
    --tw-translate-x: -0.25rem;
  }

  .max-width\:-translate-x-12{
    --tw-translate-x: -0.75rem;
  }

  .max-width\:-translate-x-16{
    --tw-translate-x: -1rem;
  }

  .max-width\:-translate-x-20{
    --tw-translate-x: -1.25rem;
  }

  .max-width\:-translate-x-24{
    --tw-translate-x: -1.5rem;
  }

  .max-width\:-translate-x-40{
    --tw-translate-x: -2.5rem;
  }

  .max-width\:-translate-x-48{
    --tw-translate-x: -3rem;
  }

  .max-width\:-translate-x-56{
    --tw-translate-x: -3.5rem;
  }

  .max-width\:-translate-x-80{
    --tw-translate-x: -5rem;
  }

  .max-width\:-translate-x-104{
    --tw-translate-x: -6.5rem;
  }

  .max-width\:-translate-x-112{
    --tw-translate-x: -7rem;
  }

  .max-width\:-translate-x-140{
    --tw-translate-x: -8.75rem;
  }

  .max-width\:-translate-x-160{
    --tw-translate-x: -10rem;
  }

  .max-width\:-translate-x-180{
    --tw-translate-x: -11.25rem;
  }

  .max-width\:-translate-x-200{
    --tw-translate-x: -12.5rem;
  }

  .max-width\:-translate-x-224{
    --tw-translate-x: -14rem;
  }

  .max-width\:-translate-x-240{
    --tw-translate-x: -15rem;
  }

  .max-width\:-translate-x-260{
    --tw-translate-x: -16.25rem;
  }

  .max-width\:-translate-x-300{
    --tw-translate-x: -18.75rem;
  }

  .max-width\:-translate-x--78\%{
    --tw-translate-x: 78%;
  }

  .max-width\:-translate-x--80\%{
    --tw-translate-x: 80%;
  }

  .max-width\:-translate-x--50\%{
    --tw-translate-x: 50%;
  }

  .max-width\:-translate-x--35\%{
    --tw-translate-x: 35%;
  }

  .max-width\:-translate-x--128{
    --tw-translate-x: 8rem;
  }

  .max-width\:-translate-x--96{
    --tw-translate-x: 6rem;
  }

  .max-width\:-translate-x--64{
    --tw-translate-x: 4rem;
  }

  .max-width\:-translate-x--32{
    --tw-translate-x: 2rem;
  }

  .max-width\:-translate-x--8{
    --tw-translate-x: 0.5rem;
  }

  .max-width\:-translate-x-5\%{
    --tw-translate-x: -5%;
  }

  .max-width\:-translate-x-10\%{
    --tw-translate-x: -10%;
  }

  .max-width\:-translate-x-15\%{
    --tw-translate-x: -15%;
  }

  .max-width\:-translate-x-20\%{
    --tw-translate-x: -20%;
  }

  .max-width\:-translate-x-25\%{
    --tw-translate-x: -25%;
  }

  .max-width\:-translate-x-30\%{
    --tw-translate-x: -30%;
  }

  .max-width\:-translate-x-31\%{
    --tw-translate-x: -31%;
  }

  .max-width\:-translate-x-33\%{
    --tw-translate-x: -33.333%;
  }

  .max-width\:-translate-x-34\%{
    --tw-translate-x: -34%;
  }

  .max-width\:-translate-x-45\%{
    --tw-translate-x: -45%;
  }

  .max-width\:-translate-x-54\%{
    --tw-translate-x: -54%;
  }

  .max-width\:-translate-x-75\%{
    --tw-translate-x: -75%;
  }

  .max-width\:-translate-x-55\%{
    --tw-translate-x: -55%;
  }

  .max-width\:-translate-x-65\%{
    --tw-translate-x: -65%;
  }

  .max-width\:-translate-x-66\%{
    --tw-translate-x: -66%;
  }

  .max-width\:-translate-x-85\%{
    --tw-translate-x: -85%;
  }

  .max-width\:-translate-x-96\%{
    --tw-translate-x: -96%;
  }

  .max-width\:-translate-x-130\%{
    --tw-translate-x: -130%;
  }

  .max-width\:-translate-x-135\%{
    --tw-translate-x: -135%;
  }

  .max-width\:-translate-x-200\%{
    --tw-translate-x: -200%;
  }

  .max-width\:-translate-x-16\/9{
    --tw-translate-x: -56.25%;
  }

  .max-width\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .max-width\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .max-width\:-translate-x-span{
    --tw-translate-x: -8.333%;
  }

  .max-width\:-translate-x-2span{
    --tw-translate-x: -16.666%;
  }

  .max-width\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .max-width\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .max-width\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .max-width\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .max-width\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .max-width\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .max-width\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .max-width\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .max-width\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .max-width\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .max-width\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .max-width\:translate-y-0{
    --tw-translate-y: 0;
  }

  .max-width\:translate-y-4{
    --tw-translate-y: 0.25rem;
  }

  .max-width\:translate-y-8{
    --tw-translate-y: 0.5rem;
  }

  .max-width\:translate-y-12{
    --tw-translate-y: 0.75rem;
  }

  .max-width\:translate-y-16{
    --tw-translate-y: 1rem;
  }

  .max-width\:translate-y-20{
    --tw-translate-y: 1.25rem;
  }

  .max-width\:translate-y-24{
    --tw-translate-y: 1.5rem;
  }

  .max-width\:translate-y-32{
    --tw-translate-y: 2rem;
  }

  .max-width\:translate-y-40{
    --tw-translate-y: 2.5rem;
  }

  .max-width\:translate-y-48{
    --tw-translate-y: 3rem;
  }

  .max-width\:translate-y-56{
    --tw-translate-y: 3.5rem;
  }

  .max-width\:translate-y-64{
    --tw-translate-y: 4rem;
  }

  .max-width\:translate-y-80{
    --tw-translate-y: 5rem;
  }

  .max-width\:translate-y-96{
    --tw-translate-y: 6rem;
  }

  .max-width\:translate-y-104{
    --tw-translate-y: 6.5rem;
  }

  .max-width\:translate-y-112{
    --tw-translate-y: 7rem;
  }

  .max-width\:translate-y-128{
    --tw-translate-y: 8rem;
  }

  .max-width\:translate-y-140{
    --tw-translate-y: 8.75rem;
  }

  .max-width\:translate-y-160{
    --tw-translate-y: 10rem;
  }

  .max-width\:translate-y-180{
    --tw-translate-y: 11.25rem;
  }

  .max-width\:translate-y-200{
    --tw-translate-y: 12.5rem;
  }

  .max-width\:translate-y-224{
    --tw-translate-y: 14rem;
  }

  .max-width\:translate-y-240{
    --tw-translate-y: 15rem;
  }

  .max-width\:translate-y-260{
    --tw-translate-y: 16.25rem;
  }

  .max-width\:translate-y-300{
    --tw-translate-y: 18.75rem;
  }

  .max-width\:-translate-y-78\%{
    --tw-translate-y: -78%;
  }

  .max-width\:-translate-y-80\%{
    --tw-translate-y: -80%;
  }

  .max-width\:-translate-y-50\%{
    --tw-translate-y: -50%;
  }

  .max-width\:-translate-y-35\%{
    --tw-translate-y: -35%;
  }

  .max-width\:-translate-y-128{
    --tw-translate-y: -8rem;
  }

  .max-width\:-translate-y-96{
    --tw-translate-y: -6rem;
  }

  .max-width\:-translate-y-64{
    --tw-translate-y: -4rem;
  }

  .max-width\:-translate-y-32{
    --tw-translate-y: -2rem;
  }

  .max-width\:-translate-y-8{
    --tw-translate-y: -0.5rem;
  }

  .max-width\:translate-y-5\%{
    --tw-translate-y: 5%;
  }

  .max-width\:translate-y-10\%{
    --tw-translate-y: 10%;
  }

  .max-width\:translate-y-15\%{
    --tw-translate-y: 15%;
  }

  .max-width\:translate-y-20\%{
    --tw-translate-y: 20%;
  }

  .max-width\:translate-y-25\%{
    --tw-translate-y: 25%;
  }

  .max-width\:translate-y-30\%{
    --tw-translate-y: 30%;
  }

  .max-width\:translate-y-31\%{
    --tw-translate-y: 31%;
  }

  .max-width\:translate-y-33\%{
    --tw-translate-y: 33.333%;
  }

  .max-width\:translate-y-34\%{
    --tw-translate-y: 34%;
  }

  .max-width\:translate-y-45\%{
    --tw-translate-y: 45%;
  }

  .max-width\:translate-y-50\%{
    --tw-translate-y: 50%;
  }

  .max-width\:translate-y-54\%{
    --tw-translate-y: 54%;
  }

  .max-width\:translate-y-75\%{
    --tw-translate-y: 75%;
  }

  .max-width\:translate-y-55\%{
    --tw-translate-y: 55%;
  }

  .max-width\:translate-y-65\%{
    --tw-translate-y: 65%;
  }

  .max-width\:translate-y-66\%{
    --tw-translate-y: 66%;
  }

  .max-width\:translate-y-85\%{
    --tw-translate-y: 85%;
  }

  .max-width\:translate-y-96\%{
    --tw-translate-y: 96%;
  }

  .max-width\:translate-y-130\%{
    --tw-translate-y: 130%;
  }

  .max-width\:translate-y-135\%{
    --tw-translate-y: 135%;
  }

  .max-width\:translate-y-200\%{
    --tw-translate-y: 200%;
  }

  .max-width\:translate-y-16\/9{
    --tw-translate-y: 56.25%;
  }

  .max-width\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .max-width\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .max-width\:translate-y-span{
    --tw-translate-y: 8.333%;
  }

  .max-width\:translate-y-2span{
    --tw-translate-y: 16.666%;
  }

  .max-width\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .max-width\:-translate-y-4{
    --tw-translate-y: -0.25rem;
  }

  .max-width\:-translate-y-12{
    --tw-translate-y: -0.75rem;
  }

  .max-width\:-translate-y-16{
    --tw-translate-y: -1rem;
  }

  .max-width\:-translate-y-20{
    --tw-translate-y: -1.25rem;
  }

  .max-width\:-translate-y-24{
    --tw-translate-y: -1.5rem;
  }

  .max-width\:-translate-y-40{
    --tw-translate-y: -2.5rem;
  }

  .max-width\:-translate-y-48{
    --tw-translate-y: -3rem;
  }

  .max-width\:-translate-y-56{
    --tw-translate-y: -3.5rem;
  }

  .max-width\:-translate-y-80{
    --tw-translate-y: -5rem;
  }

  .max-width\:-translate-y-104{
    --tw-translate-y: -6.5rem;
  }

  .max-width\:-translate-y-112{
    --tw-translate-y: -7rem;
  }

  .max-width\:-translate-y-140{
    --tw-translate-y: -8.75rem;
  }

  .max-width\:-translate-y-160{
    --tw-translate-y: -10rem;
  }

  .max-width\:-translate-y-180{
    --tw-translate-y: -11.25rem;
  }

  .max-width\:-translate-y-200{
    --tw-translate-y: -12.5rem;
  }

  .max-width\:-translate-y-224{
    --tw-translate-y: -14rem;
  }

  .max-width\:-translate-y-240{
    --tw-translate-y: -15rem;
  }

  .max-width\:-translate-y-260{
    --tw-translate-y: -16.25rem;
  }

  .max-width\:-translate-y-300{
    --tw-translate-y: -18.75rem;
  }

  .max-width\:-translate-y--78\%{
    --tw-translate-y: 78%;
  }

  .max-width\:-translate-y--80\%{
    --tw-translate-y: 80%;
  }

  .max-width\:-translate-y--50\%{
    --tw-translate-y: 50%;
  }

  .max-width\:-translate-y--35\%{
    --tw-translate-y: 35%;
  }

  .max-width\:-translate-y--128{
    --tw-translate-y: 8rem;
  }

  .max-width\:-translate-y--96{
    --tw-translate-y: 6rem;
  }

  .max-width\:-translate-y--64{
    --tw-translate-y: 4rem;
  }

  .max-width\:-translate-y--32{
    --tw-translate-y: 2rem;
  }

  .max-width\:-translate-y--8{
    --tw-translate-y: 0.5rem;
  }

  .max-width\:-translate-y-5\%{
    --tw-translate-y: -5%;
  }

  .max-width\:-translate-y-10\%{
    --tw-translate-y: -10%;
  }

  .max-width\:-translate-y-15\%{
    --tw-translate-y: -15%;
  }

  .max-width\:-translate-y-20\%{
    --tw-translate-y: -20%;
  }

  .max-width\:-translate-y-25\%{
    --tw-translate-y: -25%;
  }

  .max-width\:-translate-y-30\%{
    --tw-translate-y: -30%;
  }

  .max-width\:-translate-y-31\%{
    --tw-translate-y: -31%;
  }

  .max-width\:-translate-y-33\%{
    --tw-translate-y: -33.333%;
  }

  .max-width\:-translate-y-34\%{
    --tw-translate-y: -34%;
  }

  .max-width\:-translate-y-45\%{
    --tw-translate-y: -45%;
  }

  .max-width\:-translate-y-54\%{
    --tw-translate-y: -54%;
  }

  .max-width\:-translate-y-75\%{
    --tw-translate-y: -75%;
  }

  .max-width\:-translate-y-55\%{
    --tw-translate-y: -55%;
  }

  .max-width\:-translate-y-65\%{
    --tw-translate-y: -65%;
  }

  .max-width\:-translate-y-66\%{
    --tw-translate-y: -66%;
  }

  .max-width\:-translate-y-85\%{
    --tw-translate-y: -85%;
  }

  .max-width\:-translate-y-96\%{
    --tw-translate-y: -96%;
  }

  .max-width\:-translate-y-130\%{
    --tw-translate-y: -130%;
  }

  .max-width\:-translate-y-135\%{
    --tw-translate-y: -135%;
  }

  .max-width\:-translate-y-200\%{
    --tw-translate-y: -200%;
  }

  .max-width\:-translate-y-16\/9{
    --tw-translate-y: -56.25%;
  }

  .max-width\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .max-width\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .max-width\:-translate-y-span{
    --tw-translate-y: -8.333%;
  }

  .max-width\:-translate-y-2span{
    --tw-translate-y: -16.666%;
  }

  .max-width\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .max-width\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .max-width\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .max-width\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .max-width\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .max-width\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .max-width\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .max-width\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .max-width\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .max-width\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .max-width\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .max-width\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .max-width\:hover\:translate-x-4:hover{
    --tw-translate-x: 0.25rem;
  }

  .max-width\:hover\:translate-x-8:hover{
    --tw-translate-x: 0.5rem;
  }

  .max-width\:hover\:translate-x-12:hover{
    --tw-translate-x: 0.75rem;
  }

  .max-width\:hover\:translate-x-16:hover{
    --tw-translate-x: 1rem;
  }

  .max-width\:hover\:translate-x-20:hover{
    --tw-translate-x: 1.25rem;
  }

  .max-width\:hover\:translate-x-24:hover{
    --tw-translate-x: 1.5rem;
  }

  .max-width\:hover\:translate-x-32:hover{
    --tw-translate-x: 2rem;
  }

  .max-width\:hover\:translate-x-40:hover{
    --tw-translate-x: 2.5rem;
  }

  .max-width\:hover\:translate-x-48:hover{
    --tw-translate-x: 3rem;
  }

  .max-width\:hover\:translate-x-56:hover{
    --tw-translate-x: 3.5rem;
  }

  .max-width\:hover\:translate-x-64:hover{
    --tw-translate-x: 4rem;
  }

  .max-width\:hover\:translate-x-80:hover{
    --tw-translate-x: 5rem;
  }

  .max-width\:hover\:translate-x-96:hover{
    --tw-translate-x: 6rem;
  }

  .max-width\:hover\:translate-x-104:hover{
    --tw-translate-x: 6.5rem;
  }

  .max-width\:hover\:translate-x-112:hover{
    --tw-translate-x: 7rem;
  }

  .max-width\:hover\:translate-x-128:hover{
    --tw-translate-x: 8rem;
  }

  .max-width\:hover\:translate-x-140:hover{
    --tw-translate-x: 8.75rem;
  }

  .max-width\:hover\:translate-x-160:hover{
    --tw-translate-x: 10rem;
  }

  .max-width\:hover\:translate-x-180:hover{
    --tw-translate-x: 11.25rem;
  }

  .max-width\:hover\:translate-x-200:hover{
    --tw-translate-x: 12.5rem;
  }

  .max-width\:hover\:translate-x-224:hover{
    --tw-translate-x: 14rem;
  }

  .max-width\:hover\:translate-x-240:hover{
    --tw-translate-x: 15rem;
  }

  .max-width\:hover\:translate-x-260:hover{
    --tw-translate-x: 16.25rem;
  }

  .max-width\:hover\:translate-x-300:hover{
    --tw-translate-x: 18.75rem;
  }

  .max-width\:hover\:-translate-x-78\%:hover{
    --tw-translate-x: -78%;
  }

  .max-width\:hover\:-translate-x-80\%:hover{
    --tw-translate-x: -80%;
  }

  .max-width\:hover\:-translate-x-50\%:hover{
    --tw-translate-x: -50%;
  }

  .max-width\:hover\:-translate-x-35\%:hover{
    --tw-translate-x: -35%;
  }

  .max-width\:hover\:-translate-x-128:hover{
    --tw-translate-x: -8rem;
  }

  .max-width\:hover\:-translate-x-96:hover{
    --tw-translate-x: -6rem;
  }

  .max-width\:hover\:-translate-x-64:hover{
    --tw-translate-x: -4rem;
  }

  .max-width\:hover\:-translate-x-32:hover{
    --tw-translate-x: -2rem;
  }

  .max-width\:hover\:-translate-x-8:hover{
    --tw-translate-x: -0.5rem;
  }

  .max-width\:hover\:translate-x-5\%:hover{
    --tw-translate-x: 5%;
  }

  .max-width\:hover\:translate-x-10\%:hover{
    --tw-translate-x: 10%;
  }

  .max-width\:hover\:translate-x-15\%:hover{
    --tw-translate-x: 15%;
  }

  .max-width\:hover\:translate-x-20\%:hover{
    --tw-translate-x: 20%;
  }

  .max-width\:hover\:translate-x-25\%:hover{
    --tw-translate-x: 25%;
  }

  .max-width\:hover\:translate-x-30\%:hover{
    --tw-translate-x: 30%;
  }

  .max-width\:hover\:translate-x-31\%:hover{
    --tw-translate-x: 31%;
  }

  .max-width\:hover\:translate-x-33\%:hover{
    --tw-translate-x: 33.333%;
  }

  .max-width\:hover\:translate-x-34\%:hover{
    --tw-translate-x: 34%;
  }

  .max-width\:hover\:translate-x-45\%:hover{
    --tw-translate-x: 45%;
  }

  .max-width\:hover\:translate-x-50\%:hover{
    --tw-translate-x: 50%;
  }

  .max-width\:hover\:translate-x-54\%:hover{
    --tw-translate-x: 54%;
  }

  .max-width\:hover\:translate-x-75\%:hover{
    --tw-translate-x: 75%;
  }

  .max-width\:hover\:translate-x-55\%:hover{
    --tw-translate-x: 55%;
  }

  .max-width\:hover\:translate-x-65\%:hover{
    --tw-translate-x: 65%;
  }

  .max-width\:hover\:translate-x-66\%:hover{
    --tw-translate-x: 66%;
  }

  .max-width\:hover\:translate-x-85\%:hover{
    --tw-translate-x: 85%;
  }

  .max-width\:hover\:translate-x-96\%:hover{
    --tw-translate-x: 96%;
  }

  .max-width\:hover\:translate-x-130\%:hover{
    --tw-translate-x: 130%;
  }

  .max-width\:hover\:translate-x-135\%:hover{
    --tw-translate-x: 135%;
  }

  .max-width\:hover\:translate-x-200\%:hover{
    --tw-translate-x: 200%;
  }

  .max-width\:hover\:translate-x-16\/9:hover{
    --tw-translate-x: 56.25%;
  }

  .max-width\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .max-width\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .max-width\:hover\:translate-x-span:hover{
    --tw-translate-x: 8.333%;
  }

  .max-width\:hover\:translate-x-2span:hover{
    --tw-translate-x: 16.666%;
  }

  .max-width\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .max-width\:hover\:-translate-x-4:hover{
    --tw-translate-x: -0.25rem;
  }

  .max-width\:hover\:-translate-x-12:hover{
    --tw-translate-x: -0.75rem;
  }

  .max-width\:hover\:-translate-x-16:hover{
    --tw-translate-x: -1rem;
  }

  .max-width\:hover\:-translate-x-20:hover{
    --tw-translate-x: -1.25rem;
  }

  .max-width\:hover\:-translate-x-24:hover{
    --tw-translate-x: -1.5rem;
  }

  .max-width\:hover\:-translate-x-40:hover{
    --tw-translate-x: -2.5rem;
  }

  .max-width\:hover\:-translate-x-48:hover{
    --tw-translate-x: -3rem;
  }

  .max-width\:hover\:-translate-x-56:hover{
    --tw-translate-x: -3.5rem;
  }

  .max-width\:hover\:-translate-x-80:hover{
    --tw-translate-x: -5rem;
  }

  .max-width\:hover\:-translate-x-104:hover{
    --tw-translate-x: -6.5rem;
  }

  .max-width\:hover\:-translate-x-112:hover{
    --tw-translate-x: -7rem;
  }

  .max-width\:hover\:-translate-x-140:hover{
    --tw-translate-x: -8.75rem;
  }

  .max-width\:hover\:-translate-x-160:hover{
    --tw-translate-x: -10rem;
  }

  .max-width\:hover\:-translate-x-180:hover{
    --tw-translate-x: -11.25rem;
  }

  .max-width\:hover\:-translate-x-200:hover{
    --tw-translate-x: -12.5rem;
  }

  .max-width\:hover\:-translate-x-224:hover{
    --tw-translate-x: -14rem;
  }

  .max-width\:hover\:-translate-x-240:hover{
    --tw-translate-x: -15rem;
  }

  .max-width\:hover\:-translate-x-260:hover{
    --tw-translate-x: -16.25rem;
  }

  .max-width\:hover\:-translate-x-300:hover{
    --tw-translate-x: -18.75rem;
  }

  .max-width\:hover\:-translate-x--78\%:hover{
    --tw-translate-x: 78%;
  }

  .max-width\:hover\:-translate-x--80\%:hover{
    --tw-translate-x: 80%;
  }

  .max-width\:hover\:-translate-x--50\%:hover{
    --tw-translate-x: 50%;
  }

  .max-width\:hover\:-translate-x--35\%:hover{
    --tw-translate-x: 35%;
  }

  .max-width\:hover\:-translate-x--128:hover{
    --tw-translate-x: 8rem;
  }

  .max-width\:hover\:-translate-x--96:hover{
    --tw-translate-x: 6rem;
  }

  .max-width\:hover\:-translate-x--64:hover{
    --tw-translate-x: 4rem;
  }

  .max-width\:hover\:-translate-x--32:hover{
    --tw-translate-x: 2rem;
  }

  .max-width\:hover\:-translate-x--8:hover{
    --tw-translate-x: 0.5rem;
  }

  .max-width\:hover\:-translate-x-5\%:hover{
    --tw-translate-x: -5%;
  }

  .max-width\:hover\:-translate-x-10\%:hover{
    --tw-translate-x: -10%;
  }

  .max-width\:hover\:-translate-x-15\%:hover{
    --tw-translate-x: -15%;
  }

  .max-width\:hover\:-translate-x-20\%:hover{
    --tw-translate-x: -20%;
  }

  .max-width\:hover\:-translate-x-25\%:hover{
    --tw-translate-x: -25%;
  }

  .max-width\:hover\:-translate-x-30\%:hover{
    --tw-translate-x: -30%;
  }

  .max-width\:hover\:-translate-x-31\%:hover{
    --tw-translate-x: -31%;
  }

  .max-width\:hover\:-translate-x-33\%:hover{
    --tw-translate-x: -33.333%;
  }

  .max-width\:hover\:-translate-x-34\%:hover{
    --tw-translate-x: -34%;
  }

  .max-width\:hover\:-translate-x-45\%:hover{
    --tw-translate-x: -45%;
  }

  .max-width\:hover\:-translate-x-54\%:hover{
    --tw-translate-x: -54%;
  }

  .max-width\:hover\:-translate-x-75\%:hover{
    --tw-translate-x: -75%;
  }

  .max-width\:hover\:-translate-x-55\%:hover{
    --tw-translate-x: -55%;
  }

  .max-width\:hover\:-translate-x-65\%:hover{
    --tw-translate-x: -65%;
  }

  .max-width\:hover\:-translate-x-66\%:hover{
    --tw-translate-x: -66%;
  }

  .max-width\:hover\:-translate-x-85\%:hover{
    --tw-translate-x: -85%;
  }

  .max-width\:hover\:-translate-x-96\%:hover{
    --tw-translate-x: -96%;
  }

  .max-width\:hover\:-translate-x-130\%:hover{
    --tw-translate-x: -130%;
  }

  .max-width\:hover\:-translate-x-135\%:hover{
    --tw-translate-x: -135%;
  }

  .max-width\:hover\:-translate-x-200\%:hover{
    --tw-translate-x: -200%;
  }

  .max-width\:hover\:-translate-x-16\/9:hover{
    --tw-translate-x: -56.25%;
  }

  .max-width\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .max-width\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .max-width\:hover\:-translate-x-span:hover{
    --tw-translate-x: -8.333%;
  }

  .max-width\:hover\:-translate-x-2span:hover{
    --tw-translate-x: -16.666%;
  }

  .max-width\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .max-width\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .max-width\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .max-width\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .max-width\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .max-width\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .max-width\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .max-width\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .max-width\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .max-width\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .max-width\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .max-width\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  .max-width\:hover\:translate-y-4:hover{
    --tw-translate-y: 0.25rem;
  }

  .max-width\:hover\:translate-y-8:hover{
    --tw-translate-y: 0.5rem;
  }

  .max-width\:hover\:translate-y-12:hover{
    --tw-translate-y: 0.75rem;
  }

  .max-width\:hover\:translate-y-16:hover{
    --tw-translate-y: 1rem;
  }

  .max-width\:hover\:translate-y-20:hover{
    --tw-translate-y: 1.25rem;
  }

  .max-width\:hover\:translate-y-24:hover{
    --tw-translate-y: 1.5rem;
  }

  .max-width\:hover\:translate-y-32:hover{
    --tw-translate-y: 2rem;
  }

  .max-width\:hover\:translate-y-40:hover{
    --tw-translate-y: 2.5rem;
  }

  .max-width\:hover\:translate-y-48:hover{
    --tw-translate-y: 3rem;
  }

  .max-width\:hover\:translate-y-56:hover{
    --tw-translate-y: 3.5rem;
  }

  .max-width\:hover\:translate-y-64:hover{
    --tw-translate-y: 4rem;
  }

  .max-width\:hover\:translate-y-80:hover{
    --tw-translate-y: 5rem;
  }

  .max-width\:hover\:translate-y-96:hover{
    --tw-translate-y: 6rem;
  }

  .max-width\:hover\:translate-y-104:hover{
    --tw-translate-y: 6.5rem;
  }

  .max-width\:hover\:translate-y-112:hover{
    --tw-translate-y: 7rem;
  }

  .max-width\:hover\:translate-y-128:hover{
    --tw-translate-y: 8rem;
  }

  .max-width\:hover\:translate-y-140:hover{
    --tw-translate-y: 8.75rem;
  }

  .max-width\:hover\:translate-y-160:hover{
    --tw-translate-y: 10rem;
  }

  .max-width\:hover\:translate-y-180:hover{
    --tw-translate-y: 11.25rem;
  }

  .max-width\:hover\:translate-y-200:hover{
    --tw-translate-y: 12.5rem;
  }

  .max-width\:hover\:translate-y-224:hover{
    --tw-translate-y: 14rem;
  }

  .max-width\:hover\:translate-y-240:hover{
    --tw-translate-y: 15rem;
  }

  .max-width\:hover\:translate-y-260:hover{
    --tw-translate-y: 16.25rem;
  }

  .max-width\:hover\:translate-y-300:hover{
    --tw-translate-y: 18.75rem;
  }

  .max-width\:hover\:-translate-y-78\%:hover{
    --tw-translate-y: -78%;
  }

  .max-width\:hover\:-translate-y-80\%:hover{
    --tw-translate-y: -80%;
  }

  .max-width\:hover\:-translate-y-50\%:hover{
    --tw-translate-y: -50%;
  }

  .max-width\:hover\:-translate-y-35\%:hover{
    --tw-translate-y: -35%;
  }

  .max-width\:hover\:-translate-y-128:hover{
    --tw-translate-y: -8rem;
  }

  .max-width\:hover\:-translate-y-96:hover{
    --tw-translate-y: -6rem;
  }

  .max-width\:hover\:-translate-y-64:hover{
    --tw-translate-y: -4rem;
  }

  .max-width\:hover\:-translate-y-32:hover{
    --tw-translate-y: -2rem;
  }

  .max-width\:hover\:-translate-y-8:hover{
    --tw-translate-y: -0.5rem;
  }

  .max-width\:hover\:translate-y-5\%:hover{
    --tw-translate-y: 5%;
  }

  .max-width\:hover\:translate-y-10\%:hover{
    --tw-translate-y: 10%;
  }

  .max-width\:hover\:translate-y-15\%:hover{
    --tw-translate-y: 15%;
  }

  .max-width\:hover\:translate-y-20\%:hover{
    --tw-translate-y: 20%;
  }

  .max-width\:hover\:translate-y-25\%:hover{
    --tw-translate-y: 25%;
  }

  .max-width\:hover\:translate-y-30\%:hover{
    --tw-translate-y: 30%;
  }

  .max-width\:hover\:translate-y-31\%:hover{
    --tw-translate-y: 31%;
  }

  .max-width\:hover\:translate-y-33\%:hover{
    --tw-translate-y: 33.333%;
  }

  .max-width\:hover\:translate-y-34\%:hover{
    --tw-translate-y: 34%;
  }

  .max-width\:hover\:translate-y-45\%:hover{
    --tw-translate-y: 45%;
  }

  .max-width\:hover\:translate-y-50\%:hover{
    --tw-translate-y: 50%;
  }

  .max-width\:hover\:translate-y-54\%:hover{
    --tw-translate-y: 54%;
  }

  .max-width\:hover\:translate-y-75\%:hover{
    --tw-translate-y: 75%;
  }

  .max-width\:hover\:translate-y-55\%:hover{
    --tw-translate-y: 55%;
  }

  .max-width\:hover\:translate-y-65\%:hover{
    --tw-translate-y: 65%;
  }

  .max-width\:hover\:translate-y-66\%:hover{
    --tw-translate-y: 66%;
  }

  .max-width\:hover\:translate-y-85\%:hover{
    --tw-translate-y: 85%;
  }

  .max-width\:hover\:translate-y-96\%:hover{
    --tw-translate-y: 96%;
  }

  .max-width\:hover\:translate-y-130\%:hover{
    --tw-translate-y: 130%;
  }

  .max-width\:hover\:translate-y-135\%:hover{
    --tw-translate-y: 135%;
  }

  .max-width\:hover\:translate-y-200\%:hover{
    --tw-translate-y: 200%;
  }

  .max-width\:hover\:translate-y-16\/9:hover{
    --tw-translate-y: 56.25%;
  }

  .max-width\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .max-width\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .max-width\:hover\:translate-y-span:hover{
    --tw-translate-y: 8.333%;
  }

  .max-width\:hover\:translate-y-2span:hover{
    --tw-translate-y: 16.666%;
  }

  .max-width\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .max-width\:hover\:-translate-y-4:hover{
    --tw-translate-y: -0.25rem;
  }

  .max-width\:hover\:-translate-y-12:hover{
    --tw-translate-y: -0.75rem;
  }

  .max-width\:hover\:-translate-y-16:hover{
    --tw-translate-y: -1rem;
  }

  .max-width\:hover\:-translate-y-20:hover{
    --tw-translate-y: -1.25rem;
  }

  .max-width\:hover\:-translate-y-24:hover{
    --tw-translate-y: -1.5rem;
  }

  .max-width\:hover\:-translate-y-40:hover{
    --tw-translate-y: -2.5rem;
  }

  .max-width\:hover\:-translate-y-48:hover{
    --tw-translate-y: -3rem;
  }

  .max-width\:hover\:-translate-y-56:hover{
    --tw-translate-y: -3.5rem;
  }

  .max-width\:hover\:-translate-y-80:hover{
    --tw-translate-y: -5rem;
  }

  .max-width\:hover\:-translate-y-104:hover{
    --tw-translate-y: -6.5rem;
  }

  .max-width\:hover\:-translate-y-112:hover{
    --tw-translate-y: -7rem;
  }

  .max-width\:hover\:-translate-y-140:hover{
    --tw-translate-y: -8.75rem;
  }

  .max-width\:hover\:-translate-y-160:hover{
    --tw-translate-y: -10rem;
  }

  .max-width\:hover\:-translate-y-180:hover{
    --tw-translate-y: -11.25rem;
  }

  .max-width\:hover\:-translate-y-200:hover{
    --tw-translate-y: -12.5rem;
  }

  .max-width\:hover\:-translate-y-224:hover{
    --tw-translate-y: -14rem;
  }

  .max-width\:hover\:-translate-y-240:hover{
    --tw-translate-y: -15rem;
  }

  .max-width\:hover\:-translate-y-260:hover{
    --tw-translate-y: -16.25rem;
  }

  .max-width\:hover\:-translate-y-300:hover{
    --tw-translate-y: -18.75rem;
  }

  .max-width\:hover\:-translate-y--78\%:hover{
    --tw-translate-y: 78%;
  }

  .max-width\:hover\:-translate-y--80\%:hover{
    --tw-translate-y: 80%;
  }

  .max-width\:hover\:-translate-y--50\%:hover{
    --tw-translate-y: 50%;
  }

  .max-width\:hover\:-translate-y--35\%:hover{
    --tw-translate-y: 35%;
  }

  .max-width\:hover\:-translate-y--128:hover{
    --tw-translate-y: 8rem;
  }

  .max-width\:hover\:-translate-y--96:hover{
    --tw-translate-y: 6rem;
  }

  .max-width\:hover\:-translate-y--64:hover{
    --tw-translate-y: 4rem;
  }

  .max-width\:hover\:-translate-y--32:hover{
    --tw-translate-y: 2rem;
  }

  .max-width\:hover\:-translate-y--8:hover{
    --tw-translate-y: 0.5rem;
  }

  .max-width\:hover\:-translate-y-5\%:hover{
    --tw-translate-y: -5%;
  }

  .max-width\:hover\:-translate-y-10\%:hover{
    --tw-translate-y: -10%;
  }

  .max-width\:hover\:-translate-y-15\%:hover{
    --tw-translate-y: -15%;
  }

  .max-width\:hover\:-translate-y-20\%:hover{
    --tw-translate-y: -20%;
  }

  .max-width\:hover\:-translate-y-25\%:hover{
    --tw-translate-y: -25%;
  }

  .max-width\:hover\:-translate-y-30\%:hover{
    --tw-translate-y: -30%;
  }

  .max-width\:hover\:-translate-y-31\%:hover{
    --tw-translate-y: -31%;
  }

  .max-width\:hover\:-translate-y-33\%:hover{
    --tw-translate-y: -33.333%;
  }

  .max-width\:hover\:-translate-y-34\%:hover{
    --tw-translate-y: -34%;
  }

  .max-width\:hover\:-translate-y-45\%:hover{
    --tw-translate-y: -45%;
  }

  .max-width\:hover\:-translate-y-54\%:hover{
    --tw-translate-y: -54%;
  }

  .max-width\:hover\:-translate-y-75\%:hover{
    --tw-translate-y: -75%;
  }

  .max-width\:hover\:-translate-y-55\%:hover{
    --tw-translate-y: -55%;
  }

  .max-width\:hover\:-translate-y-65\%:hover{
    --tw-translate-y: -65%;
  }

  .max-width\:hover\:-translate-y-66\%:hover{
    --tw-translate-y: -66%;
  }

  .max-width\:hover\:-translate-y-85\%:hover{
    --tw-translate-y: -85%;
  }

  .max-width\:hover\:-translate-y-96\%:hover{
    --tw-translate-y: -96%;
  }

  .max-width\:hover\:-translate-y-130\%:hover{
    --tw-translate-y: -130%;
  }

  .max-width\:hover\:-translate-y-135\%:hover{
    --tw-translate-y: -135%;
  }

  .max-width\:hover\:-translate-y-200\%:hover{
    --tw-translate-y: -200%;
  }

  .max-width\:hover\:-translate-y-16\/9:hover{
    --tw-translate-y: -56.25%;
  }

  .max-width\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .max-width\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .max-width\:hover\:-translate-y-span:hover{
    --tw-translate-y: -8.333%;
  }

  .max-width\:hover\:-translate-y-2span:hover{
    --tw-translate-y: -16.666%;
  }

  .max-width\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .max-width\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .max-width\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .max-width\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .max-width\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .max-width\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .max-width\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .max-width\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .max-width\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .max-width\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .max-width\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .max-width\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .max-width\:focus\:translate-x-4:focus{
    --tw-translate-x: 0.25rem;
  }

  .max-width\:focus\:translate-x-8:focus{
    --tw-translate-x: 0.5rem;
  }

  .max-width\:focus\:translate-x-12:focus{
    --tw-translate-x: 0.75rem;
  }

  .max-width\:focus\:translate-x-16:focus{
    --tw-translate-x: 1rem;
  }

  .max-width\:focus\:translate-x-20:focus{
    --tw-translate-x: 1.25rem;
  }

  .max-width\:focus\:translate-x-24:focus{
    --tw-translate-x: 1.5rem;
  }

  .max-width\:focus\:translate-x-32:focus{
    --tw-translate-x: 2rem;
  }

  .max-width\:focus\:translate-x-40:focus{
    --tw-translate-x: 2.5rem;
  }

  .max-width\:focus\:translate-x-48:focus{
    --tw-translate-x: 3rem;
  }

  .max-width\:focus\:translate-x-56:focus{
    --tw-translate-x: 3.5rem;
  }

  .max-width\:focus\:translate-x-64:focus{
    --tw-translate-x: 4rem;
  }

  .max-width\:focus\:translate-x-80:focus{
    --tw-translate-x: 5rem;
  }

  .max-width\:focus\:translate-x-96:focus{
    --tw-translate-x: 6rem;
  }

  .max-width\:focus\:translate-x-104:focus{
    --tw-translate-x: 6.5rem;
  }

  .max-width\:focus\:translate-x-112:focus{
    --tw-translate-x: 7rem;
  }

  .max-width\:focus\:translate-x-128:focus{
    --tw-translate-x: 8rem;
  }

  .max-width\:focus\:translate-x-140:focus{
    --tw-translate-x: 8.75rem;
  }

  .max-width\:focus\:translate-x-160:focus{
    --tw-translate-x: 10rem;
  }

  .max-width\:focus\:translate-x-180:focus{
    --tw-translate-x: 11.25rem;
  }

  .max-width\:focus\:translate-x-200:focus{
    --tw-translate-x: 12.5rem;
  }

  .max-width\:focus\:translate-x-224:focus{
    --tw-translate-x: 14rem;
  }

  .max-width\:focus\:translate-x-240:focus{
    --tw-translate-x: 15rem;
  }

  .max-width\:focus\:translate-x-260:focus{
    --tw-translate-x: 16.25rem;
  }

  .max-width\:focus\:translate-x-300:focus{
    --tw-translate-x: 18.75rem;
  }

  .max-width\:focus\:-translate-x-78\%:focus{
    --tw-translate-x: -78%;
  }

  .max-width\:focus\:-translate-x-80\%:focus{
    --tw-translate-x: -80%;
  }

  .max-width\:focus\:-translate-x-50\%:focus{
    --tw-translate-x: -50%;
  }

  .max-width\:focus\:-translate-x-35\%:focus{
    --tw-translate-x: -35%;
  }

  .max-width\:focus\:-translate-x-128:focus{
    --tw-translate-x: -8rem;
  }

  .max-width\:focus\:-translate-x-96:focus{
    --tw-translate-x: -6rem;
  }

  .max-width\:focus\:-translate-x-64:focus{
    --tw-translate-x: -4rem;
  }

  .max-width\:focus\:-translate-x-32:focus{
    --tw-translate-x: -2rem;
  }

  .max-width\:focus\:-translate-x-8:focus{
    --tw-translate-x: -0.5rem;
  }

  .max-width\:focus\:translate-x-5\%:focus{
    --tw-translate-x: 5%;
  }

  .max-width\:focus\:translate-x-10\%:focus{
    --tw-translate-x: 10%;
  }

  .max-width\:focus\:translate-x-15\%:focus{
    --tw-translate-x: 15%;
  }

  .max-width\:focus\:translate-x-20\%:focus{
    --tw-translate-x: 20%;
  }

  .max-width\:focus\:translate-x-25\%:focus{
    --tw-translate-x: 25%;
  }

  .max-width\:focus\:translate-x-30\%:focus{
    --tw-translate-x: 30%;
  }

  .max-width\:focus\:translate-x-31\%:focus{
    --tw-translate-x: 31%;
  }

  .max-width\:focus\:translate-x-33\%:focus{
    --tw-translate-x: 33.333%;
  }

  .max-width\:focus\:translate-x-34\%:focus{
    --tw-translate-x: 34%;
  }

  .max-width\:focus\:translate-x-45\%:focus{
    --tw-translate-x: 45%;
  }

  .max-width\:focus\:translate-x-50\%:focus{
    --tw-translate-x: 50%;
  }

  .max-width\:focus\:translate-x-54\%:focus{
    --tw-translate-x: 54%;
  }

  .max-width\:focus\:translate-x-75\%:focus{
    --tw-translate-x: 75%;
  }

  .max-width\:focus\:translate-x-55\%:focus{
    --tw-translate-x: 55%;
  }

  .max-width\:focus\:translate-x-65\%:focus{
    --tw-translate-x: 65%;
  }

  .max-width\:focus\:translate-x-66\%:focus{
    --tw-translate-x: 66%;
  }

  .max-width\:focus\:translate-x-85\%:focus{
    --tw-translate-x: 85%;
  }

  .max-width\:focus\:translate-x-96\%:focus{
    --tw-translate-x: 96%;
  }

  .max-width\:focus\:translate-x-130\%:focus{
    --tw-translate-x: 130%;
  }

  .max-width\:focus\:translate-x-135\%:focus{
    --tw-translate-x: 135%;
  }

  .max-width\:focus\:translate-x-200\%:focus{
    --tw-translate-x: 200%;
  }

  .max-width\:focus\:translate-x-16\/9:focus{
    --tw-translate-x: 56.25%;
  }

  .max-width\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .max-width\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .max-width\:focus\:translate-x-span:focus{
    --tw-translate-x: 8.333%;
  }

  .max-width\:focus\:translate-x-2span:focus{
    --tw-translate-x: 16.666%;
  }

  .max-width\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .max-width\:focus\:-translate-x-4:focus{
    --tw-translate-x: -0.25rem;
  }

  .max-width\:focus\:-translate-x-12:focus{
    --tw-translate-x: -0.75rem;
  }

  .max-width\:focus\:-translate-x-16:focus{
    --tw-translate-x: -1rem;
  }

  .max-width\:focus\:-translate-x-20:focus{
    --tw-translate-x: -1.25rem;
  }

  .max-width\:focus\:-translate-x-24:focus{
    --tw-translate-x: -1.5rem;
  }

  .max-width\:focus\:-translate-x-40:focus{
    --tw-translate-x: -2.5rem;
  }

  .max-width\:focus\:-translate-x-48:focus{
    --tw-translate-x: -3rem;
  }

  .max-width\:focus\:-translate-x-56:focus{
    --tw-translate-x: -3.5rem;
  }

  .max-width\:focus\:-translate-x-80:focus{
    --tw-translate-x: -5rem;
  }

  .max-width\:focus\:-translate-x-104:focus{
    --tw-translate-x: -6.5rem;
  }

  .max-width\:focus\:-translate-x-112:focus{
    --tw-translate-x: -7rem;
  }

  .max-width\:focus\:-translate-x-140:focus{
    --tw-translate-x: -8.75rem;
  }

  .max-width\:focus\:-translate-x-160:focus{
    --tw-translate-x: -10rem;
  }

  .max-width\:focus\:-translate-x-180:focus{
    --tw-translate-x: -11.25rem;
  }

  .max-width\:focus\:-translate-x-200:focus{
    --tw-translate-x: -12.5rem;
  }

  .max-width\:focus\:-translate-x-224:focus{
    --tw-translate-x: -14rem;
  }

  .max-width\:focus\:-translate-x-240:focus{
    --tw-translate-x: -15rem;
  }

  .max-width\:focus\:-translate-x-260:focus{
    --tw-translate-x: -16.25rem;
  }

  .max-width\:focus\:-translate-x-300:focus{
    --tw-translate-x: -18.75rem;
  }

  .max-width\:focus\:-translate-x--78\%:focus{
    --tw-translate-x: 78%;
  }

  .max-width\:focus\:-translate-x--80\%:focus{
    --tw-translate-x: 80%;
  }

  .max-width\:focus\:-translate-x--50\%:focus{
    --tw-translate-x: 50%;
  }

  .max-width\:focus\:-translate-x--35\%:focus{
    --tw-translate-x: 35%;
  }

  .max-width\:focus\:-translate-x--128:focus{
    --tw-translate-x: 8rem;
  }

  .max-width\:focus\:-translate-x--96:focus{
    --tw-translate-x: 6rem;
  }

  .max-width\:focus\:-translate-x--64:focus{
    --tw-translate-x: 4rem;
  }

  .max-width\:focus\:-translate-x--32:focus{
    --tw-translate-x: 2rem;
  }

  .max-width\:focus\:-translate-x--8:focus{
    --tw-translate-x: 0.5rem;
  }

  .max-width\:focus\:-translate-x-5\%:focus{
    --tw-translate-x: -5%;
  }

  .max-width\:focus\:-translate-x-10\%:focus{
    --tw-translate-x: -10%;
  }

  .max-width\:focus\:-translate-x-15\%:focus{
    --tw-translate-x: -15%;
  }

  .max-width\:focus\:-translate-x-20\%:focus{
    --tw-translate-x: -20%;
  }

  .max-width\:focus\:-translate-x-25\%:focus{
    --tw-translate-x: -25%;
  }

  .max-width\:focus\:-translate-x-30\%:focus{
    --tw-translate-x: -30%;
  }

  .max-width\:focus\:-translate-x-31\%:focus{
    --tw-translate-x: -31%;
  }

  .max-width\:focus\:-translate-x-33\%:focus{
    --tw-translate-x: -33.333%;
  }

  .max-width\:focus\:-translate-x-34\%:focus{
    --tw-translate-x: -34%;
  }

  .max-width\:focus\:-translate-x-45\%:focus{
    --tw-translate-x: -45%;
  }

  .max-width\:focus\:-translate-x-54\%:focus{
    --tw-translate-x: -54%;
  }

  .max-width\:focus\:-translate-x-75\%:focus{
    --tw-translate-x: -75%;
  }

  .max-width\:focus\:-translate-x-55\%:focus{
    --tw-translate-x: -55%;
  }

  .max-width\:focus\:-translate-x-65\%:focus{
    --tw-translate-x: -65%;
  }

  .max-width\:focus\:-translate-x-66\%:focus{
    --tw-translate-x: -66%;
  }

  .max-width\:focus\:-translate-x-85\%:focus{
    --tw-translate-x: -85%;
  }

  .max-width\:focus\:-translate-x-96\%:focus{
    --tw-translate-x: -96%;
  }

  .max-width\:focus\:-translate-x-130\%:focus{
    --tw-translate-x: -130%;
  }

  .max-width\:focus\:-translate-x-135\%:focus{
    --tw-translate-x: -135%;
  }

  .max-width\:focus\:-translate-x-200\%:focus{
    --tw-translate-x: -200%;
  }

  .max-width\:focus\:-translate-x-16\/9:focus{
    --tw-translate-x: -56.25%;
  }

  .max-width\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .max-width\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .max-width\:focus\:-translate-x-span:focus{
    --tw-translate-x: -8.333%;
  }

  .max-width\:focus\:-translate-x-2span:focus{
    --tw-translate-x: -16.666%;
  }

  .max-width\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .max-width\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .max-width\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .max-width\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .max-width\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .max-width\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .max-width\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .max-width\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .max-width\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .max-width\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .max-width\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .max-width\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  .max-width\:focus\:translate-y-4:focus{
    --tw-translate-y: 0.25rem;
  }

  .max-width\:focus\:translate-y-8:focus{
    --tw-translate-y: 0.5rem;
  }

  .max-width\:focus\:translate-y-12:focus{
    --tw-translate-y: 0.75rem;
  }

  .max-width\:focus\:translate-y-16:focus{
    --tw-translate-y: 1rem;
  }

  .max-width\:focus\:translate-y-20:focus{
    --tw-translate-y: 1.25rem;
  }

  .max-width\:focus\:translate-y-24:focus{
    --tw-translate-y: 1.5rem;
  }

  .max-width\:focus\:translate-y-32:focus{
    --tw-translate-y: 2rem;
  }

  .max-width\:focus\:translate-y-40:focus{
    --tw-translate-y: 2.5rem;
  }

  .max-width\:focus\:translate-y-48:focus{
    --tw-translate-y: 3rem;
  }

  .max-width\:focus\:translate-y-56:focus{
    --tw-translate-y: 3.5rem;
  }

  .max-width\:focus\:translate-y-64:focus{
    --tw-translate-y: 4rem;
  }

  .max-width\:focus\:translate-y-80:focus{
    --tw-translate-y: 5rem;
  }

  .max-width\:focus\:translate-y-96:focus{
    --tw-translate-y: 6rem;
  }

  .max-width\:focus\:translate-y-104:focus{
    --tw-translate-y: 6.5rem;
  }

  .max-width\:focus\:translate-y-112:focus{
    --tw-translate-y: 7rem;
  }

  .max-width\:focus\:translate-y-128:focus{
    --tw-translate-y: 8rem;
  }

  .max-width\:focus\:translate-y-140:focus{
    --tw-translate-y: 8.75rem;
  }

  .max-width\:focus\:translate-y-160:focus{
    --tw-translate-y: 10rem;
  }

  .max-width\:focus\:translate-y-180:focus{
    --tw-translate-y: 11.25rem;
  }

  .max-width\:focus\:translate-y-200:focus{
    --tw-translate-y: 12.5rem;
  }

  .max-width\:focus\:translate-y-224:focus{
    --tw-translate-y: 14rem;
  }

  .max-width\:focus\:translate-y-240:focus{
    --tw-translate-y: 15rem;
  }

  .max-width\:focus\:translate-y-260:focus{
    --tw-translate-y: 16.25rem;
  }

  .max-width\:focus\:translate-y-300:focus{
    --tw-translate-y: 18.75rem;
  }

  .max-width\:focus\:-translate-y-78\%:focus{
    --tw-translate-y: -78%;
  }

  .max-width\:focus\:-translate-y-80\%:focus{
    --tw-translate-y: -80%;
  }

  .max-width\:focus\:-translate-y-50\%:focus{
    --tw-translate-y: -50%;
  }

  .max-width\:focus\:-translate-y-35\%:focus{
    --tw-translate-y: -35%;
  }

  .max-width\:focus\:-translate-y-128:focus{
    --tw-translate-y: -8rem;
  }

  .max-width\:focus\:-translate-y-96:focus{
    --tw-translate-y: -6rem;
  }

  .max-width\:focus\:-translate-y-64:focus{
    --tw-translate-y: -4rem;
  }

  .max-width\:focus\:-translate-y-32:focus{
    --tw-translate-y: -2rem;
  }

  .max-width\:focus\:-translate-y-8:focus{
    --tw-translate-y: -0.5rem;
  }

  .max-width\:focus\:translate-y-5\%:focus{
    --tw-translate-y: 5%;
  }

  .max-width\:focus\:translate-y-10\%:focus{
    --tw-translate-y: 10%;
  }

  .max-width\:focus\:translate-y-15\%:focus{
    --tw-translate-y: 15%;
  }

  .max-width\:focus\:translate-y-20\%:focus{
    --tw-translate-y: 20%;
  }

  .max-width\:focus\:translate-y-25\%:focus{
    --tw-translate-y: 25%;
  }

  .max-width\:focus\:translate-y-30\%:focus{
    --tw-translate-y: 30%;
  }

  .max-width\:focus\:translate-y-31\%:focus{
    --tw-translate-y: 31%;
  }

  .max-width\:focus\:translate-y-33\%:focus{
    --tw-translate-y: 33.333%;
  }

  .max-width\:focus\:translate-y-34\%:focus{
    --tw-translate-y: 34%;
  }

  .max-width\:focus\:translate-y-45\%:focus{
    --tw-translate-y: 45%;
  }

  .max-width\:focus\:translate-y-50\%:focus{
    --tw-translate-y: 50%;
  }

  .max-width\:focus\:translate-y-54\%:focus{
    --tw-translate-y: 54%;
  }

  .max-width\:focus\:translate-y-75\%:focus{
    --tw-translate-y: 75%;
  }

  .max-width\:focus\:translate-y-55\%:focus{
    --tw-translate-y: 55%;
  }

  .max-width\:focus\:translate-y-65\%:focus{
    --tw-translate-y: 65%;
  }

  .max-width\:focus\:translate-y-66\%:focus{
    --tw-translate-y: 66%;
  }

  .max-width\:focus\:translate-y-85\%:focus{
    --tw-translate-y: 85%;
  }

  .max-width\:focus\:translate-y-96\%:focus{
    --tw-translate-y: 96%;
  }

  .max-width\:focus\:translate-y-130\%:focus{
    --tw-translate-y: 130%;
  }

  .max-width\:focus\:translate-y-135\%:focus{
    --tw-translate-y: 135%;
  }

  .max-width\:focus\:translate-y-200\%:focus{
    --tw-translate-y: 200%;
  }

  .max-width\:focus\:translate-y-16\/9:focus{
    --tw-translate-y: 56.25%;
  }

  .max-width\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .max-width\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .max-width\:focus\:translate-y-span:focus{
    --tw-translate-y: 8.333%;
  }

  .max-width\:focus\:translate-y-2span:focus{
    --tw-translate-y: 16.666%;
  }

  .max-width\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .max-width\:focus\:-translate-y-4:focus{
    --tw-translate-y: -0.25rem;
  }

  .max-width\:focus\:-translate-y-12:focus{
    --tw-translate-y: -0.75rem;
  }

  .max-width\:focus\:-translate-y-16:focus{
    --tw-translate-y: -1rem;
  }

  .max-width\:focus\:-translate-y-20:focus{
    --tw-translate-y: -1.25rem;
  }

  .max-width\:focus\:-translate-y-24:focus{
    --tw-translate-y: -1.5rem;
  }

  .max-width\:focus\:-translate-y-40:focus{
    --tw-translate-y: -2.5rem;
  }

  .max-width\:focus\:-translate-y-48:focus{
    --tw-translate-y: -3rem;
  }

  .max-width\:focus\:-translate-y-56:focus{
    --tw-translate-y: -3.5rem;
  }

  .max-width\:focus\:-translate-y-80:focus{
    --tw-translate-y: -5rem;
  }

  .max-width\:focus\:-translate-y-104:focus{
    --tw-translate-y: -6.5rem;
  }

  .max-width\:focus\:-translate-y-112:focus{
    --tw-translate-y: -7rem;
  }

  .max-width\:focus\:-translate-y-140:focus{
    --tw-translate-y: -8.75rem;
  }

  .max-width\:focus\:-translate-y-160:focus{
    --tw-translate-y: -10rem;
  }

  .max-width\:focus\:-translate-y-180:focus{
    --tw-translate-y: -11.25rem;
  }

  .max-width\:focus\:-translate-y-200:focus{
    --tw-translate-y: -12.5rem;
  }

  .max-width\:focus\:-translate-y-224:focus{
    --tw-translate-y: -14rem;
  }

  .max-width\:focus\:-translate-y-240:focus{
    --tw-translate-y: -15rem;
  }

  .max-width\:focus\:-translate-y-260:focus{
    --tw-translate-y: -16.25rem;
  }

  .max-width\:focus\:-translate-y-300:focus{
    --tw-translate-y: -18.75rem;
  }

  .max-width\:focus\:-translate-y--78\%:focus{
    --tw-translate-y: 78%;
  }

  .max-width\:focus\:-translate-y--80\%:focus{
    --tw-translate-y: 80%;
  }

  .max-width\:focus\:-translate-y--50\%:focus{
    --tw-translate-y: 50%;
  }

  .max-width\:focus\:-translate-y--35\%:focus{
    --tw-translate-y: 35%;
  }

  .max-width\:focus\:-translate-y--128:focus{
    --tw-translate-y: 8rem;
  }

  .max-width\:focus\:-translate-y--96:focus{
    --tw-translate-y: 6rem;
  }

  .max-width\:focus\:-translate-y--64:focus{
    --tw-translate-y: 4rem;
  }

  .max-width\:focus\:-translate-y--32:focus{
    --tw-translate-y: 2rem;
  }

  .max-width\:focus\:-translate-y--8:focus{
    --tw-translate-y: 0.5rem;
  }

  .max-width\:focus\:-translate-y-5\%:focus{
    --tw-translate-y: -5%;
  }

  .max-width\:focus\:-translate-y-10\%:focus{
    --tw-translate-y: -10%;
  }

  .max-width\:focus\:-translate-y-15\%:focus{
    --tw-translate-y: -15%;
  }

  .max-width\:focus\:-translate-y-20\%:focus{
    --tw-translate-y: -20%;
  }

  .max-width\:focus\:-translate-y-25\%:focus{
    --tw-translate-y: -25%;
  }

  .max-width\:focus\:-translate-y-30\%:focus{
    --tw-translate-y: -30%;
  }

  .max-width\:focus\:-translate-y-31\%:focus{
    --tw-translate-y: -31%;
  }

  .max-width\:focus\:-translate-y-33\%:focus{
    --tw-translate-y: -33.333%;
  }

  .max-width\:focus\:-translate-y-34\%:focus{
    --tw-translate-y: -34%;
  }

  .max-width\:focus\:-translate-y-45\%:focus{
    --tw-translate-y: -45%;
  }

  .max-width\:focus\:-translate-y-54\%:focus{
    --tw-translate-y: -54%;
  }

  .max-width\:focus\:-translate-y-75\%:focus{
    --tw-translate-y: -75%;
  }

  .max-width\:focus\:-translate-y-55\%:focus{
    --tw-translate-y: -55%;
  }

  .max-width\:focus\:-translate-y-65\%:focus{
    --tw-translate-y: -65%;
  }

  .max-width\:focus\:-translate-y-66\%:focus{
    --tw-translate-y: -66%;
  }

  .max-width\:focus\:-translate-y-85\%:focus{
    --tw-translate-y: -85%;
  }

  .max-width\:focus\:-translate-y-96\%:focus{
    --tw-translate-y: -96%;
  }

  .max-width\:focus\:-translate-y-130\%:focus{
    --tw-translate-y: -130%;
  }

  .max-width\:focus\:-translate-y-135\%:focus{
    --tw-translate-y: -135%;
  }

  .max-width\:focus\:-translate-y-200\%:focus{
    --tw-translate-y: -200%;
  }

  .max-width\:focus\:-translate-y-16\/9:focus{
    --tw-translate-y: -56.25%;
  }

  .max-width\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .max-width\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .max-width\:focus\:-translate-y-span:focus{
    --tw-translate-y: -8.333%;
  }

  .max-width\:focus\:-translate-y-2span:focus{
    --tw-translate-y: -16.666%;
  }

  .max-width\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .max-width\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .max-width\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .max-width\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .max-width\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .max-width\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .max-width\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .max-width\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .max-width\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .max-width\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .max-width\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .max-width\:rotate-0{
    --tw-rotate: 0deg;
  }

  .max-width\:rotate-1{
    --tw-rotate: 1deg;
  }

  .max-width\:rotate-2{
    --tw-rotate: 2deg;
  }

  .max-width\:rotate-3{
    --tw-rotate: 3deg;
  }

  .max-width\:rotate-6{
    --tw-rotate: 6deg;
  }

  .max-width\:rotate-12{
    --tw-rotate: 12deg;
  }

  .max-width\:rotate-45{
    --tw-rotate: 45deg;
  }

  .max-width\:rotate-90{
    --tw-rotate: 90deg;
  }

  .max-width\:rotate-180{
    --tw-rotate: 180deg;
  }

  .max-width\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .max-width\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .max-width\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .max-width\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .max-width\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .max-width\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .max-width\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .max-width\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .max-width\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .max-width\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .max-width\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .max-width\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .max-width\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .max-width\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .max-width\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .max-width\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .max-width\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .max-width\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .max-width\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .max-width\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .max-width\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .max-width\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .max-width\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .max-width\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .max-width\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .max-width\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .max-width\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .max-width\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .max-width\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .max-width\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .max-width\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .max-width\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .max-width\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .max-width\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .max-width\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .max-width\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .max-width\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .max-width\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .max-width\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .max-width\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .max-width\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .max-width\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .max-width\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .max-width\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .max-width\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .max-width\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .max-width\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .max-width\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .max-width\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .max-width\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .max-width\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .max-width\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .max-width\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .max-width\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .max-width\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .max-width\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .max-width\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .max-width\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .max-width\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .max-width\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .max-width\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .max-width\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .max-width\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .max-width\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .max-width\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .max-width\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .max-width\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .max-width\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .max-width\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .max-width\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .max-width\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .max-width\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .max-width\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .max-width\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .max-width\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .max-width\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .max-width\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .max-width\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .max-width\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .max-width\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .max-width\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .max-width\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .max-width\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .max-width\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .max-width\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .max-width\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .max-width\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .max-width\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .max-width\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .max-width\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .max-width\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .max-width\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .max-width\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .max-width\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .max-width\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .max-width\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .max-width\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .max-width\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .max-width\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .max-width\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .max-width\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .max-width\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .max-width\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .max-width\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .max-width\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .max-width\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .max-width\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .max-width\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .max-width\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .max-width\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .max-width\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .max-width\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .max-width\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .max-width\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .max-width\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .max-width\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .max-width\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .max-width\:scale-130{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .max-width\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .max-width\:scale-200{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .max-width\:scale-500{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .max-width\:scale-700{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .max-width\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .max-width\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .max-width\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .max-width\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .max-width\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .max-width\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .max-width\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .max-width\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .max-width\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .max-width\:hover\:scale-130:hover{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .max-width\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .max-width\:hover\:scale-200:hover{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .max-width\:hover\:scale-500:hover{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .max-width\:hover\:scale-700:hover{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .max-width\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .max-width\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .max-width\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .max-width\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .max-width\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .max-width\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .max-width\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .max-width\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .max-width\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .max-width\:focus\:scale-130:focus{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .max-width\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .max-width\:focus\:scale-200:focus{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .max-width\:focus\:scale-500:focus{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .max-width\:focus\:scale-700:focus{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .max-width\:scale-x-0{
    --tw-scale-x: 0;
  }

  .max-width\:scale-x-50{
    --tw-scale-x: .5;
  }

  .max-width\:scale-x-75{
    --tw-scale-x: .75;
  }

  .max-width\:scale-x-90{
    --tw-scale-x: .9;
  }

  .max-width\:scale-x-95{
    --tw-scale-x: .95;
  }

  .max-width\:scale-x-100{
    --tw-scale-x: 1;
  }

  .max-width\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .max-width\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .max-width\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .max-width\:scale-x-130{
    --tw-scale-x: 1.3;
  }

  .max-width\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .max-width\:scale-x-200{
    --tw-scale-x: 2;
  }

  .max-width\:scale-x-500{
    --tw-scale-x: 5;
  }

  .max-width\:scale-x-700{
    --tw-scale-x: 7;
  }

  .max-width\:scale-y-0{
    --tw-scale-y: 0;
  }

  .max-width\:scale-y-50{
    --tw-scale-y: .5;
  }

  .max-width\:scale-y-75{
    --tw-scale-y: .75;
  }

  .max-width\:scale-y-90{
    --tw-scale-y: .9;
  }

  .max-width\:scale-y-95{
    --tw-scale-y: .95;
  }

  .max-width\:scale-y-100{
    --tw-scale-y: 1;
  }

  .max-width\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .max-width\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .max-width\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .max-width\:scale-y-130{
    --tw-scale-y: 1.3;
  }

  .max-width\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .max-width\:scale-y-200{
    --tw-scale-y: 2;
  }

  .max-width\:scale-y-500{
    --tw-scale-y: 5;
  }

  .max-width\:scale-y-700{
    --tw-scale-y: 7;
  }

  .max-width\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .max-width\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .max-width\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .max-width\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .max-width\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .max-width\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .max-width\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .max-width\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .max-width\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .max-width\:hover\:scale-x-130:hover{
    --tw-scale-x: 1.3;
  }

  .max-width\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .max-width\:hover\:scale-x-200:hover{
    --tw-scale-x: 2;
  }

  .max-width\:hover\:scale-x-500:hover{
    --tw-scale-x: 5;
  }

  .max-width\:hover\:scale-x-700:hover{
    --tw-scale-x: 7;
  }

  .max-width\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .max-width\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .max-width\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .max-width\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .max-width\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .max-width\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .max-width\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .max-width\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .max-width\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .max-width\:hover\:scale-y-130:hover{
    --tw-scale-y: 1.3;
  }

  .max-width\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .max-width\:hover\:scale-y-200:hover{
    --tw-scale-y: 2;
  }

  .max-width\:hover\:scale-y-500:hover{
    --tw-scale-y: 5;
  }

  .max-width\:hover\:scale-y-700:hover{
    --tw-scale-y: 7;
  }

  .max-width\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .max-width\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .max-width\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .max-width\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .max-width\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .max-width\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .max-width\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .max-width\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .max-width\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .max-width\:focus\:scale-x-130:focus{
    --tw-scale-x: 1.3;
  }

  .max-width\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .max-width\:focus\:scale-x-200:focus{
    --tw-scale-x: 2;
  }

  .max-width\:focus\:scale-x-500:focus{
    --tw-scale-x: 5;
  }

  .max-width\:focus\:scale-x-700:focus{
    --tw-scale-x: 7;
  }

  .max-width\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .max-width\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .max-width\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .max-width\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .max-width\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .max-width\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .max-width\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .max-width\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .max-width\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .max-width\:focus\:scale-y-130:focus{
    --tw-scale-y: 1.3;
  }

  .max-width\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .max-width\:focus\:scale-y-200:focus{
    --tw-scale-y: 2;
  }

  .max-width\:focus\:scale-y-500:focus{
    --tw-scale-y: 5;
  }

  .max-width\:focus\:scale-y-700:focus{
    --tw-scale-y: 7;
  }

  .max-width\:animate-none{
    animation: none;
  }

  .max-width\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .max-width\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .max-width\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .max-width\:animate-bounce{
    animation: bounce 1s infinite;
  }

  @media (prefers-reduced-motion: no-preference){
    .max-width\:motion-safe\:animate-none{
      animation: none;
    }

    .max-width\:motion-safe\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .max-width\:motion-safe\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .max-width\:motion-safe\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .max-width\:motion-safe\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  @media (prefers-reduced-motion: reduce){
    .max-width\:motion-reduce\:animate-none{
      animation: none;
    }

    .max-width\:motion-reduce\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .max-width\:motion-reduce\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .max-width\:motion-reduce\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .max-width\:motion-reduce\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  .max-width\:select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .max-width\:select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .max-width\:select-all{
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .max-width\:select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .max-width\:resize-none{
    resize: none;
  }

  .max-width\:resize-y{
    resize: vertical;
  }

  .max-width\:resize-x{
    resize: horizontal;
  }

  .max-width\:resize{
    resize: both;
  }

  .max-width\:list-inside{
    list-style-position: inside;
  }

  .max-width\:list-outside{
    list-style-position: outside;
  }

  .max-width\:list-none{
    list-style-type: none;
  }

  .max-width\:list-disc{
    list-style-type: disc;
  }

  .max-width\:list-decimal{
    list-style-type: decimal;
  }

  .max-width\:appearance-none{
    -webkit-appearance: none;
            appearance: none;
  }

  .max-width\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .max-width\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .max-width\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .max-width\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .max-width\:grid-flow-row{
    grid-auto-flow: row;
  }

  .max-width\:grid-flow-col{
    grid-auto-flow: column;
  }

  .max-width\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .max-width\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .max-width\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .max-width\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .max-width\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .max-width\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .max-width\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-width\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-width\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .max-width\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .max-width\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .max-width\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .max-width\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .max-width\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .max-width\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .max-width\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .max-width\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .max-width\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .max-width\:grid-cols-none{
    grid-template-columns: none;
  }

  .max-width\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .max-width\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .max-width\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .max-width\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .max-width\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .max-width\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .max-width\:grid-rows-none{
    grid-template-rows: none;
  }

  .max-width\:flex-row{
    flex-direction: row;
  }

  .max-width\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .max-width\:flex-col{
    flex-direction: column;
  }

  .max-width\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .max-width\:flex-wrap{
    flex-wrap: wrap;
  }

  .max-width\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .max-width\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .max-width\:place-content-center{
    place-content: center;
  }

  .max-width\:place-content-start{
    place-content: start;
  }

  .max-width\:place-content-end{
    place-content: end;
  }

  .max-width\:place-content-between{
    place-content: space-between;
  }

  .max-width\:place-content-around{
    place-content: space-around;
  }

  .max-width\:place-content-evenly{
    place-content: space-evenly;
  }

  .max-width\:place-content-stretch{
    place-content: stretch;
  }

  .max-width\:place-items-start{
    place-items: start;
  }

  .max-width\:place-items-end{
    place-items: end;
  }

  .max-width\:place-items-center{
    place-items: center;
  }

  .max-width\:place-items-stretch{
    place-items: stretch;
  }

  .max-width\:content-center{
    align-content: center;
  }

  .max-width\:content-start{
    align-content: flex-start;
  }

  .max-width\:content-end{
    align-content: flex-end;
  }

  .max-width\:content-between{
    align-content: space-between;
  }

  .max-width\:content-around{
    align-content: space-around;
  }

  .max-width\:content-evenly{
    align-content: space-evenly;
  }

  .max-width\:items-start{
    align-items: flex-start;
  }

  .max-width\:items-end{
    align-items: flex-end;
  }

  .max-width\:items-center{
    align-items: center;
  }

  .max-width\:items-baseline{
    align-items: baseline;
  }

  .max-width\:items-stretch{
    align-items: stretch;
  }

  .max-width\:justify-start{
    justify-content: flex-start;
  }

  .max-width\:justify-end{
    justify-content: flex-end;
  }

  .max-width\:justify-center{
    justify-content: center;
  }

  .max-width\:justify-between{
    justify-content: space-between;
  }

  .max-width\:justify-around{
    justify-content: space-around;
  }

  .max-width\:justify-evenly{
    justify-content: space-evenly;
  }

  .max-width\:justify-items-start{
    justify-items: start;
  }

  .max-width\:justify-items-end{
    justify-items: end;
  }

  .max-width\:justify-items-center{
    justify-items: center;
  }

  .max-width\:justify-items-stretch{
    justify-items: stretch;
  }

  .max-width\:gap-0{
    gap: 0;
  }

  .max-width\:gap-4{
    gap: 0.25rem;
  }

  .max-width\:gap-8{
    gap: 0.5rem;
  }

  .max-width\:gap-12{
    gap: 0.75rem;
  }

  .max-width\:gap-16{
    gap: 1rem;
  }

  .max-width\:gap-20{
    gap: 1.25rem;
  }

  .max-width\:gap-24{
    gap: 1.5rem;
  }

  .max-width\:gap-32{
    gap: 2rem;
  }

  .max-width\:gap-40{
    gap: 2.5rem;
  }

  .max-width\:gap-48{
    gap: 3rem;
  }

  .max-width\:gap-56{
    gap: 3.5rem;
  }

  .max-width\:gap-64{
    gap: 4rem;
  }

  .max-width\:gap-80{
    gap: 5rem;
  }

  .max-width\:gap-96{
    gap: 6rem;
  }

  .max-width\:gap-104{
    gap: 6.5rem;
  }

  .max-width\:gap-112{
    gap: 7rem;
  }

  .max-width\:gap-128{
    gap: 8rem;
  }

  .max-width\:gap-140{
    gap: 8.75rem;
  }

  .max-width\:gap-160{
    gap: 10rem;
  }

  .max-width\:gap-180{
    gap: 11.25rem;
  }

  .max-width\:gap-200{
    gap: 12.5rem;
  }

  .max-width\:gap-224{
    gap: 14rem;
  }

  .max-width\:gap-240{
    gap: 15rem;
  }

  .max-width\:gap-260{
    gap: 16.25rem;
  }

  .max-width\:gap-300{
    gap: 18.75rem;
  }

  .max-width\:-gap-78\%{
    gap: -78%;
  }

  .max-width\:-gap-80\%{
    gap: -80%;
  }

  .max-width\:-gap-50\%{
    gap: -50%;
  }

  .max-width\:-gap-35\%{
    gap: -35%;
  }

  .max-width\:-gap-128{
    gap: -8rem;
  }

  .max-width\:-gap-96{
    gap: -6rem;
  }

  .max-width\:-gap-64{
    gap: -4rem;
  }

  .max-width\:-gap-32{
    gap: -2rem;
  }

  .max-width\:-gap-8{
    gap: -0.5rem;
  }

  .max-width\:gap-5\%{
    gap: 5%;
  }

  .max-width\:gap-10\%{
    gap: 10%;
  }

  .max-width\:gap-15\%{
    gap: 15%;
  }

  .max-width\:gap-20\%{
    gap: 20%;
  }

  .max-width\:gap-25\%{
    gap: 25%;
  }

  .max-width\:gap-30\%{
    gap: 30%;
  }

  .max-width\:gap-31\%{
    gap: 31%;
  }

  .max-width\:gap-33\%{
    gap: 33.333%;
  }

  .max-width\:gap-34\%{
    gap: 34%;
  }

  .max-width\:gap-45\%{
    gap: 45%;
  }

  .max-width\:gap-50\%{
    gap: 50%;
  }

  .max-width\:gap-54\%{
    gap: 54%;
  }

  .max-width\:gap-75\%{
    gap: 75%;
  }

  .max-width\:gap-55\%{
    gap: 55%;
  }

  .max-width\:gap-65\%{
    gap: 65%;
  }

  .max-width\:gap-66\%{
    gap: 66%;
  }

  .max-width\:gap-85\%{
    gap: 85%;
  }

  .max-width\:gap-96\%{
    gap: 96%;
  }

  .max-width\:gap-130\%{
    gap: 130%;
  }

  .max-width\:gap-135\%{
    gap: 135%;
  }

  .max-width\:gap-200\%{
    gap: 200%;
  }

  .max-width\:gap-16\/9{
    gap: 56.25%;
  }

  .max-width\:gap-1\/2{
    gap: 50%;
  }

  .max-width\:gap-full{
    gap: 100%;
  }

  .max-width\:gap-span{
    gap: 8.333%;
  }

  .max-width\:gap-2span{
    gap: 16.666%;
  }

  .max-width\:gap-px{
    gap: 1px;
  }

  .max-width\:gap-x-0{
    column-gap: 0;
  }

  .max-width\:gap-x-4{
    column-gap: 0.25rem;
  }

  .max-width\:gap-x-8{
    column-gap: 0.5rem;
  }

  .max-width\:gap-x-12{
    column-gap: 0.75rem;
  }

  .max-width\:gap-x-16{
    column-gap: 1rem;
  }

  .max-width\:gap-x-20{
    column-gap: 1.25rem;
  }

  .max-width\:gap-x-24{
    column-gap: 1.5rem;
  }

  .max-width\:gap-x-32{
    column-gap: 2rem;
  }

  .max-width\:gap-x-40{
    column-gap: 2.5rem;
  }

  .max-width\:gap-x-48{
    column-gap: 3rem;
  }

  .max-width\:gap-x-56{
    column-gap: 3.5rem;
  }

  .max-width\:gap-x-64{
    column-gap: 4rem;
  }

  .max-width\:gap-x-80{
    column-gap: 5rem;
  }

  .max-width\:gap-x-96{
    column-gap: 6rem;
  }

  .max-width\:gap-x-104{
    column-gap: 6.5rem;
  }

  .max-width\:gap-x-112{
    column-gap: 7rem;
  }

  .max-width\:gap-x-128{
    column-gap: 8rem;
  }

  .max-width\:gap-x-140{
    column-gap: 8.75rem;
  }

  .max-width\:gap-x-160{
    column-gap: 10rem;
  }

  .max-width\:gap-x-180{
    column-gap: 11.25rem;
  }

  .max-width\:gap-x-200{
    column-gap: 12.5rem;
  }

  .max-width\:gap-x-224{
    column-gap: 14rem;
  }

  .max-width\:gap-x-240{
    column-gap: 15rem;
  }

  .max-width\:gap-x-260{
    column-gap: 16.25rem;
  }

  .max-width\:gap-x-300{
    column-gap: 18.75rem;
  }

  .max-width\:-gap-x-78\%{
    column-gap: -78%;
  }

  .max-width\:-gap-x-80\%{
    column-gap: -80%;
  }

  .max-width\:-gap-x-50\%{
    column-gap: -50%;
  }

  .max-width\:-gap-x-35\%{
    column-gap: -35%;
  }

  .max-width\:-gap-x-128{
    column-gap: -8rem;
  }

  .max-width\:-gap-x-96{
    column-gap: -6rem;
  }

  .max-width\:-gap-x-64{
    column-gap: -4rem;
  }

  .max-width\:-gap-x-32{
    column-gap: -2rem;
  }

  .max-width\:-gap-x-8{
    column-gap: -0.5rem;
  }

  .max-width\:gap-x-5\%{
    column-gap: 5%;
  }

  .max-width\:gap-x-10\%{
    column-gap: 10%;
  }

  .max-width\:gap-x-15\%{
    column-gap: 15%;
  }

  .max-width\:gap-x-20\%{
    column-gap: 20%;
  }

  .max-width\:gap-x-25\%{
    column-gap: 25%;
  }

  .max-width\:gap-x-30\%{
    column-gap: 30%;
  }

  .max-width\:gap-x-31\%{
    column-gap: 31%;
  }

  .max-width\:gap-x-33\%{
    column-gap: 33.333%;
  }

  .max-width\:gap-x-34\%{
    column-gap: 34%;
  }

  .max-width\:gap-x-45\%{
    column-gap: 45%;
  }

  .max-width\:gap-x-50\%{
    column-gap: 50%;
  }

  .max-width\:gap-x-54\%{
    column-gap: 54%;
  }

  .max-width\:gap-x-75\%{
    column-gap: 75%;
  }

  .max-width\:gap-x-55\%{
    column-gap: 55%;
  }

  .max-width\:gap-x-65\%{
    column-gap: 65%;
  }

  .max-width\:gap-x-66\%{
    column-gap: 66%;
  }

  .max-width\:gap-x-85\%{
    column-gap: 85%;
  }

  .max-width\:gap-x-96\%{
    column-gap: 96%;
  }

  .max-width\:gap-x-130\%{
    column-gap: 130%;
  }

  .max-width\:gap-x-135\%{
    column-gap: 135%;
  }

  .max-width\:gap-x-200\%{
    column-gap: 200%;
  }

  .max-width\:gap-x-16\/9{
    column-gap: 56.25%;
  }

  .max-width\:gap-x-1\/2{
    column-gap: 50%;
  }

  .max-width\:gap-x-full{
    column-gap: 100%;
  }

  .max-width\:gap-x-span{
    column-gap: 8.333%;
  }

  .max-width\:gap-x-2span{
    column-gap: 16.666%;
  }

  .max-width\:gap-x-px{
    column-gap: 1px;
  }

  .max-width\:gap-y-0{
    row-gap: 0;
  }

  .max-width\:gap-y-4{
    row-gap: 0.25rem;
  }

  .max-width\:gap-y-8{
    row-gap: 0.5rem;
  }

  .max-width\:gap-y-12{
    row-gap: 0.75rem;
  }

  .max-width\:gap-y-16{
    row-gap: 1rem;
  }

  .max-width\:gap-y-20{
    row-gap: 1.25rem;
  }

  .max-width\:gap-y-24{
    row-gap: 1.5rem;
  }

  .max-width\:gap-y-32{
    row-gap: 2rem;
  }

  .max-width\:gap-y-40{
    row-gap: 2.5rem;
  }

  .max-width\:gap-y-48{
    row-gap: 3rem;
  }

  .max-width\:gap-y-56{
    row-gap: 3.5rem;
  }

  .max-width\:gap-y-64{
    row-gap: 4rem;
  }

  .max-width\:gap-y-80{
    row-gap: 5rem;
  }

  .max-width\:gap-y-96{
    row-gap: 6rem;
  }

  .max-width\:gap-y-104{
    row-gap: 6.5rem;
  }

  .max-width\:gap-y-112{
    row-gap: 7rem;
  }

  .max-width\:gap-y-128{
    row-gap: 8rem;
  }

  .max-width\:gap-y-140{
    row-gap: 8.75rem;
  }

  .max-width\:gap-y-160{
    row-gap: 10rem;
  }

  .max-width\:gap-y-180{
    row-gap: 11.25rem;
  }

  .max-width\:gap-y-200{
    row-gap: 12.5rem;
  }

  .max-width\:gap-y-224{
    row-gap: 14rem;
  }

  .max-width\:gap-y-240{
    row-gap: 15rem;
  }

  .max-width\:gap-y-260{
    row-gap: 16.25rem;
  }

  .max-width\:gap-y-300{
    row-gap: 18.75rem;
  }

  .max-width\:-gap-y-78\%{
    row-gap: -78%;
  }

  .max-width\:-gap-y-80\%{
    row-gap: -80%;
  }

  .max-width\:-gap-y-50\%{
    row-gap: -50%;
  }

  .max-width\:-gap-y-35\%{
    row-gap: -35%;
  }

  .max-width\:-gap-y-128{
    row-gap: -8rem;
  }

  .max-width\:-gap-y-96{
    row-gap: -6rem;
  }

  .max-width\:-gap-y-64{
    row-gap: -4rem;
  }

  .max-width\:-gap-y-32{
    row-gap: -2rem;
  }

  .max-width\:-gap-y-8{
    row-gap: -0.5rem;
  }

  .max-width\:gap-y-5\%{
    row-gap: 5%;
  }

  .max-width\:gap-y-10\%{
    row-gap: 10%;
  }

  .max-width\:gap-y-15\%{
    row-gap: 15%;
  }

  .max-width\:gap-y-20\%{
    row-gap: 20%;
  }

  .max-width\:gap-y-25\%{
    row-gap: 25%;
  }

  .max-width\:gap-y-30\%{
    row-gap: 30%;
  }

  .max-width\:gap-y-31\%{
    row-gap: 31%;
  }

  .max-width\:gap-y-33\%{
    row-gap: 33.333%;
  }

  .max-width\:gap-y-34\%{
    row-gap: 34%;
  }

  .max-width\:gap-y-45\%{
    row-gap: 45%;
  }

  .max-width\:gap-y-50\%{
    row-gap: 50%;
  }

  .max-width\:gap-y-54\%{
    row-gap: 54%;
  }

  .max-width\:gap-y-75\%{
    row-gap: 75%;
  }

  .max-width\:gap-y-55\%{
    row-gap: 55%;
  }

  .max-width\:gap-y-65\%{
    row-gap: 65%;
  }

  .max-width\:gap-y-66\%{
    row-gap: 66%;
  }

  .max-width\:gap-y-85\%{
    row-gap: 85%;
  }

  .max-width\:gap-y-96\%{
    row-gap: 96%;
  }

  .max-width\:gap-y-130\%{
    row-gap: 130%;
  }

  .max-width\:gap-y-135\%{
    row-gap: 135%;
  }

  .max-width\:gap-y-200\%{
    row-gap: 200%;
  }

  .max-width\:gap-y-16\/9{
    row-gap: 56.25%;
  }

  .max-width\:gap-y-1\/2{
    row-gap: 50%;
  }

  .max-width\:gap-y-full{
    row-gap: 100%;
  }

  .max-width\:gap-y-span{
    row-gap: 8.333%;
  }

  .max-width\:gap-y-2span{
    row-gap: 16.666%;
  }

  .max-width\:gap-y-px{
    row-gap: 1px;
  }

  .max-width\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-78% * var(--tw-space-x-reverse));
    margin-left: calc(-78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34% * var(--tw-space-x-reverse));
    margin-left: calc(34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(54% * var(--tw-space-x-reverse));
    margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66% * var(--tw-space-x-reverse));
    margin-left: calc(66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(130% * var(--tw-space-x-reverse));
    margin-left: calc(130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135% * var(--tw-space-x-reverse));
    margin-left: calc(135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200% * var(--tw-space-x-reverse));
    margin-left: calc(200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56.25% * var(--tw-space-x-reverse));
    margin-left: calc(56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666% * var(--tw-space-x-reverse));
    margin-left: calc(16.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(78% * var(--tw-space-x-reverse));
    margin-left: calc(78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34% * var(--tw-space-x-reverse));
    margin-left: calc(-34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-54% * var(--tw-space-x-reverse));
    margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66% * var(--tw-space-x-reverse));
    margin-left: calc(-66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-130% * var(--tw-space-x-reverse));
    margin-left: calc(-130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135% * var(--tw-space-x-reverse));
    margin-left: calc(-135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200% * var(--tw-space-x-reverse));
    margin-left: calc(-200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56.25% * var(--tw-space-x-reverse));
    margin-left: calc(-56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.666% * var(--tw-space-x-reverse));
    margin-left: calc(-16.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-width\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.25rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56.25% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666% * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.25rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.333% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56.25% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.333% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.666% * var(--tw-space-y-reverse));
  }

  .max-width\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .max-width\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .max-width\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .max-width\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-width\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-width\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-width\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.188rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.188rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-width\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-width\:divide-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.313rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.313rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-width\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-width\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-width\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .max-width\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--tw-divide-y-reverse));
  }

  .max-width\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--tw-divide-y-reverse));
  }

  .max-width\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.188rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.188rem * var(--tw-divide-y-reverse));
  }

  .max-width\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .max-width\:divide-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.313rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.313rem * var(--tw-divide-y-reverse));
  }

  .max-width\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .max-width\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .max-width\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .max-width\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .max-width\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .max-width\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .max-width\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .max-width\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .max-width\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .max-width\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .max-width\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .max-width\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .max-width\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .max-width\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity));
  }

  .max-width\:divide-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-divide-opacity));
  }

  .max-width\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .max-width\:divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-divide-opacity));
  }

  .max-width\:divide-dark-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.1);
  }

  .max-width\:divide-dark-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.5);
  }

  .max-width\:divide-dark-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .max-width\:divide-dark-900 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.9);
  }

  .max-width\:divide-light-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:divide-light-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:divide-light-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .max-width\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .max-width\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.10;
  }

  .max-width\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .max-width\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .max-width\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .max-width\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .max-width\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.50;
  }

  .max-width\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .max-width\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .max-width\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .max-width\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.80;
  }

  .max-width\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .max-width\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .max-width\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .max-width\:place-self-auto{
    place-self: auto;
  }

  .max-width\:place-self-start{
    place-self: start;
  }

  .max-width\:place-self-end{
    place-self: end;
  }

  .max-width\:place-self-center{
    place-self: center;
  }

  .max-width\:place-self-stretch{
    place-self: stretch;
  }

  .max-width\:self-auto{
    align-self: auto;
  }

  .max-width\:self-start{
    align-self: flex-start;
  }

  .max-width\:self-end{
    align-self: flex-end;
  }

  .max-width\:self-center{
    align-self: center;
  }

  .max-width\:self-stretch{
    align-self: stretch;
  }

  .max-width\:self-baseline{
    align-self: baseline;
  }

  .max-width\:justify-self-auto{
    justify-self: auto;
  }

  .max-width\:justify-self-start{
    justify-self: start;
  }

  .max-width\:justify-self-end{
    justify-self: end;
  }

  .max-width\:justify-self-center{
    justify-self: center;
  }

  .max-width\:justify-self-stretch{
    justify-self: stretch;
  }

  .max-width\:overflow-auto{
    overflow: auto;
  }

  .max-width\:overflow-hidden{
    overflow: hidden;
  }

  .max-width\:overflow-visible{
    overflow: visible;
  }

  .max-width\:overflow-scroll{
    overflow: scroll;
  }

  .max-width\:overflow-x-auto{
    overflow-x: auto;
  }

  .max-width\:overflow-y-auto{
    overflow-y: auto;
  }

  .max-width\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .max-width\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .max-width\:overflow-x-visible{
    overflow-x: visible;
  }

  .max-width\:overflow-y-visible{
    overflow-y: visible;
  }

  .max-width\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .max-width\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .max-width\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .max-width\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .max-width\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .max-width\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .max-width\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .max-width\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .max-width\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .max-width\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .max-width\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .max-width\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .max-width\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .max-width\:overflow-clip{
    text-overflow: clip;
  }

  .max-width\:whitespace-normal{
    white-space: normal;
  }

  .max-width\:whitespace-nowrap{
    white-space: nowrap;
  }

  .max-width\:whitespace-pre{
    white-space: pre;
  }

  .max-width\:whitespace-pre-line{
    white-space: pre-line;
  }

  .max-width\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .max-width\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .max-width\:break-words{
    overflow-wrap: break-word;
  }

  .max-width\:break-all{
    word-break: break-all;
  }

  .max-width\:rounded-none{
    border-radius: 0;
  }

  .max-width\:rounded-sm{
    border-radius: 0.125rem;
  }

  .max-width\:rounded{
    border-radius: 0.25rem;
  }

  .max-width\:rounded-md{
    border-radius: 0.375rem;
  }

  .max-width\:rounded-lg{
    border-radius: 0.5rem;
  }

  .max-width\:rounded-xl{
    border-radius: 0.75rem;
  }

  .max-width\:rounded-2xl{
    border-radius: 1rem;
  }

  .max-width\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .max-width\:rounded-full{
    border-radius: 9999px;
  }

  .max-width\:rounded-loader{
    border-radius: 50%;
  }

  .max-width\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .max-width\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .max-width\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .max-width\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .max-width\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .max-width\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .max-width\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .max-width\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .max-width\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .max-width\:rounded-t-loader{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .max-width\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .max-width\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .max-width\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .max-width\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .max-width\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .max-width\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .max-width\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .max-width\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .max-width\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .max-width\:rounded-r-loader{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .max-width\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .max-width\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .max-width\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .max-width\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .max-width\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .max-width\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .max-width\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .max-width\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .max-width\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .max-width\:rounded-b-loader{
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .max-width\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .max-width\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .max-width\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .max-width\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .max-width\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .max-width\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .max-width\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .max-width\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .max-width\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .max-width\:rounded-l-loader{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .max-width\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .max-width\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .max-width\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .max-width\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .max-width\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .max-width\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .max-width\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .max-width\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .max-width\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .max-width\:rounded-tl-loader{
    border-top-left-radius: 50%;
  }

  .max-width\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .max-width\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .max-width\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .max-width\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .max-width\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .max-width\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .max-width\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .max-width\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .max-width\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .max-width\:rounded-tr-loader{
    border-top-right-radius: 50%;
  }

  .max-width\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .max-width\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .max-width\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .max-width\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .max-width\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .max-width\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .max-width\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .max-width\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .max-width\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .max-width\:rounded-br-loader{
    border-bottom-right-radius: 50%;
  }

  .max-width\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .max-width\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .max-width\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .max-width\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .max-width\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .max-width\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .max-width\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .max-width\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .max-width\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .max-width\:rounded-bl-loader{
    border-bottom-left-radius: 50%;
  }

  .max-width\:border-0{
    border-width: 0px;
  }

  .max-width\:border-1{
    border-width: 0.0625rem;
  }

  .max-width\:border-2{
    border-width: 0.125rem;
  }

  .max-width\:border-3{
    border-width: 0.188rem;
  }

  .max-width\:border-4{
    border-width: 4px;
  }

  .max-width\:border-5{
    border-width: 0.313rem;
  }

  .max-width\:border-8{
    border-width: 8px;
  }

  .max-width\:border{
    border-width: 1px;
  }

  .max-width\:border-t-0{
    border-top-width: 0px;
  }

  .max-width\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .max-width\:border-t-2{
    border-top-width: 0.125rem;
  }

  .max-width\:border-t-3{
    border-top-width: 0.188rem;
  }

  .max-width\:border-t-4{
    border-top-width: 4px;
  }

  .max-width\:border-t-5{
    border-top-width: 0.313rem;
  }

  .max-width\:border-t-8{
    border-top-width: 8px;
  }

  .max-width\:border-t{
    border-top-width: 1px;
  }

  .max-width\:border-r-0{
    border-right-width: 0px;
  }

  .max-width\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .max-width\:border-r-2{
    border-right-width: 0.125rem;
  }

  .max-width\:border-r-3{
    border-right-width: 0.188rem;
  }

  .max-width\:border-r-4{
    border-right-width: 4px;
  }

  .max-width\:border-r-5{
    border-right-width: 0.313rem;
  }

  .max-width\:border-r-8{
    border-right-width: 8px;
  }

  .max-width\:border-r{
    border-right-width: 1px;
  }

  .max-width\:border-b-0{
    border-bottom-width: 0px;
  }

  .max-width\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .max-width\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .max-width\:border-b-3{
    border-bottom-width: 0.188rem;
  }

  .max-width\:border-b-4{
    border-bottom-width: 4px;
  }

  .max-width\:border-b-5{
    border-bottom-width: 0.313rem;
  }

  .max-width\:border-b-8{
    border-bottom-width: 8px;
  }

  .max-width\:border-b{
    border-bottom-width: 1px;
  }

  .max-width\:border-l-0{
    border-left-width: 0px;
  }

  .max-width\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .max-width\:border-l-2{
    border-left-width: 0.125rem;
  }

  .max-width\:border-l-3{
    border-left-width: 0.188rem;
  }

  .max-width\:border-l-4{
    border-left-width: 4px;
  }

  .max-width\:border-l-5{
    border-left-width: 0.313rem;
  }

  .max-width\:border-l-8{
    border-left-width: 8px;
  }

  .max-width\:border-l{
    border-left-width: 1px;
  }

  .max-width\:border-solid{
    border-style: solid;
  }

  .max-width\:border-dashed{
    border-style: dashed;
  }

  .max-width\:border-dotted{
    border-style: dotted;
  }

  .max-width\:border-double{
    border-style: double;
  }

  .max-width\:border-none{
    border-style: none;
  }

  .max-width\:border-transparent{
    border-color: transparent;
  }

  .max-width\:border-current{
    border-color: currentColor;
  }

  .max-width\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .max-width\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-width\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .max-width\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .max-width\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .max-width\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .max-width\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .max-width\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .max-width\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .max-width\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .max-width\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .max-width\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .max-width\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .max-width\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .max-width\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .max-width\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .group:hover .max-width\:group-hover\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .group:hover .max-width\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .max-width\:group-hover\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .group:hover .max-width\:group-hover\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .group:hover .max-width\:group-hover\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .group:hover .max-width\:group-hover\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .max-width\:group-hover\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .group:hover .max-width\:group-hover\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .max-width\:group-hover\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .max-width\:group-hover\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .max-width\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .max-width\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .max-width\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-width\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .max-width\:focus-within\:border-error:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .max-width\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .max-width\:focus-within\:border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .max-width\:focus-within\:border-dark-100:focus-within{
    border-color: rgba(0,0,0,.1);
  }

  .max-width\:focus-within\:border-dark-500:focus-within{
    border-color: rgba(0,0,0,.5);
  }

  .max-width\:focus-within\:border-dark-800:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .max-width\:focus-within\:border-dark-900:focus-within{
    border-color: rgba(0,0,0,.9);
  }

  .max-width\:focus-within\:border-light-100:focus-within{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus-within\:border-light-500:focus-within{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus-within\:border-light-800:focus-within{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .max-width\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .max-width\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .max-width\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-width\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .max-width\:hover\:border-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .max-width\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .max-width\:hover\:border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .max-width\:hover\:border-dark-100:hover{
    border-color: rgba(0,0,0,.1);
  }

  .max-width\:hover\:border-dark-500:hover{
    border-color: rgba(0,0,0,.5);
  }

  .max-width\:hover\:border-dark-800:hover{
    border-color: rgba(0,0,0,.8);
  }

  .max-width\:hover\:border-dark-900:hover{
    border-color: rgba(0,0,0,.9);
  }

  .max-width\:hover\:border-light-100:hover{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:hover\:border-light-500:hover{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:hover\:border-light-800:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .max-width\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .max-width\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .max-width\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-width\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .max-width\:focus\:border-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .max-width\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .max-width\:focus\:border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .max-width\:focus\:border-dark-100:focus{
    border-color: rgba(0,0,0,.1);
  }

  .max-width\:focus\:border-dark-500:focus{
    border-color: rgba(0,0,0,.5);
  }

  .max-width\:focus\:border-dark-800:focus{
    border-color: rgba(0,0,0,.8);
  }

  .max-width\:focus\:border-dark-900:focus{
    border-color: rgba(0,0,0,.9);
  }

  .max-width\:focus\:border-light-100:focus{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus\:border-light-500:focus{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus\:border-light-800:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .max-width\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .max-width\:border-opacity-10{
    --tw-border-opacity: 0.10;
  }

  .max-width\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .max-width\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .max-width\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .max-width\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .max-width\:border-opacity-50{
    --tw-border-opacity: 0.50;
  }

  .max-width\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .max-width\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .max-width\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .max-width\:border-opacity-80{
    --tw-border-opacity: 0.80;
  }

  .max-width\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .max-width\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .max-width\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .max-width\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .max-width\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .max-width\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.10;
  }

  .group:hover .max-width\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .max-width\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .max-width\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .max-width\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .max-width\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.50;
  }

  .group:hover .max-width\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .max-width\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .max-width\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .max-width\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.80;
  }

  .group:hover .max-width\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .max-width\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .max-width\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .max-width\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .max-width\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .max-width\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.10;
  }

  .max-width\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .max-width\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .max-width\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .max-width\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .max-width\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.50;
  }

  .max-width\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .max-width\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .max-width\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .max-width\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.80;
  }

  .max-width\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .max-width\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .max-width\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .max-width\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .max-width\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .max-width\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.10;
  }

  .max-width\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .max-width\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .max-width\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .max-width\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .max-width\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.50;
  }

  .max-width\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .max-width\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .max-width\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .max-width\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.80;
  }

  .max-width\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .max-width\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .max-width\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .max-width\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .max-width\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .max-width\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.10;
  }

  .max-width\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .max-width\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .max-width\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .max-width\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .max-width\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.50;
  }

  .max-width\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .max-width\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .max-width\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .max-width\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.80;
  }

  .max-width\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .max-width\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .max-width\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .max-width\:bg-transparent{
    background-color: transparent;
  }

  .max-width\:bg-current{
    background-color: currentColor;
  }

  .max-width\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-width\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-width\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .max-width\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .max-width\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .max-width\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .max-width\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .max-width\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .max-width\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .max-width\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .max-width\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .max-width\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .max-width\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .max-width\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .max-width\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .max-width\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .group:hover .max-width\:group-hover\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .group:hover .max-width\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .max-width\:group-hover\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .group:hover .max-width\:group-hover\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .group:hover .max-width\:group-hover\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .group:hover .max-width\:group-hover\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .max-width\:group-hover\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .group:hover .max-width\:group-hover\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .max-width\:group-hover\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .max-width\:group-hover\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .max-width\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .max-width\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-width\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-width\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .max-width\:focus-within\:bg-error:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .max-width\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .max-width\:focus-within\:bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .max-width\:focus-within\:bg-dark-100:focus-within{
    background-color: rgba(0,0,0,.1);
  }

  .max-width\:focus-within\:bg-dark-500:focus-within{
    background-color: rgba(0,0,0,.5);
  }

  .max-width\:focus-within\:bg-dark-800:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .max-width\:focus-within\:bg-dark-900:focus-within{
    background-color: rgba(0,0,0,.9);
  }

  .max-width\:focus-within\:bg-light-100:focus-within{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus-within\:bg-light-500:focus-within{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus-within\:bg-light-800:focus-within{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .max-width\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .max-width\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-width\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-width\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .max-width\:hover\:bg-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .max-width\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .max-width\:hover\:bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .max-width\:hover\:bg-dark-100:hover{
    background-color: rgba(0,0,0,.1);
  }

  .max-width\:hover\:bg-dark-500:hover{
    background-color: rgba(0,0,0,.5);
  }

  .max-width\:hover\:bg-dark-800:hover{
    background-color: rgba(0,0,0,.8);
  }

  .max-width\:hover\:bg-dark-900:hover{
    background-color: rgba(0,0,0,.9);
  }

  .max-width\:hover\:bg-light-100:hover{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:hover\:bg-light-500:hover{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:hover\:bg-light-800:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .max-width\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .max-width\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-width\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-width\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .max-width\:focus\:bg-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .max-width\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .max-width\:focus\:bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .max-width\:focus\:bg-dark-100:focus{
    background-color: rgba(0,0,0,.1);
  }

  .max-width\:focus\:bg-dark-500:focus{
    background-color: rgba(0,0,0,.5);
  }

  .max-width\:focus\:bg-dark-800:focus{
    background-color: rgba(0,0,0,.8);
  }

  .max-width\:focus\:bg-dark-900:focus{
    background-color: rgba(0,0,0,.9);
  }

  .max-width\:focus\:bg-light-100:focus{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus\:bg-light-500:focus{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus\:bg-light-800:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .max-width\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .max-width\:bg-opacity-10{
    --tw-bg-opacity: 0.10;
  }

  .max-width\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .max-width\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .max-width\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .max-width\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .max-width\:bg-opacity-50{
    --tw-bg-opacity: 0.50;
  }

  .max-width\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .max-width\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .max-width\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .max-width\:bg-opacity-80{
    --tw-bg-opacity: 0.80;
  }

  .max-width\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .max-width\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .max-width\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.10;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.50;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.80;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .max-width\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .max-width\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .max-width\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .max-width\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.10;
  }

  .max-width\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .max-width\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .max-width\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .max-width\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .max-width\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.50;
  }

  .max-width\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .max-width\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .max-width\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .max-width\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.80;
  }

  .max-width\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .max-width\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .max-width\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .max-width\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .max-width\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .max-width\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.10;
  }

  .max-width\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .max-width\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .max-width\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .max-width\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .max-width\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.50;
  }

  .max-width\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .max-width\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .max-width\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .max-width\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.80;
  }

  .max-width\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .max-width\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .max-width\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .max-width\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .max-width\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .max-width\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.10;
  }

  .max-width\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .max-width\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .max-width\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .max-width\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .max-width\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.50;
  }

  .max-width\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .max-width\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .max-width\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .max-width\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.80;
  }

  .max-width\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .max-width\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .max-width\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .max-width\:bg-none{
    background-image: none;
  }

  .max-width\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .max-width\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .max-width\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .max-width\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .max-width\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .max-width\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .max-width\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .max-width\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .max-width\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:from-blue{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .max-width\:from-error{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .max-width\:from-gray{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .max-width\:from-gray-dark{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .max-width\:from-dark-100{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:from-dark-500{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:from-dark-800{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:from-dark-900{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:from-light-100{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:from-light-500{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:from-light-800{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .max-width\:hover\:from-error:hover{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .max-width\:hover\:from-gray:hover{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .max-width\:hover\:from-gray-dark:hover{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .max-width\:hover\:from-dark-100:hover{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:from-dark-500:hover{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:from-dark-800:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:from-dark-900:hover{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:from-light-100:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:hover\:from-light-500:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:hover\:from-light-800:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .max-width\:focus\:from-error:focus{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .max-width\:focus\:from-gray:focus{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .max-width\:focus\:from-gray-dark:focus{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .max-width\:focus\:from-dark-100:focus{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:from-dark-500:focus{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:from-dark-800:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:from-dark-900:focus{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:from-light-100:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:focus\:from-light-500:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:focus\:from-light-800:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .max-width\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .max-width\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .max-width\:via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .max-width\:via-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:via-dark-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:via-dark-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:via-dark-900{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:via-light-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:via-light-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:via-light-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .max-width\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .max-width\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .max-width\:hover\:via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .max-width\:hover\:via-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:via-dark-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:via-dark-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:via-dark-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:hover\:via-light-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:hover\:via-light-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:hover\:via-light-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .max-width\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .max-width\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .max-width\:focus\:via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .max-width\:focus\:via-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:via-dark-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:via-dark-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:via-dark-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-width\:focus\:via-light-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:focus\:via-light-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:focus\:via-light-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-width\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .max-width\:to-current{
    --tw-gradient-to: currentColor;
  }

  .max-width\:to-black{
    --tw-gradient-to: #000;
  }

  .max-width\:to-white{
    --tw-gradient-to: #fff;
  }

  .max-width\:to-blue{
    --tw-gradient-to: #0099FF;
  }

  .max-width\:to-error{
    --tw-gradient-to: #E62807;
  }

  .max-width\:to-gray{
    --tw-gradient-to: #e5e5e5;
  }

  .max-width\:to-gray-dark{
    --tw-gradient-to: #777676;
  }

  .max-width\:to-dark-100{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .max-width\:to-dark-500{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .max-width\:to-dark-800{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .max-width\:to-dark-900{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .max-width\:to-light-100{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .max-width\:to-light-500{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .max-width\:to-light-800{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .max-width\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .max-width\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .max-width\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .max-width\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .max-width\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF;
  }

  .max-width\:hover\:to-error:hover{
    --tw-gradient-to: #E62807;
  }

  .max-width\:hover\:to-gray:hover{
    --tw-gradient-to: #e5e5e5;
  }

  .max-width\:hover\:to-gray-dark:hover{
    --tw-gradient-to: #777676;
  }

  .max-width\:hover\:to-dark-100:hover{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .max-width\:hover\:to-dark-500:hover{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .max-width\:hover\:to-dark-800:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .max-width\:hover\:to-dark-900:hover{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .max-width\:hover\:to-light-100:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .max-width\:hover\:to-light-500:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .max-width\:hover\:to-light-800:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .max-width\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .max-width\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .max-width\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .max-width\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF;
  }

  .max-width\:focus\:to-error:focus{
    --tw-gradient-to: #E62807;
  }

  .max-width\:focus\:to-gray:focus{
    --tw-gradient-to: #e5e5e5;
  }

  .max-width\:focus\:to-gray-dark:focus{
    --tw-gradient-to: #777676;
  }

  .max-width\:focus\:to-dark-100:focus{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .max-width\:focus\:to-dark-500:focus{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .max-width\:focus\:to-dark-800:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .max-width\:focus\:to-dark-900:focus{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .max-width\:focus\:to-light-100:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus\:to-light-500:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus\:to-light-800:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .max-width\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .max-width\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .max-width\:bg-auto{
    background-size: auto;
  }

  .max-width\:bg-cover{
    background-size: cover;
  }

  .max-width\:bg-contain{
    background-size: contain;
  }

  .max-width\:bg-fixed{
    background-attachment: fixed;
  }

  .max-width\:bg-local{
    background-attachment: local;
  }

  .max-width\:bg-scroll{
    background-attachment: scroll;
  }

  .max-width\:bg-clip-border{
    background-clip: border-box;
  }

  .max-width\:bg-clip-padding{
    background-clip: padding-box;
  }

  .max-width\:bg-clip-content{
    background-clip: content-box;
  }

  .max-width\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .max-width\:bg-bottom{
    background-position: bottom;
  }

  .max-width\:bg-center{
    background-position: center;
  }

  .max-width\:bg-left{
    background-position: left;
  }

  .max-width\:bg-left-bottom{
    background-position: left bottom;
  }

  .max-width\:bg-left-top{
    background-position: left top;
  }

  .max-width\:bg-right{
    background-position: right;
  }

  .max-width\:bg-right-bottom{
    background-position: right bottom;
  }

  .max-width\:bg-right-top{
    background-position: right top;
  }

  .max-width\:bg-top{
    background-position: top;
  }

  .max-width\:bg-repeat{
    background-repeat: repeat;
  }

  .max-width\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .max-width\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .max-width\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .max-width\:bg-repeat-round{
    background-repeat: round;
  }

  .max-width\:bg-repeat-space{
    background-repeat: space;
  }

  .max-width\:bg-origin-border{
    background-origin: border-box;
  }

  .max-width\:bg-origin-padding{
    background-origin: padding-box;
  }

  .max-width\:bg-origin-content{
    background-origin: content-box;
  }

  .max-width\:fill-current{
    fill: currentColor;
  }

  .max-width\:fill-transparent{
    fill: transparent;
  }

  .max-width\:fill-black{
    fill: #000;
  }

  .max-width\:fill-white{
    fill: #fff;
  }

  .max-width\:fill-blue{
    fill: #0099FF;
  }

  .max-width\:fill-error{
    fill: #E62807;
  }

  .max-width\:fill-gray{
    fill: #e5e5e5;
  }

  .max-width\:fill-gray-dark{
    fill: #777676;
  }

  .max-width\:fill-dark-100{
    fill: rgba(0,0,0,.1);
  }

  .max-width\:fill-dark-500{
    fill: rgba(0,0,0,.5);
  }

  .max-width\:fill-dark-800{
    fill: rgba(0,0,0,.8);
  }

  .max-width\:fill-dark-900{
    fill: rgba(0,0,0,.9);
  }

  .max-width\:fill-light-100{
    fill: rgba(255, 255, 255, 0.1);
  }

  .max-width\:fill-light-500{
    fill: rgba(255, 255, 255, 0.5);
  }

  .max-width\:fill-light-800{
    fill: rgba(255, 255, 255, 0.8);
  }

  .max-width\:hover\:fill-current:hover{
    fill: currentColor;
  }

  .max-width\:hover\:fill-transparent:hover{
    fill: transparent;
  }

  .max-width\:hover\:fill-black:hover{
    fill: #000;
  }

  .max-width\:hover\:fill-white:hover{
    fill: #fff;
  }

  .max-width\:hover\:fill-blue:hover{
    fill: #0099FF;
  }

  .max-width\:hover\:fill-error:hover{
    fill: #E62807;
  }

  .max-width\:hover\:fill-gray:hover{
    fill: #e5e5e5;
  }

  .max-width\:hover\:fill-gray-dark:hover{
    fill: #777676;
  }

  .max-width\:hover\:fill-dark-100:hover{
    fill: rgba(0,0,0,.1);
  }

  .max-width\:hover\:fill-dark-500:hover{
    fill: rgba(0,0,0,.5);
  }

  .max-width\:hover\:fill-dark-800:hover{
    fill: rgba(0,0,0,.8);
  }

  .max-width\:hover\:fill-dark-900:hover{
    fill: rgba(0,0,0,.9);
  }

  .max-width\:hover\:fill-light-100:hover{
    fill: rgba(255, 255, 255, 0.1);
  }

  .max-width\:hover\:fill-light-500:hover{
    fill: rgba(255, 255, 255, 0.5);
  }

  .max-width\:hover\:fill-light-800:hover{
    fill: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus\:fill-current:focus{
    fill: currentColor;
  }

  .max-width\:focus\:fill-transparent:focus{
    fill: transparent;
  }

  .max-width\:focus\:fill-black:focus{
    fill: #000;
  }

  .max-width\:focus\:fill-white:focus{
    fill: #fff;
  }

  .max-width\:focus\:fill-blue:focus{
    fill: #0099FF;
  }

  .max-width\:focus\:fill-error:focus{
    fill: #E62807;
  }

  .max-width\:focus\:fill-gray:focus{
    fill: #e5e5e5;
  }

  .max-width\:focus\:fill-gray-dark:focus{
    fill: #777676;
  }

  .max-width\:focus\:fill-dark-100:focus{
    fill: rgba(0,0,0,.1);
  }

  .max-width\:focus\:fill-dark-500:focus{
    fill: rgba(0,0,0,.5);
  }

  .max-width\:focus\:fill-dark-800:focus{
    fill: rgba(0,0,0,.8);
  }

  .max-width\:focus\:fill-dark-900:focus{
    fill: rgba(0,0,0,.9);
  }

  .max-width\:focus\:fill-light-100:focus{
    fill: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus\:fill-light-500:focus{
    fill: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus\:fill-light-800:focus{
    fill: rgba(255, 255, 255, 0.8);
  }

  .max-width\:stroke-current{
    stroke: currentColor;
  }

  .max-width\:stroke-0{
    stroke-width: 0;
  }

  .max-width\:stroke-1{
    stroke-width: 1;
  }

  .max-width\:stroke-2{
    stroke-width: 2;
  }

  .max-width\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .max-width\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .max-width\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .max-width\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .max-width\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .max-width\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .max-width\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .max-width\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .max-width\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .max-width\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .max-width\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .max-width\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .max-width\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .max-width\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .max-width\:p-0{
    padding: 0;
  }

  .max-width\:p-4{
    padding: 0.25rem;
  }

  .max-width\:p-8{
    padding: 0.5rem;
  }

  .max-width\:p-12{
    padding: 0.75rem;
  }

  .max-width\:p-16{
    padding: 1rem;
  }

  .max-width\:p-20{
    padding: 1.25rem;
  }

  .max-width\:p-24{
    padding: 1.5rem;
  }

  .max-width\:p-32{
    padding: 2rem;
  }

  .max-width\:p-40{
    padding: 2.5rem;
  }

  .max-width\:p-48{
    padding: 3rem;
  }

  .max-width\:p-56{
    padding: 3.5rem;
  }

  .max-width\:p-64{
    padding: 4rem;
  }

  .max-width\:p-80{
    padding: 5rem;
  }

  .max-width\:p-96{
    padding: 6rem;
  }

  .max-width\:p-104{
    padding: 6.5rem;
  }

  .max-width\:p-112{
    padding: 7rem;
  }

  .max-width\:p-128{
    padding: 8rem;
  }

  .max-width\:p-140{
    padding: 8.75rem;
  }

  .max-width\:p-156{
    padding: 9.5rem;
  }

  .max-width\:p-160{
    padding: 10rem;
  }

  .max-width\:p-180{
    padding: 11.25rem;
  }

  .max-width\:p-200{
    padding: 12.5rem;
  }

  .max-width\:p-224{
    padding: 14rem;
  }

  .max-width\:p-240{
    padding: 15rem;
  }

  .max-width\:p-260{
    padding: 16.25rem;
  }

  .max-width\:p-300{
    padding: 18.75rem;
  }

  .max-width\:-p-78\%{
    padding: -78%;
  }

  .max-width\:-p-80\%{
    padding: -80%;
  }

  .max-width\:-p-50\%{
    padding: -50%;
  }

  .max-width\:-p-35\%{
    padding: -35%;
  }

  .max-width\:-p-128{
    padding: -8rem;
  }

  .max-width\:-p-96{
    padding: -6rem;
  }

  .max-width\:-p-64{
    padding: -4rem;
  }

  .max-width\:-p-32{
    padding: -2rem;
  }

  .max-width\:-p-8{
    padding: -0.5rem;
  }

  .max-width\:p-5\%{
    padding: 5%;
  }

  .max-width\:p-10\%{
    padding: 10%;
  }

  .max-width\:p-15\%{
    padding: 15%;
  }

  .max-width\:p-20\%{
    padding: 20%;
  }

  .max-width\:p-25\%{
    padding: 25%;
  }

  .max-width\:p-30\%{
    padding: 30%;
  }

  .max-width\:p-31\%{
    padding: 31%;
  }

  .max-width\:p-33\%{
    padding: 33.333%;
  }

  .max-width\:p-34\%{
    padding: 34%;
  }

  .max-width\:p-45\%{
    padding: 45%;
  }

  .max-width\:p-50\%{
    padding: 50%;
  }

  .max-width\:p-54\%{
    padding: 54%;
  }

  .max-width\:p-75\%{
    padding: 75%;
  }

  .max-width\:p-55\%{
    padding: 55%;
  }

  .max-width\:p-65\%{
    padding: 65%;
  }

  .max-width\:p-66\%{
    padding: 66%;
  }

  .max-width\:p-85\%{
    padding: 85%;
  }

  .max-width\:p-96\%{
    padding: 96%;
  }

  .max-width\:p-130\%{
    padding: 130%;
  }

  .max-width\:p-135\%{
    padding: 135%;
  }

  .max-width\:p-200\%{
    padding: 200%;
  }

  .max-width\:p-16\/9{
    padding: 56.25%;
  }

  .max-width\:p-1\/2{
    padding: 50%;
  }

  .max-width\:p-full{
    padding: 100%;
  }

  .max-width\:p-span{
    padding: 8.333%;
  }

  .max-width\:p-2span{
    padding: 16.666%;
  }

  .max-width\:p-px{
    padding: 1px;
  }

  .max-width\:p-3\.125rem{
    padding: 3.125rem;
  }

  .max-width\:p-3\.375rem{
    padding: 3.375rem;
  }

  .max-width\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .max-width\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .max-width\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-width\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-width\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-width\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-width\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .max-width\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .max-width\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .max-width\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .max-width\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .max-width\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .max-width\:px-96{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .max-width\:px-104{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .max-width\:px-112{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .max-width\:px-128{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .max-width\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .max-width\:px-156{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .max-width\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .max-width\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .max-width\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .max-width\:px-224{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .max-width\:px-240{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .max-width\:px-260{
    padding-left: 16.25rem;
    padding-right: 16.25rem;
  }

  .max-width\:px-300{
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .max-width\:-px-78\%{
    padding-left: -78%;
    padding-right: -78%;
  }

  .max-width\:-px-80\%{
    padding-left: -80%;
    padding-right: -80%;
  }

  .max-width\:-px-50\%{
    padding-left: -50%;
    padding-right: -50%;
  }

  .max-width\:-px-35\%{
    padding-left: -35%;
    padding-right: -35%;
  }

  .max-width\:-px-128{
    padding-left: -8rem;
    padding-right: -8rem;
  }

  .max-width\:-px-96{
    padding-left: -6rem;
    padding-right: -6rem;
  }

  .max-width\:-px-64{
    padding-left: -4rem;
    padding-right: -4rem;
  }

  .max-width\:-px-32{
    padding-left: -2rem;
    padding-right: -2rem;
  }

  .max-width\:-px-8{
    padding-left: -0.5rem;
    padding-right: -0.5rem;
  }

  .max-width\:px-5\%{
    padding-left: 5%;
    padding-right: 5%;
  }

  .max-width\:px-10\%{
    padding-left: 10%;
    padding-right: 10%;
  }

  .max-width\:px-15\%{
    padding-left: 15%;
    padding-right: 15%;
  }

  .max-width\:px-20\%{
    padding-left: 20%;
    padding-right: 20%;
  }

  .max-width\:px-25\%{
    padding-left: 25%;
    padding-right: 25%;
  }

  .max-width\:px-30\%{
    padding-left: 30%;
    padding-right: 30%;
  }

  .max-width\:px-31\%{
    padding-left: 31%;
    padding-right: 31%;
  }

  .max-width\:px-33\%{
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .max-width\:px-34\%{
    padding-left: 34%;
    padding-right: 34%;
  }

  .max-width\:px-45\%{
    padding-left: 45%;
    padding-right: 45%;
  }

  .max-width\:px-50\%{
    padding-left: 50%;
    padding-right: 50%;
  }

  .max-width\:px-54\%{
    padding-left: 54%;
    padding-right: 54%;
  }

  .max-width\:px-75\%{
    padding-left: 75%;
    padding-right: 75%;
  }

  .max-width\:px-55\%{
    padding-left: 55%;
    padding-right: 55%;
  }

  .max-width\:px-65\%{
    padding-left: 65%;
    padding-right: 65%;
  }

  .max-width\:px-66\%{
    padding-left: 66%;
    padding-right: 66%;
  }

  .max-width\:px-85\%{
    padding-left: 85%;
    padding-right: 85%;
  }

  .max-width\:px-96\%{
    padding-left: 96%;
    padding-right: 96%;
  }

  .max-width\:px-130\%{
    padding-left: 130%;
    padding-right: 130%;
  }

  .max-width\:px-135\%{
    padding-left: 135%;
    padding-right: 135%;
  }

  .max-width\:px-200\%{
    padding-left: 200%;
    padding-right: 200%;
  }

  .max-width\:px-16\/9{
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .max-width\:px-1\/2{
    padding-left: 50%;
    padding-right: 50%;
  }

  .max-width\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .max-width\:px-span{
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .max-width\:px-2span{
    padding-left: 16.666%;
    padding-right: 16.666%;
  }

  .max-width\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .max-width\:px-3\.125rem{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .max-width\:px-3\.375rem{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .max-width\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .max-width\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-width\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .max-width\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .max-width\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .max-width\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .max-width\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .max-width\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .max-width\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .max-width\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .max-width\:py-96{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .max-width\:py-104{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .max-width\:py-112{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .max-width\:py-128{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .max-width\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .max-width\:py-156{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .max-width\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .max-width\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .max-width\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .max-width\:py-224{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .max-width\:py-240{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .max-width\:py-260{
    padding-top: 16.25rem;
    padding-bottom: 16.25rem;
  }

  .max-width\:py-300{
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .max-width\:-py-78\%{
    padding-top: -78%;
    padding-bottom: -78%;
  }

  .max-width\:-py-80\%{
    padding-top: -80%;
    padding-bottom: -80%;
  }

  .max-width\:-py-50\%{
    padding-top: -50%;
    padding-bottom: -50%;
  }

  .max-width\:-py-35\%{
    padding-top: -35%;
    padding-bottom: -35%;
  }

  .max-width\:-py-128{
    padding-top: -8rem;
    padding-bottom: -8rem;
  }

  .max-width\:-py-96{
    padding-top: -6rem;
    padding-bottom: -6rem;
  }

  .max-width\:-py-64{
    padding-top: -4rem;
    padding-bottom: -4rem;
  }

  .max-width\:-py-32{
    padding-top: -2rem;
    padding-bottom: -2rem;
  }

  .max-width\:-py-8{
    padding-top: -0.5rem;
    padding-bottom: -0.5rem;
  }

  .max-width\:py-5\%{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .max-width\:py-10\%{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .max-width\:py-15\%{
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .max-width\:py-20\%{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .max-width\:py-25\%{
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .max-width\:py-30\%{
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .max-width\:py-31\%{
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .max-width\:py-33\%{
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .max-width\:py-34\%{
    padding-top: 34%;
    padding-bottom: 34%;
  }

  .max-width\:py-45\%{
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .max-width\:py-50\%{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .max-width\:py-54\%{
    padding-top: 54%;
    padding-bottom: 54%;
  }

  .max-width\:py-75\%{
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .max-width\:py-55\%{
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .max-width\:py-65\%{
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .max-width\:py-66\%{
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .max-width\:py-85\%{
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .max-width\:py-96\%{
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .max-width\:py-130\%{
    padding-top: 130%;
    padding-bottom: 130%;
  }

  .max-width\:py-135\%{
    padding-top: 135%;
    padding-bottom: 135%;
  }

  .max-width\:py-200\%{
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .max-width\:py-16\/9{
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .max-width\:py-1\/2{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .max-width\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .max-width\:py-span{
    padding-top: 8.333%;
    padding-bottom: 8.333%;
  }

  .max-width\:py-2span{
    padding-top: 16.666%;
    padding-bottom: 16.666%;
  }

  .max-width\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .max-width\:py-3\.125rem{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .max-width\:py-3\.375rem{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .max-width\:pt-0{
    padding-top: 0;
  }

  .max-width\:pt-4{
    padding-top: 0.25rem;
  }

  .max-width\:pt-8{
    padding-top: 0.5rem;
  }

  .max-width\:pt-12{
    padding-top: 0.75rem;
  }

  .max-width\:pt-16{
    padding-top: 1rem;
  }

  .max-width\:pt-20{
    padding-top: 1.25rem;
  }

  .max-width\:pt-24{
    padding-top: 1.5rem;
  }

  .max-width\:pt-32{
    padding-top: 2rem;
  }

  .max-width\:pt-40{
    padding-top: 2.5rem;
  }

  .max-width\:pt-48{
    padding-top: 3rem;
  }

  .max-width\:pt-56{
    padding-top: 3.5rem;
  }

  .max-width\:pt-64{
    padding-top: 4rem;
  }

  .max-width\:pt-80{
    padding-top: 5rem;
  }

  .max-width\:pt-96{
    padding-top: 6rem;
  }

  .max-width\:pt-104{
    padding-top: 6.5rem;
  }

  .max-width\:pt-112{
    padding-top: 7rem;
  }

  .max-width\:pt-128{
    padding-top: 8rem;
  }

  .max-width\:pt-140{
    padding-top: 8.75rem;
  }

  .max-width\:pt-156{
    padding-top: 9.5rem;
  }

  .max-width\:pt-160{
    padding-top: 10rem;
  }

  .max-width\:pt-180{
    padding-top: 11.25rem;
  }

  .max-width\:pt-200{
    padding-top: 12.5rem;
  }

  .max-width\:pt-224{
    padding-top: 14rem;
  }

  .max-width\:pt-240{
    padding-top: 15rem;
  }

  .max-width\:pt-260{
    padding-top: 16.25rem;
  }

  .max-width\:pt-300{
    padding-top: 18.75rem;
  }

  .max-width\:-pt-78\%{
    padding-top: -78%;
  }

  .max-width\:-pt-80\%{
    padding-top: -80%;
  }

  .max-width\:-pt-50\%{
    padding-top: -50%;
  }

  .max-width\:-pt-35\%{
    padding-top: -35%;
  }

  .max-width\:-pt-128{
    padding-top: -8rem;
  }

  .max-width\:-pt-96{
    padding-top: -6rem;
  }

  .max-width\:-pt-64{
    padding-top: -4rem;
  }

  .max-width\:-pt-32{
    padding-top: -2rem;
  }

  .max-width\:-pt-8{
    padding-top: -0.5rem;
  }

  .max-width\:pt-5\%{
    padding-top: 5%;
  }

  .max-width\:pt-10\%{
    padding-top: 10%;
  }

  .max-width\:pt-15\%{
    padding-top: 15%;
  }

  .max-width\:pt-20\%{
    padding-top: 20%;
  }

  .max-width\:pt-25\%{
    padding-top: 25%;
  }

  .max-width\:pt-30\%{
    padding-top: 30%;
  }

  .max-width\:pt-31\%{
    padding-top: 31%;
  }

  .max-width\:pt-33\%{
    padding-top: 33.333%;
  }

  .max-width\:pt-34\%{
    padding-top: 34%;
  }

  .max-width\:pt-45\%{
    padding-top: 45%;
  }

  .max-width\:pt-50\%{
    padding-top: 50%;
  }

  .max-width\:pt-54\%{
    padding-top: 54%;
  }

  .max-width\:pt-75\%{
    padding-top: 75%;
  }

  .max-width\:pt-55\%{
    padding-top: 55%;
  }

  .max-width\:pt-65\%{
    padding-top: 65%;
  }

  .max-width\:pt-66\%{
    padding-top: 66%;
  }

  .max-width\:pt-85\%{
    padding-top: 85%;
  }

  .max-width\:pt-96\%{
    padding-top: 96%;
  }

  .max-width\:pt-130\%{
    padding-top: 130%;
  }

  .max-width\:pt-135\%{
    padding-top: 135%;
  }

  .max-width\:pt-200\%{
    padding-top: 200%;
  }

  .max-width\:pt-16\/9{
    padding-top: 56.25%;
  }

  .max-width\:pt-1\/2{
    padding-top: 50%;
  }

  .max-width\:pt-full{
    padding-top: 100%;
  }

  .max-width\:pt-span{
    padding-top: 8.333%;
  }

  .max-width\:pt-2span{
    padding-top: 16.666%;
  }

  .max-width\:pt-px{
    padding-top: 1px;
  }

  .max-width\:pt-3\.125rem{
    padding-top: 3.125rem;
  }

  .max-width\:pt-3\.375rem{
    padding-top: 3.375rem;
  }

  .max-width\:pr-0{
    padding-right: 0;
  }

  .max-width\:pr-4{
    padding-right: 0.25rem;
  }

  .max-width\:pr-8{
    padding-right: 0.5rem;
  }

  .max-width\:pr-12{
    padding-right: 0.75rem;
  }

  .max-width\:pr-16{
    padding-right: 1rem;
  }

  .max-width\:pr-20{
    padding-right: 1.25rem;
  }

  .max-width\:pr-24{
    padding-right: 1.5rem;
  }

  .max-width\:pr-32{
    padding-right: 2rem;
  }

  .max-width\:pr-40{
    padding-right: 2.5rem;
  }

  .max-width\:pr-48{
    padding-right: 3rem;
  }

  .max-width\:pr-56{
    padding-right: 3.5rem;
  }

  .max-width\:pr-64{
    padding-right: 4rem;
  }

  .max-width\:pr-80{
    padding-right: 5rem;
  }

  .max-width\:pr-96{
    padding-right: 6rem;
  }

  .max-width\:pr-104{
    padding-right: 6.5rem;
  }

  .max-width\:pr-112{
    padding-right: 7rem;
  }

  .max-width\:pr-128{
    padding-right: 8rem;
  }

  .max-width\:pr-140{
    padding-right: 8.75rem;
  }

  .max-width\:pr-156{
    padding-right: 9.5rem;
  }

  .max-width\:pr-160{
    padding-right: 10rem;
  }

  .max-width\:pr-180{
    padding-right: 11.25rem;
  }

  .max-width\:pr-200{
    padding-right: 12.5rem;
  }

  .max-width\:pr-224{
    padding-right: 14rem;
  }

  .max-width\:pr-240{
    padding-right: 15rem;
  }

  .max-width\:pr-260{
    padding-right: 16.25rem;
  }

  .max-width\:pr-300{
    padding-right: 18.75rem;
  }

  .max-width\:-pr-78\%{
    padding-right: -78%;
  }

  .max-width\:-pr-80\%{
    padding-right: -80%;
  }

  .max-width\:-pr-50\%{
    padding-right: -50%;
  }

  .max-width\:-pr-35\%{
    padding-right: -35%;
  }

  .max-width\:-pr-128{
    padding-right: -8rem;
  }

  .max-width\:-pr-96{
    padding-right: -6rem;
  }

  .max-width\:-pr-64{
    padding-right: -4rem;
  }

  .max-width\:-pr-32{
    padding-right: -2rem;
  }

  .max-width\:-pr-8{
    padding-right: -0.5rem;
  }

  .max-width\:pr-5\%{
    padding-right: 5%;
  }

  .max-width\:pr-10\%{
    padding-right: 10%;
  }

  .max-width\:pr-15\%{
    padding-right: 15%;
  }

  .max-width\:pr-20\%{
    padding-right: 20%;
  }

  .max-width\:pr-25\%{
    padding-right: 25%;
  }

  .max-width\:pr-30\%{
    padding-right: 30%;
  }

  .max-width\:pr-31\%{
    padding-right: 31%;
  }

  .max-width\:pr-33\%{
    padding-right: 33.333%;
  }

  .max-width\:pr-34\%{
    padding-right: 34%;
  }

  .max-width\:pr-45\%{
    padding-right: 45%;
  }

  .max-width\:pr-50\%{
    padding-right: 50%;
  }

  .max-width\:pr-54\%{
    padding-right: 54%;
  }

  .max-width\:pr-75\%{
    padding-right: 75%;
  }

  .max-width\:pr-55\%{
    padding-right: 55%;
  }

  .max-width\:pr-65\%{
    padding-right: 65%;
  }

  .max-width\:pr-66\%{
    padding-right: 66%;
  }

  .max-width\:pr-85\%{
    padding-right: 85%;
  }

  .max-width\:pr-96\%{
    padding-right: 96%;
  }

  .max-width\:pr-130\%{
    padding-right: 130%;
  }

  .max-width\:pr-135\%{
    padding-right: 135%;
  }

  .max-width\:pr-200\%{
    padding-right: 200%;
  }

  .max-width\:pr-16\/9{
    padding-right: 56.25%;
  }

  .max-width\:pr-1\/2{
    padding-right: 50%;
  }

  .max-width\:pr-full{
    padding-right: 100%;
  }

  .max-width\:pr-span{
    padding-right: 8.333%;
  }

  .max-width\:pr-2span{
    padding-right: 16.666%;
  }

  .max-width\:pr-px{
    padding-right: 1px;
  }

  .max-width\:pr-3\.125rem{
    padding-right: 3.125rem;
  }

  .max-width\:pr-3\.375rem{
    padding-right: 3.375rem;
  }

  .max-width\:pb-0{
    padding-bottom: 0;
  }

  .max-width\:pb-4{
    padding-bottom: 0.25rem;
  }

  .max-width\:pb-8{
    padding-bottom: 0.5rem;
  }

  .max-width\:pb-12{
    padding-bottom: 0.75rem;
  }

  .max-width\:pb-16{
    padding-bottom: 1rem;
  }

  .max-width\:pb-20{
    padding-bottom: 1.25rem;
  }

  .max-width\:pb-24{
    padding-bottom: 1.5rem;
  }

  .max-width\:pb-32{
    padding-bottom: 2rem;
  }

  .max-width\:pb-40{
    padding-bottom: 2.5rem;
  }

  .max-width\:pb-48{
    padding-bottom: 3rem;
  }

  .max-width\:pb-56{
    padding-bottom: 3.5rem;
  }

  .max-width\:pb-64{
    padding-bottom: 4rem;
  }

  .max-width\:pb-80{
    padding-bottom: 5rem;
  }

  .max-width\:pb-96{
    padding-bottom: 6rem;
  }

  .max-width\:pb-104{
    padding-bottom: 6.5rem;
  }

  .max-width\:pb-112{
    padding-bottom: 7rem;
  }

  .max-width\:pb-128{
    padding-bottom: 8rem;
  }

  .max-width\:pb-140{
    padding-bottom: 8.75rem;
  }

  .max-width\:pb-156{
    padding-bottom: 9.5rem;
  }

  .max-width\:pb-160{
    padding-bottom: 10rem;
  }

  .max-width\:pb-180{
    padding-bottom: 11.25rem;
  }

  .max-width\:pb-200{
    padding-bottom: 12.5rem;
  }

  .max-width\:pb-224{
    padding-bottom: 14rem;
  }

  .max-width\:pb-240{
    padding-bottom: 15rem;
  }

  .max-width\:pb-260{
    padding-bottom: 16.25rem;
  }

  .max-width\:pb-300{
    padding-bottom: 18.75rem;
  }

  .max-width\:-pb-78\%{
    padding-bottom: -78%;
  }

  .max-width\:-pb-80\%{
    padding-bottom: -80%;
  }

  .max-width\:-pb-50\%{
    padding-bottom: -50%;
  }

  .max-width\:-pb-35\%{
    padding-bottom: -35%;
  }

  .max-width\:-pb-128{
    padding-bottom: -8rem;
  }

  .max-width\:-pb-96{
    padding-bottom: -6rem;
  }

  .max-width\:-pb-64{
    padding-bottom: -4rem;
  }

  .max-width\:-pb-32{
    padding-bottom: -2rem;
  }

  .max-width\:-pb-8{
    padding-bottom: -0.5rem;
  }

  .max-width\:pb-5\%{
    padding-bottom: 5%;
  }

  .max-width\:pb-10\%{
    padding-bottom: 10%;
  }

  .max-width\:pb-15\%{
    padding-bottom: 15%;
  }

  .max-width\:pb-20\%{
    padding-bottom: 20%;
  }

  .max-width\:pb-25\%{
    padding-bottom: 25%;
  }

  .max-width\:pb-30\%{
    padding-bottom: 30%;
  }

  .max-width\:pb-31\%{
    padding-bottom: 31%;
  }

  .max-width\:pb-33\%{
    padding-bottom: 33.333%;
  }

  .max-width\:pb-34\%{
    padding-bottom: 34%;
  }

  .max-width\:pb-45\%{
    padding-bottom: 45%;
  }

  .max-width\:pb-50\%{
    padding-bottom: 50%;
  }

  .max-width\:pb-54\%{
    padding-bottom: 54%;
  }

  .max-width\:pb-75\%{
    padding-bottom: 75%;
  }

  .max-width\:pb-55\%{
    padding-bottom: 55%;
  }

  .max-width\:pb-65\%{
    padding-bottom: 65%;
  }

  .max-width\:pb-66\%{
    padding-bottom: 66%;
  }

  .max-width\:pb-85\%{
    padding-bottom: 85%;
  }

  .max-width\:pb-96\%{
    padding-bottom: 96%;
  }

  .max-width\:pb-130\%{
    padding-bottom: 130%;
  }

  .max-width\:pb-135\%{
    padding-bottom: 135%;
  }

  .max-width\:pb-200\%{
    padding-bottom: 200%;
  }

  .max-width\:pb-16\/9{
    padding-bottom: 56.25%;
  }

  .max-width\:pb-1\/2{
    padding-bottom: 50%;
  }

  .max-width\:pb-full{
    padding-bottom: 100%;
  }

  .max-width\:pb-span{
    padding-bottom: 8.333%;
  }

  .max-width\:pb-2span{
    padding-bottom: 16.666%;
  }

  .max-width\:pb-px{
    padding-bottom: 1px;
  }

  .max-width\:pb-3\.125rem{
    padding-bottom: 3.125rem;
  }

  .max-width\:pb-3\.375rem{
    padding-bottom: 3.375rem;
  }

  .max-width\:pl-0{
    padding-left: 0;
  }

  .max-width\:pl-4{
    padding-left: 0.25rem;
  }

  .max-width\:pl-8{
    padding-left: 0.5rem;
  }

  .max-width\:pl-12{
    padding-left: 0.75rem;
  }

  .max-width\:pl-16{
    padding-left: 1rem;
  }

  .max-width\:pl-20{
    padding-left: 1.25rem;
  }

  .max-width\:pl-24{
    padding-left: 1.5rem;
  }

  .max-width\:pl-32{
    padding-left: 2rem;
  }

  .max-width\:pl-40{
    padding-left: 2.5rem;
  }

  .max-width\:pl-48{
    padding-left: 3rem;
  }

  .max-width\:pl-56{
    padding-left: 3.5rem;
  }

  .max-width\:pl-64{
    padding-left: 4rem;
  }

  .max-width\:pl-80{
    padding-left: 5rem;
  }

  .max-width\:pl-96{
    padding-left: 6rem;
  }

  .max-width\:pl-104{
    padding-left: 6.5rem;
  }

  .max-width\:pl-112{
    padding-left: 7rem;
  }

  .max-width\:pl-128{
    padding-left: 8rem;
  }

  .max-width\:pl-140{
    padding-left: 8.75rem;
  }

  .max-width\:pl-156{
    padding-left: 9.5rem;
  }

  .max-width\:pl-160{
    padding-left: 10rem;
  }

  .max-width\:pl-180{
    padding-left: 11.25rem;
  }

  .max-width\:pl-200{
    padding-left: 12.5rem;
  }

  .max-width\:pl-224{
    padding-left: 14rem;
  }

  .max-width\:pl-240{
    padding-left: 15rem;
  }

  .max-width\:pl-260{
    padding-left: 16.25rem;
  }

  .max-width\:pl-300{
    padding-left: 18.75rem;
  }

  .max-width\:-pl-78\%{
    padding-left: -78%;
  }

  .max-width\:-pl-80\%{
    padding-left: -80%;
  }

  .max-width\:-pl-50\%{
    padding-left: -50%;
  }

  .max-width\:-pl-35\%{
    padding-left: -35%;
  }

  .max-width\:-pl-128{
    padding-left: -8rem;
  }

  .max-width\:-pl-96{
    padding-left: -6rem;
  }

  .max-width\:-pl-64{
    padding-left: -4rem;
  }

  .max-width\:-pl-32{
    padding-left: -2rem;
  }

  .max-width\:-pl-8{
    padding-left: -0.5rem;
  }

  .max-width\:pl-5\%{
    padding-left: 5%;
  }

  .max-width\:pl-10\%{
    padding-left: 10%;
  }

  .max-width\:pl-15\%{
    padding-left: 15%;
  }

  .max-width\:pl-20\%{
    padding-left: 20%;
  }

  .max-width\:pl-25\%{
    padding-left: 25%;
  }

  .max-width\:pl-30\%{
    padding-left: 30%;
  }

  .max-width\:pl-31\%{
    padding-left: 31%;
  }

  .max-width\:pl-33\%{
    padding-left: 33.333%;
  }

  .max-width\:pl-34\%{
    padding-left: 34%;
  }

  .max-width\:pl-45\%{
    padding-left: 45%;
  }

  .max-width\:pl-50\%{
    padding-left: 50%;
  }

  .max-width\:pl-54\%{
    padding-left: 54%;
  }

  .max-width\:pl-75\%{
    padding-left: 75%;
  }

  .max-width\:pl-55\%{
    padding-left: 55%;
  }

  .max-width\:pl-65\%{
    padding-left: 65%;
  }

  .max-width\:pl-66\%{
    padding-left: 66%;
  }

  .max-width\:pl-85\%{
    padding-left: 85%;
  }

  .max-width\:pl-96\%{
    padding-left: 96%;
  }

  .max-width\:pl-130\%{
    padding-left: 130%;
  }

  .max-width\:pl-135\%{
    padding-left: 135%;
  }

  .max-width\:pl-200\%{
    padding-left: 200%;
  }

  .max-width\:pl-16\/9{
    padding-left: 56.25%;
  }

  .max-width\:pl-1\/2{
    padding-left: 50%;
  }

  .max-width\:pl-full{
    padding-left: 100%;
  }

  .max-width\:pl-span{
    padding-left: 8.333%;
  }

  .max-width\:pl-2span{
    padding-left: 16.666%;
  }

  .max-width\:pl-px{
    padding-left: 1px;
  }

  .max-width\:pl-3\.125rem{
    padding-left: 3.125rem;
  }

  .max-width\:pl-3\.375rem{
    padding-left: 3.375rem;
  }

  .max-width\:text-left{
    text-align: left;
  }

  .max-width\:text-center{
    text-align: center;
  }

  .max-width\:text-right{
    text-align: right;
  }

  .max-width\:text-justify{
    text-align: justify;
  }

  .max-width\:align-baseline{
    vertical-align: baseline;
  }

  .max-width\:align-top{
    vertical-align: top;
  }

  .max-width\:align-middle{
    vertical-align: middle;
  }

  .max-width\:align-bottom{
    vertical-align: bottom;
  }

  .max-width\:align-text-top{
    vertical-align: text-top;
  }

  .max-width\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .max-width\:font-proxima{
    font-family: Proxima Nova W01 Regular, sans-serif;
  }

  .max-width\:font-proximaSemi{
    font-family: Proxima Nova W01 Semibold, sans-serif;
  }

  .max-width\:font-proximaBold{
    font-family: Proxima Nova W01 Bold, sans-serif;
  }

  .max-width\:text-xxs{
    font-size: 0.625rem;
  }

  .max-width\:text-xs{
    font-size: 0.75rem;
  }

  .max-width\:text-sm{
    font-size: 0.875rem;
  }

  .max-width\:text-base{
    font-size: 1rem;
  }

  .max-width\:text-md{
    font-size: 1.125rem;
  }

  .max-width\:text-xl{
    font-size: 1.25rem;
  }

  .max-width\:text-2xl{
    font-size: 1.5rem;
  }

  .max-width\:text-2base{
    font-size: 2rem;
  }

  .max-width\:text-3xl{
    font-size: 2.5rem;
  }

  .max-width\:text-4xl{
    font-size: 3rem;
  }

  .max-width\:text-5xl{
    font-size: 4.56rem;
  }

  .max-width\:text-6xl{
    font-size: 6.25rem;
  }

  .max-width\:font-thin{
    font-weight: 100;
  }

  .max-width\:font-extralight{
    font-weight: 200;
  }

  .max-width\:font-light{
    font-weight: 300;
  }

  .max-width\:font-normal{
    font-weight: 400;
  }

  .max-width\:font-medium{
    font-weight: 500;
  }

  .max-width\:font-semibold{
    font-weight: 600;
  }

  .max-width\:font-bold{
    font-weight: 700;
  }

  .max-width\:font-extrabold{
    font-weight: 800;
  }

  .max-width\:font-black{
    font-weight: 900;
  }

  .max-width\:uppercase{
    text-transform: uppercase;
  }

  .max-width\:lowercase{
    text-transform: lowercase;
  }

  .max-width\:capitalize{
    text-transform: capitalize;
  }

  .max-width\:normal-case{
    text-transform: none;
  }

  .max-width\:italic{
    font-style: italic;
  }

  .max-width\:not-italic{
    font-style: normal;
  }

  .max-width\:ordinal, .max-width\:slashed-zero, .max-width\:lining-nums, .max-width\:oldstyle-nums, .max-width\:proportional-nums, .max-width\:tabular-nums, .max-width\:diagonal-fractions, .max-width\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .max-width\:normal-nums{
    font-variant-numeric: normal;
  }

  .max-width\:ordinal{
    --tw-ordinal: ordinal;
  }

  .max-width\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .max-width\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .max-width\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .max-width\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .max-width\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .max-width\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .max-width\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .max-width\:leading-none{
    line-height: 1;
  }

  .max-width\:leading-base{
    line-height: 1.5rem;
  }

  .max-width\:leading-xxs{
    line-height: 0.75rem;
  }

  .max-width\:leading-xs{
    line-height: 0.875rem;
  }

  .max-width\:leading-sm{
    line-height: 1.063rem;
  }

  .max-width\:leading-md{
    line-height: 1.5rem;
  }

  .max-width\:leading-lg{
    line-height: 1rem;
  }

  .max-width\:leading-xl{
    line-height: 1.5rem;
  }

  .max-width\:leading-2xl{
    line-height: 2rem;
  }

  .max-width\:leading-3xl{
    line-height: 3rem;
  }

  .max-width\:leading-4xl{
    line-height: 3.5rem;
  }

  .max-width\:leading-5xl{
    line-height: 5rem;
  }

  .max-width\:tracking-2{
    letter-spacing: 0.125rem;
  }

  .max-width\:tracking-normal{
    letter-spacing: 0;
  }

  .max-width\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .max-width\:text-transparent{
    color: transparent;
  }

  .max-width\:text-current{
    color: currentColor;
  }

  .max-width\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .max-width\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-width\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .max-width\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .max-width\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .max-width\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .max-width\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .max-width\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .max-width\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .max-width\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .max-width\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .max-width\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .max-width\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .max-width\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .max-width\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .max-width\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .group:hover .max-width\:group-hover\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .group:hover .max-width\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .max-width\:group-hover\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .group:hover .max-width\:group-hover\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .group:hover .max-width\:group-hover\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .group:hover .max-width\:group-hover\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .group:hover .max-width\:group-hover\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .group:hover .max-width\:group-hover\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .max-width\:group-hover\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .max-width\:group-hover\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .max-width\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .max-width\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .max-width\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-width\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .max-width\:focus-within\:text-error:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .max-width\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .max-width\:focus-within\:text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .max-width\:focus-within\:text-dark-100:focus-within{
    color: rgba(0,0,0,.1);
  }

  .max-width\:focus-within\:text-dark-500:focus-within{
    color: rgba(0,0,0,.5);
  }

  .max-width\:focus-within\:text-dark-800:focus-within{
    color: rgba(0,0,0,.8);
  }

  .max-width\:focus-within\:text-dark-900:focus-within{
    color: rgba(0,0,0,.9);
  }

  .max-width\:focus-within\:text-light-100:focus-within{
    color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus-within\:text-light-500:focus-within{
    color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus-within\:text-light-800:focus-within{
    color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:hover\:text-transparent:hover{
    color: transparent;
  }

  .max-width\:hover\:text-current:hover{
    color: currentColor;
  }

  .max-width\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .max-width\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-width\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .max-width\:hover\:text-error:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .max-width\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .max-width\:hover\:text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .max-width\:hover\:text-dark-100:hover{
    color: rgba(0,0,0,.1);
  }

  .max-width\:hover\:text-dark-500:hover{
    color: rgba(0,0,0,.5);
  }

  .max-width\:hover\:text-dark-800:hover{
    color: rgba(0,0,0,.8);
  }

  .max-width\:hover\:text-dark-900:hover{
    color: rgba(0,0,0,.9);
  }

  .max-width\:hover\:text-light-100:hover{
    color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:hover\:text-light-500:hover{
    color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:hover\:text-light-800:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus\:text-transparent:focus{
    color: transparent;
  }

  .max-width\:focus\:text-current:focus{
    color: currentColor;
  }

  .max-width\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .max-width\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-width\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .max-width\:focus\:text-error:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .max-width\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .max-width\:focus\:text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .max-width\:focus\:text-dark-100:focus{
    color: rgba(0,0,0,.1);
  }

  .max-width\:focus\:text-dark-500:focus{
    color: rgba(0,0,0,.5);
  }

  .max-width\:focus\:text-dark-800:focus{
    color: rgba(0,0,0,.8);
  }

  .max-width\:focus\:text-dark-900:focus{
    color: rgba(0,0,0,.9);
  }

  .max-width\:focus\:text-light-100:focus{
    color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus\:text-light-500:focus{
    color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus\:text-light-800:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .max-width\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .max-width\:text-opacity-10{
    --tw-text-opacity: 0.10;
  }

  .max-width\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .max-width\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .max-width\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .max-width\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .max-width\:text-opacity-50{
    --tw-text-opacity: 0.50;
  }

  .max-width\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .max-width\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .max-width\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .max-width\:text-opacity-80{
    --tw-text-opacity: 0.80;
  }

  .max-width\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .max-width\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .max-width\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .max-width\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .max-width\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .max-width\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.10;
  }

  .group:hover .max-width\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .max-width\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .max-width\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .max-width\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .max-width\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.50;
  }

  .group:hover .max-width\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .max-width\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .max-width\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .max-width\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.80;
  }

  .group:hover .max-width\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .max-width\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .max-width\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .max-width\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .max-width\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .max-width\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.10;
  }

  .max-width\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .max-width\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .max-width\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .max-width\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .max-width\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.50;
  }

  .max-width\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .max-width\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .max-width\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .max-width\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.80;
  }

  .max-width\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .max-width\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .max-width\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .max-width\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .max-width\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .max-width\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.10;
  }

  .max-width\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .max-width\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .max-width\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .max-width\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .max-width\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.50;
  }

  .max-width\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .max-width\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .max-width\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .max-width\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.80;
  }

  .max-width\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .max-width\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .max-width\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .max-width\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .max-width\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .max-width\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.10;
  }

  .max-width\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .max-width\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .max-width\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .max-width\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .max-width\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.50;
  }

  .max-width\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .max-width\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .max-width\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .max-width\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.80;
  }

  .max-width\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .max-width\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .max-width\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .max-width\:underline{
    text-decoration: underline;
  }

  .max-width\:line-through{
    text-decoration: line-through;
  }

  .max-width\:no-underline{
    text-decoration: none;
  }

  .group:hover .max-width\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .max-width\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .max-width\:group-hover\:no-underline{
    text-decoration: none;
  }

  .max-width\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .max-width\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .max-width\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .max-width\:hover\:underline:hover{
    text-decoration: underline;
  }

  .max-width\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .max-width\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .max-width\:focus\:underline:focus{
    text-decoration: underline;
  }

  .max-width\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .max-width\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .max-width\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .max-width\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .max-width\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .max-width\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .max-width\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .max-width\:placeholder-current::placeholder{
    color: currentColor;
  }

  .max-width\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-error:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .max-width\:placeholder-dark-100:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .max-width\:placeholder-dark-100::placeholder{
    color: rgba(0,0,0,.1);
  }

  .max-width\:placeholder-dark-500:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .max-width\:placeholder-dark-500::placeholder{
    color: rgba(0,0,0,.5);
  }

  .max-width\:placeholder-dark-800:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .max-width\:placeholder-dark-800::placeholder{
    color: rgba(0,0,0,.8);
  }

  .max-width\:placeholder-dark-900:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .max-width\:placeholder-dark-900::placeholder{
    color: rgba(0,0,0,.9);
  }

  .max-width\:placeholder-light-100:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:placeholder-light-100::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:placeholder-light-500:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:placeholder-light-500::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:placeholder-light-800:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:placeholder-light-800::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .max-width\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .max-width\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .max-width\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .max-width\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .max-width\:focus\:placeholder-dark-100:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .max-width\:focus\:placeholder-dark-100:focus::placeholder{
    color: rgba(0,0,0,.1);
  }

  .max-width\:focus\:placeholder-dark-500:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .max-width\:focus\:placeholder-dark-500:focus::placeholder{
    color: rgba(0,0,0,.5);
  }

  .max-width\:focus\:placeholder-dark-800:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .max-width\:focus\:placeholder-dark-800:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .max-width\:focus\:placeholder-dark-900:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .max-width\:focus\:placeholder-dark-900:focus::placeholder{
    color: rgba(0,0,0,.9);
  }

  .max-width\:focus\:placeholder-light-100:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus\:placeholder-light-100:focus::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus\:placeholder-light-500:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus\:placeholder-light-500:focus::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus\:placeholder-light-800:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus\:placeholder-light-800:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .max-width\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .max-width\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .max-width\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .max-width\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .max-width\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .max-width\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .max-width\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .max-width\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .max-width\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .max-width\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .max-width\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .max-width\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .max-width\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .max-width\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .max-width\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .max-width\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .max-width\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .max-width\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .max-width\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .max-width\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .max-width\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .max-width\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .max-width\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .max-width\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .max-width\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .max-width\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .max-width\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .max-width\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .max-width\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .max-width\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .max-width\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .max-width\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .max-width\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .max-width\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .max-width\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .max-width\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .max-width\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .max-width\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .max-width\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .max-width\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .max-width\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .max-width\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .max-width\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .max-width\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .max-width\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .max-width\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .max-width\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .max-width\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .max-width\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .max-width\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .max-width\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .max-width\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .max-width\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .max-width\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .max-width\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .max-width\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .max-width\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .max-width\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .max-width\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .max-width\:opacity-0{
    opacity: 0;
  }

  .max-width\:opacity-5{
    opacity: 0.05;
  }

  .max-width\:opacity-10{
    opacity: 0.10;
  }

  .max-width\:opacity-20{
    opacity: 0.2;
  }

  .max-width\:opacity-25{
    opacity: 0.25;
  }

  .max-width\:opacity-30{
    opacity: 0.3;
  }

  .max-width\:opacity-40{
    opacity: 0.4;
  }

  .max-width\:opacity-50{
    opacity: 0.50;
  }

  .max-width\:opacity-60{
    opacity: 0.6;
  }

  .max-width\:opacity-70{
    opacity: 0.7;
  }

  .max-width\:opacity-75{
    opacity: 0.75;
  }

  .max-width\:opacity-80{
    opacity: 0.80;
  }

  .max-width\:opacity-90{
    opacity: 0.9;
  }

  .max-width\:opacity-95{
    opacity: 0.95;
  }

  .max-width\:opacity-100{
    opacity: 1;
  }

  .group:hover .max-width\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .max-width\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .max-width\:group-hover\:opacity-10{
    opacity: 0.10;
  }

  .group:hover .max-width\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .max-width\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .max-width\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .max-width\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .max-width\:group-hover\:opacity-50{
    opacity: 0.50;
  }

  .group:hover .max-width\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .max-width\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .max-width\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .max-width\:group-hover\:opacity-80{
    opacity: 0.80;
  }

  .group:hover .max-width\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .max-width\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .max-width\:group-hover\:opacity-100{
    opacity: 1;
  }

  .max-width\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .max-width\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .max-width\:focus-within\:opacity-10:focus-within{
    opacity: 0.10;
  }

  .max-width\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .max-width\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .max-width\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .max-width\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .max-width\:focus-within\:opacity-50:focus-within{
    opacity: 0.50;
  }

  .max-width\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .max-width\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .max-width\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .max-width\:focus-within\:opacity-80:focus-within{
    opacity: 0.80;
  }

  .max-width\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .max-width\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .max-width\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .max-width\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .max-width\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .max-width\:hover\:opacity-10:hover{
    opacity: 0.10;
  }

  .max-width\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .max-width\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .max-width\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .max-width\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .max-width\:hover\:opacity-50:hover{
    opacity: 0.50;
  }

  .max-width\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .max-width\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .max-width\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .max-width\:hover\:opacity-80:hover{
    opacity: 0.80;
  }

  .max-width\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .max-width\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .max-width\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .max-width\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .max-width\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .max-width\:focus\:opacity-10:focus{
    opacity: 0.10;
  }

  .max-width\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .max-width\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .max-width\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .max-width\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .max-width\:focus\:opacity-50:focus{
    opacity: 0.50;
  }

  .max-width\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .max-width\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .max-width\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .max-width\:focus\:opacity-80:focus{
    opacity: 0.80;
  }

  .max-width\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .max-width\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .max-width\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .max-width\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .max-width\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .max-width\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .max-width\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .max-width\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .max-width\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .max-width\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .max-width\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .max-width\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .max-width\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .max-width\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .max-width\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .max-width\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .max-width\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .max-width\:bg-blend-color{
    background-blend-mode: color;
  }

  .max-width\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .max-width\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .max-width\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .max-width\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .max-width\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .max-width\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .max-width\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .max-width\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .max-width\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .max-width\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .max-width\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .max-width\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .max-width\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .max-width\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .max-width\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .max-width\:mix-blend-color{
    mix-blend-mode: color;
  }

  .max-width\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .max-width\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .max-width\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .max-width\:group-hover\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .max-width\:group-hover\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .max-width\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .max-width\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .max-width\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .max-width\:group-hover\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:hover\:shadow-lg:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:hover\:shadow-xl:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:hover\:shadow-default:hover{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus\:shadow-lg:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus\:shadow-xl:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:focus\:shadow-default:focus{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-width\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .max-width\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .max-width\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .max-width\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .max-width\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .max-width\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .max-width\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .max-width\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .max-width\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .max-width\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\: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 #0000);
  }

  .max-width\: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 #0000);
  }

  .max-width\: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 #0000);
  }

  .max-width\: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 #0000);
  }

  .max-width\: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 #0000);
  }

  .max-width\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .max-width\:ring-inset{
    --tw-ring-inset: inset;
  }

  .max-width\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .max-width\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .max-width\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .max-width\:ring-current{
    --tw-ring-color: currentColor;
  }

  .max-width\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .max-width\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-width\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .max-width\:ring-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .max-width\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .max-width\:ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .max-width\:ring-dark-100{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .max-width\:ring-dark-500{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .max-width\:ring-dark-800{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .max-width\:ring-dark-900{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .max-width\:ring-light-100{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:ring-light-500{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:ring-light-800{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .max-width\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .max-width\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .max-width\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-width\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .max-width\:focus-within\:ring-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .max-width\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .max-width\:focus-within\:ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .max-width\:focus-within\:ring-dark-100:focus-within{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .max-width\:focus-within\:ring-dark-500:focus-within{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .max-width\:focus-within\:ring-dark-800:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .max-width\:focus-within\:ring-dark-900:focus-within{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .max-width\:focus-within\:ring-light-100:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus-within\:ring-light-500:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus-within\:ring-light-800:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .max-width\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .max-width\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .max-width\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-width\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .max-width\:focus\:ring-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .max-width\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .max-width\:focus\:ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .max-width\:focus\:ring-dark-100:focus{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .max-width\:focus\:ring-dark-500:focus{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .max-width\:focus\:ring-dark-800:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .max-width\:focus\:ring-dark-900:focus{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .max-width\:focus\:ring-light-100:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus\:ring-light-500:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus\:ring-light-800:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .max-width\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .max-width\:ring-opacity-10{
    --tw-ring-opacity: 0.10;
  }

  .max-width\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .max-width\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .max-width\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .max-width\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .max-width\:ring-opacity-50{
    --tw-ring-opacity: 0.50;
  }

  .max-width\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .max-width\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .max-width\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .max-width\:ring-opacity-80{
    --tw-ring-opacity: 0.80;
  }

  .max-width\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .max-width\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .max-width\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .max-width\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .max-width\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .max-width\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.10;
  }

  .max-width\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .max-width\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .max-width\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .max-width\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .max-width\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.50;
  }

  .max-width\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .max-width\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .max-width\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .max-width\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.80;
  }

  .max-width\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .max-width\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .max-width\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .max-width\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .max-width\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .max-width\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.10;
  }

  .max-width\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .max-width\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .max-width\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .max-width\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .max-width\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.50;
  }

  .max-width\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .max-width\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .max-width\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .max-width\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.80;
  }

  .max-width\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .max-width\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .max-width\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .max-width\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .max-width\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .max-width\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .max-width\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .max-width\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .max-width\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .max-width\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .max-width\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .max-width\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .max-width\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .max-width\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .max-width\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .max-width\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .max-width\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .max-width\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .max-width\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .max-width\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .max-width\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .max-width\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .max-width\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF;
  }

  .max-width\:ring-offset-error{
    --tw-ring-offset-color: #E62807;
  }

  .max-width\:ring-offset-gray{
    --tw-ring-offset-color: #e5e5e5;
  }

  .max-width\:ring-offset-gray-dark{
    --tw-ring-offset-color: #777676;
  }

  .max-width\:ring-offset-dark-100{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .max-width\:ring-offset-dark-500{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .max-width\:ring-offset-dark-800{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .max-width\:ring-offset-dark-900{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .max-width\:ring-offset-light-100{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:ring-offset-light-500{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:ring-offset-light-800{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .max-width\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .max-width\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .max-width\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .max-width\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF;
  }

  .max-width\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: #E62807;
  }

  .max-width\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #e5e5e5;
  }

  .max-width\:focus-within\:ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #777676;
  }

  .max-width\:focus-within\:ring-offset-dark-100:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .max-width\:focus-within\:ring-offset-dark-500:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .max-width\:focus-within\:ring-offset-dark-800:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .max-width\:focus-within\:ring-offset-dark-900:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .max-width\:focus-within\:ring-offset-light-100:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus-within\:ring-offset-light-500:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus-within\:ring-offset-light-800:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .max-width\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .max-width\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .max-width\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .max-width\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF;
  }

  .max-width\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: #E62807;
  }

  .max-width\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #e5e5e5;
  }

  .max-width\:focus\:ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #777676;
  }

  .max-width\:focus\:ring-offset-dark-100:focus{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .max-width\:focus\:ring-offset-dark-500:focus{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .max-width\:focus\:ring-offset-dark-800:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .max-width\:focus\:ring-offset-dark-900:focus{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .max-width\:focus\:ring-offset-light-100:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .max-width\:focus\:ring-offset-light-500:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .max-width\:focus\:ring-offset-light-800:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .max-width\: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);
  }

  .max-width\:filter-none{
    filter: none;
  }

  .max-width\:blur-0{
    --tw-blur: blur(0);
  }

  .max-width\:blur-none{
    --tw-blur: blur(0);
  }

  .max-width\:blur-sm{
    --tw-blur: blur(4px);
  }

  .max-width\:blur{
    --tw-blur: blur(8px);
  }

  .max-width\:blur-md{
    --tw-blur: blur(12px);
  }

  .max-width\:blur-lg{
    --tw-blur: blur(16px);
  }

  .max-width\:blur-xl{
    --tw-blur: blur(24px);
  }

  .max-width\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .max-width\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .max-width\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .max-width\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .max-width\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .max-width\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .max-width\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .max-width\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .max-width\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .max-width\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .max-width\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .max-width\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .max-width\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .max-width\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .max-width\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .max-width\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .max-width\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .max-width\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .max-width\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .max-width\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .max-width\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .max-width\: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));
  }

  .max-width\: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));
  }

  .max-width\: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));
  }

  .max-width\: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));
  }

  .max-width\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .max-width\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .max-width\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .max-width\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .max-width\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .max-width\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .max-width\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .max-width\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .max-width\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .max-width\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .max-width\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .max-width\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .max-width\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .max-width\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .max-width\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .max-width\:invert-0{
    --tw-invert: invert(0);
  }

  .max-width\:invert{
    --tw-invert: invert(100%);
  }

  .max-width\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .max-width\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .max-width\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .max-width\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .max-width\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .max-width\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .max-width\:sepia{
    --tw-sepia: sepia(100%);
  }

  .max-width\: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,/*!*/ /*!*/);
    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);
  }

  .max-width\:backdrop-filter-none{
    backdrop-filter: none;
  }

  .max-width\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .max-width\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .max-width\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .max-width\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .max-width\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .max-width\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .max-width\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .max-width\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .max-width\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .max-width\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .max-width\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .max-width\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .max-width\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .max-width\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .max-width\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .max-width\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .max-width\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .max-width\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .max-width\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .max-width\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .max-width\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .max-width\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .max-width\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .max-width\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .max-width\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .max-width\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .max-width\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .max-width\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .max-width\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .max-width\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .max-width\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .max-width\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .max-width\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .max-width\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .max-width\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .max-width\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .max-width\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .max-width\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .max-width\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .max-width\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .max-width\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .max-width\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .max-width\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .max-width\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .max-width\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.10);
  }

  .max-width\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .max-width\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .max-width\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .max-width\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .max-width\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.50);
  }

  .max-width\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .max-width\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .max-width\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .max-width\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.80);
  }

  .max-width\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .max-width\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .max-width\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .max-width\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .max-width\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .max-width\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .max-width\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .max-width\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .max-width\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .max-width\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .max-width\:transition-none{
    transition-property: none;
  }

  .max-width\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-width\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-width\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-width\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-width\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-width\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-width\:delay-75{
    transition-delay: 75ms;
  }

  .max-width\:delay-100{
    transition-delay: 100ms;
  }

  .max-width\:delay-150{
    transition-delay: 150ms;
  }

  .max-width\:delay-200{
    transition-delay: 200ms;
  }

  .max-width\:delay-300{
    transition-delay: 300ms;
  }

  .max-width\:delay-500{
    transition-delay: 500ms;
  }

  .max-width\:delay-700{
    transition-delay: 700ms;
  }

  .max-width\:delay-1000{
    transition-delay: 1000ms;
  }

  .max-width\:duration-75{
    transition-duration: 75ms;
  }

  .max-width\:duration-100{
    transition-duration: 100ms;
  }

  .max-width\:duration-150{
    transition-duration: 150ms;
  }

  .max-width\:duration-200{
    transition-duration: 200ms;
  }

  .max-width\:duration-300{
    transition-duration: 300ms;
  }

  .max-width\:duration-500{
    transition-duration: 500ms;
  }

  .max-width\:duration-700{
    transition-duration: 700ms;
  }

  .max-width\:duration-1000{
    transition-duration: 1000ms;
  }

  .max-width\:ease-linear{
    transition-timing-function: linear;
  }

  .max-width\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .max-width\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .max-width\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .max-width\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .max-width\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .max-width\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .max-width\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .max-width\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .max-width\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .max-width\:line-clamp-none{
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 1920px){
  .widescreen\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .widescreen\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 480px){
    .widescreen\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 768px){
    .widescreen\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .widescreen\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .widescreen\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){
    .widescreen\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1680px){
    .widescreen\:container{
      max-width: 1680px;
    }
  }

  @media (min-width: 1920px){
    .widescreen\:container{
      max-width: 1920px;
    }
  }

  .widescreen\: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;
  }

  .widescreen\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .widescreen\: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;
  }

  .widescreen\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .widescreen\: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;
  }

  .widescreen\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .widescreen\:pointer-events-none{
    pointer-events: none;
  }

  .widescreen\:pointer-events-auto{
    pointer-events: auto;
  }

  .widescreen\:visible{
    visibility: visible;
  }

  .widescreen\:invisible{
    visibility: hidden;
  }

  .widescreen\:static{
    position: static;
  }

  .widescreen\:fixed{
    position: fixed;
  }

  .widescreen\:absolute{
    position: absolute;
  }

  .widescreen\:relative{
    position: relative;
  }

  .widescreen\:sticky{
    position: sticky;
  }

  .widescreen\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .widescreen\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .widescreen\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .widescreen\:inset-5{
    top: 0.312rem;
    right: 0.312rem;
    bottom: 0.312rem;
    left: 0.312rem;
  }

  .widescreen\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .widescreen\:inset-12{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .widescreen\:inset-16{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .widescreen\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .widescreen\:inset-24{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .widescreen\:inset-32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .widescreen\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .widescreen\:inset-48{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .widescreen\:inset-56{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .widescreen\:inset-64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .widescreen\:inset-80{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .widescreen\:inset-96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .widescreen\:inset-104{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .widescreen\:inset-112{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .widescreen\:inset-128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .widescreen\:inset-140{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .widescreen\:inset-160{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .widescreen\:inset-180{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .widescreen\:inset-192{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .widescreen\:inset-200{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .widescreen\:inset-224{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .widescreen\:inset-240{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .widescreen\:inset-260{
    top: 16.25rem;
    right: 16.25rem;
    bottom: 16.25rem;
    left: 16.25rem;
  }

  .widescreen\:inset-300{
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .widescreen\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .widescreen\:-inset-78\%{
    top: -78%;
    right: -78%;
    bottom: -78%;
    left: -78%;
  }

  .widescreen\:-inset-80\%{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .widescreen\:-inset-50\%{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .widescreen\:-inset-35\%{
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .widescreen\:-inset-128{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .widescreen\:-inset-96{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .widescreen\:-inset-64{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .widescreen\:-inset-32{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .widescreen\:-inset-8{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .widescreen\:inset-5\%{
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .widescreen\:inset-10\%{
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .widescreen\:inset-15\%{
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .widescreen\:inset-20\%{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .widescreen\:inset-25\%{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .widescreen\:inset-30\%{
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .widescreen\:inset-31\%{
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .widescreen\:inset-33\%{
    top: 33.333%;
    right: 33.333%;
    bottom: 33.333%;
    left: 33.333%;
  }

  .widescreen\:inset-34\%{
    top: 34%;
    right: 34%;
    bottom: 34%;
    left: 34%;
  }

  .widescreen\:inset-45\%{
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .widescreen\:inset-50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .widescreen\:inset-54\%{
    top: 54%;
    right: 54%;
    bottom: 54%;
    left: 54%;
  }

  .widescreen\:inset-75\%{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .widescreen\:inset-55\%{
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .widescreen\:inset-65\%{
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .widescreen\:inset-66\%{
    top: 66%;
    right: 66%;
    bottom: 66%;
    left: 66%;
  }

  .widescreen\:inset-85\%{
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .widescreen\:inset-96\%{
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .widescreen\:inset-130\%{
    top: 130%;
    right: 130%;
    bottom: 130%;
    left: 130%;
  }

  .widescreen\:inset-135\%{
    top: 135%;
    right: 135%;
    bottom: 135%;
    left: 135%;
  }

  .widescreen\:inset-200\%{
    top: 200%;
    right: 200%;
    bottom: 200%;
    left: 200%;
  }

  .widescreen\:inset-16\/9{
    top: 56.25%;
    right: 56.25%;
    bottom: 56.25%;
    left: 56.25%;
  }

  .widescreen\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .widescreen\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .widescreen\:inset-span{
    top: 8.333%;
    right: 8.333%;
    bottom: 8.333%;
    left: 8.333%;
  }

  .widescreen\:inset-2span{
    top: 16.666%;
    right: 16.666%;
    bottom: 16.666%;
    left: 16.666%;
  }

  .widescreen\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .widescreen\:-inset-4{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .widescreen\:-inset-12{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .widescreen\:-inset-16{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .widescreen\:-inset-20{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .widescreen\:-inset-24{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .widescreen\:-inset-40{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .widescreen\:-inset-48{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .widescreen\:-inset-56{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .widescreen\:-inset-80{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .widescreen\:-inset-104{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .widescreen\:-inset-112{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .widescreen\:-inset-140{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .widescreen\:-inset-160{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .widescreen\:-inset-180{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .widescreen\:-inset-200{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .widescreen\:-inset-224{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .widescreen\:-inset-240{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .widescreen\:-inset-260{
    top: -16.25rem;
    right: -16.25rem;
    bottom: -16.25rem;
    left: -16.25rem;
  }

  .widescreen\:-inset-300{
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .widescreen\:-inset--78\%{
    top: 78%;
    right: 78%;
    bottom: 78%;
    left: 78%;
  }

  .widescreen\:-inset--80\%{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .widescreen\:-inset--50\%{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .widescreen\:-inset--35\%{
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .widescreen\:-inset--128{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .widescreen\:-inset--96{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .widescreen\:-inset--64{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .widescreen\:-inset--32{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .widescreen\:-inset--8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .widescreen\:-inset-5\%{
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .widescreen\:-inset-10\%{
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .widescreen\:-inset-15\%{
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .widescreen\:-inset-20\%{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .widescreen\:-inset-25\%{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .widescreen\:-inset-30\%{
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .widescreen\:-inset-31\%{
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .widescreen\:-inset-33\%{
    top: -33.333%;
    right: -33.333%;
    bottom: -33.333%;
    left: -33.333%;
  }

  .widescreen\:-inset-34\%{
    top: -34%;
    right: -34%;
    bottom: -34%;
    left: -34%;
  }

  .widescreen\:-inset-45\%{
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .widescreen\:-inset-54\%{
    top: -54%;
    right: -54%;
    bottom: -54%;
    left: -54%;
  }

  .widescreen\:-inset-75\%{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .widescreen\:-inset-55\%{
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .widescreen\:-inset-65\%{
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .widescreen\:-inset-66\%{
    top: -66%;
    right: -66%;
    bottom: -66%;
    left: -66%;
  }

  .widescreen\:-inset-85\%{
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .widescreen\:-inset-96\%{
    top: -96%;
    right: -96%;
    bottom: -96%;
    left: -96%;
  }

  .widescreen\:-inset-130\%{
    top: -130%;
    right: -130%;
    bottom: -130%;
    left: -130%;
  }

  .widescreen\:-inset-135\%{
    top: -135%;
    right: -135%;
    bottom: -135%;
    left: -135%;
  }

  .widescreen\:-inset-200\%{
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
  }

  .widescreen\:-inset-16\/9{
    top: -56.25%;
    right: -56.25%;
    bottom: -56.25%;
    left: -56.25%;
  }

  .widescreen\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .widescreen\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .widescreen\:-inset-span{
    top: -8.333%;
    right: -8.333%;
    bottom: -8.333%;
    left: -8.333%;
  }

  .widescreen\:-inset-2span{
    top: -16.666%;
    right: -16.666%;
    bottom: -16.666%;
    left: -16.666%;
  }

  .widescreen\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .widescreen\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .widescreen\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .widescreen\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .widescreen\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .widescreen\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .widescreen\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .widescreen\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .widescreen\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .widescreen\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .widescreen\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .widescreen\:-inset-60{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .widescreen\:-inset-2{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .widescreen\:inset-43\.2{
    top: 2.7rem;
    right: 2.7rem;
    bottom: 2.7rem;
    left: 2.7rem;
  }

  .widescreen\:-inset-608{
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .widescreen\:-inset-1472{
    top: -92rem;
    right: -92rem;
    bottom: -92rem;
    left: -92rem;
  }

  .widescreen\:inset-x-0{
    left: 0;
    right: 0;
  }

  .widescreen\:inset-x-3{
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .widescreen\:inset-x-4{
    left: 0.25rem;
    right: 0.25rem;
  }

  .widescreen\:inset-x-5{
    left: 0.312rem;
    right: 0.312rem;
  }

  .widescreen\:inset-x-8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .widescreen\:inset-x-12{
    left: 0.75rem;
    right: 0.75rem;
  }

  .widescreen\:inset-x-16{
    left: 1rem;
    right: 1rem;
  }

  .widescreen\:inset-x-20{
    left: 1.25rem;
    right: 1.25rem;
  }

  .widescreen\:inset-x-24{
    left: 1.5rem;
    right: 1.5rem;
  }

  .widescreen\:inset-x-32{
    left: 2rem;
    right: 2rem;
  }

  .widescreen\:inset-x-40{
    left: 2.5rem;
    right: 2.5rem;
  }

  .widescreen\:inset-x-48{
    left: 3rem;
    right: 3rem;
  }

  .widescreen\:inset-x-56{
    left: 3.5rem;
    right: 3.5rem;
  }

  .widescreen\:inset-x-64{
    left: 4rem;
    right: 4rem;
  }

  .widescreen\:inset-x-80{
    left: 5rem;
    right: 5rem;
  }

  .widescreen\:inset-x-96{
    left: 6rem;
    right: 6rem;
  }

  .widescreen\:inset-x-104{
    left: 6.5rem;
    right: 6.5rem;
  }

  .widescreen\:inset-x-112{
    left: 7rem;
    right: 7rem;
  }

  .widescreen\:inset-x-128{
    left: 8rem;
    right: 8rem;
  }

  .widescreen\:inset-x-140{
    left: 8.75rem;
    right: 8.75rem;
  }

  .widescreen\:inset-x-160{
    left: 10rem;
    right: 10rem;
  }

  .widescreen\:inset-x-180{
    left: 11.25rem;
    right: 11.25rem;
  }

  .widescreen\:inset-x-192{
    left: 12rem;
    right: 12rem;
  }

  .widescreen\:inset-x-200{
    left: 12.5rem;
    right: 12.5rem;
  }

  .widescreen\:inset-x-224{
    left: 14rem;
    right: 14rem;
  }

  .widescreen\:inset-x-240{
    left: 15rem;
    right: 15rem;
  }

  .widescreen\:inset-x-260{
    left: 16.25rem;
    right: 16.25rem;
  }

  .widescreen\:inset-x-300{
    left: 18.75rem;
    right: 18.75rem;
  }

  .widescreen\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .widescreen\:-inset-x-78\%{
    left: -78%;
    right: -78%;
  }

  .widescreen\:-inset-x-80\%{
    left: -80%;
    right: -80%;
  }

  .widescreen\:-inset-x-50\%{
    left: -50%;
    right: -50%;
  }

  .widescreen\:-inset-x-35\%{
    left: -35%;
    right: -35%;
  }

  .widescreen\:-inset-x-128{
    left: -8rem;
    right: -8rem;
  }

  .widescreen\:-inset-x-96{
    left: -6rem;
    right: -6rem;
  }

  .widescreen\:-inset-x-64{
    left: -4rem;
    right: -4rem;
  }

  .widescreen\:-inset-x-32{
    left: -2rem;
    right: -2rem;
  }

  .widescreen\:-inset-x-8{
    left: -0.5rem;
    right: -0.5rem;
  }

  .widescreen\:inset-x-5\%{
    left: 5%;
    right: 5%;
  }

  .widescreen\:inset-x-10\%{
    left: 10%;
    right: 10%;
  }

  .widescreen\:inset-x-15\%{
    left: 15%;
    right: 15%;
  }

  .widescreen\:inset-x-20\%{
    left: 20%;
    right: 20%;
  }

  .widescreen\:inset-x-25\%{
    left: 25%;
    right: 25%;
  }

  .widescreen\:inset-x-30\%{
    left: 30%;
    right: 30%;
  }

  .widescreen\:inset-x-31\%{
    left: 31%;
    right: 31%;
  }

  .widescreen\:inset-x-33\%{
    left: 33.333%;
    right: 33.333%;
  }

  .widescreen\:inset-x-34\%{
    left: 34%;
    right: 34%;
  }

  .widescreen\:inset-x-45\%{
    left: 45%;
    right: 45%;
  }

  .widescreen\:inset-x-50\%{
    left: 50%;
    right: 50%;
  }

  .widescreen\:inset-x-54\%{
    left: 54%;
    right: 54%;
  }

  .widescreen\:inset-x-75\%{
    left: 75%;
    right: 75%;
  }

  .widescreen\:inset-x-55\%{
    left: 55%;
    right: 55%;
  }

  .widescreen\:inset-x-65\%{
    left: 65%;
    right: 65%;
  }

  .widescreen\:inset-x-66\%{
    left: 66%;
    right: 66%;
  }

  .widescreen\:inset-x-85\%{
    left: 85%;
    right: 85%;
  }

  .widescreen\:inset-x-96\%{
    left: 96%;
    right: 96%;
  }

  .widescreen\:inset-x-130\%{
    left: 130%;
    right: 130%;
  }

  .widescreen\:inset-x-135\%{
    left: 135%;
    right: 135%;
  }

  .widescreen\:inset-x-200\%{
    left: 200%;
    right: 200%;
  }

  .widescreen\:inset-x-16\/9{
    left: 56.25%;
    right: 56.25%;
  }

  .widescreen\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .widescreen\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .widescreen\:inset-x-span{
    left: 8.333%;
    right: 8.333%;
  }

  .widescreen\:inset-x-2span{
    left: 16.666%;
    right: 16.666%;
  }

  .widescreen\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .widescreen\:-inset-x-4{
    left: -0.25rem;
    right: -0.25rem;
  }

  .widescreen\:-inset-x-12{
    left: -0.75rem;
    right: -0.75rem;
  }

  .widescreen\:-inset-x-16{
    left: -1rem;
    right: -1rem;
  }

  .widescreen\:-inset-x-20{
    left: -1.25rem;
    right: -1.25rem;
  }

  .widescreen\:-inset-x-24{
    left: -1.5rem;
    right: -1.5rem;
  }

  .widescreen\:-inset-x-40{
    left: -2.5rem;
    right: -2.5rem;
  }

  .widescreen\:-inset-x-48{
    left: -3rem;
    right: -3rem;
  }

  .widescreen\:-inset-x-56{
    left: -3.5rem;
    right: -3.5rem;
  }

  .widescreen\:-inset-x-80{
    left: -5rem;
    right: -5rem;
  }

  .widescreen\:-inset-x-104{
    left: -6.5rem;
    right: -6.5rem;
  }

  .widescreen\:-inset-x-112{
    left: -7rem;
    right: -7rem;
  }

  .widescreen\:-inset-x-140{
    left: -8.75rem;
    right: -8.75rem;
  }

  .widescreen\:-inset-x-160{
    left: -10rem;
    right: -10rem;
  }

  .widescreen\:-inset-x-180{
    left: -11.25rem;
    right: -11.25rem;
  }

  .widescreen\:-inset-x-200{
    left: -12.5rem;
    right: -12.5rem;
  }

  .widescreen\:-inset-x-224{
    left: -14rem;
    right: -14rem;
  }

  .widescreen\:-inset-x-240{
    left: -15rem;
    right: -15rem;
  }

  .widescreen\:-inset-x-260{
    left: -16.25rem;
    right: -16.25rem;
  }

  .widescreen\:-inset-x-300{
    left: -18.75rem;
    right: -18.75rem;
  }

  .widescreen\:-inset-x--78\%{
    left: 78%;
    right: 78%;
  }

  .widescreen\:-inset-x--80\%{
    left: 80%;
    right: 80%;
  }

  .widescreen\:-inset-x--50\%{
    left: 50%;
    right: 50%;
  }

  .widescreen\:-inset-x--35\%{
    left: 35%;
    right: 35%;
  }

  .widescreen\:-inset-x--128{
    left: 8rem;
    right: 8rem;
  }

  .widescreen\:-inset-x--96{
    left: 6rem;
    right: 6rem;
  }

  .widescreen\:-inset-x--64{
    left: 4rem;
    right: 4rem;
  }

  .widescreen\:-inset-x--32{
    left: 2rem;
    right: 2rem;
  }

  .widescreen\:-inset-x--8{
    left: 0.5rem;
    right: 0.5rem;
  }

  .widescreen\:-inset-x-5\%{
    left: -5%;
    right: -5%;
  }

  .widescreen\:-inset-x-10\%{
    left: -10%;
    right: -10%;
  }

  .widescreen\:-inset-x-15\%{
    left: -15%;
    right: -15%;
  }

  .widescreen\:-inset-x-20\%{
    left: -20%;
    right: -20%;
  }

  .widescreen\:-inset-x-25\%{
    left: -25%;
    right: -25%;
  }

  .widescreen\:-inset-x-30\%{
    left: -30%;
    right: -30%;
  }

  .widescreen\:-inset-x-31\%{
    left: -31%;
    right: -31%;
  }

  .widescreen\:-inset-x-33\%{
    left: -33.333%;
    right: -33.333%;
  }

  .widescreen\:-inset-x-34\%{
    left: -34%;
    right: -34%;
  }

  .widescreen\:-inset-x-45\%{
    left: -45%;
    right: -45%;
  }

  .widescreen\:-inset-x-54\%{
    left: -54%;
    right: -54%;
  }

  .widescreen\:-inset-x-75\%{
    left: -75%;
    right: -75%;
  }

  .widescreen\:-inset-x-55\%{
    left: -55%;
    right: -55%;
  }

  .widescreen\:-inset-x-65\%{
    left: -65%;
    right: -65%;
  }

  .widescreen\:-inset-x-66\%{
    left: -66%;
    right: -66%;
  }

  .widescreen\:-inset-x-85\%{
    left: -85%;
    right: -85%;
  }

  .widescreen\:-inset-x-96\%{
    left: -96%;
    right: -96%;
  }

  .widescreen\:-inset-x-130\%{
    left: -130%;
    right: -130%;
  }

  .widescreen\:-inset-x-135\%{
    left: -135%;
    right: -135%;
  }

  .widescreen\:-inset-x-200\%{
    left: -200%;
    right: -200%;
  }

  .widescreen\:-inset-x-16\/9{
    left: -56.25%;
    right: -56.25%;
  }

  .widescreen\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .widescreen\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .widescreen\:-inset-x-span{
    left: -8.333%;
    right: -8.333%;
  }

  .widescreen\:-inset-x-2span{
    left: -16.666%;
    right: -16.666%;
  }

  .widescreen\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .widescreen\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .widescreen\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .widescreen\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .widescreen\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .widescreen\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .widescreen\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .widescreen\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .widescreen\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .widescreen\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .widescreen\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .widescreen\:-inset-x-60{
    left: -3.75rem;
    right: -3.75rem;
  }

  .widescreen\:-inset-x-2{
    left: -0.125rem;
    right: -0.125rem;
  }

  .widescreen\:inset-x-43\.2{
    left: 2.7rem;
    right: 2.7rem;
  }

  .widescreen\:-inset-x-608{
    left: -38rem;
    right: -38rem;
  }

  .widescreen\:-inset-x-1472{
    left: -92rem;
    right: -92rem;
  }

  .widescreen\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .widescreen\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .widescreen\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .widescreen\:inset-y-5{
    top: 0.312rem;
    bottom: 0.312rem;
  }

  .widescreen\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .widescreen\:inset-y-12{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .widescreen\:inset-y-16{
    top: 1rem;
    bottom: 1rem;
  }

  .widescreen\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .widescreen\:inset-y-24{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .widescreen\:inset-y-32{
    top: 2rem;
    bottom: 2rem;
  }

  .widescreen\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .widescreen\:inset-y-48{
    top: 3rem;
    bottom: 3rem;
  }

  .widescreen\:inset-y-56{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .widescreen\:inset-y-64{
    top: 4rem;
    bottom: 4rem;
  }

  .widescreen\:inset-y-80{
    top: 5rem;
    bottom: 5rem;
  }

  .widescreen\:inset-y-96{
    top: 6rem;
    bottom: 6rem;
  }

  .widescreen\:inset-y-104{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .widescreen\:inset-y-112{
    top: 7rem;
    bottom: 7rem;
  }

  .widescreen\:inset-y-128{
    top: 8rem;
    bottom: 8rem;
  }

  .widescreen\:inset-y-140{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .widescreen\:inset-y-160{
    top: 10rem;
    bottom: 10rem;
  }

  .widescreen\:inset-y-180{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .widescreen\:inset-y-192{
    top: 12rem;
    bottom: 12rem;
  }

  .widescreen\:inset-y-200{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .widescreen\:inset-y-224{
    top: 14rem;
    bottom: 14rem;
  }

  .widescreen\:inset-y-240{
    top: 15rem;
    bottom: 15rem;
  }

  .widescreen\:inset-y-260{
    top: 16.25rem;
    bottom: 16.25rem;
  }

  .widescreen\:inset-y-300{
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .widescreen\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .widescreen\:-inset-y-78\%{
    top: -78%;
    bottom: -78%;
  }

  .widescreen\:-inset-y-80\%{
    top: -80%;
    bottom: -80%;
  }

  .widescreen\:-inset-y-50\%{
    top: -50%;
    bottom: -50%;
  }

  .widescreen\:-inset-y-35\%{
    top: -35%;
    bottom: -35%;
  }

  .widescreen\:-inset-y-128{
    top: -8rem;
    bottom: -8rem;
  }

  .widescreen\:-inset-y-96{
    top: -6rem;
    bottom: -6rem;
  }

  .widescreen\:-inset-y-64{
    top: -4rem;
    bottom: -4rem;
  }

  .widescreen\:-inset-y-32{
    top: -2rem;
    bottom: -2rem;
  }

  .widescreen\:-inset-y-8{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .widescreen\:inset-y-5\%{
    top: 5%;
    bottom: 5%;
  }

  .widescreen\:inset-y-10\%{
    top: 10%;
    bottom: 10%;
  }

  .widescreen\:inset-y-15\%{
    top: 15%;
    bottom: 15%;
  }

  .widescreen\:inset-y-20\%{
    top: 20%;
    bottom: 20%;
  }

  .widescreen\:inset-y-25\%{
    top: 25%;
    bottom: 25%;
  }

  .widescreen\:inset-y-30\%{
    top: 30%;
    bottom: 30%;
  }

  .widescreen\:inset-y-31\%{
    top: 31%;
    bottom: 31%;
  }

  .widescreen\:inset-y-33\%{
    top: 33.333%;
    bottom: 33.333%;
  }

  .widescreen\:inset-y-34\%{
    top: 34%;
    bottom: 34%;
  }

  .widescreen\:inset-y-45\%{
    top: 45%;
    bottom: 45%;
  }

  .widescreen\:inset-y-50\%{
    top: 50%;
    bottom: 50%;
  }

  .widescreen\:inset-y-54\%{
    top: 54%;
    bottom: 54%;
  }

  .widescreen\:inset-y-75\%{
    top: 75%;
    bottom: 75%;
  }

  .widescreen\:inset-y-55\%{
    top: 55%;
    bottom: 55%;
  }

  .widescreen\:inset-y-65\%{
    top: 65%;
    bottom: 65%;
  }

  .widescreen\:inset-y-66\%{
    top: 66%;
    bottom: 66%;
  }

  .widescreen\:inset-y-85\%{
    top: 85%;
    bottom: 85%;
  }

  .widescreen\:inset-y-96\%{
    top: 96%;
    bottom: 96%;
  }

  .widescreen\:inset-y-130\%{
    top: 130%;
    bottom: 130%;
  }

  .widescreen\:inset-y-135\%{
    top: 135%;
    bottom: 135%;
  }

  .widescreen\:inset-y-200\%{
    top: 200%;
    bottom: 200%;
  }

  .widescreen\:inset-y-16\/9{
    top: 56.25%;
    bottom: 56.25%;
  }

  .widescreen\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .widescreen\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .widescreen\:inset-y-span{
    top: 8.333%;
    bottom: 8.333%;
  }

  .widescreen\:inset-y-2span{
    top: 16.666%;
    bottom: 16.666%;
  }

  .widescreen\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .widescreen\:-inset-y-4{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .widescreen\:-inset-y-12{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .widescreen\:-inset-y-16{
    top: -1rem;
    bottom: -1rem;
  }

  .widescreen\:-inset-y-20{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .widescreen\:-inset-y-24{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .widescreen\:-inset-y-40{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .widescreen\:-inset-y-48{
    top: -3rem;
    bottom: -3rem;
  }

  .widescreen\:-inset-y-56{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .widescreen\:-inset-y-80{
    top: -5rem;
    bottom: -5rem;
  }

  .widescreen\:-inset-y-104{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .widescreen\:-inset-y-112{
    top: -7rem;
    bottom: -7rem;
  }

  .widescreen\:-inset-y-140{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .widescreen\:-inset-y-160{
    top: -10rem;
    bottom: -10rem;
  }

  .widescreen\:-inset-y-180{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .widescreen\:-inset-y-200{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .widescreen\:-inset-y-224{
    top: -14rem;
    bottom: -14rem;
  }

  .widescreen\:-inset-y-240{
    top: -15rem;
    bottom: -15rem;
  }

  .widescreen\:-inset-y-260{
    top: -16.25rem;
    bottom: -16.25rem;
  }

  .widescreen\:-inset-y-300{
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .widescreen\:-inset-y--78\%{
    top: 78%;
    bottom: 78%;
  }

  .widescreen\:-inset-y--80\%{
    top: 80%;
    bottom: 80%;
  }

  .widescreen\:-inset-y--50\%{
    top: 50%;
    bottom: 50%;
  }

  .widescreen\:-inset-y--35\%{
    top: 35%;
    bottom: 35%;
  }

  .widescreen\:-inset-y--128{
    top: 8rem;
    bottom: 8rem;
  }

  .widescreen\:-inset-y--96{
    top: 6rem;
    bottom: 6rem;
  }

  .widescreen\:-inset-y--64{
    top: 4rem;
    bottom: 4rem;
  }

  .widescreen\:-inset-y--32{
    top: 2rem;
    bottom: 2rem;
  }

  .widescreen\:-inset-y--8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .widescreen\:-inset-y-5\%{
    top: -5%;
    bottom: -5%;
  }

  .widescreen\:-inset-y-10\%{
    top: -10%;
    bottom: -10%;
  }

  .widescreen\:-inset-y-15\%{
    top: -15%;
    bottom: -15%;
  }

  .widescreen\:-inset-y-20\%{
    top: -20%;
    bottom: -20%;
  }

  .widescreen\:-inset-y-25\%{
    top: -25%;
    bottom: -25%;
  }

  .widescreen\:-inset-y-30\%{
    top: -30%;
    bottom: -30%;
  }

  .widescreen\:-inset-y-31\%{
    top: -31%;
    bottom: -31%;
  }

  .widescreen\:-inset-y-33\%{
    top: -33.333%;
    bottom: -33.333%;
  }

  .widescreen\:-inset-y-34\%{
    top: -34%;
    bottom: -34%;
  }

  .widescreen\:-inset-y-45\%{
    top: -45%;
    bottom: -45%;
  }

  .widescreen\:-inset-y-54\%{
    top: -54%;
    bottom: -54%;
  }

  .widescreen\:-inset-y-75\%{
    top: -75%;
    bottom: -75%;
  }

  .widescreen\:-inset-y-55\%{
    top: -55%;
    bottom: -55%;
  }

  .widescreen\:-inset-y-65\%{
    top: -65%;
    bottom: -65%;
  }

  .widescreen\:-inset-y-66\%{
    top: -66%;
    bottom: -66%;
  }

  .widescreen\:-inset-y-85\%{
    top: -85%;
    bottom: -85%;
  }

  .widescreen\:-inset-y-96\%{
    top: -96%;
    bottom: -96%;
  }

  .widescreen\:-inset-y-130\%{
    top: -130%;
    bottom: -130%;
  }

  .widescreen\:-inset-y-135\%{
    top: -135%;
    bottom: -135%;
  }

  .widescreen\:-inset-y-200\%{
    top: -200%;
    bottom: -200%;
  }

  .widescreen\:-inset-y-16\/9{
    top: -56.25%;
    bottom: -56.25%;
  }

  .widescreen\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .widescreen\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .widescreen\:-inset-y-span{
    top: -8.333%;
    bottom: -8.333%;
  }

  .widescreen\:-inset-y-2span{
    top: -16.666%;
    bottom: -16.666%;
  }

  .widescreen\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .widescreen\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .widescreen\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .widescreen\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .widescreen\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .widescreen\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .widescreen\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .widescreen\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .widescreen\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .widescreen\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .widescreen\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .widescreen\:-inset-y-60{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .widescreen\:-inset-y-2{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .widescreen\:inset-y-43\.2{
    top: 2.7rem;
    bottom: 2.7rem;
  }

  .widescreen\:-inset-y-608{
    top: -38rem;
    bottom: -38rem;
  }

  .widescreen\:-inset-y-1472{
    top: -92rem;
    bottom: -92rem;
  }

  .widescreen\:top-0{
    top: 0;
  }

  .widescreen\:top-3{
    top: 0.1875rem;
  }

  .widescreen\:top-4{
    top: 0.25rem;
  }

  .widescreen\:top-5{
    top: 0.312rem;
  }

  .widescreen\:top-8{
    top: 0.5rem;
  }

  .widescreen\:top-12{
    top: 0.75rem;
  }

  .widescreen\:top-16{
    top: 1rem;
  }

  .widescreen\:top-20{
    top: 1.25rem;
  }

  .widescreen\:top-24{
    top: 1.5rem;
  }

  .widescreen\:top-32{
    top: 2rem;
  }

  .widescreen\:top-40{
    top: 2.5rem;
  }

  .widescreen\:top-48{
    top: 3rem;
  }

  .widescreen\:top-56{
    top: 3.5rem;
  }

  .widescreen\:top-64{
    top: 4rem;
  }

  .widescreen\:top-80{
    top: 5rem;
  }

  .widescreen\:top-96{
    top: 6rem;
  }

  .widescreen\:top-104{
    top: 6.5rem;
  }

  .widescreen\:top-112{
    top: 7rem;
  }

  .widescreen\:top-128{
    top: 8rem;
  }

  .widescreen\:top-140{
    top: 8.75rem;
  }

  .widescreen\:top-160{
    top: 10rem;
  }

  .widescreen\:top-180{
    top: 11.25rem;
  }

  .widescreen\:top-192{
    top: 12rem;
  }

  .widescreen\:top-200{
    top: 12.5rem;
  }

  .widescreen\:top-224{
    top: 14rem;
  }

  .widescreen\:top-240{
    top: 15rem;
  }

  .widescreen\:top-260{
    top: 16.25rem;
  }

  .widescreen\:top-300{
    top: 18.75rem;
  }

  .widescreen\:top-auto{
    top: auto;
  }

  .widescreen\:-top-78\%{
    top: -78%;
  }

  .widescreen\:-top-80\%{
    top: -80%;
  }

  .widescreen\:-top-50\%{
    top: -50%;
  }

  .widescreen\:-top-35\%{
    top: -35%;
  }

  .widescreen\:-top-128{
    top: -8rem;
  }

  .widescreen\:-top-96{
    top: -6rem;
  }

  .widescreen\:-top-64{
    top: -4rem;
  }

  .widescreen\:-top-32{
    top: -2rem;
  }

  .widescreen\:-top-8{
    top: -0.5rem;
  }

  .widescreen\:top-5\%{
    top: 5%;
  }

  .widescreen\:top-10\%{
    top: 10%;
  }

  .widescreen\:top-15\%{
    top: 15%;
  }

  .widescreen\:top-20\%{
    top: 20%;
  }

  .widescreen\:top-25\%{
    top: 25%;
  }

  .widescreen\:top-30\%{
    top: 30%;
  }

  .widescreen\:top-31\%{
    top: 31%;
  }

  .widescreen\:top-33\%{
    top: 33.333%;
  }

  .widescreen\:top-34\%{
    top: 34%;
  }

  .widescreen\:top-45\%{
    top: 45%;
  }

  .widescreen\:top-50\%{
    top: 50%;
  }

  .widescreen\:top-54\%{
    top: 54%;
  }

  .widescreen\:top-75\%{
    top: 75%;
  }

  .widescreen\:top-55\%{
    top: 55%;
  }

  .widescreen\:top-65\%{
    top: 65%;
  }

  .widescreen\:top-66\%{
    top: 66%;
  }

  .widescreen\:top-85\%{
    top: 85%;
  }

  .widescreen\:top-96\%{
    top: 96%;
  }

  .widescreen\:top-130\%{
    top: 130%;
  }

  .widescreen\:top-135\%{
    top: 135%;
  }

  .widescreen\:top-200\%{
    top: 200%;
  }

  .widescreen\:top-16\/9{
    top: 56.25%;
  }

  .widescreen\:top-1\/2{
    top: 50%;
  }

  .widescreen\:top-full{
    top: 100%;
  }

  .widescreen\:top-span{
    top: 8.333%;
  }

  .widescreen\:top-2span{
    top: 16.666%;
  }

  .widescreen\:top-px{
    top: 1px;
  }

  .widescreen\:-top-4{
    top: -0.25rem;
  }

  .widescreen\:-top-12{
    top: -0.75rem;
  }

  .widescreen\:-top-16{
    top: -1rem;
  }

  .widescreen\:-top-20{
    top: -1.25rem;
  }

  .widescreen\:-top-24{
    top: -1.5rem;
  }

  .widescreen\:-top-40{
    top: -2.5rem;
  }

  .widescreen\:-top-48{
    top: -3rem;
  }

  .widescreen\:-top-56{
    top: -3.5rem;
  }

  .widescreen\:-top-80{
    top: -5rem;
  }

  .widescreen\:-top-104{
    top: -6.5rem;
  }

  .widescreen\:-top-112{
    top: -7rem;
  }

  .widescreen\:-top-140{
    top: -8.75rem;
  }

  .widescreen\:-top-160{
    top: -10rem;
  }

  .widescreen\:-top-180{
    top: -11.25rem;
  }

  .widescreen\:-top-200{
    top: -12.5rem;
  }

  .widescreen\:-top-224{
    top: -14rem;
  }

  .widescreen\:-top-240{
    top: -15rem;
  }

  .widescreen\:-top-260{
    top: -16.25rem;
  }

  .widescreen\:-top-300{
    top: -18.75rem;
  }

  .widescreen\:-top--78\%{
    top: 78%;
  }

  .widescreen\:-top--80\%{
    top: 80%;
  }

  .widescreen\:-top--50\%{
    top: 50%;
  }

  .widescreen\:-top--35\%{
    top: 35%;
  }

  .widescreen\:-top--128{
    top: 8rem;
  }

  .widescreen\:-top--96{
    top: 6rem;
  }

  .widescreen\:-top--64{
    top: 4rem;
  }

  .widescreen\:-top--32{
    top: 2rem;
  }

  .widescreen\:-top--8{
    top: 0.5rem;
  }

  .widescreen\:-top-5\%{
    top: -5%;
  }

  .widescreen\:-top-10\%{
    top: -10%;
  }

  .widescreen\:-top-15\%{
    top: -15%;
  }

  .widescreen\:-top-20\%{
    top: -20%;
  }

  .widescreen\:-top-25\%{
    top: -25%;
  }

  .widescreen\:-top-30\%{
    top: -30%;
  }

  .widescreen\:-top-31\%{
    top: -31%;
  }

  .widescreen\:-top-33\%{
    top: -33.333%;
  }

  .widescreen\:-top-34\%{
    top: -34%;
  }

  .widescreen\:-top-45\%{
    top: -45%;
  }

  .widescreen\:-top-54\%{
    top: -54%;
  }

  .widescreen\:-top-75\%{
    top: -75%;
  }

  .widescreen\:-top-55\%{
    top: -55%;
  }

  .widescreen\:-top-65\%{
    top: -65%;
  }

  .widescreen\:-top-66\%{
    top: -66%;
  }

  .widescreen\:-top-85\%{
    top: -85%;
  }

  .widescreen\:-top-96\%{
    top: -96%;
  }

  .widescreen\:-top-130\%{
    top: -130%;
  }

  .widescreen\:-top-135\%{
    top: -135%;
  }

  .widescreen\:-top-200\%{
    top: -200%;
  }

  .widescreen\:-top-16\/9{
    top: -56.25%;
  }

  .widescreen\:-top-1\/2{
    top: -50%;
  }

  .widescreen\:-top-full{
    top: -100%;
  }

  .widescreen\:-top-span{
    top: -8.333%;
  }

  .widescreen\:-top-2span{
    top: -16.666%;
  }

  .widescreen\:-top-px{
    top: -1px;
  }

  .widescreen\:top-1\/3{
    top: 33.333333%;
  }

  .widescreen\:top-2\/3{
    top: 66.666667%;
  }

  .widescreen\:top-1\/4{
    top: 25%;
  }

  .widescreen\:top-2\/4{
    top: 50%;
  }

  .widescreen\:top-3\/4{
    top: 75%;
  }

  .widescreen\:-top-1\/3{
    top: -33.333333%;
  }

  .widescreen\:-top-2\/3{
    top: -66.666667%;
  }

  .widescreen\:-top-1\/4{
    top: -25%;
  }

  .widescreen\:-top-2\/4{
    top: -50%;
  }

  .widescreen\:-top-3\/4{
    top: -75%;
  }

  .widescreen\:-top-60{
    top: -3.75rem;
  }

  .widescreen\:-top-2{
    top: -0.125rem;
  }

  .widescreen\:top-43\.2{
    top: 2.7rem;
  }

  .widescreen\:-top-608{
    top: -38rem;
  }

  .widescreen\:-top-1472{
    top: -92rem;
  }

  .widescreen\:right-0{
    right: 0;
  }

  .widescreen\:right-3{
    right: 0.1875rem;
  }

  .widescreen\:right-4{
    right: 0.25rem;
  }

  .widescreen\:right-5{
    right: 0.312rem;
  }

  .widescreen\:right-8{
    right: 0.5rem;
  }

  .widescreen\:right-12{
    right: 0.75rem;
  }

  .widescreen\:right-16{
    right: 1rem;
  }

  .widescreen\:right-20{
    right: 1.25rem;
  }

  .widescreen\:right-24{
    right: 1.5rem;
  }

  .widescreen\:right-32{
    right: 2rem;
  }

  .widescreen\:right-40{
    right: 2.5rem;
  }

  .widescreen\:right-48{
    right: 3rem;
  }

  .widescreen\:right-56{
    right: 3.5rem;
  }

  .widescreen\:right-64{
    right: 4rem;
  }

  .widescreen\:right-80{
    right: 5rem;
  }

  .widescreen\:right-96{
    right: 6rem;
  }

  .widescreen\:right-104{
    right: 6.5rem;
  }

  .widescreen\:right-112{
    right: 7rem;
  }

  .widescreen\:right-128{
    right: 8rem;
  }

  .widescreen\:right-140{
    right: 8.75rem;
  }

  .widescreen\:right-160{
    right: 10rem;
  }

  .widescreen\:right-180{
    right: 11.25rem;
  }

  .widescreen\:right-192{
    right: 12rem;
  }

  .widescreen\:right-200{
    right: 12.5rem;
  }

  .widescreen\:right-224{
    right: 14rem;
  }

  .widescreen\:right-240{
    right: 15rem;
  }

  .widescreen\:right-260{
    right: 16.25rem;
  }

  .widescreen\:right-300{
    right: 18.75rem;
  }

  .widescreen\:right-auto{
    right: auto;
  }

  .widescreen\:-right-78\%{
    right: -78%;
  }

  .widescreen\:-right-80\%{
    right: -80%;
  }

  .widescreen\:-right-50\%{
    right: -50%;
  }

  .widescreen\:-right-35\%{
    right: -35%;
  }

  .widescreen\:-right-128{
    right: -8rem;
  }

  .widescreen\:-right-96{
    right: -6rem;
  }

  .widescreen\:-right-64{
    right: -4rem;
  }

  .widescreen\:-right-32{
    right: -2rem;
  }

  .widescreen\:-right-8{
    right: -0.5rem;
  }

  .widescreen\:right-5\%{
    right: 5%;
  }

  .widescreen\:right-10\%{
    right: 10%;
  }

  .widescreen\:right-15\%{
    right: 15%;
  }

  .widescreen\:right-20\%{
    right: 20%;
  }

  .widescreen\:right-25\%{
    right: 25%;
  }

  .widescreen\:right-30\%{
    right: 30%;
  }

  .widescreen\:right-31\%{
    right: 31%;
  }

  .widescreen\:right-33\%{
    right: 33.333%;
  }

  .widescreen\:right-34\%{
    right: 34%;
  }

  .widescreen\:right-45\%{
    right: 45%;
  }

  .widescreen\:right-50\%{
    right: 50%;
  }

  .widescreen\:right-54\%{
    right: 54%;
  }

  .widescreen\:right-75\%{
    right: 75%;
  }

  .widescreen\:right-55\%{
    right: 55%;
  }

  .widescreen\:right-65\%{
    right: 65%;
  }

  .widescreen\:right-66\%{
    right: 66%;
  }

  .widescreen\:right-85\%{
    right: 85%;
  }

  .widescreen\:right-96\%{
    right: 96%;
  }

  .widescreen\:right-130\%{
    right: 130%;
  }

  .widescreen\:right-135\%{
    right: 135%;
  }

  .widescreen\:right-200\%{
    right: 200%;
  }

  .widescreen\:right-16\/9{
    right: 56.25%;
  }

  .widescreen\:right-1\/2{
    right: 50%;
  }

  .widescreen\:right-full{
    right: 100%;
  }

  .widescreen\:right-span{
    right: 8.333%;
  }

  .widescreen\:right-2span{
    right: 16.666%;
  }

  .widescreen\:right-px{
    right: 1px;
  }

  .widescreen\:-right-4{
    right: -0.25rem;
  }

  .widescreen\:-right-12{
    right: -0.75rem;
  }

  .widescreen\:-right-16{
    right: -1rem;
  }

  .widescreen\:-right-20{
    right: -1.25rem;
  }

  .widescreen\:-right-24{
    right: -1.5rem;
  }

  .widescreen\:-right-40{
    right: -2.5rem;
  }

  .widescreen\:-right-48{
    right: -3rem;
  }

  .widescreen\:-right-56{
    right: -3.5rem;
  }

  .widescreen\:-right-80{
    right: -5rem;
  }

  .widescreen\:-right-104{
    right: -6.5rem;
  }

  .widescreen\:-right-112{
    right: -7rem;
  }

  .widescreen\:-right-140{
    right: -8.75rem;
  }

  .widescreen\:-right-160{
    right: -10rem;
  }

  .widescreen\:-right-180{
    right: -11.25rem;
  }

  .widescreen\:-right-200{
    right: -12.5rem;
  }

  .widescreen\:-right-224{
    right: -14rem;
  }

  .widescreen\:-right-240{
    right: -15rem;
  }

  .widescreen\:-right-260{
    right: -16.25rem;
  }

  .widescreen\:-right-300{
    right: -18.75rem;
  }

  .widescreen\:-right--78\%{
    right: 78%;
  }

  .widescreen\:-right--80\%{
    right: 80%;
  }

  .widescreen\:-right--50\%{
    right: 50%;
  }

  .widescreen\:-right--35\%{
    right: 35%;
  }

  .widescreen\:-right--128{
    right: 8rem;
  }

  .widescreen\:-right--96{
    right: 6rem;
  }

  .widescreen\:-right--64{
    right: 4rem;
  }

  .widescreen\:-right--32{
    right: 2rem;
  }

  .widescreen\:-right--8{
    right: 0.5rem;
  }

  .widescreen\:-right-5\%{
    right: -5%;
  }

  .widescreen\:-right-10\%{
    right: -10%;
  }

  .widescreen\:-right-15\%{
    right: -15%;
  }

  .widescreen\:-right-20\%{
    right: -20%;
  }

  .widescreen\:-right-25\%{
    right: -25%;
  }

  .widescreen\:-right-30\%{
    right: -30%;
  }

  .widescreen\:-right-31\%{
    right: -31%;
  }

  .widescreen\:-right-33\%{
    right: -33.333%;
  }

  .widescreen\:-right-34\%{
    right: -34%;
  }

  .widescreen\:-right-45\%{
    right: -45%;
  }

  .widescreen\:-right-54\%{
    right: -54%;
  }

  .widescreen\:-right-75\%{
    right: -75%;
  }

  .widescreen\:-right-55\%{
    right: -55%;
  }

  .widescreen\:-right-65\%{
    right: -65%;
  }

  .widescreen\:-right-66\%{
    right: -66%;
  }

  .widescreen\:-right-85\%{
    right: -85%;
  }

  .widescreen\:-right-96\%{
    right: -96%;
  }

  .widescreen\:-right-130\%{
    right: -130%;
  }

  .widescreen\:-right-135\%{
    right: -135%;
  }

  .widescreen\:-right-200\%{
    right: -200%;
  }

  .widescreen\:-right-16\/9{
    right: -56.25%;
  }

  .widescreen\:-right-1\/2{
    right: -50%;
  }

  .widescreen\:-right-full{
    right: -100%;
  }

  .widescreen\:-right-span{
    right: -8.333%;
  }

  .widescreen\:-right-2span{
    right: -16.666%;
  }

  .widescreen\:-right-px{
    right: -1px;
  }

  .widescreen\:right-1\/3{
    right: 33.333333%;
  }

  .widescreen\:right-2\/3{
    right: 66.666667%;
  }

  .widescreen\:right-1\/4{
    right: 25%;
  }

  .widescreen\:right-2\/4{
    right: 50%;
  }

  .widescreen\:right-3\/4{
    right: 75%;
  }

  .widescreen\:-right-1\/3{
    right: -33.333333%;
  }

  .widescreen\:-right-2\/3{
    right: -66.666667%;
  }

  .widescreen\:-right-1\/4{
    right: -25%;
  }

  .widescreen\:-right-2\/4{
    right: -50%;
  }

  .widescreen\:-right-3\/4{
    right: -75%;
  }

  .widescreen\:-right-60{
    right: -3.75rem;
  }

  .widescreen\:-right-2{
    right: -0.125rem;
  }

  .widescreen\:right-43\.2{
    right: 2.7rem;
  }

  .widescreen\:-right-608{
    right: -38rem;
  }

  .widescreen\:-right-1472{
    right: -92rem;
  }

  .widescreen\:bottom-0{
    bottom: 0;
  }

  .widescreen\:bottom-3{
    bottom: 0.1875rem;
  }

  .widescreen\:bottom-4{
    bottom: 0.25rem;
  }

  .widescreen\:bottom-5{
    bottom: 0.312rem;
  }

  .widescreen\:bottom-8{
    bottom: 0.5rem;
  }

  .widescreen\:bottom-12{
    bottom: 0.75rem;
  }

  .widescreen\:bottom-16{
    bottom: 1rem;
  }

  .widescreen\:bottom-20{
    bottom: 1.25rem;
  }

  .widescreen\:bottom-24{
    bottom: 1.5rem;
  }

  .widescreen\:bottom-32{
    bottom: 2rem;
  }

  .widescreen\:bottom-40{
    bottom: 2.5rem;
  }

  .widescreen\:bottom-48{
    bottom: 3rem;
  }

  .widescreen\:bottom-56{
    bottom: 3.5rem;
  }

  .widescreen\:bottom-64{
    bottom: 4rem;
  }

  .widescreen\:bottom-80{
    bottom: 5rem;
  }

  .widescreen\:bottom-96{
    bottom: 6rem;
  }

  .widescreen\:bottom-104{
    bottom: 6.5rem;
  }

  .widescreen\:bottom-112{
    bottom: 7rem;
  }

  .widescreen\:bottom-128{
    bottom: 8rem;
  }

  .widescreen\:bottom-140{
    bottom: 8.75rem;
  }

  .widescreen\:bottom-160{
    bottom: 10rem;
  }

  .widescreen\:bottom-180{
    bottom: 11.25rem;
  }

  .widescreen\:bottom-192{
    bottom: 12rem;
  }

  .widescreen\:bottom-200{
    bottom: 12.5rem;
  }

  .widescreen\:bottom-224{
    bottom: 14rem;
  }

  .widescreen\:bottom-240{
    bottom: 15rem;
  }

  .widescreen\:bottom-260{
    bottom: 16.25rem;
  }

  .widescreen\:bottom-300{
    bottom: 18.75rem;
  }

  .widescreen\:bottom-auto{
    bottom: auto;
  }

  .widescreen\:-bottom-78\%{
    bottom: -78%;
  }

  .widescreen\:-bottom-80\%{
    bottom: -80%;
  }

  .widescreen\:-bottom-50\%{
    bottom: -50%;
  }

  .widescreen\:-bottom-35\%{
    bottom: -35%;
  }

  .widescreen\:-bottom-128{
    bottom: -8rem;
  }

  .widescreen\:-bottom-96{
    bottom: -6rem;
  }

  .widescreen\:-bottom-64{
    bottom: -4rem;
  }

  .widescreen\:-bottom-32{
    bottom: -2rem;
  }

  .widescreen\:-bottom-8{
    bottom: -0.5rem;
  }

  .widescreen\:bottom-5\%{
    bottom: 5%;
  }

  .widescreen\:bottom-10\%{
    bottom: 10%;
  }

  .widescreen\:bottom-15\%{
    bottom: 15%;
  }

  .widescreen\:bottom-20\%{
    bottom: 20%;
  }

  .widescreen\:bottom-25\%{
    bottom: 25%;
  }

  .widescreen\:bottom-30\%{
    bottom: 30%;
  }

  .widescreen\:bottom-31\%{
    bottom: 31%;
  }

  .widescreen\:bottom-33\%{
    bottom: 33.333%;
  }

  .widescreen\:bottom-34\%{
    bottom: 34%;
  }

  .widescreen\:bottom-45\%{
    bottom: 45%;
  }

  .widescreen\:bottom-50\%{
    bottom: 50%;
  }

  .widescreen\:bottom-54\%{
    bottom: 54%;
  }

  .widescreen\:bottom-75\%{
    bottom: 75%;
  }

  .widescreen\:bottom-55\%{
    bottom: 55%;
  }

  .widescreen\:bottom-65\%{
    bottom: 65%;
  }

  .widescreen\:bottom-66\%{
    bottom: 66%;
  }

  .widescreen\:bottom-85\%{
    bottom: 85%;
  }

  .widescreen\:bottom-96\%{
    bottom: 96%;
  }

  .widescreen\:bottom-130\%{
    bottom: 130%;
  }

  .widescreen\:bottom-135\%{
    bottom: 135%;
  }

  .widescreen\:bottom-200\%{
    bottom: 200%;
  }

  .widescreen\:bottom-16\/9{
    bottom: 56.25%;
  }

  .widescreen\:bottom-1\/2{
    bottom: 50%;
  }

  .widescreen\:bottom-full{
    bottom: 100%;
  }

  .widescreen\:bottom-span{
    bottom: 8.333%;
  }

  .widescreen\:bottom-2span{
    bottom: 16.666%;
  }

  .widescreen\:bottom-px{
    bottom: 1px;
  }

  .widescreen\:-bottom-4{
    bottom: -0.25rem;
  }

  .widescreen\:-bottom-12{
    bottom: -0.75rem;
  }

  .widescreen\:-bottom-16{
    bottom: -1rem;
  }

  .widescreen\:-bottom-20{
    bottom: -1.25rem;
  }

  .widescreen\:-bottom-24{
    bottom: -1.5rem;
  }

  .widescreen\:-bottom-40{
    bottom: -2.5rem;
  }

  .widescreen\:-bottom-48{
    bottom: -3rem;
  }

  .widescreen\:-bottom-56{
    bottom: -3.5rem;
  }

  .widescreen\:-bottom-80{
    bottom: -5rem;
  }

  .widescreen\:-bottom-104{
    bottom: -6.5rem;
  }

  .widescreen\:-bottom-112{
    bottom: -7rem;
  }

  .widescreen\:-bottom-140{
    bottom: -8.75rem;
  }

  .widescreen\:-bottom-160{
    bottom: -10rem;
  }

  .widescreen\:-bottom-180{
    bottom: -11.25rem;
  }

  .widescreen\:-bottom-200{
    bottom: -12.5rem;
  }

  .widescreen\:-bottom-224{
    bottom: -14rem;
  }

  .widescreen\:-bottom-240{
    bottom: -15rem;
  }

  .widescreen\:-bottom-260{
    bottom: -16.25rem;
  }

  .widescreen\:-bottom-300{
    bottom: -18.75rem;
  }

  .widescreen\:-bottom--78\%{
    bottom: 78%;
  }

  .widescreen\:-bottom--80\%{
    bottom: 80%;
  }

  .widescreen\:-bottom--50\%{
    bottom: 50%;
  }

  .widescreen\:-bottom--35\%{
    bottom: 35%;
  }

  .widescreen\:-bottom--128{
    bottom: 8rem;
  }

  .widescreen\:-bottom--96{
    bottom: 6rem;
  }

  .widescreen\:-bottom--64{
    bottom: 4rem;
  }

  .widescreen\:-bottom--32{
    bottom: 2rem;
  }

  .widescreen\:-bottom--8{
    bottom: 0.5rem;
  }

  .widescreen\:-bottom-5\%{
    bottom: -5%;
  }

  .widescreen\:-bottom-10\%{
    bottom: -10%;
  }

  .widescreen\:-bottom-15\%{
    bottom: -15%;
  }

  .widescreen\:-bottom-20\%{
    bottom: -20%;
  }

  .widescreen\:-bottom-25\%{
    bottom: -25%;
  }

  .widescreen\:-bottom-30\%{
    bottom: -30%;
  }

  .widescreen\:-bottom-31\%{
    bottom: -31%;
  }

  .widescreen\:-bottom-33\%{
    bottom: -33.333%;
  }

  .widescreen\:-bottom-34\%{
    bottom: -34%;
  }

  .widescreen\:-bottom-45\%{
    bottom: -45%;
  }

  .widescreen\:-bottom-54\%{
    bottom: -54%;
  }

  .widescreen\:-bottom-75\%{
    bottom: -75%;
  }

  .widescreen\:-bottom-55\%{
    bottom: -55%;
  }

  .widescreen\:-bottom-65\%{
    bottom: -65%;
  }

  .widescreen\:-bottom-66\%{
    bottom: -66%;
  }

  .widescreen\:-bottom-85\%{
    bottom: -85%;
  }

  .widescreen\:-bottom-96\%{
    bottom: -96%;
  }

  .widescreen\:-bottom-130\%{
    bottom: -130%;
  }

  .widescreen\:-bottom-135\%{
    bottom: -135%;
  }

  .widescreen\:-bottom-200\%{
    bottom: -200%;
  }

  .widescreen\:-bottom-16\/9{
    bottom: -56.25%;
  }

  .widescreen\:-bottom-1\/2{
    bottom: -50%;
  }

  .widescreen\:-bottom-full{
    bottom: -100%;
  }

  .widescreen\:-bottom-span{
    bottom: -8.333%;
  }

  .widescreen\:-bottom-2span{
    bottom: -16.666%;
  }

  .widescreen\:-bottom-px{
    bottom: -1px;
  }

  .widescreen\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .widescreen\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .widescreen\:bottom-1\/4{
    bottom: 25%;
  }

  .widescreen\:bottom-2\/4{
    bottom: 50%;
  }

  .widescreen\:bottom-3\/4{
    bottom: 75%;
  }

  .widescreen\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .widescreen\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .widescreen\:-bottom-1\/4{
    bottom: -25%;
  }

  .widescreen\:-bottom-2\/4{
    bottom: -50%;
  }

  .widescreen\:-bottom-3\/4{
    bottom: -75%;
  }

  .widescreen\:-bottom-60{
    bottom: -3.75rem;
  }

  .widescreen\:-bottom-2{
    bottom: -0.125rem;
  }

  .widescreen\:bottom-43\.2{
    bottom: 2.7rem;
  }

  .widescreen\:-bottom-608{
    bottom: -38rem;
  }

  .widescreen\:-bottom-1472{
    bottom: -92rem;
  }

  .widescreen\:left-0{
    left: 0;
  }

  .widescreen\:left-3{
    left: 0.1875rem;
  }

  .widescreen\:left-4{
    left: 0.25rem;
  }

  .widescreen\:left-5{
    left: 0.312rem;
  }

  .widescreen\:left-8{
    left: 0.5rem;
  }

  .widescreen\:left-12{
    left: 0.75rem;
  }

  .widescreen\:left-16{
    left: 1rem;
  }

  .widescreen\:left-20{
    left: 1.25rem;
  }

  .widescreen\:left-24{
    left: 1.5rem;
  }

  .widescreen\:left-32{
    left: 2rem;
  }

  .widescreen\:left-40{
    left: 2.5rem;
  }

  .widescreen\:left-48{
    left: 3rem;
  }

  .widescreen\:left-56{
    left: 3.5rem;
  }

  .widescreen\:left-64{
    left: 4rem;
  }

  .widescreen\:left-80{
    left: 5rem;
  }

  .widescreen\:left-96{
    left: 6rem;
  }

  .widescreen\:left-104{
    left: 6.5rem;
  }

  .widescreen\:left-112{
    left: 7rem;
  }

  .widescreen\:left-128{
    left: 8rem;
  }

  .widescreen\:left-140{
    left: 8.75rem;
  }

  .widescreen\:left-160{
    left: 10rem;
  }

  .widescreen\:left-180{
    left: 11.25rem;
  }

  .widescreen\:left-192{
    left: 12rem;
  }

  .widescreen\:left-200{
    left: 12.5rem;
  }

  .widescreen\:left-224{
    left: 14rem;
  }

  .widescreen\:left-240{
    left: 15rem;
  }

  .widescreen\:left-260{
    left: 16.25rem;
  }

  .widescreen\:left-300{
    left: 18.75rem;
  }

  .widescreen\:left-auto{
    left: auto;
  }

  .widescreen\:-left-78\%{
    left: -78%;
  }

  .widescreen\:-left-80\%{
    left: -80%;
  }

  .widescreen\:-left-50\%{
    left: -50%;
  }

  .widescreen\:-left-35\%{
    left: -35%;
  }

  .widescreen\:-left-128{
    left: -8rem;
  }

  .widescreen\:-left-96{
    left: -6rem;
  }

  .widescreen\:-left-64{
    left: -4rem;
  }

  .widescreen\:-left-32{
    left: -2rem;
  }

  .widescreen\:-left-8{
    left: -0.5rem;
  }

  .widescreen\:left-5\%{
    left: 5%;
  }

  .widescreen\:left-10\%{
    left: 10%;
  }

  .widescreen\:left-15\%{
    left: 15%;
  }

  .widescreen\:left-20\%{
    left: 20%;
  }

  .widescreen\:left-25\%{
    left: 25%;
  }

  .widescreen\:left-30\%{
    left: 30%;
  }

  .widescreen\:left-31\%{
    left: 31%;
  }

  .widescreen\:left-33\%{
    left: 33.333%;
  }

  .widescreen\:left-34\%{
    left: 34%;
  }

  .widescreen\:left-45\%{
    left: 45%;
  }

  .widescreen\:left-50\%{
    left: 50%;
  }

  .widescreen\:left-54\%{
    left: 54%;
  }

  .widescreen\:left-75\%{
    left: 75%;
  }

  .widescreen\:left-55\%{
    left: 55%;
  }

  .widescreen\:left-65\%{
    left: 65%;
  }

  .widescreen\:left-66\%{
    left: 66%;
  }

  .widescreen\:left-85\%{
    left: 85%;
  }

  .widescreen\:left-96\%{
    left: 96%;
  }

  .widescreen\:left-130\%{
    left: 130%;
  }

  .widescreen\:left-135\%{
    left: 135%;
  }

  .widescreen\:left-200\%{
    left: 200%;
  }

  .widescreen\:left-16\/9{
    left: 56.25%;
  }

  .widescreen\:left-1\/2{
    left: 50%;
  }

  .widescreen\:left-full{
    left: 100%;
  }

  .widescreen\:left-span{
    left: 8.333%;
  }

  .widescreen\:left-2span{
    left: 16.666%;
  }

  .widescreen\:left-px{
    left: 1px;
  }

  .widescreen\:-left-4{
    left: -0.25rem;
  }

  .widescreen\:-left-12{
    left: -0.75rem;
  }

  .widescreen\:-left-16{
    left: -1rem;
  }

  .widescreen\:-left-20{
    left: -1.25rem;
  }

  .widescreen\:-left-24{
    left: -1.5rem;
  }

  .widescreen\:-left-40{
    left: -2.5rem;
  }

  .widescreen\:-left-48{
    left: -3rem;
  }

  .widescreen\:-left-56{
    left: -3.5rem;
  }

  .widescreen\:-left-80{
    left: -5rem;
  }

  .widescreen\:-left-104{
    left: -6.5rem;
  }

  .widescreen\:-left-112{
    left: -7rem;
  }

  .widescreen\:-left-140{
    left: -8.75rem;
  }

  .widescreen\:-left-160{
    left: -10rem;
  }

  .widescreen\:-left-180{
    left: -11.25rem;
  }

  .widescreen\:-left-200{
    left: -12.5rem;
  }

  .widescreen\:-left-224{
    left: -14rem;
  }

  .widescreen\:-left-240{
    left: -15rem;
  }

  .widescreen\:-left-260{
    left: -16.25rem;
  }

  .widescreen\:-left-300{
    left: -18.75rem;
  }

  .widescreen\:-left--78\%{
    left: 78%;
  }

  .widescreen\:-left--80\%{
    left: 80%;
  }

  .widescreen\:-left--50\%{
    left: 50%;
  }

  .widescreen\:-left--35\%{
    left: 35%;
  }

  .widescreen\:-left--128{
    left: 8rem;
  }

  .widescreen\:-left--96{
    left: 6rem;
  }

  .widescreen\:-left--64{
    left: 4rem;
  }

  .widescreen\:-left--32{
    left: 2rem;
  }

  .widescreen\:-left--8{
    left: 0.5rem;
  }

  .widescreen\:-left-5\%{
    left: -5%;
  }

  .widescreen\:-left-10\%{
    left: -10%;
  }

  .widescreen\:-left-15\%{
    left: -15%;
  }

  .widescreen\:-left-20\%{
    left: -20%;
  }

  .widescreen\:-left-25\%{
    left: -25%;
  }

  .widescreen\:-left-30\%{
    left: -30%;
  }

  .widescreen\:-left-31\%{
    left: -31%;
  }

  .widescreen\:-left-33\%{
    left: -33.333%;
  }

  .widescreen\:-left-34\%{
    left: -34%;
  }

  .widescreen\:-left-45\%{
    left: -45%;
  }

  .widescreen\:-left-54\%{
    left: -54%;
  }

  .widescreen\:-left-75\%{
    left: -75%;
  }

  .widescreen\:-left-55\%{
    left: -55%;
  }

  .widescreen\:-left-65\%{
    left: -65%;
  }

  .widescreen\:-left-66\%{
    left: -66%;
  }

  .widescreen\:-left-85\%{
    left: -85%;
  }

  .widescreen\:-left-96\%{
    left: -96%;
  }

  .widescreen\:-left-130\%{
    left: -130%;
  }

  .widescreen\:-left-135\%{
    left: -135%;
  }

  .widescreen\:-left-200\%{
    left: -200%;
  }

  .widescreen\:-left-16\/9{
    left: -56.25%;
  }

  .widescreen\:-left-1\/2{
    left: -50%;
  }

  .widescreen\:-left-full{
    left: -100%;
  }

  .widescreen\:-left-span{
    left: -8.333%;
  }

  .widescreen\:-left-2span{
    left: -16.666%;
  }

  .widescreen\:-left-px{
    left: -1px;
  }

  .widescreen\:left-1\/3{
    left: 33.333333%;
  }

  .widescreen\:left-2\/3{
    left: 66.666667%;
  }

  .widescreen\:left-1\/4{
    left: 25%;
  }

  .widescreen\:left-2\/4{
    left: 50%;
  }

  .widescreen\:left-3\/4{
    left: 75%;
  }

  .widescreen\:-left-1\/3{
    left: -33.333333%;
  }

  .widescreen\:-left-2\/3{
    left: -66.666667%;
  }

  .widescreen\:-left-1\/4{
    left: -25%;
  }

  .widescreen\:-left-2\/4{
    left: -50%;
  }

  .widescreen\:-left-3\/4{
    left: -75%;
  }

  .widescreen\:-left-60{
    left: -3.75rem;
  }

  .widescreen\:-left-2{
    left: -0.125rem;
  }

  .widescreen\:left-43\.2{
    left: 2.7rem;
  }

  .widescreen\:-left-608{
    left: -38rem;
  }

  .widescreen\:-left-1472{
    left: -92rem;
  }

  .widescreen\:isolate{
    isolation: isolate;
  }

  .widescreen\:isolation-auto{
    isolation: auto;
  }

  .widescreen\:z-0{
    z-index: 0;
  }

  .widescreen\:z-1{
    z-index: 1;
  }

  .widescreen\:z-2{
    z-index: 2;
  }

  .widescreen\:z-3{
    z-index: 3;
  }

  .widescreen\:z-4{
    z-index: 4;
  }

  .widescreen\:z-10{
    z-index: 10;
  }

  .widescreen\:z-20{
    z-index: 20;
  }

  .widescreen\:z-30{
    z-index: 30;
  }

  .widescreen\:z-40{
    z-index: 40;
  }

  .widescreen\:z-50{
    z-index: 50;
  }

  .widescreen\:z-auto{
    z-index: auto;
  }

  .widescreen\:-z-1{
    z-index: -1;
  }

  .widescreen\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .widescreen\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .widescreen\:focus-within\:z-2:focus-within{
    z-index: 2;
  }

  .widescreen\:focus-within\:z-3:focus-within{
    z-index: 3;
  }

  .widescreen\:focus-within\:z-4:focus-within{
    z-index: 4;
  }

  .widescreen\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .widescreen\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .widescreen\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .widescreen\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .widescreen\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .widescreen\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .widescreen\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .widescreen\:focus\:z-0:focus{
    z-index: 0;
  }

  .widescreen\:focus\:z-1:focus{
    z-index: 1;
  }

  .widescreen\:focus\:z-2:focus{
    z-index: 2;
  }

  .widescreen\:focus\:z-3:focus{
    z-index: 3;
  }

  .widescreen\:focus\:z-4:focus{
    z-index: 4;
  }

  .widescreen\:focus\:z-10:focus{
    z-index: 10;
  }

  .widescreen\:focus\:z-20:focus{
    z-index: 20;
  }

  .widescreen\:focus\:z-30:focus{
    z-index: 30;
  }

  .widescreen\:focus\:z-40:focus{
    z-index: 40;
  }

  .widescreen\:focus\:z-50:focus{
    z-index: 50;
  }

  .widescreen\:focus\:z-auto:focus{
    z-index: auto;
  }

  .widescreen\:focus\:-z-1:focus{
    z-index: -1;
  }

  .widescreen\:order-1{
    order: 1;
  }

  .widescreen\:order-2{
    order: 2;
  }

  .widescreen\:order-3{
    order: 3;
  }

  .widescreen\:order-4{
    order: 4;
  }

  .widescreen\:order-5{
    order: 5;
  }

  .widescreen\:order-6{
    order: 6;
  }

  .widescreen\:order-7{
    order: 7;
  }

  .widescreen\:order-8{
    order: 8;
  }

  .widescreen\:order-9{
    order: 9;
  }

  .widescreen\:order-10{
    order: 10;
  }

  .widescreen\:order-11{
    order: 11;
  }

  .widescreen\:order-12{
    order: 12;
  }

  .widescreen\:order-first{
    order: -9999;
  }

  .widescreen\:order-last{
    order: 9999;
  }

  .widescreen\:order-none{
    order: 0;
  }

  .widescreen\:col-auto{
    grid-column: auto;
  }

  .widescreen\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .widescreen\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .widescreen\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .widescreen\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .widescreen\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .widescreen\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .widescreen\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .widescreen\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .widescreen\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .widescreen\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .widescreen\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .widescreen\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .widescreen\:col-span-full{
    grid-column: 1 / -1;
  }

  .widescreen\:col-start-1{
    grid-column-start: 1;
  }

  .widescreen\:col-start-2{
    grid-column-start: 2;
  }

  .widescreen\:col-start-3{
    grid-column-start: 3;
  }

  .widescreen\:col-start-4{
    grid-column-start: 4;
  }

  .widescreen\:col-start-5{
    grid-column-start: 5;
  }

  .widescreen\:col-start-6{
    grid-column-start: 6;
  }

  .widescreen\:col-start-7{
    grid-column-start: 7;
  }

  .widescreen\:col-start-8{
    grid-column-start: 8;
  }

  .widescreen\:col-start-9{
    grid-column-start: 9;
  }

  .widescreen\:col-start-10{
    grid-column-start: 10;
  }

  .widescreen\:col-start-11{
    grid-column-start: 11;
  }

  .widescreen\:col-start-12{
    grid-column-start: 12;
  }

  .widescreen\:col-start-13{
    grid-column-start: 13;
  }

  .widescreen\:col-start-auto{
    grid-column-start: auto;
  }

  .widescreen\:col-end-1{
    grid-column-end: 1;
  }

  .widescreen\:col-end-2{
    grid-column-end: 2;
  }

  .widescreen\:col-end-3{
    grid-column-end: 3;
  }

  .widescreen\:col-end-4{
    grid-column-end: 4;
  }

  .widescreen\:col-end-5{
    grid-column-end: 5;
  }

  .widescreen\:col-end-6{
    grid-column-end: 6;
  }

  .widescreen\:col-end-7{
    grid-column-end: 7;
  }

  .widescreen\:col-end-8{
    grid-column-end: 8;
  }

  .widescreen\:col-end-9{
    grid-column-end: 9;
  }

  .widescreen\:col-end-10{
    grid-column-end: 10;
  }

  .widescreen\:col-end-11{
    grid-column-end: 11;
  }

  .widescreen\:col-end-12{
    grid-column-end: 12;
  }

  .widescreen\:col-end-13{
    grid-column-end: 13;
  }

  .widescreen\:col-end-auto{
    grid-column-end: auto;
  }

  .widescreen\:row-auto{
    grid-row: auto;
  }

  .widescreen\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .widescreen\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .widescreen\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .widescreen\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .widescreen\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .widescreen\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .widescreen\:row-span-full{
    grid-row: 1 / -1;
  }

  .widescreen\:row-start-1{
    grid-row-start: 1;
  }

  .widescreen\:row-start-2{
    grid-row-start: 2;
  }

  .widescreen\:row-start-3{
    grid-row-start: 3;
  }

  .widescreen\:row-start-4{
    grid-row-start: 4;
  }

  .widescreen\:row-start-5{
    grid-row-start: 5;
  }

  .widescreen\:row-start-6{
    grid-row-start: 6;
  }

  .widescreen\:row-start-7{
    grid-row-start: 7;
  }

  .widescreen\:row-start-auto{
    grid-row-start: auto;
  }

  .widescreen\:row-end-1{
    grid-row-end: 1;
  }

  .widescreen\:row-end-2{
    grid-row-end: 2;
  }

  .widescreen\:row-end-3{
    grid-row-end: 3;
  }

  .widescreen\:row-end-4{
    grid-row-end: 4;
  }

  .widescreen\:row-end-5{
    grid-row-end: 5;
  }

  .widescreen\:row-end-6{
    grid-row-end: 6;
  }

  .widescreen\:row-end-7{
    grid-row-end: 7;
  }

  .widescreen\:row-end-auto{
    grid-row-end: auto;
  }

  .widescreen\:float-right{
    float: right;
  }

  .widescreen\:float-left{
    float: left;
  }

  .widescreen\:float-none{
    float: none;
  }

  .widescreen\:clear-left{
    clear: left;
  }

  .widescreen\:clear-right{
    clear: right;
  }

  .widescreen\:clear-both{
    clear: both;
  }

  .widescreen\:clear-none{
    clear: none;
  }

  .widescreen\:m-0{
    margin: 0;
  }

  .widescreen\:m-4{
    margin: 0.25rem;
  }

  .widescreen\:m-8{
    margin: 0.5rem;
  }

  .widescreen\:m-12{
    margin: 0.75rem;
  }

  .widescreen\:m-16{
    margin: 1rem;
  }

  .widescreen\:m-20{
    margin: 1.25rem;
  }

  .widescreen\:m-24{
    margin: 1.5rem;
  }

  .widescreen\:m-32{
    margin: 2rem;
  }

  .widescreen\:m-40{
    margin: 2.5rem;
  }

  .widescreen\:m-48{
    margin: 3rem;
  }

  .widescreen\:m-56{
    margin: 3.5rem;
  }

  .widescreen\:m-64{
    margin: 4rem;
  }

  .widescreen\:m-80{
    margin: 5rem;
  }

  .widescreen\:m-96{
    margin: 6rem;
  }

  .widescreen\:m-104{
    margin: 6.5rem;
  }

  .widescreen\:m-112{
    margin: 7rem;
  }

  .widescreen\:m-128{
    margin: 8rem;
  }

  .widescreen\:m-140{
    margin: 8.75rem;
  }

  .widescreen\:m-160{
    margin: 10rem;
  }

  .widescreen\:m-180{
    margin: 11.25rem;
  }

  .widescreen\:m-200{
    margin: 12.5rem;
  }

  .widescreen\:m-224{
    margin: 14rem;
  }

  .widescreen\:m-240{
    margin: 15rem;
  }

  .widescreen\:m-260{
    margin: 16.25rem;
  }

  .widescreen\:m-300{
    margin: 18.75rem;
  }

  .widescreen\:m-auto{
    margin: auto;
  }

  .widescreen\:-m-78\%{
    margin: -78%;
  }

  .widescreen\:-m-80\%{
    margin: -80%;
  }

  .widescreen\:-m-50\%{
    margin: -50%;
  }

  .widescreen\:-m-35\%{
    margin: -35%;
  }

  .widescreen\:-m-128{
    margin: -8rem;
  }

  .widescreen\:-m-96{
    margin: -6rem;
  }

  .widescreen\:-m-64{
    margin: -4rem;
  }

  .widescreen\:-m-32{
    margin: -2rem;
  }

  .widescreen\:-m-8{
    margin: -0.5rem;
  }

  .widescreen\:m-5\%{
    margin: 5%;
  }

  .widescreen\:m-10\%{
    margin: 10%;
  }

  .widescreen\:m-15\%{
    margin: 15%;
  }

  .widescreen\:m-20\%{
    margin: 20%;
  }

  .widescreen\:m-25\%{
    margin: 25%;
  }

  .widescreen\:m-30\%{
    margin: 30%;
  }

  .widescreen\:m-31\%{
    margin: 31%;
  }

  .widescreen\:m-33\%{
    margin: 33.333%;
  }

  .widescreen\:m-34\%{
    margin: 34%;
  }

  .widescreen\:m-45\%{
    margin: 45%;
  }

  .widescreen\:m-50\%{
    margin: 50%;
  }

  .widescreen\:m-54\%{
    margin: 54%;
  }

  .widescreen\:m-75\%{
    margin: 75%;
  }

  .widescreen\:m-55\%{
    margin: 55%;
  }

  .widescreen\:m-65\%{
    margin: 65%;
  }

  .widescreen\:m-66\%{
    margin: 66%;
  }

  .widescreen\:m-85\%{
    margin: 85%;
  }

  .widescreen\:m-96\%{
    margin: 96%;
  }

  .widescreen\:m-130\%{
    margin: 130%;
  }

  .widescreen\:m-135\%{
    margin: 135%;
  }

  .widescreen\:m-200\%{
    margin: 200%;
  }

  .widescreen\:m-16\/9{
    margin: 56.25%;
  }

  .widescreen\:m-1\/2{
    margin: 50%;
  }

  .widescreen\:m-full{
    margin: 100%;
  }

  .widescreen\:m-span{
    margin: 8.333%;
  }

  .widescreen\:m-2span{
    margin: 16.666%;
  }

  .widescreen\:m-px{
    margin: 1px;
  }

  .widescreen\:-m-4{
    margin: -0.25rem;
  }

  .widescreen\:-m-12{
    margin: -0.75rem;
  }

  .widescreen\:-m-16{
    margin: -1rem;
  }

  .widescreen\:-m-20{
    margin: -1.25rem;
  }

  .widescreen\:-m-24{
    margin: -1.5rem;
  }

  .widescreen\:-m-40{
    margin: -2.5rem;
  }

  .widescreen\:-m-48{
    margin: -3rem;
  }

  .widescreen\:-m-56{
    margin: -3.5rem;
  }

  .widescreen\:-m-80{
    margin: -5rem;
  }

  .widescreen\:-m-104{
    margin: -6.5rem;
  }

  .widescreen\:-m-112{
    margin: -7rem;
  }

  .widescreen\:-m-140{
    margin: -8.75rem;
  }

  .widescreen\:-m-160{
    margin: -10rem;
  }

  .widescreen\:-m-180{
    margin: -11.25rem;
  }

  .widescreen\:-m-200{
    margin: -12.5rem;
  }

  .widescreen\:-m-224{
    margin: -14rem;
  }

  .widescreen\:-m-240{
    margin: -15rem;
  }

  .widescreen\:-m-260{
    margin: -16.25rem;
  }

  .widescreen\:-m-300{
    margin: -18.75rem;
  }

  .widescreen\:-m--78\%{
    margin: 78%;
  }

  .widescreen\:-m--80\%{
    margin: 80%;
  }

  .widescreen\:-m--50\%{
    margin: 50%;
  }

  .widescreen\:-m--35\%{
    margin: 35%;
  }

  .widescreen\:-m--128{
    margin: 8rem;
  }

  .widescreen\:-m--96{
    margin: 6rem;
  }

  .widescreen\:-m--64{
    margin: 4rem;
  }

  .widescreen\:-m--32{
    margin: 2rem;
  }

  .widescreen\:-m--8{
    margin: 0.5rem;
  }

  .widescreen\:-m-5\%{
    margin: -5%;
  }

  .widescreen\:-m-10\%{
    margin: -10%;
  }

  .widescreen\:-m-15\%{
    margin: -15%;
  }

  .widescreen\:-m-20\%{
    margin: -20%;
  }

  .widescreen\:-m-25\%{
    margin: -25%;
  }

  .widescreen\:-m-30\%{
    margin: -30%;
  }

  .widescreen\:-m-31\%{
    margin: -31%;
  }

  .widescreen\:-m-33\%{
    margin: -33.333%;
  }

  .widescreen\:-m-34\%{
    margin: -34%;
  }

  .widescreen\:-m-45\%{
    margin: -45%;
  }

  .widescreen\:-m-54\%{
    margin: -54%;
  }

  .widescreen\:-m-75\%{
    margin: -75%;
  }

  .widescreen\:-m-55\%{
    margin: -55%;
  }

  .widescreen\:-m-65\%{
    margin: -65%;
  }

  .widescreen\:-m-66\%{
    margin: -66%;
  }

  .widescreen\:-m-85\%{
    margin: -85%;
  }

  .widescreen\:-m-96\%{
    margin: -96%;
  }

  .widescreen\:-m-130\%{
    margin: -130%;
  }

  .widescreen\:-m-135\%{
    margin: -135%;
  }

  .widescreen\:-m-200\%{
    margin: -200%;
  }

  .widescreen\:-m-16\/9{
    margin: -56.25%;
  }

  .widescreen\:-m-1\/2{
    margin: -50%;
  }

  .widescreen\:-m-full{
    margin: -100%;
  }

  .widescreen\:-m-span{
    margin: -8.333%;
  }

  .widescreen\:-m-2span{
    margin: -16.666%;
  }

  .widescreen\:-m-px{
    margin: -1px;
  }

  .widescreen\:last\:m-0:last-child{
    margin: 0;
  }

  .widescreen\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .widescreen\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .widescreen\:last\:m-12:last-child{
    margin: 0.75rem;
  }

  .widescreen\:last\:m-16:last-child{
    margin: 1rem;
  }

  .widescreen\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .widescreen\:last\:m-24:last-child{
    margin: 1.5rem;
  }

  .widescreen\:last\:m-32:last-child{
    margin: 2rem;
  }

  .widescreen\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .widescreen\:last\:m-48:last-child{
    margin: 3rem;
  }

  .widescreen\:last\:m-56:last-child{
    margin: 3.5rem;
  }

  .widescreen\:last\:m-64:last-child{
    margin: 4rem;
  }

  .widescreen\:last\:m-80:last-child{
    margin: 5rem;
  }

  .widescreen\:last\:m-96:last-child{
    margin: 6rem;
  }

  .widescreen\:last\:m-104:last-child{
    margin: 6.5rem;
  }

  .widescreen\:last\:m-112:last-child{
    margin: 7rem;
  }

  .widescreen\:last\:m-128:last-child{
    margin: 8rem;
  }

  .widescreen\:last\:m-140:last-child{
    margin: 8.75rem;
  }

  .widescreen\:last\:m-160:last-child{
    margin: 10rem;
  }

  .widescreen\:last\:m-180:last-child{
    margin: 11.25rem;
  }

  .widescreen\:last\:m-200:last-child{
    margin: 12.5rem;
  }

  .widescreen\:last\:m-224:last-child{
    margin: 14rem;
  }

  .widescreen\:last\:m-240:last-child{
    margin: 15rem;
  }

  .widescreen\:last\:m-260:last-child{
    margin: 16.25rem;
  }

  .widescreen\:last\:m-300:last-child{
    margin: 18.75rem;
  }

  .widescreen\:last\:m-auto:last-child{
    margin: auto;
  }

  .widescreen\:last\:-m-78\%:last-child{
    margin: -78%;
  }

  .widescreen\:last\:-m-80\%:last-child{
    margin: -80%;
  }

  .widescreen\:last\:-m-50\%:last-child{
    margin: -50%;
  }

  .widescreen\:last\:-m-35\%:last-child{
    margin: -35%;
  }

  .widescreen\:last\:-m-128:last-child{
    margin: -8rem;
  }

  .widescreen\:last\:-m-96:last-child{
    margin: -6rem;
  }

  .widescreen\:last\:-m-64:last-child{
    margin: -4rem;
  }

  .widescreen\:last\:-m-32:last-child{
    margin: -2rem;
  }

  .widescreen\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .widescreen\:last\:m-5\%:last-child{
    margin: 5%;
  }

  .widescreen\:last\:m-10\%:last-child{
    margin: 10%;
  }

  .widescreen\:last\:m-15\%:last-child{
    margin: 15%;
  }

  .widescreen\:last\:m-20\%:last-child{
    margin: 20%;
  }

  .widescreen\:last\:m-25\%:last-child{
    margin: 25%;
  }

  .widescreen\:last\:m-30\%:last-child{
    margin: 30%;
  }

  .widescreen\:last\:m-31\%:last-child{
    margin: 31%;
  }

  .widescreen\:last\:m-33\%:last-child{
    margin: 33.333%;
  }

  .widescreen\:last\:m-34\%:last-child{
    margin: 34%;
  }

  .widescreen\:last\:m-45\%:last-child{
    margin: 45%;
  }

  .widescreen\:last\:m-50\%:last-child{
    margin: 50%;
  }

  .widescreen\:last\:m-54\%:last-child{
    margin: 54%;
  }

  .widescreen\:last\:m-75\%:last-child{
    margin: 75%;
  }

  .widescreen\:last\:m-55\%:last-child{
    margin: 55%;
  }

  .widescreen\:last\:m-65\%:last-child{
    margin: 65%;
  }

  .widescreen\:last\:m-66\%:last-child{
    margin: 66%;
  }

  .widescreen\:last\:m-85\%:last-child{
    margin: 85%;
  }

  .widescreen\:last\:m-96\%:last-child{
    margin: 96%;
  }

  .widescreen\:last\:m-130\%:last-child{
    margin: 130%;
  }

  .widescreen\:last\:m-135\%:last-child{
    margin: 135%;
  }

  .widescreen\:last\:m-200\%:last-child{
    margin: 200%;
  }

  .widescreen\:last\:m-16\/9:last-child{
    margin: 56.25%;
  }

  .widescreen\:last\:m-1\/2:last-child{
    margin: 50%;
  }

  .widescreen\:last\:m-full:last-child{
    margin: 100%;
  }

  .widescreen\:last\:m-span:last-child{
    margin: 8.333%;
  }

  .widescreen\:last\:m-2span:last-child{
    margin: 16.666%;
  }

  .widescreen\:last\:m-px:last-child{
    margin: 1px;
  }

  .widescreen\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .widescreen\:last\:-m-12:last-child{
    margin: -0.75rem;
  }

  .widescreen\:last\:-m-16:last-child{
    margin: -1rem;
  }

  .widescreen\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .widescreen\:last\:-m-24:last-child{
    margin: -1.5rem;
  }

  .widescreen\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .widescreen\:last\:-m-48:last-child{
    margin: -3rem;
  }

  .widescreen\:last\:-m-56:last-child{
    margin: -3.5rem;
  }

  .widescreen\:last\:-m-80:last-child{
    margin: -5rem;
  }

  .widescreen\:last\:-m-104:last-child{
    margin: -6.5rem;
  }

  .widescreen\:last\:-m-112:last-child{
    margin: -7rem;
  }

  .widescreen\:last\:-m-140:last-child{
    margin: -8.75rem;
  }

  .widescreen\:last\:-m-160:last-child{
    margin: -10rem;
  }

  .widescreen\:last\:-m-180:last-child{
    margin: -11.25rem;
  }

  .widescreen\:last\:-m-200:last-child{
    margin: -12.5rem;
  }

  .widescreen\:last\:-m-224:last-child{
    margin: -14rem;
  }

  .widescreen\:last\:-m-240:last-child{
    margin: -15rem;
  }

  .widescreen\:last\:-m-260:last-child{
    margin: -16.25rem;
  }

  .widescreen\:last\:-m-300:last-child{
    margin: -18.75rem;
  }

  .widescreen\:last\:-m--78\%:last-child{
    margin: 78%;
  }

  .widescreen\:last\:-m--80\%:last-child{
    margin: 80%;
  }

  .widescreen\:last\:-m--50\%:last-child{
    margin: 50%;
  }

  .widescreen\:last\:-m--35\%:last-child{
    margin: 35%;
  }

  .widescreen\:last\:-m--128:last-child{
    margin: 8rem;
  }

  .widescreen\:last\:-m--96:last-child{
    margin: 6rem;
  }

  .widescreen\:last\:-m--64:last-child{
    margin: 4rem;
  }

  .widescreen\:last\:-m--32:last-child{
    margin: 2rem;
  }

  .widescreen\:last\:-m--8:last-child{
    margin: 0.5rem;
  }

  .widescreen\:last\:-m-5\%:last-child{
    margin: -5%;
  }

  .widescreen\:last\:-m-10\%:last-child{
    margin: -10%;
  }

  .widescreen\:last\:-m-15\%:last-child{
    margin: -15%;
  }

  .widescreen\:last\:-m-20\%:last-child{
    margin: -20%;
  }

  .widescreen\:last\:-m-25\%:last-child{
    margin: -25%;
  }

  .widescreen\:last\:-m-30\%:last-child{
    margin: -30%;
  }

  .widescreen\:last\:-m-31\%:last-child{
    margin: -31%;
  }

  .widescreen\:last\:-m-33\%:last-child{
    margin: -33.333%;
  }

  .widescreen\:last\:-m-34\%:last-child{
    margin: -34%;
  }

  .widescreen\:last\:-m-45\%:last-child{
    margin: -45%;
  }

  .widescreen\:last\:-m-54\%:last-child{
    margin: -54%;
  }

  .widescreen\:last\:-m-75\%:last-child{
    margin: -75%;
  }

  .widescreen\:last\:-m-55\%:last-child{
    margin: -55%;
  }

  .widescreen\:last\:-m-65\%:last-child{
    margin: -65%;
  }

  .widescreen\:last\:-m-66\%:last-child{
    margin: -66%;
  }

  .widescreen\:last\:-m-85\%:last-child{
    margin: -85%;
  }

  .widescreen\:last\:-m-96\%:last-child{
    margin: -96%;
  }

  .widescreen\:last\:-m-130\%:last-child{
    margin: -130%;
  }

  .widescreen\:last\:-m-135\%:last-child{
    margin: -135%;
  }

  .widescreen\:last\:-m-200\%:last-child{
    margin: -200%;
  }

  .widescreen\:last\:-m-16\/9:last-child{
    margin: -56.25%;
  }

  .widescreen\:last\:-m-1\/2:last-child{
    margin: -50%;
  }

  .widescreen\:last\:-m-full:last-child{
    margin: -100%;
  }

  .widescreen\:last\:-m-span:last-child{
    margin: -8.333%;
  }

  .widescreen\:last\:-m-2span:last-child{
    margin: -16.666%;
  }

  .widescreen\:last\:-m-px:last-child{
    margin: -1px;
  }

  .widescreen\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .widescreen\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .widescreen\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .widescreen\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .widescreen\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .widescreen\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .widescreen\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .widescreen\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .widescreen\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .widescreen\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .widescreen\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .widescreen\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .widescreen\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .widescreen\:mx-96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .widescreen\:mx-104{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .widescreen\:mx-112{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .widescreen\:mx-128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .widescreen\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .widescreen\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .widescreen\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .widescreen\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .widescreen\:mx-224{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .widescreen\:mx-240{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .widescreen\:mx-260{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .widescreen\:mx-300{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .widescreen\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .widescreen\:-mx-78\%{
    margin-left: -78%;
    margin-right: -78%;
  }

  .widescreen\:-mx-80\%{
    margin-left: -80%;
    margin-right: -80%;
  }

  .widescreen\:-mx-50\%{
    margin-left: -50%;
    margin-right: -50%;
  }

  .widescreen\:-mx-35\%{
    margin-left: -35%;
    margin-right: -35%;
  }

  .widescreen\:-mx-128{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .widescreen\:-mx-96{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .widescreen\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .widescreen\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .widescreen\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .widescreen\:mx-5\%{
    margin-left: 5%;
    margin-right: 5%;
  }

  .widescreen\:mx-10\%{
    margin-left: 10%;
    margin-right: 10%;
  }

  .widescreen\:mx-15\%{
    margin-left: 15%;
    margin-right: 15%;
  }

  .widescreen\:mx-20\%{
    margin-left: 20%;
    margin-right: 20%;
  }

  .widescreen\:mx-25\%{
    margin-left: 25%;
    margin-right: 25%;
  }

  .widescreen\:mx-30\%{
    margin-left: 30%;
    margin-right: 30%;
  }

  .widescreen\:mx-31\%{
    margin-left: 31%;
    margin-right: 31%;
  }

  .widescreen\:mx-33\%{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .widescreen\:mx-34\%{
    margin-left: 34%;
    margin-right: 34%;
  }

  .widescreen\:mx-45\%{
    margin-left: 45%;
    margin-right: 45%;
  }

  .widescreen\:mx-50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .widescreen\:mx-54\%{
    margin-left: 54%;
    margin-right: 54%;
  }

  .widescreen\:mx-75\%{
    margin-left: 75%;
    margin-right: 75%;
  }

  .widescreen\:mx-55\%{
    margin-left: 55%;
    margin-right: 55%;
  }

  .widescreen\:mx-65\%{
    margin-left: 65%;
    margin-right: 65%;
  }

  .widescreen\:mx-66\%{
    margin-left: 66%;
    margin-right: 66%;
  }

  .widescreen\:mx-85\%{
    margin-left: 85%;
    margin-right: 85%;
  }

  .widescreen\:mx-96\%{
    margin-left: 96%;
    margin-right: 96%;
  }

  .widescreen\:mx-130\%{
    margin-left: 130%;
    margin-right: 130%;
  }

  .widescreen\:mx-135\%{
    margin-left: 135%;
    margin-right: 135%;
  }

  .widescreen\:mx-200\%{
    margin-left: 200%;
    margin-right: 200%;
  }

  .widescreen\:mx-16\/9{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .widescreen\:mx-1\/2{
    margin-left: 50%;
    margin-right: 50%;
  }

  .widescreen\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .widescreen\:mx-span{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .widescreen\:mx-2span{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .widescreen\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .widescreen\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .widescreen\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .widescreen\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .widescreen\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .widescreen\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .widescreen\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .widescreen\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .widescreen\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .widescreen\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .widescreen\:-mx-104{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .widescreen\:-mx-112{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .widescreen\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .widescreen\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .widescreen\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .widescreen\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .widescreen\:-mx-224{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .widescreen\:-mx-240{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .widescreen\:-mx-260{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .widescreen\:-mx-300{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .widescreen\:-mx--78\%{
    margin-left: 78%;
    margin-right: 78%;
  }

  .widescreen\:-mx--80\%{
    margin-left: 80%;
    margin-right: 80%;
  }

  .widescreen\:-mx--50\%{
    margin-left: 50%;
    margin-right: 50%;
  }

  .widescreen\:-mx--35\%{
    margin-left: 35%;
    margin-right: 35%;
  }

  .widescreen\:-mx--128{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .widescreen\:-mx--96{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .widescreen\:-mx--64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .widescreen\:-mx--32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .widescreen\:-mx--8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .widescreen\:-mx-5\%{
    margin-left: -5%;
    margin-right: -5%;
  }

  .widescreen\:-mx-10\%{
    margin-left: -10%;
    margin-right: -10%;
  }

  .widescreen\:-mx-15\%{
    margin-left: -15%;
    margin-right: -15%;
  }

  .widescreen\:-mx-20\%{
    margin-left: -20%;
    margin-right: -20%;
  }

  .widescreen\:-mx-25\%{
    margin-left: -25%;
    margin-right: -25%;
  }

  .widescreen\:-mx-30\%{
    margin-left: -30%;
    margin-right: -30%;
  }

  .widescreen\:-mx-31\%{
    margin-left: -31%;
    margin-right: -31%;
  }

  .widescreen\:-mx-33\%{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .widescreen\:-mx-34\%{
    margin-left: -34%;
    margin-right: -34%;
  }

  .widescreen\:-mx-45\%{
    margin-left: -45%;
    margin-right: -45%;
  }

  .widescreen\:-mx-54\%{
    margin-left: -54%;
    margin-right: -54%;
  }

  .widescreen\:-mx-75\%{
    margin-left: -75%;
    margin-right: -75%;
  }

  .widescreen\:-mx-55\%{
    margin-left: -55%;
    margin-right: -55%;
  }

  .widescreen\:-mx-65\%{
    margin-left: -65%;
    margin-right: -65%;
  }

  .widescreen\:-mx-66\%{
    margin-left: -66%;
    margin-right: -66%;
  }

  .widescreen\:-mx-85\%{
    margin-left: -85%;
    margin-right: -85%;
  }

  .widescreen\:-mx-96\%{
    margin-left: -96%;
    margin-right: -96%;
  }

  .widescreen\:-mx-130\%{
    margin-left: -130%;
    margin-right: -130%;
  }

  .widescreen\:-mx-135\%{
    margin-left: -135%;
    margin-right: -135%;
  }

  .widescreen\:-mx-200\%{
    margin-left: -200%;
    margin-right: -200%;
  }

  .widescreen\:-mx-16\/9{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .widescreen\:-mx-1\/2{
    margin-left: -50%;
    margin-right: -50%;
  }

  .widescreen\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .widescreen\:-mx-span{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .widescreen\:-mx-2span{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .widescreen\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .widescreen\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .widescreen\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .widescreen\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .widescreen\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .widescreen\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .widescreen\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .widescreen\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .widescreen\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .widescreen\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .widescreen\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .widescreen\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .widescreen\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .widescreen\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .widescreen\:my-96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .widescreen\:my-104{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .widescreen\:my-112{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .widescreen\:my-128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .widescreen\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .widescreen\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .widescreen\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .widescreen\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .widescreen\:my-224{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .widescreen\:my-240{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .widescreen\:my-260{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .widescreen\:my-300{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .widescreen\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .widescreen\:-my-78\%{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .widescreen\:-my-80\%{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .widescreen\:-my-50\%{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .widescreen\:-my-35\%{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .widescreen\:-my-128{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .widescreen\:-my-96{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .widescreen\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .widescreen\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .widescreen\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .widescreen\:my-5\%{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .widescreen\:my-10\%{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .widescreen\:my-15\%{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .widescreen\:my-20\%{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .widescreen\:my-25\%{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .widescreen\:my-30\%{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .widescreen\:my-31\%{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .widescreen\:my-33\%{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .widescreen\:my-34\%{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .widescreen\:my-45\%{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .widescreen\:my-50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .widescreen\:my-54\%{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .widescreen\:my-75\%{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .widescreen\:my-55\%{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .widescreen\:my-65\%{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .widescreen\:my-66\%{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .widescreen\:my-85\%{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .widescreen\:my-96\%{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .widescreen\:my-130\%{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .widescreen\:my-135\%{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .widescreen\:my-200\%{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .widescreen\:my-16\/9{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .widescreen\:my-1\/2{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .widescreen\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .widescreen\:my-span{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .widescreen\:my-2span{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .widescreen\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .widescreen\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .widescreen\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .widescreen\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .widescreen\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .widescreen\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .widescreen\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .widescreen\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .widescreen\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .widescreen\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .widescreen\:-my-104{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .widescreen\:-my-112{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .widescreen\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .widescreen\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .widescreen\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .widescreen\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .widescreen\:-my-224{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .widescreen\:-my-240{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .widescreen\:-my-260{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .widescreen\:-my-300{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .widescreen\:-my--78\%{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .widescreen\:-my--80\%{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .widescreen\:-my--50\%{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .widescreen\:-my--35\%{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .widescreen\:-my--128{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .widescreen\:-my--96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .widescreen\:-my--64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .widescreen\:-my--32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .widescreen\:-my--8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .widescreen\:-my-5\%{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .widescreen\:-my-10\%{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .widescreen\:-my-15\%{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .widescreen\:-my-20\%{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .widescreen\:-my-25\%{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .widescreen\:-my-30\%{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .widescreen\:-my-31\%{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .widescreen\:-my-33\%{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .widescreen\:-my-34\%{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .widescreen\:-my-45\%{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .widescreen\:-my-54\%{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .widescreen\:-my-75\%{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .widescreen\:-my-55\%{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .widescreen\:-my-65\%{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .widescreen\:-my-66\%{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .widescreen\:-my-85\%{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .widescreen\:-my-96\%{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .widescreen\:-my-130\%{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .widescreen\:-my-135\%{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .widescreen\:-my-200\%{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .widescreen\:-my-16\/9{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .widescreen\:-my-1\/2{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .widescreen\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .widescreen\:-my-span{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .widescreen\:-my-2span{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .widescreen\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .widescreen\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .widescreen\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .widescreen\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .widescreen\:last\:mx-12:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .widescreen\:last\:mx-16:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .widescreen\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .widescreen\:last\:mx-24:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .widescreen\:last\:mx-32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .widescreen\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .widescreen\:last\:mx-48:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .widescreen\:last\:mx-56:last-child{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .widescreen\:last\:mx-64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .widescreen\:last\:mx-80:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .widescreen\:last\:mx-96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .widescreen\:last\:mx-104:last-child{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .widescreen\:last\:mx-112:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .widescreen\:last\:mx-128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .widescreen\:last\:mx-140:last-child{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .widescreen\:last\:mx-160:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .widescreen\:last\:mx-180:last-child{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .widescreen\:last\:mx-200:last-child{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .widescreen\:last\:mx-224:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .widescreen\:last\:mx-240:last-child{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .widescreen\:last\:mx-260:last-child{
    margin-left: 16.25rem;
    margin-right: 16.25rem;
  }

  .widescreen\:last\:mx-300:last-child{
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .widescreen\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .widescreen\:last\:-mx-78\%:last-child{
    margin-left: -78%;
    margin-right: -78%;
  }

  .widescreen\:last\:-mx-80\%:last-child{
    margin-left: -80%;
    margin-right: -80%;
  }

  .widescreen\:last\:-mx-50\%:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .widescreen\:last\:-mx-35\%:last-child{
    margin-left: -35%;
    margin-right: -35%;
  }

  .widescreen\:last\:-mx-128:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .widescreen\:last\:-mx-96:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .widescreen\:last\:-mx-64:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .widescreen\:last\:-mx-32:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .widescreen\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .widescreen\:last\:mx-5\%:last-child{
    margin-left: 5%;
    margin-right: 5%;
  }

  .widescreen\:last\:mx-10\%:last-child{
    margin-left: 10%;
    margin-right: 10%;
  }

  .widescreen\:last\:mx-15\%:last-child{
    margin-left: 15%;
    margin-right: 15%;
  }

  .widescreen\:last\:mx-20\%:last-child{
    margin-left: 20%;
    margin-right: 20%;
  }

  .widescreen\:last\:mx-25\%:last-child{
    margin-left: 25%;
    margin-right: 25%;
  }

  .widescreen\:last\:mx-30\%:last-child{
    margin-left: 30%;
    margin-right: 30%;
  }

  .widescreen\:last\:mx-31\%:last-child{
    margin-left: 31%;
    margin-right: 31%;
  }

  .widescreen\:last\:mx-33\%:last-child{
    margin-left: 33.333%;
    margin-right: 33.333%;
  }

  .widescreen\:last\:mx-34\%:last-child{
    margin-left: 34%;
    margin-right: 34%;
  }

  .widescreen\:last\:mx-45\%:last-child{
    margin-left: 45%;
    margin-right: 45%;
  }

  .widescreen\:last\:mx-50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .widescreen\:last\:mx-54\%:last-child{
    margin-left: 54%;
    margin-right: 54%;
  }

  .widescreen\:last\:mx-75\%:last-child{
    margin-left: 75%;
    margin-right: 75%;
  }

  .widescreen\:last\:mx-55\%:last-child{
    margin-left: 55%;
    margin-right: 55%;
  }

  .widescreen\:last\:mx-65\%:last-child{
    margin-left: 65%;
    margin-right: 65%;
  }

  .widescreen\:last\:mx-66\%:last-child{
    margin-left: 66%;
    margin-right: 66%;
  }

  .widescreen\:last\:mx-85\%:last-child{
    margin-left: 85%;
    margin-right: 85%;
  }

  .widescreen\:last\:mx-96\%:last-child{
    margin-left: 96%;
    margin-right: 96%;
  }

  .widescreen\:last\:mx-130\%:last-child{
    margin-left: 130%;
    margin-right: 130%;
  }

  .widescreen\:last\:mx-135\%:last-child{
    margin-left: 135%;
    margin-right: 135%;
  }

  .widescreen\:last\:mx-200\%:last-child{
    margin-left: 200%;
    margin-right: 200%;
  }

  .widescreen\:last\:mx-16\/9:last-child{
    margin-left: 56.25%;
    margin-right: 56.25%;
  }

  .widescreen\:last\:mx-1\/2:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .widescreen\:last\:mx-full:last-child{
    margin-left: 100%;
    margin-right: 100%;
  }

  .widescreen\:last\:mx-span:last-child{
    margin-left: 8.333%;
    margin-right: 8.333%;
  }

  .widescreen\:last\:mx-2span:last-child{
    margin-left: 16.666%;
    margin-right: 16.666%;
  }

  .widescreen\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .widescreen\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .widescreen\:last\:-mx-12:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .widescreen\:last\:-mx-16:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .widescreen\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .widescreen\:last\:-mx-24:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .widescreen\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .widescreen\:last\:-mx-48:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .widescreen\:last\:-mx-56:last-child{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .widescreen\:last\:-mx-80:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .widescreen\:last\:-mx-104:last-child{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .widescreen\:last\:-mx-112:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .widescreen\:last\:-mx-140:last-child{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .widescreen\:last\:-mx-160:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .widescreen\:last\:-mx-180:last-child{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .widescreen\:last\:-mx-200:last-child{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .widescreen\:last\:-mx-224:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .widescreen\:last\:-mx-240:last-child{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .widescreen\:last\:-mx-260:last-child{
    margin-left: -16.25rem;
    margin-right: -16.25rem;
  }

  .widescreen\:last\:-mx-300:last-child{
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .widescreen\:last\:-mx--78\%:last-child{
    margin-left: 78%;
    margin-right: 78%;
  }

  .widescreen\:last\:-mx--80\%:last-child{
    margin-left: 80%;
    margin-right: 80%;
  }

  .widescreen\:last\:-mx--50\%:last-child{
    margin-left: 50%;
    margin-right: 50%;
  }

  .widescreen\:last\:-mx--35\%:last-child{
    margin-left: 35%;
    margin-right: 35%;
  }

  .widescreen\:last\:-mx--128:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .widescreen\:last\:-mx--96:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .widescreen\:last\:-mx--64:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .widescreen\:last\:-mx--32:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .widescreen\:last\:-mx--8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .widescreen\:last\:-mx-5\%:last-child{
    margin-left: -5%;
    margin-right: -5%;
  }

  .widescreen\:last\:-mx-10\%:last-child{
    margin-left: -10%;
    margin-right: -10%;
  }

  .widescreen\:last\:-mx-15\%:last-child{
    margin-left: -15%;
    margin-right: -15%;
  }

  .widescreen\:last\:-mx-20\%:last-child{
    margin-left: -20%;
    margin-right: -20%;
  }

  .widescreen\:last\:-mx-25\%:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .widescreen\:last\:-mx-30\%:last-child{
    margin-left: -30%;
    margin-right: -30%;
  }

  .widescreen\:last\:-mx-31\%:last-child{
    margin-left: -31%;
    margin-right: -31%;
  }

  .widescreen\:last\:-mx-33\%:last-child{
    margin-left: -33.333%;
    margin-right: -33.333%;
  }

  .widescreen\:last\:-mx-34\%:last-child{
    margin-left: -34%;
    margin-right: -34%;
  }

  .widescreen\:last\:-mx-45\%:last-child{
    margin-left: -45%;
    margin-right: -45%;
  }

  .widescreen\:last\:-mx-54\%:last-child{
    margin-left: -54%;
    margin-right: -54%;
  }

  .widescreen\:last\:-mx-75\%:last-child{
    margin-left: -75%;
    margin-right: -75%;
  }

  .widescreen\:last\:-mx-55\%:last-child{
    margin-left: -55%;
    margin-right: -55%;
  }

  .widescreen\:last\:-mx-65\%:last-child{
    margin-left: -65%;
    margin-right: -65%;
  }

  .widescreen\:last\:-mx-66\%:last-child{
    margin-left: -66%;
    margin-right: -66%;
  }

  .widescreen\:last\:-mx-85\%:last-child{
    margin-left: -85%;
    margin-right: -85%;
  }

  .widescreen\:last\:-mx-96\%:last-child{
    margin-left: -96%;
    margin-right: -96%;
  }

  .widescreen\:last\:-mx-130\%:last-child{
    margin-left: -130%;
    margin-right: -130%;
  }

  .widescreen\:last\:-mx-135\%:last-child{
    margin-left: -135%;
    margin-right: -135%;
  }

  .widescreen\:last\:-mx-200\%:last-child{
    margin-left: -200%;
    margin-right: -200%;
  }

  .widescreen\:last\:-mx-16\/9:last-child{
    margin-left: -56.25%;
    margin-right: -56.25%;
  }

  .widescreen\:last\:-mx-1\/2:last-child{
    margin-left: -50%;
    margin-right: -50%;
  }

  .widescreen\:last\:-mx-full:last-child{
    margin-left: -100%;
    margin-right: -100%;
  }

  .widescreen\:last\:-mx-span:last-child{
    margin-left: -8.333%;
    margin-right: -8.333%;
  }

  .widescreen\:last\:-mx-2span:last-child{
    margin-left: -16.666%;
    margin-right: -16.666%;
  }

  .widescreen\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .widescreen\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .widescreen\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .widescreen\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .widescreen\:last\:my-12:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .widescreen\:last\:my-16:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .widescreen\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .widescreen\:last\:my-24:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .widescreen\:last\:my-32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .widescreen\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .widescreen\:last\:my-48:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .widescreen\:last\:my-56:last-child{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .widescreen\:last\:my-64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .widescreen\:last\:my-80:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .widescreen\:last\:my-96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .widescreen\:last\:my-104:last-child{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .widescreen\:last\:my-112:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .widescreen\:last\:my-128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .widescreen\:last\:my-140:last-child{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .widescreen\:last\:my-160:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .widescreen\:last\:my-180:last-child{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .widescreen\:last\:my-200:last-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .widescreen\:last\:my-224:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .widescreen\:last\:my-240:last-child{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .widescreen\:last\:my-260:last-child{
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }

  .widescreen\:last\:my-300:last-child{
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .widescreen\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .widescreen\:last\:-my-78\%:last-child{
    margin-top: -78%;
    margin-bottom: -78%;
  }

  .widescreen\:last\:-my-80\%:last-child{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .widescreen\:last\:-my-50\%:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .widescreen\:last\:-my-35\%:last-child{
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .widescreen\:last\:-my-128:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .widescreen\:last\:-my-96:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .widescreen\:last\:-my-64:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .widescreen\:last\:-my-32:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .widescreen\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .widescreen\:last\:my-5\%:last-child{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .widescreen\:last\:my-10\%:last-child{
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .widescreen\:last\:my-15\%:last-child{
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .widescreen\:last\:my-20\%:last-child{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .widescreen\:last\:my-25\%:last-child{
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .widescreen\:last\:my-30\%:last-child{
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .widescreen\:last\:my-31\%:last-child{
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .widescreen\:last\:my-33\%:last-child{
    margin-top: 33.333%;
    margin-bottom: 33.333%;
  }

  .widescreen\:last\:my-34\%:last-child{
    margin-top: 34%;
    margin-bottom: 34%;
  }

  .widescreen\:last\:my-45\%:last-child{
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .widescreen\:last\:my-50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .widescreen\:last\:my-54\%:last-child{
    margin-top: 54%;
    margin-bottom: 54%;
  }

  .widescreen\:last\:my-75\%:last-child{
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .widescreen\:last\:my-55\%:last-child{
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .widescreen\:last\:my-65\%:last-child{
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .widescreen\:last\:my-66\%:last-child{
    margin-top: 66%;
    margin-bottom: 66%;
  }

  .widescreen\:last\:my-85\%:last-child{
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .widescreen\:last\:my-96\%:last-child{
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .widescreen\:last\:my-130\%:last-child{
    margin-top: 130%;
    margin-bottom: 130%;
  }

  .widescreen\:last\:my-135\%:last-child{
    margin-top: 135%;
    margin-bottom: 135%;
  }

  .widescreen\:last\:my-200\%:last-child{
    margin-top: 200%;
    margin-bottom: 200%;
  }

  .widescreen\:last\:my-16\/9:last-child{
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }

  .widescreen\:last\:my-1\/2:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .widescreen\:last\:my-full:last-child{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .widescreen\:last\:my-span:last-child{
    margin-top: 8.333%;
    margin-bottom: 8.333%;
  }

  .widescreen\:last\:my-2span:last-child{
    margin-top: 16.666%;
    margin-bottom: 16.666%;
  }

  .widescreen\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .widescreen\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .widescreen\:last\:-my-12:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .widescreen\:last\:-my-16:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .widescreen\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .widescreen\:last\:-my-24:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .widescreen\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .widescreen\:last\:-my-48:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .widescreen\:last\:-my-56:last-child{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .widescreen\:last\:-my-80:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .widescreen\:last\:-my-104:last-child{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .widescreen\:last\:-my-112:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .widescreen\:last\:-my-140:last-child{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .widescreen\:last\:-my-160:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .widescreen\:last\:-my-180:last-child{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .widescreen\:last\:-my-200:last-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .widescreen\:last\:-my-224:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .widescreen\:last\:-my-240:last-child{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .widescreen\:last\:-my-260:last-child{
    margin-top: -16.25rem;
    margin-bottom: -16.25rem;
  }

  .widescreen\:last\:-my-300:last-child{
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .widescreen\:last\:-my--78\%:last-child{
    margin-top: 78%;
    margin-bottom: 78%;
  }

  .widescreen\:last\:-my--80\%:last-child{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .widescreen\:last\:-my--50\%:last-child{
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .widescreen\:last\:-my--35\%:last-child{
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .widescreen\:last\:-my--128:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .widescreen\:last\:-my--96:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .widescreen\:last\:-my--64:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .widescreen\:last\:-my--32:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .widescreen\:last\:-my--8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .widescreen\:last\:-my-5\%:last-child{
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .widescreen\:last\:-my-10\%:last-child{
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .widescreen\:last\:-my-15\%:last-child{
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .widescreen\:last\:-my-20\%:last-child{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .widescreen\:last\:-my-25\%:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .widescreen\:last\:-my-30\%:last-child{
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .widescreen\:last\:-my-31\%:last-child{
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .widescreen\:last\:-my-33\%:last-child{
    margin-top: -33.333%;
    margin-bottom: -33.333%;
  }

  .widescreen\:last\:-my-34\%:last-child{
    margin-top: -34%;
    margin-bottom: -34%;
  }

  .widescreen\:last\:-my-45\%:last-child{
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .widescreen\:last\:-my-54\%:last-child{
    margin-top: -54%;
    margin-bottom: -54%;
  }

  .widescreen\:last\:-my-75\%:last-child{
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .widescreen\:last\:-my-55\%:last-child{
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .widescreen\:last\:-my-65\%:last-child{
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .widescreen\:last\:-my-66\%:last-child{
    margin-top: -66%;
    margin-bottom: -66%;
  }

  .widescreen\:last\:-my-85\%:last-child{
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .widescreen\:last\:-my-96\%:last-child{
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .widescreen\:last\:-my-130\%:last-child{
    margin-top: -130%;
    margin-bottom: -130%;
  }

  .widescreen\:last\:-my-135\%:last-child{
    margin-top: -135%;
    margin-bottom: -135%;
  }

  .widescreen\:last\:-my-200\%:last-child{
    margin-top: -200%;
    margin-bottom: -200%;
  }

  .widescreen\:last\:-my-16\/9:last-child{
    margin-top: -56.25%;
    margin-bottom: -56.25%;
  }

  .widescreen\:last\:-my-1\/2:last-child{
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .widescreen\:last\:-my-full:last-child{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .widescreen\:last\:-my-span:last-child{
    margin-top: -8.333%;
    margin-bottom: -8.333%;
  }

  .widescreen\:last\:-my-2span:last-child{
    margin-top: -16.666%;
    margin-bottom: -16.666%;
  }

  .widescreen\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .widescreen\:mt-0{
    margin-top: 0;
  }

  .widescreen\:mt-4{
    margin-top: 0.25rem;
  }

  .widescreen\:mt-8{
    margin-top: 0.5rem;
  }

  .widescreen\:mt-12{
    margin-top: 0.75rem;
  }

  .widescreen\:mt-16{
    margin-top: 1rem;
  }

  .widescreen\:mt-20{
    margin-top: 1.25rem;
  }

  .widescreen\:mt-24{
    margin-top: 1.5rem;
  }

  .widescreen\:mt-32{
    margin-top: 2rem;
  }

  .widescreen\:mt-40{
    margin-top: 2.5rem;
  }

  .widescreen\:mt-48{
    margin-top: 3rem;
  }

  .widescreen\:mt-56{
    margin-top: 3.5rem;
  }

  .widescreen\:mt-64{
    margin-top: 4rem;
  }

  .widescreen\:mt-80{
    margin-top: 5rem;
  }

  .widescreen\:mt-96{
    margin-top: 6rem;
  }

  .widescreen\:mt-104{
    margin-top: 6.5rem;
  }

  .widescreen\:mt-112{
    margin-top: 7rem;
  }

  .widescreen\:mt-128{
    margin-top: 8rem;
  }

  .widescreen\:mt-140{
    margin-top: 8.75rem;
  }

  .widescreen\:mt-160{
    margin-top: 10rem;
  }

  .widescreen\:mt-180{
    margin-top: 11.25rem;
  }

  .widescreen\:mt-200{
    margin-top: 12.5rem;
  }

  .widescreen\:mt-224{
    margin-top: 14rem;
  }

  .widescreen\:mt-240{
    margin-top: 15rem;
  }

  .widescreen\:mt-260{
    margin-top: 16.25rem;
  }

  .widescreen\:mt-300{
    margin-top: 18.75rem;
  }

  .widescreen\:mt-auto{
    margin-top: auto;
  }

  .widescreen\:-mt-78\%{
    margin-top: -78%;
  }

  .widescreen\:-mt-80\%{
    margin-top: -80%;
  }

  .widescreen\:-mt-50\%{
    margin-top: -50%;
  }

  .widescreen\:-mt-35\%{
    margin-top: -35%;
  }

  .widescreen\:-mt-128{
    margin-top: -8rem;
  }

  .widescreen\:-mt-96{
    margin-top: -6rem;
  }

  .widescreen\:-mt-64{
    margin-top: -4rem;
  }

  .widescreen\:-mt-32{
    margin-top: -2rem;
  }

  .widescreen\:-mt-8{
    margin-top: -0.5rem;
  }

  .widescreen\:mt-5\%{
    margin-top: 5%;
  }

  .widescreen\:mt-10\%{
    margin-top: 10%;
  }

  .widescreen\:mt-15\%{
    margin-top: 15%;
  }

  .widescreen\:mt-20\%{
    margin-top: 20%;
  }

  .widescreen\:mt-25\%{
    margin-top: 25%;
  }

  .widescreen\:mt-30\%{
    margin-top: 30%;
  }

  .widescreen\:mt-31\%{
    margin-top: 31%;
  }

  .widescreen\:mt-33\%{
    margin-top: 33.333%;
  }

  .widescreen\:mt-34\%{
    margin-top: 34%;
  }

  .widescreen\:mt-45\%{
    margin-top: 45%;
  }

  .widescreen\:mt-50\%{
    margin-top: 50%;
  }

  .widescreen\:mt-54\%{
    margin-top: 54%;
  }

  .widescreen\:mt-75\%{
    margin-top: 75%;
  }

  .widescreen\:mt-55\%{
    margin-top: 55%;
  }

  .widescreen\:mt-65\%{
    margin-top: 65%;
  }

  .widescreen\:mt-66\%{
    margin-top: 66%;
  }

  .widescreen\:mt-85\%{
    margin-top: 85%;
  }

  .widescreen\:mt-96\%{
    margin-top: 96%;
  }

  .widescreen\:mt-130\%{
    margin-top: 130%;
  }

  .widescreen\:mt-135\%{
    margin-top: 135%;
  }

  .widescreen\:mt-200\%{
    margin-top: 200%;
  }

  .widescreen\:mt-16\/9{
    margin-top: 56.25%;
  }

  .widescreen\:mt-1\/2{
    margin-top: 50%;
  }

  .widescreen\:mt-full{
    margin-top: 100%;
  }

  .widescreen\:mt-span{
    margin-top: 8.333%;
  }

  .widescreen\:mt-2span{
    margin-top: 16.666%;
  }

  .widescreen\:mt-px{
    margin-top: 1px;
  }

  .widescreen\:-mt-4{
    margin-top: -0.25rem;
  }

  .widescreen\:-mt-12{
    margin-top: -0.75rem;
  }

  .widescreen\:-mt-16{
    margin-top: -1rem;
  }

  .widescreen\:-mt-20{
    margin-top: -1.25rem;
  }

  .widescreen\:-mt-24{
    margin-top: -1.5rem;
  }

  .widescreen\:-mt-40{
    margin-top: -2.5rem;
  }

  .widescreen\:-mt-48{
    margin-top: -3rem;
  }

  .widescreen\:-mt-56{
    margin-top: -3.5rem;
  }

  .widescreen\:-mt-80{
    margin-top: -5rem;
  }

  .widescreen\:-mt-104{
    margin-top: -6.5rem;
  }

  .widescreen\:-mt-112{
    margin-top: -7rem;
  }

  .widescreen\:-mt-140{
    margin-top: -8.75rem;
  }

  .widescreen\:-mt-160{
    margin-top: -10rem;
  }

  .widescreen\:-mt-180{
    margin-top: -11.25rem;
  }

  .widescreen\:-mt-200{
    margin-top: -12.5rem;
  }

  .widescreen\:-mt-224{
    margin-top: -14rem;
  }

  .widescreen\:-mt-240{
    margin-top: -15rem;
  }

  .widescreen\:-mt-260{
    margin-top: -16.25rem;
  }

  .widescreen\:-mt-300{
    margin-top: -18.75rem;
  }

  .widescreen\:-mt--78\%{
    margin-top: 78%;
  }

  .widescreen\:-mt--80\%{
    margin-top: 80%;
  }

  .widescreen\:-mt--50\%{
    margin-top: 50%;
  }

  .widescreen\:-mt--35\%{
    margin-top: 35%;
  }

  .widescreen\:-mt--128{
    margin-top: 8rem;
  }

  .widescreen\:-mt--96{
    margin-top: 6rem;
  }

  .widescreen\:-mt--64{
    margin-top: 4rem;
  }

  .widescreen\:-mt--32{
    margin-top: 2rem;
  }

  .widescreen\:-mt--8{
    margin-top: 0.5rem;
  }

  .widescreen\:-mt-5\%{
    margin-top: -5%;
  }

  .widescreen\:-mt-10\%{
    margin-top: -10%;
  }

  .widescreen\:-mt-15\%{
    margin-top: -15%;
  }

  .widescreen\:-mt-20\%{
    margin-top: -20%;
  }

  .widescreen\:-mt-25\%{
    margin-top: -25%;
  }

  .widescreen\:-mt-30\%{
    margin-top: -30%;
  }

  .widescreen\:-mt-31\%{
    margin-top: -31%;
  }

  .widescreen\:-mt-33\%{
    margin-top: -33.333%;
  }

  .widescreen\:-mt-34\%{
    margin-top: -34%;
  }

  .widescreen\:-mt-45\%{
    margin-top: -45%;
  }

  .widescreen\:-mt-54\%{
    margin-top: -54%;
  }

  .widescreen\:-mt-75\%{
    margin-top: -75%;
  }

  .widescreen\:-mt-55\%{
    margin-top: -55%;
  }

  .widescreen\:-mt-65\%{
    margin-top: -65%;
  }

  .widescreen\:-mt-66\%{
    margin-top: -66%;
  }

  .widescreen\:-mt-85\%{
    margin-top: -85%;
  }

  .widescreen\:-mt-96\%{
    margin-top: -96%;
  }

  .widescreen\:-mt-130\%{
    margin-top: -130%;
  }

  .widescreen\:-mt-135\%{
    margin-top: -135%;
  }

  .widescreen\:-mt-200\%{
    margin-top: -200%;
  }

  .widescreen\:-mt-16\/9{
    margin-top: -56.25%;
  }

  .widescreen\:-mt-1\/2{
    margin-top: -50%;
  }

  .widescreen\:-mt-full{
    margin-top: -100%;
  }

  .widescreen\:-mt-span{
    margin-top: -8.333%;
  }

  .widescreen\:-mt-2span{
    margin-top: -16.666%;
  }

  .widescreen\:-mt-px{
    margin-top: -1px;
  }

  .widescreen\:mr-0{
    margin-right: 0;
  }

  .widescreen\:mr-4{
    margin-right: 0.25rem;
  }

  .widescreen\:mr-8{
    margin-right: 0.5rem;
  }

  .widescreen\:mr-12{
    margin-right: 0.75rem;
  }

  .widescreen\:mr-16{
    margin-right: 1rem;
  }

  .widescreen\:mr-20{
    margin-right: 1.25rem;
  }

  .widescreen\:mr-24{
    margin-right: 1.5rem;
  }

  .widescreen\:mr-32{
    margin-right: 2rem;
  }

  .widescreen\:mr-40{
    margin-right: 2.5rem;
  }

  .widescreen\:mr-48{
    margin-right: 3rem;
  }

  .widescreen\:mr-56{
    margin-right: 3.5rem;
  }

  .widescreen\:mr-64{
    margin-right: 4rem;
  }

  .widescreen\:mr-80{
    margin-right: 5rem;
  }

  .widescreen\:mr-96{
    margin-right: 6rem;
  }

  .widescreen\:mr-104{
    margin-right: 6.5rem;
  }

  .widescreen\:mr-112{
    margin-right: 7rem;
  }

  .widescreen\:mr-128{
    margin-right: 8rem;
  }

  .widescreen\:mr-140{
    margin-right: 8.75rem;
  }

  .widescreen\:mr-160{
    margin-right: 10rem;
  }

  .widescreen\:mr-180{
    margin-right: 11.25rem;
  }

  .widescreen\:mr-200{
    margin-right: 12.5rem;
  }

  .widescreen\:mr-224{
    margin-right: 14rem;
  }

  .widescreen\:mr-240{
    margin-right: 15rem;
  }

  .widescreen\:mr-260{
    margin-right: 16.25rem;
  }

  .widescreen\:mr-300{
    margin-right: 18.75rem;
  }

  .widescreen\:mr-auto{
    margin-right: auto;
  }

  .widescreen\:-mr-78\%{
    margin-right: -78%;
  }

  .widescreen\:-mr-80\%{
    margin-right: -80%;
  }

  .widescreen\:-mr-50\%{
    margin-right: -50%;
  }

  .widescreen\:-mr-35\%{
    margin-right: -35%;
  }

  .widescreen\:-mr-128{
    margin-right: -8rem;
  }

  .widescreen\:-mr-96{
    margin-right: -6rem;
  }

  .widescreen\:-mr-64{
    margin-right: -4rem;
  }

  .widescreen\:-mr-32{
    margin-right: -2rem;
  }

  .widescreen\:-mr-8{
    margin-right: -0.5rem;
  }

  .widescreen\:mr-5\%{
    margin-right: 5%;
  }

  .widescreen\:mr-10\%{
    margin-right: 10%;
  }

  .widescreen\:mr-15\%{
    margin-right: 15%;
  }

  .widescreen\:mr-20\%{
    margin-right: 20%;
  }

  .widescreen\:mr-25\%{
    margin-right: 25%;
  }

  .widescreen\:mr-30\%{
    margin-right: 30%;
  }

  .widescreen\:mr-31\%{
    margin-right: 31%;
  }

  .widescreen\:mr-33\%{
    margin-right: 33.333%;
  }

  .widescreen\:mr-34\%{
    margin-right: 34%;
  }

  .widescreen\:mr-45\%{
    margin-right: 45%;
  }

  .widescreen\:mr-50\%{
    margin-right: 50%;
  }

  .widescreen\:mr-54\%{
    margin-right: 54%;
  }

  .widescreen\:mr-75\%{
    margin-right: 75%;
  }

  .widescreen\:mr-55\%{
    margin-right: 55%;
  }

  .widescreen\:mr-65\%{
    margin-right: 65%;
  }

  .widescreen\:mr-66\%{
    margin-right: 66%;
  }

  .widescreen\:mr-85\%{
    margin-right: 85%;
  }

  .widescreen\:mr-96\%{
    margin-right: 96%;
  }

  .widescreen\:mr-130\%{
    margin-right: 130%;
  }

  .widescreen\:mr-135\%{
    margin-right: 135%;
  }

  .widescreen\:mr-200\%{
    margin-right: 200%;
  }

  .widescreen\:mr-16\/9{
    margin-right: 56.25%;
  }

  .widescreen\:mr-1\/2{
    margin-right: 50%;
  }

  .widescreen\:mr-full{
    margin-right: 100%;
  }

  .widescreen\:mr-span{
    margin-right: 8.333%;
  }

  .widescreen\:mr-2span{
    margin-right: 16.666%;
  }

  .widescreen\:mr-px{
    margin-right: 1px;
  }

  .widescreen\:-mr-4{
    margin-right: -0.25rem;
  }

  .widescreen\:-mr-12{
    margin-right: -0.75rem;
  }

  .widescreen\:-mr-16{
    margin-right: -1rem;
  }

  .widescreen\:-mr-20{
    margin-right: -1.25rem;
  }

  .widescreen\:-mr-24{
    margin-right: -1.5rem;
  }

  .widescreen\:-mr-40{
    margin-right: -2.5rem;
  }

  .widescreen\:-mr-48{
    margin-right: -3rem;
  }

  .widescreen\:-mr-56{
    margin-right: -3.5rem;
  }

  .widescreen\:-mr-80{
    margin-right: -5rem;
  }

  .widescreen\:-mr-104{
    margin-right: -6.5rem;
  }

  .widescreen\:-mr-112{
    margin-right: -7rem;
  }

  .widescreen\:-mr-140{
    margin-right: -8.75rem;
  }

  .widescreen\:-mr-160{
    margin-right: -10rem;
  }

  .widescreen\:-mr-180{
    margin-right: -11.25rem;
  }

  .widescreen\:-mr-200{
    margin-right: -12.5rem;
  }

  .widescreen\:-mr-224{
    margin-right: -14rem;
  }

  .widescreen\:-mr-240{
    margin-right: -15rem;
  }

  .widescreen\:-mr-260{
    margin-right: -16.25rem;
  }

  .widescreen\:-mr-300{
    margin-right: -18.75rem;
  }

  .widescreen\:-mr--78\%{
    margin-right: 78%;
  }

  .widescreen\:-mr--80\%{
    margin-right: 80%;
  }

  .widescreen\:-mr--50\%{
    margin-right: 50%;
  }

  .widescreen\:-mr--35\%{
    margin-right: 35%;
  }

  .widescreen\:-mr--128{
    margin-right: 8rem;
  }

  .widescreen\:-mr--96{
    margin-right: 6rem;
  }

  .widescreen\:-mr--64{
    margin-right: 4rem;
  }

  .widescreen\:-mr--32{
    margin-right: 2rem;
  }

  .widescreen\:-mr--8{
    margin-right: 0.5rem;
  }

  .widescreen\:-mr-5\%{
    margin-right: -5%;
  }

  .widescreen\:-mr-10\%{
    margin-right: -10%;
  }

  .widescreen\:-mr-15\%{
    margin-right: -15%;
  }

  .widescreen\:-mr-20\%{
    margin-right: -20%;
  }

  .widescreen\:-mr-25\%{
    margin-right: -25%;
  }

  .widescreen\:-mr-30\%{
    margin-right: -30%;
  }

  .widescreen\:-mr-31\%{
    margin-right: -31%;
  }

  .widescreen\:-mr-33\%{
    margin-right: -33.333%;
  }

  .widescreen\:-mr-34\%{
    margin-right: -34%;
  }

  .widescreen\:-mr-45\%{
    margin-right: -45%;
  }

  .widescreen\:-mr-54\%{
    margin-right: -54%;
  }

  .widescreen\:-mr-75\%{
    margin-right: -75%;
  }

  .widescreen\:-mr-55\%{
    margin-right: -55%;
  }

  .widescreen\:-mr-65\%{
    margin-right: -65%;
  }

  .widescreen\:-mr-66\%{
    margin-right: -66%;
  }

  .widescreen\:-mr-85\%{
    margin-right: -85%;
  }

  .widescreen\:-mr-96\%{
    margin-right: -96%;
  }

  .widescreen\:-mr-130\%{
    margin-right: -130%;
  }

  .widescreen\:-mr-135\%{
    margin-right: -135%;
  }

  .widescreen\:-mr-200\%{
    margin-right: -200%;
  }

  .widescreen\:-mr-16\/9{
    margin-right: -56.25%;
  }

  .widescreen\:-mr-1\/2{
    margin-right: -50%;
  }

  .widescreen\:-mr-full{
    margin-right: -100%;
  }

  .widescreen\:-mr-span{
    margin-right: -8.333%;
  }

  .widescreen\:-mr-2span{
    margin-right: -16.666%;
  }

  .widescreen\:-mr-px{
    margin-right: -1px;
  }

  .widescreen\:mb-0{
    margin-bottom: 0;
  }

  .widescreen\:mb-4{
    margin-bottom: 0.25rem;
  }

  .widescreen\:mb-8{
    margin-bottom: 0.5rem;
  }

  .widescreen\:mb-12{
    margin-bottom: 0.75rem;
  }

  .widescreen\:mb-16{
    margin-bottom: 1rem;
  }

  .widescreen\:mb-20{
    margin-bottom: 1.25rem;
  }

  .widescreen\:mb-24{
    margin-bottom: 1.5rem;
  }

  .widescreen\:mb-32{
    margin-bottom: 2rem;
  }

  .widescreen\:mb-40{
    margin-bottom: 2.5rem;
  }

  .widescreen\:mb-48{
    margin-bottom: 3rem;
  }

  .widescreen\:mb-56{
    margin-bottom: 3.5rem;
  }

  .widescreen\:mb-64{
    margin-bottom: 4rem;
  }

  .widescreen\:mb-80{
    margin-bottom: 5rem;
  }

  .widescreen\:mb-96{
    margin-bottom: 6rem;
  }

  .widescreen\:mb-104{
    margin-bottom: 6.5rem;
  }

  .widescreen\:mb-112{
    margin-bottom: 7rem;
  }

  .widescreen\:mb-128{
    margin-bottom: 8rem;
  }

  .widescreen\:mb-140{
    margin-bottom: 8.75rem;
  }

  .widescreen\:mb-160{
    margin-bottom: 10rem;
  }

  .widescreen\:mb-180{
    margin-bottom: 11.25rem;
  }

  .widescreen\:mb-200{
    margin-bottom: 12.5rem;
  }

  .widescreen\:mb-224{
    margin-bottom: 14rem;
  }

  .widescreen\:mb-240{
    margin-bottom: 15rem;
  }

  .widescreen\:mb-260{
    margin-bottom: 16.25rem;
  }

  .widescreen\:mb-300{
    margin-bottom: 18.75rem;
  }

  .widescreen\:mb-auto{
    margin-bottom: auto;
  }

  .widescreen\:-mb-78\%{
    margin-bottom: -78%;
  }

  .widescreen\:-mb-80\%{
    margin-bottom: -80%;
  }

  .widescreen\:-mb-50\%{
    margin-bottom: -50%;
  }

  .widescreen\:-mb-35\%{
    margin-bottom: -35%;
  }

  .widescreen\:-mb-128{
    margin-bottom: -8rem;
  }

  .widescreen\:-mb-96{
    margin-bottom: -6rem;
  }

  .widescreen\:-mb-64{
    margin-bottom: -4rem;
  }

  .widescreen\:-mb-32{
    margin-bottom: -2rem;
  }

  .widescreen\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .widescreen\:mb-5\%{
    margin-bottom: 5%;
  }

  .widescreen\:mb-10\%{
    margin-bottom: 10%;
  }

  .widescreen\:mb-15\%{
    margin-bottom: 15%;
  }

  .widescreen\:mb-20\%{
    margin-bottom: 20%;
  }

  .widescreen\:mb-25\%{
    margin-bottom: 25%;
  }

  .widescreen\:mb-30\%{
    margin-bottom: 30%;
  }

  .widescreen\:mb-31\%{
    margin-bottom: 31%;
  }

  .widescreen\:mb-33\%{
    margin-bottom: 33.333%;
  }

  .widescreen\:mb-34\%{
    margin-bottom: 34%;
  }

  .widescreen\:mb-45\%{
    margin-bottom: 45%;
  }

  .widescreen\:mb-50\%{
    margin-bottom: 50%;
  }

  .widescreen\:mb-54\%{
    margin-bottom: 54%;
  }

  .widescreen\:mb-75\%{
    margin-bottom: 75%;
  }

  .widescreen\:mb-55\%{
    margin-bottom: 55%;
  }

  .widescreen\:mb-65\%{
    margin-bottom: 65%;
  }

  .widescreen\:mb-66\%{
    margin-bottom: 66%;
  }

  .widescreen\:mb-85\%{
    margin-bottom: 85%;
  }

  .widescreen\:mb-96\%{
    margin-bottom: 96%;
  }

  .widescreen\:mb-130\%{
    margin-bottom: 130%;
  }

  .widescreen\:mb-135\%{
    margin-bottom: 135%;
  }

  .widescreen\:mb-200\%{
    margin-bottom: 200%;
  }

  .widescreen\:mb-16\/9{
    margin-bottom: 56.25%;
  }

  .widescreen\:mb-1\/2{
    margin-bottom: 50%;
  }

  .widescreen\:mb-full{
    margin-bottom: 100%;
  }

  .widescreen\:mb-span{
    margin-bottom: 8.333%;
  }

  .widescreen\:mb-2span{
    margin-bottom: 16.666%;
  }

  .widescreen\:mb-px{
    margin-bottom: 1px;
  }

  .widescreen\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .widescreen\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .widescreen\:-mb-16{
    margin-bottom: -1rem;
  }

  .widescreen\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .widescreen\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .widescreen\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .widescreen\:-mb-48{
    margin-bottom: -3rem;
  }

  .widescreen\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .widescreen\:-mb-80{
    margin-bottom: -5rem;
  }

  .widescreen\:-mb-104{
    margin-bottom: -6.5rem;
  }

  .widescreen\:-mb-112{
    margin-bottom: -7rem;
  }

  .widescreen\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .widescreen\:-mb-160{
    margin-bottom: -10rem;
  }

  .widescreen\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .widescreen\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .widescreen\:-mb-224{
    margin-bottom: -14rem;
  }

  .widescreen\:-mb-240{
    margin-bottom: -15rem;
  }

  .widescreen\:-mb-260{
    margin-bottom: -16.25rem;
  }

  .widescreen\:-mb-300{
    margin-bottom: -18.75rem;
  }

  .widescreen\:-mb--78\%{
    margin-bottom: 78%;
  }

  .widescreen\:-mb--80\%{
    margin-bottom: 80%;
  }

  .widescreen\:-mb--50\%{
    margin-bottom: 50%;
  }

  .widescreen\:-mb--35\%{
    margin-bottom: 35%;
  }

  .widescreen\:-mb--128{
    margin-bottom: 8rem;
  }

  .widescreen\:-mb--96{
    margin-bottom: 6rem;
  }

  .widescreen\:-mb--64{
    margin-bottom: 4rem;
  }

  .widescreen\:-mb--32{
    margin-bottom: 2rem;
  }

  .widescreen\:-mb--8{
    margin-bottom: 0.5rem;
  }

  .widescreen\:-mb-5\%{
    margin-bottom: -5%;
  }

  .widescreen\:-mb-10\%{
    margin-bottom: -10%;
  }

  .widescreen\:-mb-15\%{
    margin-bottom: -15%;
  }

  .widescreen\:-mb-20\%{
    margin-bottom: -20%;
  }

  .widescreen\:-mb-25\%{
    margin-bottom: -25%;
  }

  .widescreen\:-mb-30\%{
    margin-bottom: -30%;
  }

  .widescreen\:-mb-31\%{
    margin-bottom: -31%;
  }

  .widescreen\:-mb-33\%{
    margin-bottom: -33.333%;
  }

  .widescreen\:-mb-34\%{
    margin-bottom: -34%;
  }

  .widescreen\:-mb-45\%{
    margin-bottom: -45%;
  }

  .widescreen\:-mb-54\%{
    margin-bottom: -54%;
  }

  .widescreen\:-mb-75\%{
    margin-bottom: -75%;
  }

  .widescreen\:-mb-55\%{
    margin-bottom: -55%;
  }

  .widescreen\:-mb-65\%{
    margin-bottom: -65%;
  }

  .widescreen\:-mb-66\%{
    margin-bottom: -66%;
  }

  .widescreen\:-mb-85\%{
    margin-bottom: -85%;
  }

  .widescreen\:-mb-96\%{
    margin-bottom: -96%;
  }

  .widescreen\:-mb-130\%{
    margin-bottom: -130%;
  }

  .widescreen\:-mb-135\%{
    margin-bottom: -135%;
  }

  .widescreen\:-mb-200\%{
    margin-bottom: -200%;
  }

  .widescreen\:-mb-16\/9{
    margin-bottom: -56.25%;
  }

  .widescreen\:-mb-1\/2{
    margin-bottom: -50%;
  }

  .widescreen\:-mb-full{
    margin-bottom: -100%;
  }

  .widescreen\:-mb-span{
    margin-bottom: -8.333%;
  }

  .widescreen\:-mb-2span{
    margin-bottom: -16.666%;
  }

  .widescreen\:-mb-px{
    margin-bottom: -1px;
  }

  .widescreen\:ml-0{
    margin-left: 0;
  }

  .widescreen\:ml-4{
    margin-left: 0.25rem;
  }

  .widescreen\:ml-8{
    margin-left: 0.5rem;
  }

  .widescreen\:ml-12{
    margin-left: 0.75rem;
  }

  .widescreen\:ml-16{
    margin-left: 1rem;
  }

  .widescreen\:ml-20{
    margin-left: 1.25rem;
  }

  .widescreen\:ml-24{
    margin-left: 1.5rem;
  }

  .widescreen\:ml-32{
    margin-left: 2rem;
  }

  .widescreen\:ml-40{
    margin-left: 2.5rem;
  }

  .widescreen\:ml-48{
    margin-left: 3rem;
  }

  .widescreen\:ml-56{
    margin-left: 3.5rem;
  }

  .widescreen\:ml-64{
    margin-left: 4rem;
  }

  .widescreen\:ml-80{
    margin-left: 5rem;
  }

  .widescreen\:ml-96{
    margin-left: 6rem;
  }

  .widescreen\:ml-104{
    margin-left: 6.5rem;
  }

  .widescreen\:ml-112{
    margin-left: 7rem;
  }

  .widescreen\:ml-128{
    margin-left: 8rem;
  }

  .widescreen\:ml-140{
    margin-left: 8.75rem;
  }

  .widescreen\:ml-160{
    margin-left: 10rem;
  }

  .widescreen\:ml-180{
    margin-left: 11.25rem;
  }

  .widescreen\:ml-200{
    margin-left: 12.5rem;
  }

  .widescreen\:ml-224{
    margin-left: 14rem;
  }

  .widescreen\:ml-240{
    margin-left: 15rem;
  }

  .widescreen\:ml-260{
    margin-left: 16.25rem;
  }

  .widescreen\:ml-300{
    margin-left: 18.75rem;
  }

  .widescreen\:ml-auto{
    margin-left: auto;
  }

  .widescreen\:-ml-78\%{
    margin-left: -78%;
  }

  .widescreen\:-ml-80\%{
    margin-left: -80%;
  }

  .widescreen\:-ml-50\%{
    margin-left: -50%;
  }

  .widescreen\:-ml-35\%{
    margin-left: -35%;
  }

  .widescreen\:-ml-128{
    margin-left: -8rem;
  }

  .widescreen\:-ml-96{
    margin-left: -6rem;
  }

  .widescreen\:-ml-64{
    margin-left: -4rem;
  }

  .widescreen\:-ml-32{
    margin-left: -2rem;
  }

  .widescreen\:-ml-8{
    margin-left: -0.5rem;
  }

  .widescreen\:ml-5\%{
    margin-left: 5%;
  }

  .widescreen\:ml-10\%{
    margin-left: 10%;
  }

  .widescreen\:ml-15\%{
    margin-left: 15%;
  }

  .widescreen\:ml-20\%{
    margin-left: 20%;
  }

  .widescreen\:ml-25\%{
    margin-left: 25%;
  }

  .widescreen\:ml-30\%{
    margin-left: 30%;
  }

  .widescreen\:ml-31\%{
    margin-left: 31%;
  }

  .widescreen\:ml-33\%{
    margin-left: 33.333%;
  }

  .widescreen\:ml-34\%{
    margin-left: 34%;
  }

  .widescreen\:ml-45\%{
    margin-left: 45%;
  }

  .widescreen\:ml-50\%{
    margin-left: 50%;
  }

  .widescreen\:ml-54\%{
    margin-left: 54%;
  }

  .widescreen\:ml-75\%{
    margin-left: 75%;
  }

  .widescreen\:ml-55\%{
    margin-left: 55%;
  }

  .widescreen\:ml-65\%{
    margin-left: 65%;
  }

  .widescreen\:ml-66\%{
    margin-left: 66%;
  }

  .widescreen\:ml-85\%{
    margin-left: 85%;
  }

  .widescreen\:ml-96\%{
    margin-left: 96%;
  }

  .widescreen\:ml-130\%{
    margin-left: 130%;
  }

  .widescreen\:ml-135\%{
    margin-left: 135%;
  }

  .widescreen\:ml-200\%{
    margin-left: 200%;
  }

  .widescreen\:ml-16\/9{
    margin-left: 56.25%;
  }

  .widescreen\:ml-1\/2{
    margin-left: 50%;
  }

  .widescreen\:ml-full{
    margin-left: 100%;
  }

  .widescreen\:ml-span{
    margin-left: 8.333%;
  }

  .widescreen\:ml-2span{
    margin-left: 16.666%;
  }

  .widescreen\:ml-px{
    margin-left: 1px;
  }

  .widescreen\:-ml-4{
    margin-left: -0.25rem;
  }

  .widescreen\:-ml-12{
    margin-left: -0.75rem;
  }

  .widescreen\:-ml-16{
    margin-left: -1rem;
  }

  .widescreen\:-ml-20{
    margin-left: -1.25rem;
  }

  .widescreen\:-ml-24{
    margin-left: -1.5rem;
  }

  .widescreen\:-ml-40{
    margin-left: -2.5rem;
  }

  .widescreen\:-ml-48{
    margin-left: -3rem;
  }

  .widescreen\:-ml-56{
    margin-left: -3.5rem;
  }

  .widescreen\:-ml-80{
    margin-left: -5rem;
  }

  .widescreen\:-ml-104{
    margin-left: -6.5rem;
  }

  .widescreen\:-ml-112{
    margin-left: -7rem;
  }

  .widescreen\:-ml-140{
    margin-left: -8.75rem;
  }

  .widescreen\:-ml-160{
    margin-left: -10rem;
  }

  .widescreen\:-ml-180{
    margin-left: -11.25rem;
  }

  .widescreen\:-ml-200{
    margin-left: -12.5rem;
  }

  .widescreen\:-ml-224{
    margin-left: -14rem;
  }

  .widescreen\:-ml-240{
    margin-left: -15rem;
  }

  .widescreen\:-ml-260{
    margin-left: -16.25rem;
  }

  .widescreen\:-ml-300{
    margin-left: -18.75rem;
  }

  .widescreen\:-ml--78\%{
    margin-left: 78%;
  }

  .widescreen\:-ml--80\%{
    margin-left: 80%;
  }

  .widescreen\:-ml--50\%{
    margin-left: 50%;
  }

  .widescreen\:-ml--35\%{
    margin-left: 35%;
  }

  .widescreen\:-ml--128{
    margin-left: 8rem;
  }

  .widescreen\:-ml--96{
    margin-left: 6rem;
  }

  .widescreen\:-ml--64{
    margin-left: 4rem;
  }

  .widescreen\:-ml--32{
    margin-left: 2rem;
  }

  .widescreen\:-ml--8{
    margin-left: 0.5rem;
  }

  .widescreen\:-ml-5\%{
    margin-left: -5%;
  }

  .widescreen\:-ml-10\%{
    margin-left: -10%;
  }

  .widescreen\:-ml-15\%{
    margin-left: -15%;
  }

  .widescreen\:-ml-20\%{
    margin-left: -20%;
  }

  .widescreen\:-ml-25\%{
    margin-left: -25%;
  }

  .widescreen\:-ml-30\%{
    margin-left: -30%;
  }

  .widescreen\:-ml-31\%{
    margin-left: -31%;
  }

  .widescreen\:-ml-33\%{
    margin-left: -33.333%;
  }

  .widescreen\:-ml-34\%{
    margin-left: -34%;
  }

  .widescreen\:-ml-45\%{
    margin-left: -45%;
  }

  .widescreen\:-ml-54\%{
    margin-left: -54%;
  }

  .widescreen\:-ml-75\%{
    margin-left: -75%;
  }

  .widescreen\:-ml-55\%{
    margin-left: -55%;
  }

  .widescreen\:-ml-65\%{
    margin-left: -65%;
  }

  .widescreen\:-ml-66\%{
    margin-left: -66%;
  }

  .widescreen\:-ml-85\%{
    margin-left: -85%;
  }

  .widescreen\:-ml-96\%{
    margin-left: -96%;
  }

  .widescreen\:-ml-130\%{
    margin-left: -130%;
  }

  .widescreen\:-ml-135\%{
    margin-left: -135%;
  }

  .widescreen\:-ml-200\%{
    margin-left: -200%;
  }

  .widescreen\:-ml-16\/9{
    margin-left: -56.25%;
  }

  .widescreen\:-ml-1\/2{
    margin-left: -50%;
  }

  .widescreen\:-ml-full{
    margin-left: -100%;
  }

  .widescreen\:-ml-span{
    margin-left: -8.333%;
  }

  .widescreen\:-ml-2span{
    margin-left: -16.666%;
  }

  .widescreen\:-ml-px{
    margin-left: -1px;
  }

  .widescreen\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .widescreen\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .widescreen\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .widescreen\:last\:mt-12:last-child{
    margin-top: 0.75rem;
  }

  .widescreen\:last\:mt-16:last-child{
    margin-top: 1rem;
  }

  .widescreen\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .widescreen\:last\:mt-24:last-child{
    margin-top: 1.5rem;
  }

  .widescreen\:last\:mt-32:last-child{
    margin-top: 2rem;
  }

  .widescreen\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .widescreen\:last\:mt-48:last-child{
    margin-top: 3rem;
  }

  .widescreen\:last\:mt-56:last-child{
    margin-top: 3.5rem;
  }

  .widescreen\:last\:mt-64:last-child{
    margin-top: 4rem;
  }

  .widescreen\:last\:mt-80:last-child{
    margin-top: 5rem;
  }

  .widescreen\:last\:mt-96:last-child{
    margin-top: 6rem;
  }

  .widescreen\:last\:mt-104:last-child{
    margin-top: 6.5rem;
  }

  .widescreen\:last\:mt-112:last-child{
    margin-top: 7rem;
  }

  .widescreen\:last\:mt-128:last-child{
    margin-top: 8rem;
  }

  .widescreen\:last\:mt-140:last-child{
    margin-top: 8.75rem;
  }

  .widescreen\:last\:mt-160:last-child{
    margin-top: 10rem;
  }

  .widescreen\:last\:mt-180:last-child{
    margin-top: 11.25rem;
  }

  .widescreen\:last\:mt-200:last-child{
    margin-top: 12.5rem;
  }

  .widescreen\:last\:mt-224:last-child{
    margin-top: 14rem;
  }

  .widescreen\:last\:mt-240:last-child{
    margin-top: 15rem;
  }

  .widescreen\:last\:mt-260:last-child{
    margin-top: 16.25rem;
  }

  .widescreen\:last\:mt-300:last-child{
    margin-top: 18.75rem;
  }

  .widescreen\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .widescreen\:last\:-mt-78\%:last-child{
    margin-top: -78%;
  }

  .widescreen\:last\:-mt-80\%:last-child{
    margin-top: -80%;
  }

  .widescreen\:last\:-mt-50\%:last-child{
    margin-top: -50%;
  }

  .widescreen\:last\:-mt-35\%:last-child{
    margin-top: -35%;
  }

  .widescreen\:last\:-mt-128:last-child{
    margin-top: -8rem;
  }

  .widescreen\:last\:-mt-96:last-child{
    margin-top: -6rem;
  }

  .widescreen\:last\:-mt-64:last-child{
    margin-top: -4rem;
  }

  .widescreen\:last\:-mt-32:last-child{
    margin-top: -2rem;
  }

  .widescreen\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .widescreen\:last\:mt-5\%:last-child{
    margin-top: 5%;
  }

  .widescreen\:last\:mt-10\%:last-child{
    margin-top: 10%;
  }

  .widescreen\:last\:mt-15\%:last-child{
    margin-top: 15%;
  }

  .widescreen\:last\:mt-20\%:last-child{
    margin-top: 20%;
  }

  .widescreen\:last\:mt-25\%:last-child{
    margin-top: 25%;
  }

  .widescreen\:last\:mt-30\%:last-child{
    margin-top: 30%;
  }

  .widescreen\:last\:mt-31\%:last-child{
    margin-top: 31%;
  }

  .widescreen\:last\:mt-33\%:last-child{
    margin-top: 33.333%;
  }

  .widescreen\:last\:mt-34\%:last-child{
    margin-top: 34%;
  }

  .widescreen\:last\:mt-45\%:last-child{
    margin-top: 45%;
  }

  .widescreen\:last\:mt-50\%:last-child{
    margin-top: 50%;
  }

  .widescreen\:last\:mt-54\%:last-child{
    margin-top: 54%;
  }

  .widescreen\:last\:mt-75\%:last-child{
    margin-top: 75%;
  }

  .widescreen\:last\:mt-55\%:last-child{
    margin-top: 55%;
  }

  .widescreen\:last\:mt-65\%:last-child{
    margin-top: 65%;
  }

  .widescreen\:last\:mt-66\%:last-child{
    margin-top: 66%;
  }

  .widescreen\:last\:mt-85\%:last-child{
    margin-top: 85%;
  }

  .widescreen\:last\:mt-96\%:last-child{
    margin-top: 96%;
  }

  .widescreen\:last\:mt-130\%:last-child{
    margin-top: 130%;
  }

  .widescreen\:last\:mt-135\%:last-child{
    margin-top: 135%;
  }

  .widescreen\:last\:mt-200\%:last-child{
    margin-top: 200%;
  }

  .widescreen\:last\:mt-16\/9:last-child{
    margin-top: 56.25%;
  }

  .widescreen\:last\:mt-1\/2:last-child{
    margin-top: 50%;
  }

  .widescreen\:last\:mt-full:last-child{
    margin-top: 100%;
  }

  .widescreen\:last\:mt-span:last-child{
    margin-top: 8.333%;
  }

  .widescreen\:last\:mt-2span:last-child{
    margin-top: 16.666%;
  }

  .widescreen\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .widescreen\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .widescreen\:last\:-mt-12:last-child{
    margin-top: -0.75rem;
  }

  .widescreen\:last\:-mt-16:last-child{
    margin-top: -1rem;
  }

  .widescreen\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .widescreen\:last\:-mt-24:last-child{
    margin-top: -1.5rem;
  }

  .widescreen\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .widescreen\:last\:-mt-48:last-child{
    margin-top: -3rem;
  }

  .widescreen\:last\:-mt-56:last-child{
    margin-top: -3.5rem;
  }

  .widescreen\:last\:-mt-80:last-child{
    margin-top: -5rem;
  }

  .widescreen\:last\:-mt-104:last-child{
    margin-top: -6.5rem;
  }

  .widescreen\:last\:-mt-112:last-child{
    margin-top: -7rem;
  }

  .widescreen\:last\:-mt-140:last-child{
    margin-top: -8.75rem;
  }

  .widescreen\:last\:-mt-160:last-child{
    margin-top: -10rem;
  }

  .widescreen\:last\:-mt-180:last-child{
    margin-top: -11.25rem;
  }

  .widescreen\:last\:-mt-200:last-child{
    margin-top: -12.5rem;
  }

  .widescreen\:last\:-mt-224:last-child{
    margin-top: -14rem;
  }

  .widescreen\:last\:-mt-240:last-child{
    margin-top: -15rem;
  }

  .widescreen\:last\:-mt-260:last-child{
    margin-top: -16.25rem;
  }

  .widescreen\:last\:-mt-300:last-child{
    margin-top: -18.75rem;
  }

  .widescreen\:last\:-mt--78\%:last-child{
    margin-top: 78%;
  }

  .widescreen\:last\:-mt--80\%:last-child{
    margin-top: 80%;
  }

  .widescreen\:last\:-mt--50\%:last-child{
    margin-top: 50%;
  }

  .widescreen\:last\:-mt--35\%:last-child{
    margin-top: 35%;
  }

  .widescreen\:last\:-mt--128:last-child{
    margin-top: 8rem;
  }

  .widescreen\:last\:-mt--96:last-child{
    margin-top: 6rem;
  }

  .widescreen\:last\:-mt--64:last-child{
    margin-top: 4rem;
  }

  .widescreen\:last\:-mt--32:last-child{
    margin-top: 2rem;
  }

  .widescreen\:last\:-mt--8:last-child{
    margin-top: 0.5rem;
  }

  .widescreen\:last\:-mt-5\%:last-child{
    margin-top: -5%;
  }

  .widescreen\:last\:-mt-10\%:last-child{
    margin-top: -10%;
  }

  .widescreen\:last\:-mt-15\%:last-child{
    margin-top: -15%;
  }

  .widescreen\:last\:-mt-20\%:last-child{
    margin-top: -20%;
  }

  .widescreen\:last\:-mt-25\%:last-child{
    margin-top: -25%;
  }

  .widescreen\:last\:-mt-30\%:last-child{
    margin-top: -30%;
  }

  .widescreen\:last\:-mt-31\%:last-child{
    margin-top: -31%;
  }

  .widescreen\:last\:-mt-33\%:last-child{
    margin-top: -33.333%;
  }

  .widescreen\:last\:-mt-34\%:last-child{
    margin-top: -34%;
  }

  .widescreen\:last\:-mt-45\%:last-child{
    margin-top: -45%;
  }

  .widescreen\:last\:-mt-54\%:last-child{
    margin-top: -54%;
  }

  .widescreen\:last\:-mt-75\%:last-child{
    margin-top: -75%;
  }

  .widescreen\:last\:-mt-55\%:last-child{
    margin-top: -55%;
  }

  .widescreen\:last\:-mt-65\%:last-child{
    margin-top: -65%;
  }

  .widescreen\:last\:-mt-66\%:last-child{
    margin-top: -66%;
  }

  .widescreen\:last\:-mt-85\%:last-child{
    margin-top: -85%;
  }

  .widescreen\:last\:-mt-96\%:last-child{
    margin-top: -96%;
  }

  .widescreen\:last\:-mt-130\%:last-child{
    margin-top: -130%;
  }

  .widescreen\:last\:-mt-135\%:last-child{
    margin-top: -135%;
  }

  .widescreen\:last\:-mt-200\%:last-child{
    margin-top: -200%;
  }

  .widescreen\:last\:-mt-16\/9:last-child{
    margin-top: -56.25%;
  }

  .widescreen\:last\:-mt-1\/2:last-child{
    margin-top: -50%;
  }

  .widescreen\:last\:-mt-full:last-child{
    margin-top: -100%;
  }

  .widescreen\:last\:-mt-span:last-child{
    margin-top: -8.333%;
  }

  .widescreen\:last\:-mt-2span:last-child{
    margin-top: -16.666%;
  }

  .widescreen\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .widescreen\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .widescreen\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .widescreen\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .widescreen\:last\:mr-12:last-child{
    margin-right: 0.75rem;
  }

  .widescreen\:last\:mr-16:last-child{
    margin-right: 1rem;
  }

  .widescreen\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .widescreen\:last\:mr-24:last-child{
    margin-right: 1.5rem;
  }

  .widescreen\:last\:mr-32:last-child{
    margin-right: 2rem;
  }

  .widescreen\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .widescreen\:last\:mr-48:last-child{
    margin-right: 3rem;
  }

  .widescreen\:last\:mr-56:last-child{
    margin-right: 3.5rem;
  }

  .widescreen\:last\:mr-64:last-child{
    margin-right: 4rem;
  }

  .widescreen\:last\:mr-80:last-child{
    margin-right: 5rem;
  }

  .widescreen\:last\:mr-96:last-child{
    margin-right: 6rem;
  }

  .widescreen\:last\:mr-104:last-child{
    margin-right: 6.5rem;
  }

  .widescreen\:last\:mr-112:last-child{
    margin-right: 7rem;
  }

  .widescreen\:last\:mr-128:last-child{
    margin-right: 8rem;
  }

  .widescreen\:last\:mr-140:last-child{
    margin-right: 8.75rem;
  }

  .widescreen\:last\:mr-160:last-child{
    margin-right: 10rem;
  }

  .widescreen\:last\:mr-180:last-child{
    margin-right: 11.25rem;
  }

  .widescreen\:last\:mr-200:last-child{
    margin-right: 12.5rem;
  }

  .widescreen\:last\:mr-224:last-child{
    margin-right: 14rem;
  }

  .widescreen\:last\:mr-240:last-child{
    margin-right: 15rem;
  }

  .widescreen\:last\:mr-260:last-child{
    margin-right: 16.25rem;
  }

  .widescreen\:last\:mr-300:last-child{
    margin-right: 18.75rem;
  }

  .widescreen\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .widescreen\:last\:-mr-78\%:last-child{
    margin-right: -78%;
  }

  .widescreen\:last\:-mr-80\%:last-child{
    margin-right: -80%;
  }

  .widescreen\:last\:-mr-50\%:last-child{
    margin-right: -50%;
  }

  .widescreen\:last\:-mr-35\%:last-child{
    margin-right: -35%;
  }

  .widescreen\:last\:-mr-128:last-child{
    margin-right: -8rem;
  }

  .widescreen\:last\:-mr-96:last-child{
    margin-right: -6rem;
  }

  .widescreen\:last\:-mr-64:last-child{
    margin-right: -4rem;
  }

  .widescreen\:last\:-mr-32:last-child{
    margin-right: -2rem;
  }

  .widescreen\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .widescreen\:last\:mr-5\%:last-child{
    margin-right: 5%;
  }

  .widescreen\:last\:mr-10\%:last-child{
    margin-right: 10%;
  }

  .widescreen\:last\:mr-15\%:last-child{
    margin-right: 15%;
  }

  .widescreen\:last\:mr-20\%:last-child{
    margin-right: 20%;
  }

  .widescreen\:last\:mr-25\%:last-child{
    margin-right: 25%;
  }

  .widescreen\:last\:mr-30\%:last-child{
    margin-right: 30%;
  }

  .widescreen\:last\:mr-31\%:last-child{
    margin-right: 31%;
  }

  .widescreen\:last\:mr-33\%:last-child{
    margin-right: 33.333%;
  }

  .widescreen\:last\:mr-34\%:last-child{
    margin-right: 34%;
  }

  .widescreen\:last\:mr-45\%:last-child{
    margin-right: 45%;
  }

  .widescreen\:last\:mr-50\%:last-child{
    margin-right: 50%;
  }

  .widescreen\:last\:mr-54\%:last-child{
    margin-right: 54%;
  }

  .widescreen\:last\:mr-75\%:last-child{
    margin-right: 75%;
  }

  .widescreen\:last\:mr-55\%:last-child{
    margin-right: 55%;
  }

  .widescreen\:last\:mr-65\%:last-child{
    margin-right: 65%;
  }

  .widescreen\:last\:mr-66\%:last-child{
    margin-right: 66%;
  }

  .widescreen\:last\:mr-85\%:last-child{
    margin-right: 85%;
  }

  .widescreen\:last\:mr-96\%:last-child{
    margin-right: 96%;
  }

  .widescreen\:last\:mr-130\%:last-child{
    margin-right: 130%;
  }

  .widescreen\:last\:mr-135\%:last-child{
    margin-right: 135%;
  }

  .widescreen\:last\:mr-200\%:last-child{
    margin-right: 200%;
  }

  .widescreen\:last\:mr-16\/9:last-child{
    margin-right: 56.25%;
  }

  .widescreen\:last\:mr-1\/2:last-child{
    margin-right: 50%;
  }

  .widescreen\:last\:mr-full:last-child{
    margin-right: 100%;
  }

  .widescreen\:last\:mr-span:last-child{
    margin-right: 8.333%;
  }

  .widescreen\:last\:mr-2span:last-child{
    margin-right: 16.666%;
  }

  .widescreen\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .widescreen\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .widescreen\:last\:-mr-12:last-child{
    margin-right: -0.75rem;
  }

  .widescreen\:last\:-mr-16:last-child{
    margin-right: -1rem;
  }

  .widescreen\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .widescreen\:last\:-mr-24:last-child{
    margin-right: -1.5rem;
  }

  .widescreen\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .widescreen\:last\:-mr-48:last-child{
    margin-right: -3rem;
  }

  .widescreen\:last\:-mr-56:last-child{
    margin-right: -3.5rem;
  }

  .widescreen\:last\:-mr-80:last-child{
    margin-right: -5rem;
  }

  .widescreen\:last\:-mr-104:last-child{
    margin-right: -6.5rem;
  }

  .widescreen\:last\:-mr-112:last-child{
    margin-right: -7rem;
  }

  .widescreen\:last\:-mr-140:last-child{
    margin-right: -8.75rem;
  }

  .widescreen\:last\:-mr-160:last-child{
    margin-right: -10rem;
  }

  .widescreen\:last\:-mr-180:last-child{
    margin-right: -11.25rem;
  }

  .widescreen\:last\:-mr-200:last-child{
    margin-right: -12.5rem;
  }

  .widescreen\:last\:-mr-224:last-child{
    margin-right: -14rem;
  }

  .widescreen\:last\:-mr-240:last-child{
    margin-right: -15rem;
  }

  .widescreen\:last\:-mr-260:last-child{
    margin-right: -16.25rem;
  }

  .widescreen\:last\:-mr-300:last-child{
    margin-right: -18.75rem;
  }

  .widescreen\:last\:-mr--78\%:last-child{
    margin-right: 78%;
  }

  .widescreen\:last\:-mr--80\%:last-child{
    margin-right: 80%;
  }

  .widescreen\:last\:-mr--50\%:last-child{
    margin-right: 50%;
  }

  .widescreen\:last\:-mr--35\%:last-child{
    margin-right: 35%;
  }

  .widescreen\:last\:-mr--128:last-child{
    margin-right: 8rem;
  }

  .widescreen\:last\:-mr--96:last-child{
    margin-right: 6rem;
  }

  .widescreen\:last\:-mr--64:last-child{
    margin-right: 4rem;
  }

  .widescreen\:last\:-mr--32:last-child{
    margin-right: 2rem;
  }

  .widescreen\:last\:-mr--8:last-child{
    margin-right: 0.5rem;
  }

  .widescreen\:last\:-mr-5\%:last-child{
    margin-right: -5%;
  }

  .widescreen\:last\:-mr-10\%:last-child{
    margin-right: -10%;
  }

  .widescreen\:last\:-mr-15\%:last-child{
    margin-right: -15%;
  }

  .widescreen\:last\:-mr-20\%:last-child{
    margin-right: -20%;
  }

  .widescreen\:last\:-mr-25\%:last-child{
    margin-right: -25%;
  }

  .widescreen\:last\:-mr-30\%:last-child{
    margin-right: -30%;
  }

  .widescreen\:last\:-mr-31\%:last-child{
    margin-right: -31%;
  }

  .widescreen\:last\:-mr-33\%:last-child{
    margin-right: -33.333%;
  }

  .widescreen\:last\:-mr-34\%:last-child{
    margin-right: -34%;
  }

  .widescreen\:last\:-mr-45\%:last-child{
    margin-right: -45%;
  }

  .widescreen\:last\:-mr-54\%:last-child{
    margin-right: -54%;
  }

  .widescreen\:last\:-mr-75\%:last-child{
    margin-right: -75%;
  }

  .widescreen\:last\:-mr-55\%:last-child{
    margin-right: -55%;
  }

  .widescreen\:last\:-mr-65\%:last-child{
    margin-right: -65%;
  }

  .widescreen\:last\:-mr-66\%:last-child{
    margin-right: -66%;
  }

  .widescreen\:last\:-mr-85\%:last-child{
    margin-right: -85%;
  }

  .widescreen\:last\:-mr-96\%:last-child{
    margin-right: -96%;
  }

  .widescreen\:last\:-mr-130\%:last-child{
    margin-right: -130%;
  }

  .widescreen\:last\:-mr-135\%:last-child{
    margin-right: -135%;
  }

  .widescreen\:last\:-mr-200\%:last-child{
    margin-right: -200%;
  }

  .widescreen\:last\:-mr-16\/9:last-child{
    margin-right: -56.25%;
  }

  .widescreen\:last\:-mr-1\/2:last-child{
    margin-right: -50%;
  }

  .widescreen\:last\:-mr-full:last-child{
    margin-right: -100%;
  }

  .widescreen\:last\:-mr-span:last-child{
    margin-right: -8.333%;
  }

  .widescreen\:last\:-mr-2span:last-child{
    margin-right: -16.666%;
  }

  .widescreen\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .widescreen\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .widescreen\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .widescreen\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .widescreen\:last\:mb-12:last-child{
    margin-bottom: 0.75rem;
  }

  .widescreen\:last\:mb-16:last-child{
    margin-bottom: 1rem;
  }

  .widescreen\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .widescreen\:last\:mb-24:last-child{
    margin-bottom: 1.5rem;
  }

  .widescreen\:last\:mb-32:last-child{
    margin-bottom: 2rem;
  }

  .widescreen\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .widescreen\:last\:mb-48:last-child{
    margin-bottom: 3rem;
  }

  .widescreen\:last\:mb-56:last-child{
    margin-bottom: 3.5rem;
  }

  .widescreen\:last\:mb-64:last-child{
    margin-bottom: 4rem;
  }

  .widescreen\:last\:mb-80:last-child{
    margin-bottom: 5rem;
  }

  .widescreen\:last\:mb-96:last-child{
    margin-bottom: 6rem;
  }

  .widescreen\:last\:mb-104:last-child{
    margin-bottom: 6.5rem;
  }

  .widescreen\:last\:mb-112:last-child{
    margin-bottom: 7rem;
  }

  .widescreen\:last\:mb-128:last-child{
    margin-bottom: 8rem;
  }

  .widescreen\:last\:mb-140:last-child{
    margin-bottom: 8.75rem;
  }

  .widescreen\:last\:mb-160:last-child{
    margin-bottom: 10rem;
  }

  .widescreen\:last\:mb-180:last-child{
    margin-bottom: 11.25rem;
  }

  .widescreen\:last\:mb-200:last-child{
    margin-bottom: 12.5rem;
  }

  .widescreen\:last\:mb-224:last-child{
    margin-bottom: 14rem;
  }

  .widescreen\:last\:mb-240:last-child{
    margin-bottom: 15rem;
  }

  .widescreen\:last\:mb-260:last-child{
    margin-bottom: 16.25rem;
  }

  .widescreen\:last\:mb-300:last-child{
    margin-bottom: 18.75rem;
  }

  .widescreen\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .widescreen\:last\:-mb-78\%:last-child{
    margin-bottom: -78%;
  }

  .widescreen\:last\:-mb-80\%:last-child{
    margin-bottom: -80%;
  }

  .widescreen\:last\:-mb-50\%:last-child{
    margin-bottom: -50%;
  }

  .widescreen\:last\:-mb-35\%:last-child{
    margin-bottom: -35%;
  }

  .widescreen\:last\:-mb-128:last-child{
    margin-bottom: -8rem;
  }

  .widescreen\:last\:-mb-96:last-child{
    margin-bottom: -6rem;
  }

  .widescreen\:last\:-mb-64:last-child{
    margin-bottom: -4rem;
  }

  .widescreen\:last\:-mb-32:last-child{
    margin-bottom: -2rem;
  }

  .widescreen\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .widescreen\:last\:mb-5\%:last-child{
    margin-bottom: 5%;
  }

  .widescreen\:last\:mb-10\%:last-child{
    margin-bottom: 10%;
  }

  .widescreen\:last\:mb-15\%:last-child{
    margin-bottom: 15%;
  }

  .widescreen\:last\:mb-20\%:last-child{
    margin-bottom: 20%;
  }

  .widescreen\:last\:mb-25\%:last-child{
    margin-bottom: 25%;
  }

  .widescreen\:last\:mb-30\%:last-child{
    margin-bottom: 30%;
  }

  .widescreen\:last\:mb-31\%:last-child{
    margin-bottom: 31%;
  }

  .widescreen\:last\:mb-33\%:last-child{
    margin-bottom: 33.333%;
  }

  .widescreen\:last\:mb-34\%:last-child{
    margin-bottom: 34%;
  }

  .widescreen\:last\:mb-45\%:last-child{
    margin-bottom: 45%;
  }

  .widescreen\:last\:mb-50\%:last-child{
    margin-bottom: 50%;
  }

  .widescreen\:last\:mb-54\%:last-child{
    margin-bottom: 54%;
  }

  .widescreen\:last\:mb-75\%:last-child{
    margin-bottom: 75%;
  }

  .widescreen\:last\:mb-55\%:last-child{
    margin-bottom: 55%;
  }

  .widescreen\:last\:mb-65\%:last-child{
    margin-bottom: 65%;
  }

  .widescreen\:last\:mb-66\%:last-child{
    margin-bottom: 66%;
  }

  .widescreen\:last\:mb-85\%:last-child{
    margin-bottom: 85%;
  }

  .widescreen\:last\:mb-96\%:last-child{
    margin-bottom: 96%;
  }

  .widescreen\:last\:mb-130\%:last-child{
    margin-bottom: 130%;
  }

  .widescreen\:last\:mb-135\%:last-child{
    margin-bottom: 135%;
  }

  .widescreen\:last\:mb-200\%:last-child{
    margin-bottom: 200%;
  }

  .widescreen\:last\:mb-16\/9:last-child{
    margin-bottom: 56.25%;
  }

  .widescreen\:last\:mb-1\/2:last-child{
    margin-bottom: 50%;
  }

  .widescreen\:last\:mb-full:last-child{
    margin-bottom: 100%;
  }

  .widescreen\:last\:mb-span:last-child{
    margin-bottom: 8.333%;
  }

  .widescreen\:last\:mb-2span:last-child{
    margin-bottom: 16.666%;
  }

  .widescreen\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .widescreen\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .widescreen\:last\:-mb-12:last-child{
    margin-bottom: -0.75rem;
  }

  .widescreen\:last\:-mb-16:last-child{
    margin-bottom: -1rem;
  }

  .widescreen\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .widescreen\:last\:-mb-24:last-child{
    margin-bottom: -1.5rem;
  }

  .widescreen\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .widescreen\:last\:-mb-48:last-child{
    margin-bottom: -3rem;
  }

  .widescreen\:last\:-mb-56:last-child{
    margin-bottom: -3.5rem;
  }

  .widescreen\:last\:-mb-80:last-child{
    margin-bottom: -5rem;
  }

  .widescreen\:last\:-mb-104:last-child{
    margin-bottom: -6.5rem;
  }

  .widescreen\:last\:-mb-112:last-child{
    margin-bottom: -7rem;
  }

  .widescreen\:last\:-mb-140:last-child{
    margin-bottom: -8.75rem;
  }

  .widescreen\:last\:-mb-160:last-child{
    margin-bottom: -10rem;
  }

  .widescreen\:last\:-mb-180:last-child{
    margin-bottom: -11.25rem;
  }

  .widescreen\:last\:-mb-200:last-child{
    margin-bottom: -12.5rem;
  }

  .widescreen\:last\:-mb-224:last-child{
    margin-bottom: -14rem;
  }

  .widescreen\:last\:-mb-240:last-child{
    margin-bottom: -15rem;
  }

  .widescreen\:last\:-mb-260:last-child{
    margin-bottom: -16.25rem;
  }

  .widescreen\:last\:-mb-300:last-child{
    margin-bottom: -18.75rem;
  }

  .widescreen\:last\:-mb--78\%:last-child{
    margin-bottom: 78%;
  }

  .widescreen\:last\:-mb--80\%:last-child{
    margin-bottom: 80%;
  }

  .widescreen\:last\:-mb--50\%:last-child{
    margin-bottom: 50%;
  }

  .widescreen\:last\:-mb--35\%:last-child{
    margin-bottom: 35%;
  }

  .widescreen\:last\:-mb--128:last-child{
    margin-bottom: 8rem;
  }

  .widescreen\:last\:-mb--96:last-child{
    margin-bottom: 6rem;
  }

  .widescreen\:last\:-mb--64:last-child{
    margin-bottom: 4rem;
  }

  .widescreen\:last\:-mb--32:last-child{
    margin-bottom: 2rem;
  }

  .widescreen\:last\:-mb--8:last-child{
    margin-bottom: 0.5rem;
  }

  .widescreen\:last\:-mb-5\%:last-child{
    margin-bottom: -5%;
  }

  .widescreen\:last\:-mb-10\%:last-child{
    margin-bottom: -10%;
  }

  .widescreen\:last\:-mb-15\%:last-child{
    margin-bottom: -15%;
  }

  .widescreen\:last\:-mb-20\%:last-child{
    margin-bottom: -20%;
  }

  .widescreen\:last\:-mb-25\%:last-child{
    margin-bottom: -25%;
  }

  .widescreen\:last\:-mb-30\%:last-child{
    margin-bottom: -30%;
  }

  .widescreen\:last\:-mb-31\%:last-child{
    margin-bottom: -31%;
  }

  .widescreen\:last\:-mb-33\%:last-child{
    margin-bottom: -33.333%;
  }

  .widescreen\:last\:-mb-34\%:last-child{
    margin-bottom: -34%;
  }

  .widescreen\:last\:-mb-45\%:last-child{
    margin-bottom: -45%;
  }

  .widescreen\:last\:-mb-54\%:last-child{
    margin-bottom: -54%;
  }

  .widescreen\:last\:-mb-75\%:last-child{
    margin-bottom: -75%;
  }

  .widescreen\:last\:-mb-55\%:last-child{
    margin-bottom: -55%;
  }

  .widescreen\:last\:-mb-65\%:last-child{
    margin-bottom: -65%;
  }

  .widescreen\:last\:-mb-66\%:last-child{
    margin-bottom: -66%;
  }

  .widescreen\:last\:-mb-85\%:last-child{
    margin-bottom: -85%;
  }

  .widescreen\:last\:-mb-96\%:last-child{
    margin-bottom: -96%;
  }

  .widescreen\:last\:-mb-130\%:last-child{
    margin-bottom: -130%;
  }

  .widescreen\:last\:-mb-135\%:last-child{
    margin-bottom: -135%;
  }

  .widescreen\:last\:-mb-200\%:last-child{
    margin-bottom: -200%;
  }

  .widescreen\:last\:-mb-16\/9:last-child{
    margin-bottom: -56.25%;
  }

  .widescreen\:last\:-mb-1\/2:last-child{
    margin-bottom: -50%;
  }

  .widescreen\:last\:-mb-full:last-child{
    margin-bottom: -100%;
  }

  .widescreen\:last\:-mb-span:last-child{
    margin-bottom: -8.333%;
  }

  .widescreen\:last\:-mb-2span:last-child{
    margin-bottom: -16.666%;
  }

  .widescreen\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .widescreen\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .widescreen\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .widescreen\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .widescreen\:last\:ml-12:last-child{
    margin-left: 0.75rem;
  }

  .widescreen\:last\:ml-16:last-child{
    margin-left: 1rem;
  }

  .widescreen\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .widescreen\:last\:ml-24:last-child{
    margin-left: 1.5rem;
  }

  .widescreen\:last\:ml-32:last-child{
    margin-left: 2rem;
  }

  .widescreen\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .widescreen\:last\:ml-48:last-child{
    margin-left: 3rem;
  }

  .widescreen\:last\:ml-56:last-child{
    margin-left: 3.5rem;
  }

  .widescreen\:last\:ml-64:last-child{
    margin-left: 4rem;
  }

  .widescreen\:last\:ml-80:last-child{
    margin-left: 5rem;
  }

  .widescreen\:last\:ml-96:last-child{
    margin-left: 6rem;
  }

  .widescreen\:last\:ml-104:last-child{
    margin-left: 6.5rem;
  }

  .widescreen\:last\:ml-112:last-child{
    margin-left: 7rem;
  }

  .widescreen\:last\:ml-128:last-child{
    margin-left: 8rem;
  }

  .widescreen\:last\:ml-140:last-child{
    margin-left: 8.75rem;
  }

  .widescreen\:last\:ml-160:last-child{
    margin-left: 10rem;
  }

  .widescreen\:last\:ml-180:last-child{
    margin-left: 11.25rem;
  }

  .widescreen\:last\:ml-200:last-child{
    margin-left: 12.5rem;
  }

  .widescreen\:last\:ml-224:last-child{
    margin-left: 14rem;
  }

  .widescreen\:last\:ml-240:last-child{
    margin-left: 15rem;
  }

  .widescreen\:last\:ml-260:last-child{
    margin-left: 16.25rem;
  }

  .widescreen\:last\:ml-300:last-child{
    margin-left: 18.75rem;
  }

  .widescreen\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .widescreen\:last\:-ml-78\%:last-child{
    margin-left: -78%;
  }

  .widescreen\:last\:-ml-80\%:last-child{
    margin-left: -80%;
  }

  .widescreen\:last\:-ml-50\%:last-child{
    margin-left: -50%;
  }

  .widescreen\:last\:-ml-35\%:last-child{
    margin-left: -35%;
  }

  .widescreen\:last\:-ml-128:last-child{
    margin-left: -8rem;
  }

  .widescreen\:last\:-ml-96:last-child{
    margin-left: -6rem;
  }

  .widescreen\:last\:-ml-64:last-child{
    margin-left: -4rem;
  }

  .widescreen\:last\:-ml-32:last-child{
    margin-left: -2rem;
  }

  .widescreen\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .widescreen\:last\:ml-5\%:last-child{
    margin-left: 5%;
  }

  .widescreen\:last\:ml-10\%:last-child{
    margin-left: 10%;
  }

  .widescreen\:last\:ml-15\%:last-child{
    margin-left: 15%;
  }

  .widescreen\:last\:ml-20\%:last-child{
    margin-left: 20%;
  }

  .widescreen\:last\:ml-25\%:last-child{
    margin-left: 25%;
  }

  .widescreen\:last\:ml-30\%:last-child{
    margin-left: 30%;
  }

  .widescreen\:last\:ml-31\%:last-child{
    margin-left: 31%;
  }

  .widescreen\:last\:ml-33\%:last-child{
    margin-left: 33.333%;
  }

  .widescreen\:last\:ml-34\%:last-child{
    margin-left: 34%;
  }

  .widescreen\:last\:ml-45\%:last-child{
    margin-left: 45%;
  }

  .widescreen\:last\:ml-50\%:last-child{
    margin-left: 50%;
  }

  .widescreen\:last\:ml-54\%:last-child{
    margin-left: 54%;
  }

  .widescreen\:last\:ml-75\%:last-child{
    margin-left: 75%;
  }

  .widescreen\:last\:ml-55\%:last-child{
    margin-left: 55%;
  }

  .widescreen\:last\:ml-65\%:last-child{
    margin-left: 65%;
  }

  .widescreen\:last\:ml-66\%:last-child{
    margin-left: 66%;
  }

  .widescreen\:last\:ml-85\%:last-child{
    margin-left: 85%;
  }

  .widescreen\:last\:ml-96\%:last-child{
    margin-left: 96%;
  }

  .widescreen\:last\:ml-130\%:last-child{
    margin-left: 130%;
  }

  .widescreen\:last\:ml-135\%:last-child{
    margin-left: 135%;
  }

  .widescreen\:last\:ml-200\%:last-child{
    margin-left: 200%;
  }

  .widescreen\:last\:ml-16\/9:last-child{
    margin-left: 56.25%;
  }

  .widescreen\:last\:ml-1\/2:last-child{
    margin-left: 50%;
  }

  .widescreen\:last\:ml-full:last-child{
    margin-left: 100%;
  }

  .widescreen\:last\:ml-span:last-child{
    margin-left: 8.333%;
  }

  .widescreen\:last\:ml-2span:last-child{
    margin-left: 16.666%;
  }

  .widescreen\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .widescreen\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .widescreen\:last\:-ml-12:last-child{
    margin-left: -0.75rem;
  }

  .widescreen\:last\:-ml-16:last-child{
    margin-left: -1rem;
  }

  .widescreen\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .widescreen\:last\:-ml-24:last-child{
    margin-left: -1.5rem;
  }

  .widescreen\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .widescreen\:last\:-ml-48:last-child{
    margin-left: -3rem;
  }

  .widescreen\:last\:-ml-56:last-child{
    margin-left: -3.5rem;
  }

  .widescreen\:last\:-ml-80:last-child{
    margin-left: -5rem;
  }

  .widescreen\:last\:-ml-104:last-child{
    margin-left: -6.5rem;
  }

  .widescreen\:last\:-ml-112:last-child{
    margin-left: -7rem;
  }

  .widescreen\:last\:-ml-140:last-child{
    margin-left: -8.75rem;
  }

  .widescreen\:last\:-ml-160:last-child{
    margin-left: -10rem;
  }

  .widescreen\:last\:-ml-180:last-child{
    margin-left: -11.25rem;
  }

  .widescreen\:last\:-ml-200:last-child{
    margin-left: -12.5rem;
  }

  .widescreen\:last\:-ml-224:last-child{
    margin-left: -14rem;
  }

  .widescreen\:last\:-ml-240:last-child{
    margin-left: -15rem;
  }

  .widescreen\:last\:-ml-260:last-child{
    margin-left: -16.25rem;
  }

  .widescreen\:last\:-ml-300:last-child{
    margin-left: -18.75rem;
  }

  .widescreen\:last\:-ml--78\%:last-child{
    margin-left: 78%;
  }

  .widescreen\:last\:-ml--80\%:last-child{
    margin-left: 80%;
  }

  .widescreen\:last\:-ml--50\%:last-child{
    margin-left: 50%;
  }

  .widescreen\:last\:-ml--35\%:last-child{
    margin-left: 35%;
  }

  .widescreen\:last\:-ml--128:last-child{
    margin-left: 8rem;
  }

  .widescreen\:last\:-ml--96:last-child{
    margin-left: 6rem;
  }

  .widescreen\:last\:-ml--64:last-child{
    margin-left: 4rem;
  }

  .widescreen\:last\:-ml--32:last-child{
    margin-left: 2rem;
  }

  .widescreen\:last\:-ml--8:last-child{
    margin-left: 0.5rem;
  }

  .widescreen\:last\:-ml-5\%:last-child{
    margin-left: -5%;
  }

  .widescreen\:last\:-ml-10\%:last-child{
    margin-left: -10%;
  }

  .widescreen\:last\:-ml-15\%:last-child{
    margin-left: -15%;
  }

  .widescreen\:last\:-ml-20\%:last-child{
    margin-left: -20%;
  }

  .widescreen\:last\:-ml-25\%:last-child{
    margin-left: -25%;
  }

  .widescreen\:last\:-ml-30\%:last-child{
    margin-left: -30%;
  }

  .widescreen\:last\:-ml-31\%:last-child{
    margin-left: -31%;
  }

  .widescreen\:last\:-ml-33\%:last-child{
    margin-left: -33.333%;
  }

  .widescreen\:last\:-ml-34\%:last-child{
    margin-left: -34%;
  }

  .widescreen\:last\:-ml-45\%:last-child{
    margin-left: -45%;
  }

  .widescreen\:last\:-ml-54\%:last-child{
    margin-left: -54%;
  }

  .widescreen\:last\:-ml-75\%:last-child{
    margin-left: -75%;
  }

  .widescreen\:last\:-ml-55\%:last-child{
    margin-left: -55%;
  }

  .widescreen\:last\:-ml-65\%:last-child{
    margin-left: -65%;
  }

  .widescreen\:last\:-ml-66\%:last-child{
    margin-left: -66%;
  }

  .widescreen\:last\:-ml-85\%:last-child{
    margin-left: -85%;
  }

  .widescreen\:last\:-ml-96\%:last-child{
    margin-left: -96%;
  }

  .widescreen\:last\:-ml-130\%:last-child{
    margin-left: -130%;
  }

  .widescreen\:last\:-ml-135\%:last-child{
    margin-left: -135%;
  }

  .widescreen\:last\:-ml-200\%:last-child{
    margin-left: -200%;
  }

  .widescreen\:last\:-ml-16\/9:last-child{
    margin-left: -56.25%;
  }

  .widescreen\:last\:-ml-1\/2:last-child{
    margin-left: -50%;
  }

  .widescreen\:last\:-ml-full:last-child{
    margin-left: -100%;
  }

  .widescreen\:last\:-ml-span:last-child{
    margin-left: -8.333%;
  }

  .widescreen\:last\:-ml-2span:last-child{
    margin-left: -16.666%;
  }

  .widescreen\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .widescreen\:box-border{
    box-sizing: border-box;
  }

  .widescreen\:box-content{
    box-sizing: content-box;
  }

  .widescreen\:block{
    display: block;
  }

  .widescreen\:inline-block{
    display: inline-block;
  }

  .widescreen\:inline{
    display: inline;
  }

  .widescreen\:flex{
    display: flex;
  }

  .widescreen\:inline-flex{
    display: inline-flex;
  }

  .widescreen\:table{
    display: table;
  }

  .widescreen\:inline-table{
    display: inline-table;
  }

  .widescreen\:table-caption{
    display: table-caption;
  }

  .widescreen\:table-cell{
    display: table-cell;
  }

  .widescreen\:table-column{
    display: table-column;
  }

  .widescreen\:table-column-group{
    display: table-column-group;
  }

  .widescreen\:table-footer-group{
    display: table-footer-group;
  }

  .widescreen\:table-header-group{
    display: table-header-group;
  }

  .widescreen\:table-row-group{
    display: table-row-group;
  }

  .widescreen\:table-row{
    display: table-row;
  }

  .widescreen\:flow-root{
    display: flow-root;
  }

  .widescreen\:grid{
    display: grid;
  }

  .widescreen\:inline-grid{
    display: inline-grid;
  }

  .widescreen\:contents{
    display: contents;
  }

  .widescreen\:list-item{
    display: list-item;
  }

  .widescreen\:hidden{
    display: none;
  }

  .widescreen\:h-0{
    height: 0;
  }

  .widescreen\:h-2{
    height: 0.125rem;
  }

  .widescreen\:h-4{
    height: 0.25rem;
  }

  .widescreen\:h-8{
    height: 0.5rem;
  }

  .widescreen\:h-12{
    height: 0.75rem;
  }

  .widescreen\:h-16{
    height: 1rem;
  }

  .widescreen\:h-20{
    height: 1.25rem;
  }

  .widescreen\:h-24{
    height: 1.5rem;
  }

  .widescreen\:h-30{
    height: 1.875rem;
  }

  .widescreen\:h-32{
    height: 2rem;
  }

  .widescreen\:h-40{
    height: 2.5rem;
  }

  .widescreen\:h-48{
    height: 3rem;
  }

  .widescreen\:h-56{
    height: 3.5rem;
  }

  .widescreen\:h-64{
    height: 4rem;
  }

  .widescreen\:h-80{
    height: 5rem;
  }

  .widescreen\:h-96{
    height: 6rem;
  }

  .widescreen\:h-104{
    height: 6.5rem;
  }

  .widescreen\:h-112{
    height: 7rem;
  }

  .widescreen\:h-128{
    height: 8rem;
  }

  .widescreen\:h-140{
    height: 8.75rem;
  }

  .widescreen\:h-160{
    height: 10rem;
  }

  .widescreen\:h-180{
    height: 11.25rem;
  }

  .widescreen\:h-192{
    height: 12rem;
  }

  .widescreen\:h-200{
    height: 12.5rem;
  }

  .widescreen\:h-224{
    height: 14rem;
  }

  .widescreen\:h-240{
    height: 15rem;
  }

  .widescreen\:h-260{
    height: 16.25rem;
  }

  .widescreen\:h-300{
    height: 18.75rem;
  }

  .widescreen\:h-336{
    height: 21rem;
  }

  .widescreen\:h-400{
    height: 25rem;
  }

  .widescreen\:h-448{
    height: 28rem;
  }

  .widescreen\:h-450{
    height: 28.125rem;
  }

  .widescreen\:h-560{
    height: 35rem;
  }

  .widescreen\:h-672{
    height: 42rem;
  }

  .widescreen\:h-750{
    height: 45rem;
  }

  .widescreen\:h-832{
    height: 52rem;
  }

  .widescreen\:h-1080{
    height: 67.5rem;
  }

  .widescreen\:h-auto{
    height: auto;
  }

  .widescreen\:-h-78\%{
    height: -78%;
  }

  .widescreen\:-h-80\%{
    height: -80%;
  }

  .widescreen\:-h-50\%{
    height: -50%;
  }

  .widescreen\:-h-35\%{
    height: -35%;
  }

  .widescreen\:-h-128{
    height: -8rem;
  }

  .widescreen\:-h-96{
    height: -6rem;
  }

  .widescreen\:-h-64{
    height: -4rem;
  }

  .widescreen\:-h-32{
    height: -2rem;
  }

  .widescreen\:-h-8{
    height: -0.5rem;
  }

  .widescreen\:h-5\%{
    height: 5%;
  }

  .widescreen\:h-10\%{
    height: 10%;
  }

  .widescreen\:h-15\%{
    height: 15%;
  }

  .widescreen\:h-20\%{
    height: 20%;
  }

  .widescreen\:h-25\%{
    height: 25%;
  }

  .widescreen\:h-30\%{
    height: 30%;
  }

  .widescreen\:h-31\%{
    height: 31%;
  }

  .widescreen\:h-33\%{
    height: 33.333%;
  }

  .widescreen\:h-34\%{
    height: 34%;
  }

  .widescreen\:h-45\%{
    height: 45%;
  }

  .widescreen\:h-50\%{
    height: 50%;
  }

  .widescreen\:h-54\%{
    height: 54%;
  }

  .widescreen\:h-75\%{
    height: 75%;
  }

  .widescreen\:h-55\%{
    height: 55%;
  }

  .widescreen\:h-65\%{
    height: 65%;
  }

  .widescreen\:h-66\%{
    height: 66%;
  }

  .widescreen\:h-85\%{
    height: 85%;
  }

  .widescreen\:h-96\%{
    height: 96%;
  }

  .widescreen\:h-130\%{
    height: 130%;
  }

  .widescreen\:h-135\%{
    height: 135%;
  }

  .widescreen\:h-200\%{
    height: 200%;
  }

  .widescreen\:h-16\/9{
    height: 56.25%;
  }

  .widescreen\:h-1\/2{
    height: 50%;
  }

  .widescreen\:h-full{
    height: 100%;
  }

  .widescreen\:h-span{
    height: 8.333%;
  }

  .widescreen\:h-2span{
    height: 16.666%;
  }

  .widescreen\:h-px{
    height: 1px;
  }

  .widescreen\:h-1\/3{
    height: 33.333333%;
  }

  .widescreen\:h-2\/3{
    height: 66.666667%;
  }

  .widescreen\:h-1\/4{
    height: 25%;
  }

  .widescreen\:h-2\/4{
    height: 50%;
  }

  .widescreen\:h-3\/4{
    height: 75%;
  }

  .widescreen\:h-1\/5{
    height: 20%;
  }

  .widescreen\:h-2\/5{
    height: 40%;
  }

  .widescreen\:h-3\/5{
    height: 60%;
  }

  .widescreen\:h-4\/5{
    height: 80%;
  }

  .widescreen\:h-1\/6{
    height: 16.666667%;
  }

  .widescreen\:h-2\/6{
    height: 33.333333%;
  }

  .widescreen\:h-3\/6{
    height: 50%;
  }

  .widescreen\:h-4\/6{
    height: 66.666667%;
  }

  .widescreen\:h-5\/6{
    height: 83.333333%;
  }

  .widescreen\:h-screen{
    height: 100vh;
  }

  .widescreen\:h-100vh{
    height: 100vh;
  }

  .widescreen\:h-105\%{
    height: 105%;
  }

  .widescreen\:max-h-0{
    max-height: 0;
  }

  .widescreen\:max-h-4{
    max-height: 0.25rem;
  }

  .widescreen\:max-h-8{
    max-height: 0.5rem;
  }

  .widescreen\:max-h-12{
    max-height: 0.75rem;
  }

  .widescreen\:max-h-16{
    max-height: 1rem;
  }

  .widescreen\:max-h-20{
    max-height: 1.25rem;
  }

  .widescreen\:max-h-24{
    max-height: 1.5rem;
  }

  .widescreen\:max-h-32{
    max-height: 2rem;
  }

  .widescreen\:max-h-40{
    max-height: 2.5rem;
  }

  .widescreen\:max-h-48{
    max-height: 3rem;
  }

  .widescreen\:max-h-56{
    max-height: 3.5rem;
  }

  .widescreen\:max-h-64{
    max-height: 4rem;
  }

  .widescreen\:max-h-80{
    max-height: 5rem;
  }

  .widescreen\:max-h-96{
    max-height: 6rem;
  }

  .widescreen\:max-h-104{
    max-height: 6.5rem;
  }

  .widescreen\:max-h-112{
    max-height: 7rem;
  }

  .widescreen\:max-h-120{
    max-height: 7.5rem;
  }

  .widescreen\:max-h-128{
    max-height: 8rem;
  }

  .widescreen\:max-h-140{
    max-height: 8.75rem;
  }

  .widescreen\:max-h-160{
    max-height: 10rem;
  }

  .widescreen\:max-h-180{
    max-height: 11.25rem;
  }

  .widescreen\:max-h-200{
    max-height: 12.5rem;
  }

  .widescreen\:max-h-224{
    max-height: 14rem;
  }

  .widescreen\:max-h-240{
    max-height: 15rem;
  }

  .widescreen\:max-h-260{
    max-height: 16.25rem;
  }

  .widescreen\:max-h-300{
    max-height: 18.75rem;
  }

  .widescreen\:max-h-800{
    max-height: 50rem;
  }

  .widescreen\:max-h-1500{
    max-height: 93.75rem;
  }

  .widescreen\:-max-h-78\%{
    max-height: -78%;
  }

  .widescreen\:-max-h-80\%{
    max-height: -80%;
  }

  .widescreen\:-max-h-50\%{
    max-height: -50%;
  }

  .widescreen\:-max-h-35\%{
    max-height: -35%;
  }

  .widescreen\:-max-h-128{
    max-height: -8rem;
  }

  .widescreen\:-max-h-96{
    max-height: -6rem;
  }

  .widescreen\:-max-h-64{
    max-height: -4rem;
  }

  .widescreen\:-max-h-32{
    max-height: -2rem;
  }

  .widescreen\:-max-h-8{
    max-height: -0.5rem;
  }

  .widescreen\:max-h-5\%{
    max-height: 5%;
  }

  .widescreen\:max-h-10\%{
    max-height: 10%;
  }

  .widescreen\:max-h-15\%{
    max-height: 15%;
  }

  .widescreen\:max-h-20\%{
    max-height: 20%;
  }

  .widescreen\:max-h-25\%{
    max-height: 25%;
  }

  .widescreen\:max-h-30\%{
    max-height: 30%;
  }

  .widescreen\:max-h-31\%{
    max-height: 31%;
  }

  .widescreen\:max-h-33\%{
    max-height: 33.333%;
  }

  .widescreen\:max-h-34\%{
    max-height: 34%;
  }

  .widescreen\:max-h-45\%{
    max-height: 45%;
  }

  .widescreen\:max-h-50\%{
    max-height: 50%;
  }

  .widescreen\:max-h-54\%{
    max-height: 54%;
  }

  .widescreen\:max-h-75\%{
    max-height: 75%;
  }

  .widescreen\:max-h-55\%{
    max-height: 55%;
  }

  .widescreen\:max-h-65\%{
    max-height: 65%;
  }

  .widescreen\:max-h-66\%{
    max-height: 66%;
  }

  .widescreen\:max-h-85\%{
    max-height: 85%;
  }

  .widescreen\:max-h-96\%{
    max-height: 96%;
  }

  .widescreen\:max-h-130\%{
    max-height: 130%;
  }

  .widescreen\:max-h-135\%{
    max-height: 135%;
  }

  .widescreen\:max-h-200\%{
    max-height: 200%;
  }

  .widescreen\:max-h-16\/9{
    max-height: 56.25%;
  }

  .widescreen\:max-h-1\/2{
    max-height: 50%;
  }

  .widescreen\:max-h-full{
    max-height: 100%;
  }

  .widescreen\:max-h-span{
    max-height: 8.333%;
  }

  .widescreen\:max-h-2span{
    max-height: 16.666%;
  }

  .widescreen\:max-h-px{
    max-height: 1px;
  }

  .widescreen\:max-h-screen{
    max-height: 100vh;
  }

  .widescreen\:max-h-80vh{
    max-height: 80vh;
  }

  .widescreen\:min-h-0{
    min-height: 0px;
  }

  .widescreen\:min-h-32{
    min-height: 2rem;
  }

  .widescreen\:min-h-64{
    min-height: 4rem;
  }

  .widescreen\:min-h-96{
    min-height: 6rem;
  }

  .widescreen\:min-h-272{
    min-height: 17rem;
  }

  .widescreen\:min-h-300{
    min-height: 18.75rem;
  }

  .widescreen\:min-h-448{
    min-height: 28rem;
  }

  .widescreen\:min-h-460{
    min-height: 28.75rem;
  }

  .widescreen\:min-h-500{
    min-height: 31.25rem;
  }

  .widescreen\:min-h-560{
    min-height: 35rem;
  }

  .widescreen\:min-h-672{
    min-height: 42rem;
  }

  .widescreen\:min-h-704{
    min-height: 44rem;
  }

  .widescreen\:min-h-736{
    min-height: 46rem;
  }

  .widescreen\:min-h-780{
    min-height: 48.75rem;
  }

  .widescreen\:min-h-816{
    min-height: 51rem;
  }

  .widescreen\:min-h-832{
    min-height: 52rem;
  }

  .widescreen\:min-h-1040{
    min-height: 65rem;
  }

  .widescreen\:min-h-full{
    min-height: 100%;
  }

  .widescreen\:min-h-screen{
    min-height: 100vh;
  }

  .widescreen\:min-h-1\/2{
    min-height: 50%;
  }

  .widescreen\:min-h-100vh{
    min-height: 100vh;
  }

  .widescreen\:w-0{
    width: 0;
  }

  .widescreen\:w-4{
    width: 0.25rem;
  }

  .widescreen\:w-8{
    width: 0.5rem;
  }

  .widescreen\:w-12{
    width: 0.75rem;
  }

  .widescreen\:w-16{
    width: 1rem;
  }

  .widescreen\:w-20{
    width: 1.25rem;
  }

  .widescreen\:w-24{
    width: 1.5rem;
  }

  .widescreen\:w-30{
    width: 1.875rem;
  }

  .widescreen\:w-32{
    width: 2rem;
  }

  .widescreen\:w-40{
    width: 2.5rem;
  }

  .widescreen\:w-48{
    width: 3rem;
  }

  .widescreen\:w-56{
    width: 3.5rem;
  }

  .widescreen\:w-64{
    width: 4rem;
  }

  .widescreen\:w-80{
    width: 5rem;
  }

  .widescreen\:w-96{
    width: 6rem;
  }

  .widescreen\:w-104{
    width: 6.5rem;
  }

  .widescreen\:w-112{
    width: 7rem;
  }

  .widescreen\:w-128{
    width: 8rem;
  }

  .widescreen\:w-140{
    width: 8.75rem;
  }

  .widescreen\:w-144{
    width: 9rem;
  }

  .widescreen\:w-160{
    width: 10rem;
  }

  .widescreen\:w-180{
    width: 11.25rem;
  }

  .widescreen\:w-200{
    width: 12.5rem;
  }

  .widescreen\:w-224{
    width: 14rem;
  }

  .widescreen\:w-240{
    width: 15rem;
  }

  .widescreen\:w-260{
    width: 16.25rem;
  }

  .widescreen\:w-288{
    width: 18rem;
  }

  .widescreen\:w-300{
    width: 18.75rem;
  }

  .widescreen\:w-336{
    width: 21rem;
  }

  .widescreen\:w-390{
    width: 24.375rem;
  }

  .widescreen\:w-448{
    width: 28rem;
  }

  .widescreen\:w-475{
    width: 29.625rem;
  }

  .widescreen\:w-528{
    width: 33rem;
  }

  .widescreen\:w-560{
    width: 35rem;
  }

  .widescreen\:w-672{
    width: 42rem;
  }

  .widescreen\:w-832{
    width: 52rem;
  }

  .widescreen\:w-834{
    width: 52.125rem;
  }

  .widescreen\:w-1080{
    width: 67.5rem;
  }

  .widescreen\:w-auto{
    width: auto;
  }

  .widescreen\:-w-78\%{
    width: -78%;
  }

  .widescreen\:-w-80\%{
    width: -80%;
  }

  .widescreen\:-w-50\%{
    width: -50%;
  }

  .widescreen\:-w-35\%{
    width: -35%;
  }

  .widescreen\:-w-128{
    width: -8rem;
  }

  .widescreen\:-w-96{
    width: -6rem;
  }

  .widescreen\:-w-64{
    width: -4rem;
  }

  .widescreen\:-w-32{
    width: -2rem;
  }

  .widescreen\:-w-8{
    width: -0.5rem;
  }

  .widescreen\:w-5\%{
    width: 5%;
  }

  .widescreen\:w-10\%{
    width: 10%;
  }

  .widescreen\:w-15\%{
    width: 15%;
  }

  .widescreen\:w-20\%{
    width: 20%;
  }

  .widescreen\:w-25\%{
    width: 25%;
  }

  .widescreen\:w-30\%{
    width: 30%;
  }

  .widescreen\:w-31\%{
    width: 31%;
  }

  .widescreen\:w-33\%{
    width: 33.333%;
  }

  .widescreen\:w-34\%{
    width: 34%;
  }

  .widescreen\:w-45\%{
    width: 45%;
  }

  .widescreen\:w-50\%{
    width: 50%;
  }

  .widescreen\:w-54\%{
    width: 54%;
  }

  .widescreen\:w-75\%{
    width: 75%;
  }

  .widescreen\:w-55\%{
    width: 55%;
  }

  .widescreen\:w-65\%{
    width: 65%;
  }

  .widescreen\:w-66\%{
    width: 66%;
  }

  .widescreen\:w-85\%{
    width: 85%;
  }

  .widescreen\:w-96\%{
    width: 96%;
  }

  .widescreen\:w-130\%{
    width: 130%;
  }

  .widescreen\:w-135\%{
    width: 135%;
  }

  .widescreen\:w-200\%{
    width: 200%;
  }

  .widescreen\:w-16\/9{
    width: 56.25%;
  }

  .widescreen\:w-1\/2{
    width: 50%;
  }

  .widescreen\:w-full{
    width: 100%;
  }

  .widescreen\:w-span{
    width: 8.333%;
  }

  .widescreen\:w-2span{
    width: 16.666%;
  }

  .widescreen\:w-px{
    width: 1px;
  }

  .widescreen\:w-1\/3{
    width: 33.333333%;
  }

  .widescreen\:w-2\/3{
    width: 66.666667%;
  }

  .widescreen\:w-1\/4{
    width: 25%;
  }

  .widescreen\:w-2\/4{
    width: 50%;
  }

  .widescreen\:w-3\/4{
    width: 75%;
  }

  .widescreen\:w-1\/5{
    width: 20%;
  }

  .widescreen\:w-2\/5{
    width: 40%;
  }

  .widescreen\:w-3\/5{
    width: 60%;
  }

  .widescreen\:w-4\/5{
    width: 80%;
  }

  .widescreen\:w-1\/6{
    width: 16.666667%;
  }

  .widescreen\:w-2\/6{
    width: 33.333333%;
  }

  .widescreen\:w-3\/6{
    width: 50%;
  }

  .widescreen\:w-4\/6{
    width: 66.666667%;
  }

  .widescreen\:w-5\/6{
    width: 83.333333%;
  }

  .widescreen\:w-1\/12{
    width: 8.333333%;
  }

  .widescreen\:w-2\/12{
    width: 16.666667%;
  }

  .widescreen\:w-3\/12{
    width: 25%;
  }

  .widescreen\:w-4\/12{
    width: 33.333333%;
  }

  .widescreen\:w-5\/12{
    width: 41.666667%;
  }

  .widescreen\:w-6\/12{
    width: 50%;
  }

  .widescreen\:w-7\/12{
    width: 58.333333%;
  }

  .widescreen\:w-8\/12{
    width: 66.666667%;
  }

  .widescreen\:w-9\/12{
    width: 75%;
  }

  .widescreen\:w-10\/12{
    width: 83.333333%;
  }

  .widescreen\:w-11\/12{
    width: 91.666667%;
  }

  .widescreen\:w-screen{
    width: 100vw;
  }

  .widescreen\:w-min{
    width: min-content;
  }

  .widescreen\:w-max{
    width: max-content;
  }

  .widescreen\:w-7span{
    width: 58.3%;
  }

  .widescreen\:w-8span{
    width: 66.4%;
  }

  .widescreen\:w-160\%{
    width: 160%;
  }

  .widescreen\:min-w-0{
    min-width: 0px;
  }

  .widescreen\:min-w-32{
    min-width: 2rem;
  }

  .widescreen\:min-w-248{
    min-width: 15.5rem;
  }

  .widescreen\:min-w-295{
    min-width: 18.4375rem;
  }

  .widescreen\:min-w-560{
    min-width: 35rem;
  }

  .widescreen\:min-w-736{
    min-width: 46rem;
  }

  .widescreen\:min-w-816{
    min-width: 51rem;
  }

  .widescreen\:min-w-1224{
    min-width: 76.5rem;
  }

  .widescreen\:min-w-full{
    min-width: 100%;
  }

  .widescreen\:min-w-min{
    min-width: min-content;
  }

  .widescreen\:min-w-max{
    min-width: max-content;
  }

  .widescreen\:max-w-0{
    max-width: 0rem;
  }

  .widescreen\:max-w-32{
    max-width: 2rem;
  }

  .widescreen\:max-w-260{
    max-width: 16rem;
  }

  .widescreen\:max-w-none{
    max-width: none;
  }

  .widescreen\:max-w-xs{
    max-width: 20rem;
  }

  .widescreen\:max-w-sm{
    max-width: 24rem;
  }

  .widescreen\:max-w-md{
    max-width: 28rem;
  }

  .widescreen\:max-w-lg{
    max-width: 32rem;
  }

  .widescreen\:max-w-xl{
    max-width: 90rem;
  }

  .widescreen\:max-w-2xl{
    max-width: 42rem;
  }

  .widescreen\:max-w-3xl{
    max-width: 48rem;
  }

  .widescreen\:max-w-4xl{
    max-width: 56rem;
  }

  .widescreen\:max-w-5xl{
    max-width: 64rem;
  }

  .widescreen\:max-w-6xl{
    max-width: 72rem;
  }

  .widescreen\:max-w-7xl{
    max-width: 80rem;
  }

  .widescreen\:max-w-full{
    max-width: 100rem;
  }

  .widescreen\:max-w-min{
    max-width: min-content;
  }

  .widescreen\:max-w-max{
    max-width: max-content;
  }

  .widescreen\:max-w-prose{
    max-width: 65ch;
  }

  .widescreen\:max-w-screen-min-width{
    max-width: 320px;
  }

  .widescreen\:max-w-screen-xs{
    max-width: 480px;
  }

  .widescreen\:max-w-screen-sm{
    max-width: 768px;
  }

  .widescreen\:max-w-screen-md{
    max-width: 1024px;
  }

  .widescreen\:max-w-screen-lg{
    max-width: 1280px;
  }

  .widescreen\:max-w-screen-xl{
    max-width: 1440px;
  }

  .widescreen\:max-w-screen-max-width{
    max-width: 1680px;
  }

  .widescreen\:max-w-screen-widescreen{
    max-width: 1920px;
  }

  .widescreen\:max-w-logo{
    max-width: 16.25rem;
  }

  .widescreen\:max-w-container{
    max-width: 120rem;
  }

  .widescreen\:max-w-footer{
    max-width: 82rem;
  }

  .widescreen\:max-w-content{
    max-width: 56rem;
  }

  .widescreen\:max-w-imageTextBox{
    max-width: 34rem;
  }

  .widescreen\:max-w-half{
    max-width: 50%;
  }

  .widescreen\:max-w-3\/4{
    max-width: 75%;
  }

  .widescreen\:max-w-1\/3{
    max-width: 33%;
  }

  .widescreen\:flex-1{
    flex: 1 1 0%;
  }

  .widescreen\:flex-auto{
    flex: 1 1 auto;
  }

  .widescreen\:flex-initial{
    flex: 0 1 auto;
  }

  .widescreen\:flex-none{
    flex: none;
  }

  .widescreen\:flex-shrink-0{
    flex-shrink: 0;
  }

  .widescreen\:flex-shrink{
    flex-shrink: 1;
  }

  .widescreen\:flex-grow-0{
    flex-grow: 0;
  }

  .widescreen\:flex-grow{
    flex-grow: 1;
  }

  .widescreen\:table-auto{
    table-layout: auto;
  }

  .widescreen\:table-fixed{
    table-layout: fixed;
  }

  .widescreen\:border-collapse{
    border-collapse: collapse;
  }

  .widescreen\:border-separate{
    border-collapse: separate;
  }

  .widescreen\:origin-center{
    transform-origin: center;
  }

  .widescreen\:origin-top{
    transform-origin: top;
  }

  .widescreen\:origin-top-right{
    transform-origin: top right;
  }

  .widescreen\:origin-right{
    transform-origin: right;
  }

  .widescreen\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .widescreen\:origin-bottom{
    transform-origin: bottom;
  }

  .widescreen\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .widescreen\:origin-left{
    transform-origin: left;
  }

  .widescreen\:origin-top-left{
    transform-origin: top left;
  }

  .widescreen\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .widescreen\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .widescreen\:transform-none{
    transform: none;
  }

  .widescreen\:translate-x-0{
    --tw-translate-x: 0;
  }

  .widescreen\:translate-x-4{
    --tw-translate-x: 0.25rem;
  }

  .widescreen\:translate-x-8{
    --tw-translate-x: 0.5rem;
  }

  .widescreen\:translate-x-12{
    --tw-translate-x: 0.75rem;
  }

  .widescreen\:translate-x-16{
    --tw-translate-x: 1rem;
  }

  .widescreen\:translate-x-20{
    --tw-translate-x: 1.25rem;
  }

  .widescreen\:translate-x-24{
    --tw-translate-x: 1.5rem;
  }

  .widescreen\:translate-x-32{
    --tw-translate-x: 2rem;
  }

  .widescreen\:translate-x-40{
    --tw-translate-x: 2.5rem;
  }

  .widescreen\:translate-x-48{
    --tw-translate-x: 3rem;
  }

  .widescreen\:translate-x-56{
    --tw-translate-x: 3.5rem;
  }

  .widescreen\:translate-x-64{
    --tw-translate-x: 4rem;
  }

  .widescreen\:translate-x-80{
    --tw-translate-x: 5rem;
  }

  .widescreen\:translate-x-96{
    --tw-translate-x: 6rem;
  }

  .widescreen\:translate-x-104{
    --tw-translate-x: 6.5rem;
  }

  .widescreen\:translate-x-112{
    --tw-translate-x: 7rem;
  }

  .widescreen\:translate-x-128{
    --tw-translate-x: 8rem;
  }

  .widescreen\:translate-x-140{
    --tw-translate-x: 8.75rem;
  }

  .widescreen\:translate-x-160{
    --tw-translate-x: 10rem;
  }

  .widescreen\:translate-x-180{
    --tw-translate-x: 11.25rem;
  }

  .widescreen\:translate-x-200{
    --tw-translate-x: 12.5rem;
  }

  .widescreen\:translate-x-224{
    --tw-translate-x: 14rem;
  }

  .widescreen\:translate-x-240{
    --tw-translate-x: 15rem;
  }

  .widescreen\:translate-x-260{
    --tw-translate-x: 16.25rem;
  }

  .widescreen\:translate-x-300{
    --tw-translate-x: 18.75rem;
  }

  .widescreen\:-translate-x-78\%{
    --tw-translate-x: -78%;
  }

  .widescreen\:-translate-x-80\%{
    --tw-translate-x: -80%;
  }

  .widescreen\:-translate-x-50\%{
    --tw-translate-x: -50%;
  }

  .widescreen\:-translate-x-35\%{
    --tw-translate-x: -35%;
  }

  .widescreen\:-translate-x-128{
    --tw-translate-x: -8rem;
  }

  .widescreen\:-translate-x-96{
    --tw-translate-x: -6rem;
  }

  .widescreen\:-translate-x-64{
    --tw-translate-x: -4rem;
  }

  .widescreen\:-translate-x-32{
    --tw-translate-x: -2rem;
  }

  .widescreen\:-translate-x-8{
    --tw-translate-x: -0.5rem;
  }

  .widescreen\:translate-x-5\%{
    --tw-translate-x: 5%;
  }

  .widescreen\:translate-x-10\%{
    --tw-translate-x: 10%;
  }

  .widescreen\:translate-x-15\%{
    --tw-translate-x: 15%;
  }

  .widescreen\:translate-x-20\%{
    --tw-translate-x: 20%;
  }

  .widescreen\:translate-x-25\%{
    --tw-translate-x: 25%;
  }

  .widescreen\:translate-x-30\%{
    --tw-translate-x: 30%;
  }

  .widescreen\:translate-x-31\%{
    --tw-translate-x: 31%;
  }

  .widescreen\:translate-x-33\%{
    --tw-translate-x: 33.333%;
  }

  .widescreen\:translate-x-34\%{
    --tw-translate-x: 34%;
  }

  .widescreen\:translate-x-45\%{
    --tw-translate-x: 45%;
  }

  .widescreen\:translate-x-50\%{
    --tw-translate-x: 50%;
  }

  .widescreen\:translate-x-54\%{
    --tw-translate-x: 54%;
  }

  .widescreen\:translate-x-75\%{
    --tw-translate-x: 75%;
  }

  .widescreen\:translate-x-55\%{
    --tw-translate-x: 55%;
  }

  .widescreen\:translate-x-65\%{
    --tw-translate-x: 65%;
  }

  .widescreen\:translate-x-66\%{
    --tw-translate-x: 66%;
  }

  .widescreen\:translate-x-85\%{
    --tw-translate-x: 85%;
  }

  .widescreen\:translate-x-96\%{
    --tw-translate-x: 96%;
  }

  .widescreen\:translate-x-130\%{
    --tw-translate-x: 130%;
  }

  .widescreen\:translate-x-135\%{
    --tw-translate-x: 135%;
  }

  .widescreen\:translate-x-200\%{
    --tw-translate-x: 200%;
  }

  .widescreen\:translate-x-16\/9{
    --tw-translate-x: 56.25%;
  }

  .widescreen\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .widescreen\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .widescreen\:translate-x-span{
    --tw-translate-x: 8.333%;
  }

  .widescreen\:translate-x-2span{
    --tw-translate-x: 16.666%;
  }

  .widescreen\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .widescreen\:-translate-x-4{
    --tw-translate-x: -0.25rem;
  }

  .widescreen\:-translate-x-12{
    --tw-translate-x: -0.75rem;
  }

  .widescreen\:-translate-x-16{
    --tw-translate-x: -1rem;
  }

  .widescreen\:-translate-x-20{
    --tw-translate-x: -1.25rem;
  }

  .widescreen\:-translate-x-24{
    --tw-translate-x: -1.5rem;
  }

  .widescreen\:-translate-x-40{
    --tw-translate-x: -2.5rem;
  }

  .widescreen\:-translate-x-48{
    --tw-translate-x: -3rem;
  }

  .widescreen\:-translate-x-56{
    --tw-translate-x: -3.5rem;
  }

  .widescreen\:-translate-x-80{
    --tw-translate-x: -5rem;
  }

  .widescreen\:-translate-x-104{
    --tw-translate-x: -6.5rem;
  }

  .widescreen\:-translate-x-112{
    --tw-translate-x: -7rem;
  }

  .widescreen\:-translate-x-140{
    --tw-translate-x: -8.75rem;
  }

  .widescreen\:-translate-x-160{
    --tw-translate-x: -10rem;
  }

  .widescreen\:-translate-x-180{
    --tw-translate-x: -11.25rem;
  }

  .widescreen\:-translate-x-200{
    --tw-translate-x: -12.5rem;
  }

  .widescreen\:-translate-x-224{
    --tw-translate-x: -14rem;
  }

  .widescreen\:-translate-x-240{
    --tw-translate-x: -15rem;
  }

  .widescreen\:-translate-x-260{
    --tw-translate-x: -16.25rem;
  }

  .widescreen\:-translate-x-300{
    --tw-translate-x: -18.75rem;
  }

  .widescreen\:-translate-x--78\%{
    --tw-translate-x: 78%;
  }

  .widescreen\:-translate-x--80\%{
    --tw-translate-x: 80%;
  }

  .widescreen\:-translate-x--50\%{
    --tw-translate-x: 50%;
  }

  .widescreen\:-translate-x--35\%{
    --tw-translate-x: 35%;
  }

  .widescreen\:-translate-x--128{
    --tw-translate-x: 8rem;
  }

  .widescreen\:-translate-x--96{
    --tw-translate-x: 6rem;
  }

  .widescreen\:-translate-x--64{
    --tw-translate-x: 4rem;
  }

  .widescreen\:-translate-x--32{
    --tw-translate-x: 2rem;
  }

  .widescreen\:-translate-x--8{
    --tw-translate-x: 0.5rem;
  }

  .widescreen\:-translate-x-5\%{
    --tw-translate-x: -5%;
  }

  .widescreen\:-translate-x-10\%{
    --tw-translate-x: -10%;
  }

  .widescreen\:-translate-x-15\%{
    --tw-translate-x: -15%;
  }

  .widescreen\:-translate-x-20\%{
    --tw-translate-x: -20%;
  }

  .widescreen\:-translate-x-25\%{
    --tw-translate-x: -25%;
  }

  .widescreen\:-translate-x-30\%{
    --tw-translate-x: -30%;
  }

  .widescreen\:-translate-x-31\%{
    --tw-translate-x: -31%;
  }

  .widescreen\:-translate-x-33\%{
    --tw-translate-x: -33.333%;
  }

  .widescreen\:-translate-x-34\%{
    --tw-translate-x: -34%;
  }

  .widescreen\:-translate-x-45\%{
    --tw-translate-x: -45%;
  }

  .widescreen\:-translate-x-54\%{
    --tw-translate-x: -54%;
  }

  .widescreen\:-translate-x-75\%{
    --tw-translate-x: -75%;
  }

  .widescreen\:-translate-x-55\%{
    --tw-translate-x: -55%;
  }

  .widescreen\:-translate-x-65\%{
    --tw-translate-x: -65%;
  }

  .widescreen\:-translate-x-66\%{
    --tw-translate-x: -66%;
  }

  .widescreen\:-translate-x-85\%{
    --tw-translate-x: -85%;
  }

  .widescreen\:-translate-x-96\%{
    --tw-translate-x: -96%;
  }

  .widescreen\:-translate-x-130\%{
    --tw-translate-x: -130%;
  }

  .widescreen\:-translate-x-135\%{
    --tw-translate-x: -135%;
  }

  .widescreen\:-translate-x-200\%{
    --tw-translate-x: -200%;
  }

  .widescreen\:-translate-x-16\/9{
    --tw-translate-x: -56.25%;
  }

  .widescreen\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .widescreen\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .widescreen\:-translate-x-span{
    --tw-translate-x: -8.333%;
  }

  .widescreen\:-translate-x-2span{
    --tw-translate-x: -16.666%;
  }

  .widescreen\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .widescreen\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .widescreen\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .widescreen\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .widescreen\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .widescreen\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .widescreen\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .widescreen\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .widescreen\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .widescreen\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .widescreen\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .widescreen\:translate-y-0{
    --tw-translate-y: 0;
  }

  .widescreen\:translate-y-4{
    --tw-translate-y: 0.25rem;
  }

  .widescreen\:translate-y-8{
    --tw-translate-y: 0.5rem;
  }

  .widescreen\:translate-y-12{
    --tw-translate-y: 0.75rem;
  }

  .widescreen\:translate-y-16{
    --tw-translate-y: 1rem;
  }

  .widescreen\:translate-y-20{
    --tw-translate-y: 1.25rem;
  }

  .widescreen\:translate-y-24{
    --tw-translate-y: 1.5rem;
  }

  .widescreen\:translate-y-32{
    --tw-translate-y: 2rem;
  }

  .widescreen\:translate-y-40{
    --tw-translate-y: 2.5rem;
  }

  .widescreen\:translate-y-48{
    --tw-translate-y: 3rem;
  }

  .widescreen\:translate-y-56{
    --tw-translate-y: 3.5rem;
  }

  .widescreen\:translate-y-64{
    --tw-translate-y: 4rem;
  }

  .widescreen\:translate-y-80{
    --tw-translate-y: 5rem;
  }

  .widescreen\:translate-y-96{
    --tw-translate-y: 6rem;
  }

  .widescreen\:translate-y-104{
    --tw-translate-y: 6.5rem;
  }

  .widescreen\:translate-y-112{
    --tw-translate-y: 7rem;
  }

  .widescreen\:translate-y-128{
    --tw-translate-y: 8rem;
  }

  .widescreen\:translate-y-140{
    --tw-translate-y: 8.75rem;
  }

  .widescreen\:translate-y-160{
    --tw-translate-y: 10rem;
  }

  .widescreen\:translate-y-180{
    --tw-translate-y: 11.25rem;
  }

  .widescreen\:translate-y-200{
    --tw-translate-y: 12.5rem;
  }

  .widescreen\:translate-y-224{
    --tw-translate-y: 14rem;
  }

  .widescreen\:translate-y-240{
    --tw-translate-y: 15rem;
  }

  .widescreen\:translate-y-260{
    --tw-translate-y: 16.25rem;
  }

  .widescreen\:translate-y-300{
    --tw-translate-y: 18.75rem;
  }

  .widescreen\:-translate-y-78\%{
    --tw-translate-y: -78%;
  }

  .widescreen\:-translate-y-80\%{
    --tw-translate-y: -80%;
  }

  .widescreen\:-translate-y-50\%{
    --tw-translate-y: -50%;
  }

  .widescreen\:-translate-y-35\%{
    --tw-translate-y: -35%;
  }

  .widescreen\:-translate-y-128{
    --tw-translate-y: -8rem;
  }

  .widescreen\:-translate-y-96{
    --tw-translate-y: -6rem;
  }

  .widescreen\:-translate-y-64{
    --tw-translate-y: -4rem;
  }

  .widescreen\:-translate-y-32{
    --tw-translate-y: -2rem;
  }

  .widescreen\:-translate-y-8{
    --tw-translate-y: -0.5rem;
  }

  .widescreen\:translate-y-5\%{
    --tw-translate-y: 5%;
  }

  .widescreen\:translate-y-10\%{
    --tw-translate-y: 10%;
  }

  .widescreen\:translate-y-15\%{
    --tw-translate-y: 15%;
  }

  .widescreen\:translate-y-20\%{
    --tw-translate-y: 20%;
  }

  .widescreen\:translate-y-25\%{
    --tw-translate-y: 25%;
  }

  .widescreen\:translate-y-30\%{
    --tw-translate-y: 30%;
  }

  .widescreen\:translate-y-31\%{
    --tw-translate-y: 31%;
  }

  .widescreen\:translate-y-33\%{
    --tw-translate-y: 33.333%;
  }

  .widescreen\:translate-y-34\%{
    --tw-translate-y: 34%;
  }

  .widescreen\:translate-y-45\%{
    --tw-translate-y: 45%;
  }

  .widescreen\:translate-y-50\%{
    --tw-translate-y: 50%;
  }

  .widescreen\:translate-y-54\%{
    --tw-translate-y: 54%;
  }

  .widescreen\:translate-y-75\%{
    --tw-translate-y: 75%;
  }

  .widescreen\:translate-y-55\%{
    --tw-translate-y: 55%;
  }

  .widescreen\:translate-y-65\%{
    --tw-translate-y: 65%;
  }

  .widescreen\:translate-y-66\%{
    --tw-translate-y: 66%;
  }

  .widescreen\:translate-y-85\%{
    --tw-translate-y: 85%;
  }

  .widescreen\:translate-y-96\%{
    --tw-translate-y: 96%;
  }

  .widescreen\:translate-y-130\%{
    --tw-translate-y: 130%;
  }

  .widescreen\:translate-y-135\%{
    --tw-translate-y: 135%;
  }

  .widescreen\:translate-y-200\%{
    --tw-translate-y: 200%;
  }

  .widescreen\:translate-y-16\/9{
    --tw-translate-y: 56.25%;
  }

  .widescreen\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .widescreen\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .widescreen\:translate-y-span{
    --tw-translate-y: 8.333%;
  }

  .widescreen\:translate-y-2span{
    --tw-translate-y: 16.666%;
  }

  .widescreen\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .widescreen\:-translate-y-4{
    --tw-translate-y: -0.25rem;
  }

  .widescreen\:-translate-y-12{
    --tw-translate-y: -0.75rem;
  }

  .widescreen\:-translate-y-16{
    --tw-translate-y: -1rem;
  }

  .widescreen\:-translate-y-20{
    --tw-translate-y: -1.25rem;
  }

  .widescreen\:-translate-y-24{
    --tw-translate-y: -1.5rem;
  }

  .widescreen\:-translate-y-40{
    --tw-translate-y: -2.5rem;
  }

  .widescreen\:-translate-y-48{
    --tw-translate-y: -3rem;
  }

  .widescreen\:-translate-y-56{
    --tw-translate-y: -3.5rem;
  }

  .widescreen\:-translate-y-80{
    --tw-translate-y: -5rem;
  }

  .widescreen\:-translate-y-104{
    --tw-translate-y: -6.5rem;
  }

  .widescreen\:-translate-y-112{
    --tw-translate-y: -7rem;
  }

  .widescreen\:-translate-y-140{
    --tw-translate-y: -8.75rem;
  }

  .widescreen\:-translate-y-160{
    --tw-translate-y: -10rem;
  }

  .widescreen\:-translate-y-180{
    --tw-translate-y: -11.25rem;
  }

  .widescreen\:-translate-y-200{
    --tw-translate-y: -12.5rem;
  }

  .widescreen\:-translate-y-224{
    --tw-translate-y: -14rem;
  }

  .widescreen\:-translate-y-240{
    --tw-translate-y: -15rem;
  }

  .widescreen\:-translate-y-260{
    --tw-translate-y: -16.25rem;
  }

  .widescreen\:-translate-y-300{
    --tw-translate-y: -18.75rem;
  }

  .widescreen\:-translate-y--78\%{
    --tw-translate-y: 78%;
  }

  .widescreen\:-translate-y--80\%{
    --tw-translate-y: 80%;
  }

  .widescreen\:-translate-y--50\%{
    --tw-translate-y: 50%;
  }

  .widescreen\:-translate-y--35\%{
    --tw-translate-y: 35%;
  }

  .widescreen\:-translate-y--128{
    --tw-translate-y: 8rem;
  }

  .widescreen\:-translate-y--96{
    --tw-translate-y: 6rem;
  }

  .widescreen\:-translate-y--64{
    --tw-translate-y: 4rem;
  }

  .widescreen\:-translate-y--32{
    --tw-translate-y: 2rem;
  }

  .widescreen\:-translate-y--8{
    --tw-translate-y: 0.5rem;
  }

  .widescreen\:-translate-y-5\%{
    --tw-translate-y: -5%;
  }

  .widescreen\:-translate-y-10\%{
    --tw-translate-y: -10%;
  }

  .widescreen\:-translate-y-15\%{
    --tw-translate-y: -15%;
  }

  .widescreen\:-translate-y-20\%{
    --tw-translate-y: -20%;
  }

  .widescreen\:-translate-y-25\%{
    --tw-translate-y: -25%;
  }

  .widescreen\:-translate-y-30\%{
    --tw-translate-y: -30%;
  }

  .widescreen\:-translate-y-31\%{
    --tw-translate-y: -31%;
  }

  .widescreen\:-translate-y-33\%{
    --tw-translate-y: -33.333%;
  }

  .widescreen\:-translate-y-34\%{
    --tw-translate-y: -34%;
  }

  .widescreen\:-translate-y-45\%{
    --tw-translate-y: -45%;
  }

  .widescreen\:-translate-y-54\%{
    --tw-translate-y: -54%;
  }

  .widescreen\:-translate-y-75\%{
    --tw-translate-y: -75%;
  }

  .widescreen\:-translate-y-55\%{
    --tw-translate-y: -55%;
  }

  .widescreen\:-translate-y-65\%{
    --tw-translate-y: -65%;
  }

  .widescreen\:-translate-y-66\%{
    --tw-translate-y: -66%;
  }

  .widescreen\:-translate-y-85\%{
    --tw-translate-y: -85%;
  }

  .widescreen\:-translate-y-96\%{
    --tw-translate-y: -96%;
  }

  .widescreen\:-translate-y-130\%{
    --tw-translate-y: -130%;
  }

  .widescreen\:-translate-y-135\%{
    --tw-translate-y: -135%;
  }

  .widescreen\:-translate-y-200\%{
    --tw-translate-y: -200%;
  }

  .widescreen\:-translate-y-16\/9{
    --tw-translate-y: -56.25%;
  }

  .widescreen\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .widescreen\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .widescreen\:-translate-y-span{
    --tw-translate-y: -8.333%;
  }

  .widescreen\:-translate-y-2span{
    --tw-translate-y: -16.666%;
  }

  .widescreen\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .widescreen\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .widescreen\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .widescreen\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .widescreen\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .widescreen\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .widescreen\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .widescreen\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .widescreen\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .widescreen\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .widescreen\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .widescreen\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .widescreen\:hover\:translate-x-4:hover{
    --tw-translate-x: 0.25rem;
  }

  .widescreen\:hover\:translate-x-8:hover{
    --tw-translate-x: 0.5rem;
  }

  .widescreen\:hover\:translate-x-12:hover{
    --tw-translate-x: 0.75rem;
  }

  .widescreen\:hover\:translate-x-16:hover{
    --tw-translate-x: 1rem;
  }

  .widescreen\:hover\:translate-x-20:hover{
    --tw-translate-x: 1.25rem;
  }

  .widescreen\:hover\:translate-x-24:hover{
    --tw-translate-x: 1.5rem;
  }

  .widescreen\:hover\:translate-x-32:hover{
    --tw-translate-x: 2rem;
  }

  .widescreen\:hover\:translate-x-40:hover{
    --tw-translate-x: 2.5rem;
  }

  .widescreen\:hover\:translate-x-48:hover{
    --tw-translate-x: 3rem;
  }

  .widescreen\:hover\:translate-x-56:hover{
    --tw-translate-x: 3.5rem;
  }

  .widescreen\:hover\:translate-x-64:hover{
    --tw-translate-x: 4rem;
  }

  .widescreen\:hover\:translate-x-80:hover{
    --tw-translate-x: 5rem;
  }

  .widescreen\:hover\:translate-x-96:hover{
    --tw-translate-x: 6rem;
  }

  .widescreen\:hover\:translate-x-104:hover{
    --tw-translate-x: 6.5rem;
  }

  .widescreen\:hover\:translate-x-112:hover{
    --tw-translate-x: 7rem;
  }

  .widescreen\:hover\:translate-x-128:hover{
    --tw-translate-x: 8rem;
  }

  .widescreen\:hover\:translate-x-140:hover{
    --tw-translate-x: 8.75rem;
  }

  .widescreen\:hover\:translate-x-160:hover{
    --tw-translate-x: 10rem;
  }

  .widescreen\:hover\:translate-x-180:hover{
    --tw-translate-x: 11.25rem;
  }

  .widescreen\:hover\:translate-x-200:hover{
    --tw-translate-x: 12.5rem;
  }

  .widescreen\:hover\:translate-x-224:hover{
    --tw-translate-x: 14rem;
  }

  .widescreen\:hover\:translate-x-240:hover{
    --tw-translate-x: 15rem;
  }

  .widescreen\:hover\:translate-x-260:hover{
    --tw-translate-x: 16.25rem;
  }

  .widescreen\:hover\:translate-x-300:hover{
    --tw-translate-x: 18.75rem;
  }

  .widescreen\:hover\:-translate-x-78\%:hover{
    --tw-translate-x: -78%;
  }

  .widescreen\:hover\:-translate-x-80\%:hover{
    --tw-translate-x: -80%;
  }

  .widescreen\:hover\:-translate-x-50\%:hover{
    --tw-translate-x: -50%;
  }

  .widescreen\:hover\:-translate-x-35\%:hover{
    --tw-translate-x: -35%;
  }

  .widescreen\:hover\:-translate-x-128:hover{
    --tw-translate-x: -8rem;
  }

  .widescreen\:hover\:-translate-x-96:hover{
    --tw-translate-x: -6rem;
  }

  .widescreen\:hover\:-translate-x-64:hover{
    --tw-translate-x: -4rem;
  }

  .widescreen\:hover\:-translate-x-32:hover{
    --tw-translate-x: -2rem;
  }

  .widescreen\:hover\:-translate-x-8:hover{
    --tw-translate-x: -0.5rem;
  }

  .widescreen\:hover\:translate-x-5\%:hover{
    --tw-translate-x: 5%;
  }

  .widescreen\:hover\:translate-x-10\%:hover{
    --tw-translate-x: 10%;
  }

  .widescreen\:hover\:translate-x-15\%:hover{
    --tw-translate-x: 15%;
  }

  .widescreen\:hover\:translate-x-20\%:hover{
    --tw-translate-x: 20%;
  }

  .widescreen\:hover\:translate-x-25\%:hover{
    --tw-translate-x: 25%;
  }

  .widescreen\:hover\:translate-x-30\%:hover{
    --tw-translate-x: 30%;
  }

  .widescreen\:hover\:translate-x-31\%:hover{
    --tw-translate-x: 31%;
  }

  .widescreen\:hover\:translate-x-33\%:hover{
    --tw-translate-x: 33.333%;
  }

  .widescreen\:hover\:translate-x-34\%:hover{
    --tw-translate-x: 34%;
  }

  .widescreen\:hover\:translate-x-45\%:hover{
    --tw-translate-x: 45%;
  }

  .widescreen\:hover\:translate-x-50\%:hover{
    --tw-translate-x: 50%;
  }

  .widescreen\:hover\:translate-x-54\%:hover{
    --tw-translate-x: 54%;
  }

  .widescreen\:hover\:translate-x-75\%:hover{
    --tw-translate-x: 75%;
  }

  .widescreen\:hover\:translate-x-55\%:hover{
    --tw-translate-x: 55%;
  }

  .widescreen\:hover\:translate-x-65\%:hover{
    --tw-translate-x: 65%;
  }

  .widescreen\:hover\:translate-x-66\%:hover{
    --tw-translate-x: 66%;
  }

  .widescreen\:hover\:translate-x-85\%:hover{
    --tw-translate-x: 85%;
  }

  .widescreen\:hover\:translate-x-96\%:hover{
    --tw-translate-x: 96%;
  }

  .widescreen\:hover\:translate-x-130\%:hover{
    --tw-translate-x: 130%;
  }

  .widescreen\:hover\:translate-x-135\%:hover{
    --tw-translate-x: 135%;
  }

  .widescreen\:hover\:translate-x-200\%:hover{
    --tw-translate-x: 200%;
  }

  .widescreen\:hover\:translate-x-16\/9:hover{
    --tw-translate-x: 56.25%;
  }

  .widescreen\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .widescreen\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .widescreen\:hover\:translate-x-span:hover{
    --tw-translate-x: 8.333%;
  }

  .widescreen\:hover\:translate-x-2span:hover{
    --tw-translate-x: 16.666%;
  }

  .widescreen\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .widescreen\:hover\:-translate-x-4:hover{
    --tw-translate-x: -0.25rem;
  }

  .widescreen\:hover\:-translate-x-12:hover{
    --tw-translate-x: -0.75rem;
  }

  .widescreen\:hover\:-translate-x-16:hover{
    --tw-translate-x: -1rem;
  }

  .widescreen\:hover\:-translate-x-20:hover{
    --tw-translate-x: -1.25rem;
  }

  .widescreen\:hover\:-translate-x-24:hover{
    --tw-translate-x: -1.5rem;
  }

  .widescreen\:hover\:-translate-x-40:hover{
    --tw-translate-x: -2.5rem;
  }

  .widescreen\:hover\:-translate-x-48:hover{
    --tw-translate-x: -3rem;
  }

  .widescreen\:hover\:-translate-x-56:hover{
    --tw-translate-x: -3.5rem;
  }

  .widescreen\:hover\:-translate-x-80:hover{
    --tw-translate-x: -5rem;
  }

  .widescreen\:hover\:-translate-x-104:hover{
    --tw-translate-x: -6.5rem;
  }

  .widescreen\:hover\:-translate-x-112:hover{
    --tw-translate-x: -7rem;
  }

  .widescreen\:hover\:-translate-x-140:hover{
    --tw-translate-x: -8.75rem;
  }

  .widescreen\:hover\:-translate-x-160:hover{
    --tw-translate-x: -10rem;
  }

  .widescreen\:hover\:-translate-x-180:hover{
    --tw-translate-x: -11.25rem;
  }

  .widescreen\:hover\:-translate-x-200:hover{
    --tw-translate-x: -12.5rem;
  }

  .widescreen\:hover\:-translate-x-224:hover{
    --tw-translate-x: -14rem;
  }

  .widescreen\:hover\:-translate-x-240:hover{
    --tw-translate-x: -15rem;
  }

  .widescreen\:hover\:-translate-x-260:hover{
    --tw-translate-x: -16.25rem;
  }

  .widescreen\:hover\:-translate-x-300:hover{
    --tw-translate-x: -18.75rem;
  }

  .widescreen\:hover\:-translate-x--78\%:hover{
    --tw-translate-x: 78%;
  }

  .widescreen\:hover\:-translate-x--80\%:hover{
    --tw-translate-x: 80%;
  }

  .widescreen\:hover\:-translate-x--50\%:hover{
    --tw-translate-x: 50%;
  }

  .widescreen\:hover\:-translate-x--35\%:hover{
    --tw-translate-x: 35%;
  }

  .widescreen\:hover\:-translate-x--128:hover{
    --tw-translate-x: 8rem;
  }

  .widescreen\:hover\:-translate-x--96:hover{
    --tw-translate-x: 6rem;
  }

  .widescreen\:hover\:-translate-x--64:hover{
    --tw-translate-x: 4rem;
  }

  .widescreen\:hover\:-translate-x--32:hover{
    --tw-translate-x: 2rem;
  }

  .widescreen\:hover\:-translate-x--8:hover{
    --tw-translate-x: 0.5rem;
  }

  .widescreen\:hover\:-translate-x-5\%:hover{
    --tw-translate-x: -5%;
  }

  .widescreen\:hover\:-translate-x-10\%:hover{
    --tw-translate-x: -10%;
  }

  .widescreen\:hover\:-translate-x-15\%:hover{
    --tw-translate-x: -15%;
  }

  .widescreen\:hover\:-translate-x-20\%:hover{
    --tw-translate-x: -20%;
  }

  .widescreen\:hover\:-translate-x-25\%:hover{
    --tw-translate-x: -25%;
  }

  .widescreen\:hover\:-translate-x-30\%:hover{
    --tw-translate-x: -30%;
  }

  .widescreen\:hover\:-translate-x-31\%:hover{
    --tw-translate-x: -31%;
  }

  .widescreen\:hover\:-translate-x-33\%:hover{
    --tw-translate-x: -33.333%;
  }

  .widescreen\:hover\:-translate-x-34\%:hover{
    --tw-translate-x: -34%;
  }

  .widescreen\:hover\:-translate-x-45\%:hover{
    --tw-translate-x: -45%;
  }

  .widescreen\:hover\:-translate-x-54\%:hover{
    --tw-translate-x: -54%;
  }

  .widescreen\:hover\:-translate-x-75\%:hover{
    --tw-translate-x: -75%;
  }

  .widescreen\:hover\:-translate-x-55\%:hover{
    --tw-translate-x: -55%;
  }

  .widescreen\:hover\:-translate-x-65\%:hover{
    --tw-translate-x: -65%;
  }

  .widescreen\:hover\:-translate-x-66\%:hover{
    --tw-translate-x: -66%;
  }

  .widescreen\:hover\:-translate-x-85\%:hover{
    --tw-translate-x: -85%;
  }

  .widescreen\:hover\:-translate-x-96\%:hover{
    --tw-translate-x: -96%;
  }

  .widescreen\:hover\:-translate-x-130\%:hover{
    --tw-translate-x: -130%;
  }

  .widescreen\:hover\:-translate-x-135\%:hover{
    --tw-translate-x: -135%;
  }

  .widescreen\:hover\:-translate-x-200\%:hover{
    --tw-translate-x: -200%;
  }

  .widescreen\:hover\:-translate-x-16\/9:hover{
    --tw-translate-x: -56.25%;
  }

  .widescreen\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .widescreen\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .widescreen\:hover\:-translate-x-span:hover{
    --tw-translate-x: -8.333%;
  }

  .widescreen\:hover\:-translate-x-2span:hover{
    --tw-translate-x: -16.666%;
  }

  .widescreen\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .widescreen\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .widescreen\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .widescreen\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .widescreen\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .widescreen\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .widescreen\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .widescreen\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .widescreen\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .widescreen\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .widescreen\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .widescreen\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  .widescreen\:hover\:translate-y-4:hover{
    --tw-translate-y: 0.25rem;
  }

  .widescreen\:hover\:translate-y-8:hover{
    --tw-translate-y: 0.5rem;
  }

  .widescreen\:hover\:translate-y-12:hover{
    --tw-translate-y: 0.75rem;
  }

  .widescreen\:hover\:translate-y-16:hover{
    --tw-translate-y: 1rem;
  }

  .widescreen\:hover\:translate-y-20:hover{
    --tw-translate-y: 1.25rem;
  }

  .widescreen\:hover\:translate-y-24:hover{
    --tw-translate-y: 1.5rem;
  }

  .widescreen\:hover\:translate-y-32:hover{
    --tw-translate-y: 2rem;
  }

  .widescreen\:hover\:translate-y-40:hover{
    --tw-translate-y: 2.5rem;
  }

  .widescreen\:hover\:translate-y-48:hover{
    --tw-translate-y: 3rem;
  }

  .widescreen\:hover\:translate-y-56:hover{
    --tw-translate-y: 3.5rem;
  }

  .widescreen\:hover\:translate-y-64:hover{
    --tw-translate-y: 4rem;
  }

  .widescreen\:hover\:translate-y-80:hover{
    --tw-translate-y: 5rem;
  }

  .widescreen\:hover\:translate-y-96:hover{
    --tw-translate-y: 6rem;
  }

  .widescreen\:hover\:translate-y-104:hover{
    --tw-translate-y: 6.5rem;
  }

  .widescreen\:hover\:translate-y-112:hover{
    --tw-translate-y: 7rem;
  }

  .widescreen\:hover\:translate-y-128:hover{
    --tw-translate-y: 8rem;
  }

  .widescreen\:hover\:translate-y-140:hover{
    --tw-translate-y: 8.75rem;
  }

  .widescreen\:hover\:translate-y-160:hover{
    --tw-translate-y: 10rem;
  }

  .widescreen\:hover\:translate-y-180:hover{
    --tw-translate-y: 11.25rem;
  }

  .widescreen\:hover\:translate-y-200:hover{
    --tw-translate-y: 12.5rem;
  }

  .widescreen\:hover\:translate-y-224:hover{
    --tw-translate-y: 14rem;
  }

  .widescreen\:hover\:translate-y-240:hover{
    --tw-translate-y: 15rem;
  }

  .widescreen\:hover\:translate-y-260:hover{
    --tw-translate-y: 16.25rem;
  }

  .widescreen\:hover\:translate-y-300:hover{
    --tw-translate-y: 18.75rem;
  }

  .widescreen\:hover\:-translate-y-78\%:hover{
    --tw-translate-y: -78%;
  }

  .widescreen\:hover\:-translate-y-80\%:hover{
    --tw-translate-y: -80%;
  }

  .widescreen\:hover\:-translate-y-50\%:hover{
    --tw-translate-y: -50%;
  }

  .widescreen\:hover\:-translate-y-35\%:hover{
    --tw-translate-y: -35%;
  }

  .widescreen\:hover\:-translate-y-128:hover{
    --tw-translate-y: -8rem;
  }

  .widescreen\:hover\:-translate-y-96:hover{
    --tw-translate-y: -6rem;
  }

  .widescreen\:hover\:-translate-y-64:hover{
    --tw-translate-y: -4rem;
  }

  .widescreen\:hover\:-translate-y-32:hover{
    --tw-translate-y: -2rem;
  }

  .widescreen\:hover\:-translate-y-8:hover{
    --tw-translate-y: -0.5rem;
  }

  .widescreen\:hover\:translate-y-5\%:hover{
    --tw-translate-y: 5%;
  }

  .widescreen\:hover\:translate-y-10\%:hover{
    --tw-translate-y: 10%;
  }

  .widescreen\:hover\:translate-y-15\%:hover{
    --tw-translate-y: 15%;
  }

  .widescreen\:hover\:translate-y-20\%:hover{
    --tw-translate-y: 20%;
  }

  .widescreen\:hover\:translate-y-25\%:hover{
    --tw-translate-y: 25%;
  }

  .widescreen\:hover\:translate-y-30\%:hover{
    --tw-translate-y: 30%;
  }

  .widescreen\:hover\:translate-y-31\%:hover{
    --tw-translate-y: 31%;
  }

  .widescreen\:hover\:translate-y-33\%:hover{
    --tw-translate-y: 33.333%;
  }

  .widescreen\:hover\:translate-y-34\%:hover{
    --tw-translate-y: 34%;
  }

  .widescreen\:hover\:translate-y-45\%:hover{
    --tw-translate-y: 45%;
  }

  .widescreen\:hover\:translate-y-50\%:hover{
    --tw-translate-y: 50%;
  }

  .widescreen\:hover\:translate-y-54\%:hover{
    --tw-translate-y: 54%;
  }

  .widescreen\:hover\:translate-y-75\%:hover{
    --tw-translate-y: 75%;
  }

  .widescreen\:hover\:translate-y-55\%:hover{
    --tw-translate-y: 55%;
  }

  .widescreen\:hover\:translate-y-65\%:hover{
    --tw-translate-y: 65%;
  }

  .widescreen\:hover\:translate-y-66\%:hover{
    --tw-translate-y: 66%;
  }

  .widescreen\:hover\:translate-y-85\%:hover{
    --tw-translate-y: 85%;
  }

  .widescreen\:hover\:translate-y-96\%:hover{
    --tw-translate-y: 96%;
  }

  .widescreen\:hover\:translate-y-130\%:hover{
    --tw-translate-y: 130%;
  }

  .widescreen\:hover\:translate-y-135\%:hover{
    --tw-translate-y: 135%;
  }

  .widescreen\:hover\:translate-y-200\%:hover{
    --tw-translate-y: 200%;
  }

  .widescreen\:hover\:translate-y-16\/9:hover{
    --tw-translate-y: 56.25%;
  }

  .widescreen\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .widescreen\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .widescreen\:hover\:translate-y-span:hover{
    --tw-translate-y: 8.333%;
  }

  .widescreen\:hover\:translate-y-2span:hover{
    --tw-translate-y: 16.666%;
  }

  .widescreen\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .widescreen\:hover\:-translate-y-4:hover{
    --tw-translate-y: -0.25rem;
  }

  .widescreen\:hover\:-translate-y-12:hover{
    --tw-translate-y: -0.75rem;
  }

  .widescreen\:hover\:-translate-y-16:hover{
    --tw-translate-y: -1rem;
  }

  .widescreen\:hover\:-translate-y-20:hover{
    --tw-translate-y: -1.25rem;
  }

  .widescreen\:hover\:-translate-y-24:hover{
    --tw-translate-y: -1.5rem;
  }

  .widescreen\:hover\:-translate-y-40:hover{
    --tw-translate-y: -2.5rem;
  }

  .widescreen\:hover\:-translate-y-48:hover{
    --tw-translate-y: -3rem;
  }

  .widescreen\:hover\:-translate-y-56:hover{
    --tw-translate-y: -3.5rem;
  }

  .widescreen\:hover\:-translate-y-80:hover{
    --tw-translate-y: -5rem;
  }

  .widescreen\:hover\:-translate-y-104:hover{
    --tw-translate-y: -6.5rem;
  }

  .widescreen\:hover\:-translate-y-112:hover{
    --tw-translate-y: -7rem;
  }

  .widescreen\:hover\:-translate-y-140:hover{
    --tw-translate-y: -8.75rem;
  }

  .widescreen\:hover\:-translate-y-160:hover{
    --tw-translate-y: -10rem;
  }

  .widescreen\:hover\:-translate-y-180:hover{
    --tw-translate-y: -11.25rem;
  }

  .widescreen\:hover\:-translate-y-200:hover{
    --tw-translate-y: -12.5rem;
  }

  .widescreen\:hover\:-translate-y-224:hover{
    --tw-translate-y: -14rem;
  }

  .widescreen\:hover\:-translate-y-240:hover{
    --tw-translate-y: -15rem;
  }

  .widescreen\:hover\:-translate-y-260:hover{
    --tw-translate-y: -16.25rem;
  }

  .widescreen\:hover\:-translate-y-300:hover{
    --tw-translate-y: -18.75rem;
  }

  .widescreen\:hover\:-translate-y--78\%:hover{
    --tw-translate-y: 78%;
  }

  .widescreen\:hover\:-translate-y--80\%:hover{
    --tw-translate-y: 80%;
  }

  .widescreen\:hover\:-translate-y--50\%:hover{
    --tw-translate-y: 50%;
  }

  .widescreen\:hover\:-translate-y--35\%:hover{
    --tw-translate-y: 35%;
  }

  .widescreen\:hover\:-translate-y--128:hover{
    --tw-translate-y: 8rem;
  }

  .widescreen\:hover\:-translate-y--96:hover{
    --tw-translate-y: 6rem;
  }

  .widescreen\:hover\:-translate-y--64:hover{
    --tw-translate-y: 4rem;
  }

  .widescreen\:hover\:-translate-y--32:hover{
    --tw-translate-y: 2rem;
  }

  .widescreen\:hover\:-translate-y--8:hover{
    --tw-translate-y: 0.5rem;
  }

  .widescreen\:hover\:-translate-y-5\%:hover{
    --tw-translate-y: -5%;
  }

  .widescreen\:hover\:-translate-y-10\%:hover{
    --tw-translate-y: -10%;
  }

  .widescreen\:hover\:-translate-y-15\%:hover{
    --tw-translate-y: -15%;
  }

  .widescreen\:hover\:-translate-y-20\%:hover{
    --tw-translate-y: -20%;
  }

  .widescreen\:hover\:-translate-y-25\%:hover{
    --tw-translate-y: -25%;
  }

  .widescreen\:hover\:-translate-y-30\%:hover{
    --tw-translate-y: -30%;
  }

  .widescreen\:hover\:-translate-y-31\%:hover{
    --tw-translate-y: -31%;
  }

  .widescreen\:hover\:-translate-y-33\%:hover{
    --tw-translate-y: -33.333%;
  }

  .widescreen\:hover\:-translate-y-34\%:hover{
    --tw-translate-y: -34%;
  }

  .widescreen\:hover\:-translate-y-45\%:hover{
    --tw-translate-y: -45%;
  }

  .widescreen\:hover\:-translate-y-54\%:hover{
    --tw-translate-y: -54%;
  }

  .widescreen\:hover\:-translate-y-75\%:hover{
    --tw-translate-y: -75%;
  }

  .widescreen\:hover\:-translate-y-55\%:hover{
    --tw-translate-y: -55%;
  }

  .widescreen\:hover\:-translate-y-65\%:hover{
    --tw-translate-y: -65%;
  }

  .widescreen\:hover\:-translate-y-66\%:hover{
    --tw-translate-y: -66%;
  }

  .widescreen\:hover\:-translate-y-85\%:hover{
    --tw-translate-y: -85%;
  }

  .widescreen\:hover\:-translate-y-96\%:hover{
    --tw-translate-y: -96%;
  }

  .widescreen\:hover\:-translate-y-130\%:hover{
    --tw-translate-y: -130%;
  }

  .widescreen\:hover\:-translate-y-135\%:hover{
    --tw-translate-y: -135%;
  }

  .widescreen\:hover\:-translate-y-200\%:hover{
    --tw-translate-y: -200%;
  }

  .widescreen\:hover\:-translate-y-16\/9:hover{
    --tw-translate-y: -56.25%;
  }

  .widescreen\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .widescreen\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .widescreen\:hover\:-translate-y-span:hover{
    --tw-translate-y: -8.333%;
  }

  .widescreen\:hover\:-translate-y-2span:hover{
    --tw-translate-y: -16.666%;
  }

  .widescreen\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .widescreen\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .widescreen\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .widescreen\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .widescreen\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .widescreen\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .widescreen\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .widescreen\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .widescreen\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .widescreen\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .widescreen\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .widescreen\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .widescreen\:focus\:translate-x-4:focus{
    --tw-translate-x: 0.25rem;
  }

  .widescreen\:focus\:translate-x-8:focus{
    --tw-translate-x: 0.5rem;
  }

  .widescreen\:focus\:translate-x-12:focus{
    --tw-translate-x: 0.75rem;
  }

  .widescreen\:focus\:translate-x-16:focus{
    --tw-translate-x: 1rem;
  }

  .widescreen\:focus\:translate-x-20:focus{
    --tw-translate-x: 1.25rem;
  }

  .widescreen\:focus\:translate-x-24:focus{
    --tw-translate-x: 1.5rem;
  }

  .widescreen\:focus\:translate-x-32:focus{
    --tw-translate-x: 2rem;
  }

  .widescreen\:focus\:translate-x-40:focus{
    --tw-translate-x: 2.5rem;
  }

  .widescreen\:focus\:translate-x-48:focus{
    --tw-translate-x: 3rem;
  }

  .widescreen\:focus\:translate-x-56:focus{
    --tw-translate-x: 3.5rem;
  }

  .widescreen\:focus\:translate-x-64:focus{
    --tw-translate-x: 4rem;
  }

  .widescreen\:focus\:translate-x-80:focus{
    --tw-translate-x: 5rem;
  }

  .widescreen\:focus\:translate-x-96:focus{
    --tw-translate-x: 6rem;
  }

  .widescreen\:focus\:translate-x-104:focus{
    --tw-translate-x: 6.5rem;
  }

  .widescreen\:focus\:translate-x-112:focus{
    --tw-translate-x: 7rem;
  }

  .widescreen\:focus\:translate-x-128:focus{
    --tw-translate-x: 8rem;
  }

  .widescreen\:focus\:translate-x-140:focus{
    --tw-translate-x: 8.75rem;
  }

  .widescreen\:focus\:translate-x-160:focus{
    --tw-translate-x: 10rem;
  }

  .widescreen\:focus\:translate-x-180:focus{
    --tw-translate-x: 11.25rem;
  }

  .widescreen\:focus\:translate-x-200:focus{
    --tw-translate-x: 12.5rem;
  }

  .widescreen\:focus\:translate-x-224:focus{
    --tw-translate-x: 14rem;
  }

  .widescreen\:focus\:translate-x-240:focus{
    --tw-translate-x: 15rem;
  }

  .widescreen\:focus\:translate-x-260:focus{
    --tw-translate-x: 16.25rem;
  }

  .widescreen\:focus\:translate-x-300:focus{
    --tw-translate-x: 18.75rem;
  }

  .widescreen\:focus\:-translate-x-78\%:focus{
    --tw-translate-x: -78%;
  }

  .widescreen\:focus\:-translate-x-80\%:focus{
    --tw-translate-x: -80%;
  }

  .widescreen\:focus\:-translate-x-50\%:focus{
    --tw-translate-x: -50%;
  }

  .widescreen\:focus\:-translate-x-35\%:focus{
    --tw-translate-x: -35%;
  }

  .widescreen\:focus\:-translate-x-128:focus{
    --tw-translate-x: -8rem;
  }

  .widescreen\:focus\:-translate-x-96:focus{
    --tw-translate-x: -6rem;
  }

  .widescreen\:focus\:-translate-x-64:focus{
    --tw-translate-x: -4rem;
  }

  .widescreen\:focus\:-translate-x-32:focus{
    --tw-translate-x: -2rem;
  }

  .widescreen\:focus\:-translate-x-8:focus{
    --tw-translate-x: -0.5rem;
  }

  .widescreen\:focus\:translate-x-5\%:focus{
    --tw-translate-x: 5%;
  }

  .widescreen\:focus\:translate-x-10\%:focus{
    --tw-translate-x: 10%;
  }

  .widescreen\:focus\:translate-x-15\%:focus{
    --tw-translate-x: 15%;
  }

  .widescreen\:focus\:translate-x-20\%:focus{
    --tw-translate-x: 20%;
  }

  .widescreen\:focus\:translate-x-25\%:focus{
    --tw-translate-x: 25%;
  }

  .widescreen\:focus\:translate-x-30\%:focus{
    --tw-translate-x: 30%;
  }

  .widescreen\:focus\:translate-x-31\%:focus{
    --tw-translate-x: 31%;
  }

  .widescreen\:focus\:translate-x-33\%:focus{
    --tw-translate-x: 33.333%;
  }

  .widescreen\:focus\:translate-x-34\%:focus{
    --tw-translate-x: 34%;
  }

  .widescreen\:focus\:translate-x-45\%:focus{
    --tw-translate-x: 45%;
  }

  .widescreen\:focus\:translate-x-50\%:focus{
    --tw-translate-x: 50%;
  }

  .widescreen\:focus\:translate-x-54\%:focus{
    --tw-translate-x: 54%;
  }

  .widescreen\:focus\:translate-x-75\%:focus{
    --tw-translate-x: 75%;
  }

  .widescreen\:focus\:translate-x-55\%:focus{
    --tw-translate-x: 55%;
  }

  .widescreen\:focus\:translate-x-65\%:focus{
    --tw-translate-x: 65%;
  }

  .widescreen\:focus\:translate-x-66\%:focus{
    --tw-translate-x: 66%;
  }

  .widescreen\:focus\:translate-x-85\%:focus{
    --tw-translate-x: 85%;
  }

  .widescreen\:focus\:translate-x-96\%:focus{
    --tw-translate-x: 96%;
  }

  .widescreen\:focus\:translate-x-130\%:focus{
    --tw-translate-x: 130%;
  }

  .widescreen\:focus\:translate-x-135\%:focus{
    --tw-translate-x: 135%;
  }

  .widescreen\:focus\:translate-x-200\%:focus{
    --tw-translate-x: 200%;
  }

  .widescreen\:focus\:translate-x-16\/9:focus{
    --tw-translate-x: 56.25%;
  }

  .widescreen\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .widescreen\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .widescreen\:focus\:translate-x-span:focus{
    --tw-translate-x: 8.333%;
  }

  .widescreen\:focus\:translate-x-2span:focus{
    --tw-translate-x: 16.666%;
  }

  .widescreen\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .widescreen\:focus\:-translate-x-4:focus{
    --tw-translate-x: -0.25rem;
  }

  .widescreen\:focus\:-translate-x-12:focus{
    --tw-translate-x: -0.75rem;
  }

  .widescreen\:focus\:-translate-x-16:focus{
    --tw-translate-x: -1rem;
  }

  .widescreen\:focus\:-translate-x-20:focus{
    --tw-translate-x: -1.25rem;
  }

  .widescreen\:focus\:-translate-x-24:focus{
    --tw-translate-x: -1.5rem;
  }

  .widescreen\:focus\:-translate-x-40:focus{
    --tw-translate-x: -2.5rem;
  }

  .widescreen\:focus\:-translate-x-48:focus{
    --tw-translate-x: -3rem;
  }

  .widescreen\:focus\:-translate-x-56:focus{
    --tw-translate-x: -3.5rem;
  }

  .widescreen\:focus\:-translate-x-80:focus{
    --tw-translate-x: -5rem;
  }

  .widescreen\:focus\:-translate-x-104:focus{
    --tw-translate-x: -6.5rem;
  }

  .widescreen\:focus\:-translate-x-112:focus{
    --tw-translate-x: -7rem;
  }

  .widescreen\:focus\:-translate-x-140:focus{
    --tw-translate-x: -8.75rem;
  }

  .widescreen\:focus\:-translate-x-160:focus{
    --tw-translate-x: -10rem;
  }

  .widescreen\:focus\:-translate-x-180:focus{
    --tw-translate-x: -11.25rem;
  }

  .widescreen\:focus\:-translate-x-200:focus{
    --tw-translate-x: -12.5rem;
  }

  .widescreen\:focus\:-translate-x-224:focus{
    --tw-translate-x: -14rem;
  }

  .widescreen\:focus\:-translate-x-240:focus{
    --tw-translate-x: -15rem;
  }

  .widescreen\:focus\:-translate-x-260:focus{
    --tw-translate-x: -16.25rem;
  }

  .widescreen\:focus\:-translate-x-300:focus{
    --tw-translate-x: -18.75rem;
  }

  .widescreen\:focus\:-translate-x--78\%:focus{
    --tw-translate-x: 78%;
  }

  .widescreen\:focus\:-translate-x--80\%:focus{
    --tw-translate-x: 80%;
  }

  .widescreen\:focus\:-translate-x--50\%:focus{
    --tw-translate-x: 50%;
  }

  .widescreen\:focus\:-translate-x--35\%:focus{
    --tw-translate-x: 35%;
  }

  .widescreen\:focus\:-translate-x--128:focus{
    --tw-translate-x: 8rem;
  }

  .widescreen\:focus\:-translate-x--96:focus{
    --tw-translate-x: 6rem;
  }

  .widescreen\:focus\:-translate-x--64:focus{
    --tw-translate-x: 4rem;
  }

  .widescreen\:focus\:-translate-x--32:focus{
    --tw-translate-x: 2rem;
  }

  .widescreen\:focus\:-translate-x--8:focus{
    --tw-translate-x: 0.5rem;
  }

  .widescreen\:focus\:-translate-x-5\%:focus{
    --tw-translate-x: -5%;
  }

  .widescreen\:focus\:-translate-x-10\%:focus{
    --tw-translate-x: -10%;
  }

  .widescreen\:focus\:-translate-x-15\%:focus{
    --tw-translate-x: -15%;
  }

  .widescreen\:focus\:-translate-x-20\%:focus{
    --tw-translate-x: -20%;
  }

  .widescreen\:focus\:-translate-x-25\%:focus{
    --tw-translate-x: -25%;
  }

  .widescreen\:focus\:-translate-x-30\%:focus{
    --tw-translate-x: -30%;
  }

  .widescreen\:focus\:-translate-x-31\%:focus{
    --tw-translate-x: -31%;
  }

  .widescreen\:focus\:-translate-x-33\%:focus{
    --tw-translate-x: -33.333%;
  }

  .widescreen\:focus\:-translate-x-34\%:focus{
    --tw-translate-x: -34%;
  }

  .widescreen\:focus\:-translate-x-45\%:focus{
    --tw-translate-x: -45%;
  }

  .widescreen\:focus\:-translate-x-54\%:focus{
    --tw-translate-x: -54%;
  }

  .widescreen\:focus\:-translate-x-75\%:focus{
    --tw-translate-x: -75%;
  }

  .widescreen\:focus\:-translate-x-55\%:focus{
    --tw-translate-x: -55%;
  }

  .widescreen\:focus\:-translate-x-65\%:focus{
    --tw-translate-x: -65%;
  }

  .widescreen\:focus\:-translate-x-66\%:focus{
    --tw-translate-x: -66%;
  }

  .widescreen\:focus\:-translate-x-85\%:focus{
    --tw-translate-x: -85%;
  }

  .widescreen\:focus\:-translate-x-96\%:focus{
    --tw-translate-x: -96%;
  }

  .widescreen\:focus\:-translate-x-130\%:focus{
    --tw-translate-x: -130%;
  }

  .widescreen\:focus\:-translate-x-135\%:focus{
    --tw-translate-x: -135%;
  }

  .widescreen\:focus\:-translate-x-200\%:focus{
    --tw-translate-x: -200%;
  }

  .widescreen\:focus\:-translate-x-16\/9:focus{
    --tw-translate-x: -56.25%;
  }

  .widescreen\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .widescreen\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .widescreen\:focus\:-translate-x-span:focus{
    --tw-translate-x: -8.333%;
  }

  .widescreen\:focus\:-translate-x-2span:focus{
    --tw-translate-x: -16.666%;
  }

  .widescreen\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .widescreen\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .widescreen\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .widescreen\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .widescreen\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .widescreen\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .widescreen\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .widescreen\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .widescreen\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .widescreen\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .widescreen\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .widescreen\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  .widescreen\:focus\:translate-y-4:focus{
    --tw-translate-y: 0.25rem;
  }

  .widescreen\:focus\:translate-y-8:focus{
    --tw-translate-y: 0.5rem;
  }

  .widescreen\:focus\:translate-y-12:focus{
    --tw-translate-y: 0.75rem;
  }

  .widescreen\:focus\:translate-y-16:focus{
    --tw-translate-y: 1rem;
  }

  .widescreen\:focus\:translate-y-20:focus{
    --tw-translate-y: 1.25rem;
  }

  .widescreen\:focus\:translate-y-24:focus{
    --tw-translate-y: 1.5rem;
  }

  .widescreen\:focus\:translate-y-32:focus{
    --tw-translate-y: 2rem;
  }

  .widescreen\:focus\:translate-y-40:focus{
    --tw-translate-y: 2.5rem;
  }

  .widescreen\:focus\:translate-y-48:focus{
    --tw-translate-y: 3rem;
  }

  .widescreen\:focus\:translate-y-56:focus{
    --tw-translate-y: 3.5rem;
  }

  .widescreen\:focus\:translate-y-64:focus{
    --tw-translate-y: 4rem;
  }

  .widescreen\:focus\:translate-y-80:focus{
    --tw-translate-y: 5rem;
  }

  .widescreen\:focus\:translate-y-96:focus{
    --tw-translate-y: 6rem;
  }

  .widescreen\:focus\:translate-y-104:focus{
    --tw-translate-y: 6.5rem;
  }

  .widescreen\:focus\:translate-y-112:focus{
    --tw-translate-y: 7rem;
  }

  .widescreen\:focus\:translate-y-128:focus{
    --tw-translate-y: 8rem;
  }

  .widescreen\:focus\:translate-y-140:focus{
    --tw-translate-y: 8.75rem;
  }

  .widescreen\:focus\:translate-y-160:focus{
    --tw-translate-y: 10rem;
  }

  .widescreen\:focus\:translate-y-180:focus{
    --tw-translate-y: 11.25rem;
  }

  .widescreen\:focus\:translate-y-200:focus{
    --tw-translate-y: 12.5rem;
  }

  .widescreen\:focus\:translate-y-224:focus{
    --tw-translate-y: 14rem;
  }

  .widescreen\:focus\:translate-y-240:focus{
    --tw-translate-y: 15rem;
  }

  .widescreen\:focus\:translate-y-260:focus{
    --tw-translate-y: 16.25rem;
  }

  .widescreen\:focus\:translate-y-300:focus{
    --tw-translate-y: 18.75rem;
  }

  .widescreen\:focus\:-translate-y-78\%:focus{
    --tw-translate-y: -78%;
  }

  .widescreen\:focus\:-translate-y-80\%:focus{
    --tw-translate-y: -80%;
  }

  .widescreen\:focus\:-translate-y-50\%:focus{
    --tw-translate-y: -50%;
  }

  .widescreen\:focus\:-translate-y-35\%:focus{
    --tw-translate-y: -35%;
  }

  .widescreen\:focus\:-translate-y-128:focus{
    --tw-translate-y: -8rem;
  }

  .widescreen\:focus\:-translate-y-96:focus{
    --tw-translate-y: -6rem;
  }

  .widescreen\:focus\:-translate-y-64:focus{
    --tw-translate-y: -4rem;
  }

  .widescreen\:focus\:-translate-y-32:focus{
    --tw-translate-y: -2rem;
  }

  .widescreen\:focus\:-translate-y-8:focus{
    --tw-translate-y: -0.5rem;
  }

  .widescreen\:focus\:translate-y-5\%:focus{
    --tw-translate-y: 5%;
  }

  .widescreen\:focus\:translate-y-10\%:focus{
    --tw-translate-y: 10%;
  }

  .widescreen\:focus\:translate-y-15\%:focus{
    --tw-translate-y: 15%;
  }

  .widescreen\:focus\:translate-y-20\%:focus{
    --tw-translate-y: 20%;
  }

  .widescreen\:focus\:translate-y-25\%:focus{
    --tw-translate-y: 25%;
  }

  .widescreen\:focus\:translate-y-30\%:focus{
    --tw-translate-y: 30%;
  }

  .widescreen\:focus\:translate-y-31\%:focus{
    --tw-translate-y: 31%;
  }

  .widescreen\:focus\:translate-y-33\%:focus{
    --tw-translate-y: 33.333%;
  }

  .widescreen\:focus\:translate-y-34\%:focus{
    --tw-translate-y: 34%;
  }

  .widescreen\:focus\:translate-y-45\%:focus{
    --tw-translate-y: 45%;
  }

  .widescreen\:focus\:translate-y-50\%:focus{
    --tw-translate-y: 50%;
  }

  .widescreen\:focus\:translate-y-54\%:focus{
    --tw-translate-y: 54%;
  }

  .widescreen\:focus\:translate-y-75\%:focus{
    --tw-translate-y: 75%;
  }

  .widescreen\:focus\:translate-y-55\%:focus{
    --tw-translate-y: 55%;
  }

  .widescreen\:focus\:translate-y-65\%:focus{
    --tw-translate-y: 65%;
  }

  .widescreen\:focus\:translate-y-66\%:focus{
    --tw-translate-y: 66%;
  }

  .widescreen\:focus\:translate-y-85\%:focus{
    --tw-translate-y: 85%;
  }

  .widescreen\:focus\:translate-y-96\%:focus{
    --tw-translate-y: 96%;
  }

  .widescreen\:focus\:translate-y-130\%:focus{
    --tw-translate-y: 130%;
  }

  .widescreen\:focus\:translate-y-135\%:focus{
    --tw-translate-y: 135%;
  }

  .widescreen\:focus\:translate-y-200\%:focus{
    --tw-translate-y: 200%;
  }

  .widescreen\:focus\:translate-y-16\/9:focus{
    --tw-translate-y: 56.25%;
  }

  .widescreen\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .widescreen\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .widescreen\:focus\:translate-y-span:focus{
    --tw-translate-y: 8.333%;
  }

  .widescreen\:focus\:translate-y-2span:focus{
    --tw-translate-y: 16.666%;
  }

  .widescreen\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .widescreen\:focus\:-translate-y-4:focus{
    --tw-translate-y: -0.25rem;
  }

  .widescreen\:focus\:-translate-y-12:focus{
    --tw-translate-y: -0.75rem;
  }

  .widescreen\:focus\:-translate-y-16:focus{
    --tw-translate-y: -1rem;
  }

  .widescreen\:focus\:-translate-y-20:focus{
    --tw-translate-y: -1.25rem;
  }

  .widescreen\:focus\:-translate-y-24:focus{
    --tw-translate-y: -1.5rem;
  }

  .widescreen\:focus\:-translate-y-40:focus{
    --tw-translate-y: -2.5rem;
  }

  .widescreen\:focus\:-translate-y-48:focus{
    --tw-translate-y: -3rem;
  }

  .widescreen\:focus\:-translate-y-56:focus{
    --tw-translate-y: -3.5rem;
  }

  .widescreen\:focus\:-translate-y-80:focus{
    --tw-translate-y: -5rem;
  }

  .widescreen\:focus\:-translate-y-104:focus{
    --tw-translate-y: -6.5rem;
  }

  .widescreen\:focus\:-translate-y-112:focus{
    --tw-translate-y: -7rem;
  }

  .widescreen\:focus\:-translate-y-140:focus{
    --tw-translate-y: -8.75rem;
  }

  .widescreen\:focus\:-translate-y-160:focus{
    --tw-translate-y: -10rem;
  }

  .widescreen\:focus\:-translate-y-180:focus{
    --tw-translate-y: -11.25rem;
  }

  .widescreen\:focus\:-translate-y-200:focus{
    --tw-translate-y: -12.5rem;
  }

  .widescreen\:focus\:-translate-y-224:focus{
    --tw-translate-y: -14rem;
  }

  .widescreen\:focus\:-translate-y-240:focus{
    --tw-translate-y: -15rem;
  }

  .widescreen\:focus\:-translate-y-260:focus{
    --tw-translate-y: -16.25rem;
  }

  .widescreen\:focus\:-translate-y-300:focus{
    --tw-translate-y: -18.75rem;
  }

  .widescreen\:focus\:-translate-y--78\%:focus{
    --tw-translate-y: 78%;
  }

  .widescreen\:focus\:-translate-y--80\%:focus{
    --tw-translate-y: 80%;
  }

  .widescreen\:focus\:-translate-y--50\%:focus{
    --tw-translate-y: 50%;
  }

  .widescreen\:focus\:-translate-y--35\%:focus{
    --tw-translate-y: 35%;
  }

  .widescreen\:focus\:-translate-y--128:focus{
    --tw-translate-y: 8rem;
  }

  .widescreen\:focus\:-translate-y--96:focus{
    --tw-translate-y: 6rem;
  }

  .widescreen\:focus\:-translate-y--64:focus{
    --tw-translate-y: 4rem;
  }

  .widescreen\:focus\:-translate-y--32:focus{
    --tw-translate-y: 2rem;
  }

  .widescreen\:focus\:-translate-y--8:focus{
    --tw-translate-y: 0.5rem;
  }

  .widescreen\:focus\:-translate-y-5\%:focus{
    --tw-translate-y: -5%;
  }

  .widescreen\:focus\:-translate-y-10\%:focus{
    --tw-translate-y: -10%;
  }

  .widescreen\:focus\:-translate-y-15\%:focus{
    --tw-translate-y: -15%;
  }

  .widescreen\:focus\:-translate-y-20\%:focus{
    --tw-translate-y: -20%;
  }

  .widescreen\:focus\:-translate-y-25\%:focus{
    --tw-translate-y: -25%;
  }

  .widescreen\:focus\:-translate-y-30\%:focus{
    --tw-translate-y: -30%;
  }

  .widescreen\:focus\:-translate-y-31\%:focus{
    --tw-translate-y: -31%;
  }

  .widescreen\:focus\:-translate-y-33\%:focus{
    --tw-translate-y: -33.333%;
  }

  .widescreen\:focus\:-translate-y-34\%:focus{
    --tw-translate-y: -34%;
  }

  .widescreen\:focus\:-translate-y-45\%:focus{
    --tw-translate-y: -45%;
  }

  .widescreen\:focus\:-translate-y-54\%:focus{
    --tw-translate-y: -54%;
  }

  .widescreen\:focus\:-translate-y-75\%:focus{
    --tw-translate-y: -75%;
  }

  .widescreen\:focus\:-translate-y-55\%:focus{
    --tw-translate-y: -55%;
  }

  .widescreen\:focus\:-translate-y-65\%:focus{
    --tw-translate-y: -65%;
  }

  .widescreen\:focus\:-translate-y-66\%:focus{
    --tw-translate-y: -66%;
  }

  .widescreen\:focus\:-translate-y-85\%:focus{
    --tw-translate-y: -85%;
  }

  .widescreen\:focus\:-translate-y-96\%:focus{
    --tw-translate-y: -96%;
  }

  .widescreen\:focus\:-translate-y-130\%:focus{
    --tw-translate-y: -130%;
  }

  .widescreen\:focus\:-translate-y-135\%:focus{
    --tw-translate-y: -135%;
  }

  .widescreen\:focus\:-translate-y-200\%:focus{
    --tw-translate-y: -200%;
  }

  .widescreen\:focus\:-translate-y-16\/9:focus{
    --tw-translate-y: -56.25%;
  }

  .widescreen\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .widescreen\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .widescreen\:focus\:-translate-y-span:focus{
    --tw-translate-y: -8.333%;
  }

  .widescreen\:focus\:-translate-y-2span:focus{
    --tw-translate-y: -16.666%;
  }

  .widescreen\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .widescreen\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .widescreen\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .widescreen\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .widescreen\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .widescreen\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .widescreen\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .widescreen\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .widescreen\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .widescreen\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .widescreen\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .widescreen\:rotate-0{
    --tw-rotate: 0deg;
  }

  .widescreen\:rotate-1{
    --tw-rotate: 1deg;
  }

  .widescreen\:rotate-2{
    --tw-rotate: 2deg;
  }

  .widescreen\:rotate-3{
    --tw-rotate: 3deg;
  }

  .widescreen\:rotate-6{
    --tw-rotate: 6deg;
  }

  .widescreen\:rotate-12{
    --tw-rotate: 12deg;
  }

  .widescreen\:rotate-45{
    --tw-rotate: 45deg;
  }

  .widescreen\:rotate-90{
    --tw-rotate: 90deg;
  }

  .widescreen\:rotate-180{
    --tw-rotate: 180deg;
  }

  .widescreen\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .widescreen\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .widescreen\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .widescreen\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .widescreen\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .widescreen\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .widescreen\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .widescreen\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .widescreen\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .widescreen\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .widescreen\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .widescreen\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .widescreen\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .widescreen\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .widescreen\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .widescreen\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .widescreen\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .widescreen\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .widescreen\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .widescreen\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .widescreen\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .widescreen\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .widescreen\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .widescreen\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .widescreen\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .widescreen\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .widescreen\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .widescreen\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .widescreen\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .widescreen\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .widescreen\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .widescreen\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .widescreen\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .widescreen\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .widescreen\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .widescreen\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .widescreen\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .widescreen\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .widescreen\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .widescreen\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .widescreen\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .widescreen\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .widescreen\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .widescreen\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .widescreen\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .widescreen\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .widescreen\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .widescreen\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .widescreen\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .widescreen\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .widescreen\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .widescreen\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .widescreen\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .widescreen\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .widescreen\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .widescreen\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .widescreen\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .widescreen\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .widescreen\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .widescreen\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .widescreen\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .widescreen\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .widescreen\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .widescreen\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .widescreen\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .widescreen\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .widescreen\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .widescreen\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .widescreen\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .widescreen\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .widescreen\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .widescreen\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .widescreen\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .widescreen\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .widescreen\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .widescreen\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .widescreen\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .widescreen\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .widescreen\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .widescreen\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .widescreen\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .widescreen\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .widescreen\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .widescreen\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .widescreen\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .widescreen\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .widescreen\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .widescreen\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .widescreen\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .widescreen\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .widescreen\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .widescreen\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .widescreen\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .widescreen\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .widescreen\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .widescreen\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .widescreen\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .widescreen\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .widescreen\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .widescreen\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .widescreen\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .widescreen\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .widescreen\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .widescreen\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .widescreen\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .widescreen\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .widescreen\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .widescreen\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .widescreen\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .widescreen\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .widescreen\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .widescreen\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .widescreen\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .widescreen\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .widescreen\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .widescreen\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .widescreen\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .widescreen\:scale-130{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .widescreen\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .widescreen\:scale-200{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .widescreen\:scale-500{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .widescreen\:scale-700{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .widescreen\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .widescreen\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .widescreen\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .widescreen\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .widescreen\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .widescreen\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .widescreen\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .widescreen\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .widescreen\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .widescreen\:hover\:scale-130:hover{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .widescreen\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .widescreen\:hover\:scale-200:hover{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .widescreen\:hover\:scale-500:hover{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .widescreen\:hover\:scale-700:hover{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .widescreen\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .widescreen\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .widescreen\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .widescreen\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .widescreen\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .widescreen\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .widescreen\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .widescreen\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .widescreen\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .widescreen\:focus\:scale-130:focus{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
  }

  .widescreen\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .widescreen\:focus\:scale-200:focus{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
  }

  .widescreen\:focus\:scale-500:focus{
    --tw-scale-x: 5;
    --tw-scale-y: 5;
  }

  .widescreen\:focus\:scale-700:focus{
    --tw-scale-x: 7;
    --tw-scale-y: 7;
  }

  .widescreen\:scale-x-0{
    --tw-scale-x: 0;
  }

  .widescreen\:scale-x-50{
    --tw-scale-x: .5;
  }

  .widescreen\:scale-x-75{
    --tw-scale-x: .75;
  }

  .widescreen\:scale-x-90{
    --tw-scale-x: .9;
  }

  .widescreen\:scale-x-95{
    --tw-scale-x: .95;
  }

  .widescreen\:scale-x-100{
    --tw-scale-x: 1;
  }

  .widescreen\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .widescreen\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .widescreen\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .widescreen\:scale-x-130{
    --tw-scale-x: 1.3;
  }

  .widescreen\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .widescreen\:scale-x-200{
    --tw-scale-x: 2;
  }

  .widescreen\:scale-x-500{
    --tw-scale-x: 5;
  }

  .widescreen\:scale-x-700{
    --tw-scale-x: 7;
  }

  .widescreen\:scale-y-0{
    --tw-scale-y: 0;
  }

  .widescreen\:scale-y-50{
    --tw-scale-y: .5;
  }

  .widescreen\:scale-y-75{
    --tw-scale-y: .75;
  }

  .widescreen\:scale-y-90{
    --tw-scale-y: .9;
  }

  .widescreen\:scale-y-95{
    --tw-scale-y: .95;
  }

  .widescreen\:scale-y-100{
    --tw-scale-y: 1;
  }

  .widescreen\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .widescreen\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .widescreen\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .widescreen\:scale-y-130{
    --tw-scale-y: 1.3;
  }

  .widescreen\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .widescreen\:scale-y-200{
    --tw-scale-y: 2;
  }

  .widescreen\:scale-y-500{
    --tw-scale-y: 5;
  }

  .widescreen\:scale-y-700{
    --tw-scale-y: 7;
  }

  .widescreen\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .widescreen\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .widescreen\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .widescreen\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .widescreen\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .widescreen\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .widescreen\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .widescreen\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .widescreen\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .widescreen\:hover\:scale-x-130:hover{
    --tw-scale-x: 1.3;
  }

  .widescreen\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .widescreen\:hover\:scale-x-200:hover{
    --tw-scale-x: 2;
  }

  .widescreen\:hover\:scale-x-500:hover{
    --tw-scale-x: 5;
  }

  .widescreen\:hover\:scale-x-700:hover{
    --tw-scale-x: 7;
  }

  .widescreen\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .widescreen\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .widescreen\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .widescreen\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .widescreen\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .widescreen\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .widescreen\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .widescreen\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .widescreen\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .widescreen\:hover\:scale-y-130:hover{
    --tw-scale-y: 1.3;
  }

  .widescreen\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .widescreen\:hover\:scale-y-200:hover{
    --tw-scale-y: 2;
  }

  .widescreen\:hover\:scale-y-500:hover{
    --tw-scale-y: 5;
  }

  .widescreen\:hover\:scale-y-700:hover{
    --tw-scale-y: 7;
  }

  .widescreen\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .widescreen\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .widescreen\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .widescreen\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .widescreen\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .widescreen\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .widescreen\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .widescreen\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .widescreen\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .widescreen\:focus\:scale-x-130:focus{
    --tw-scale-x: 1.3;
  }

  .widescreen\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .widescreen\:focus\:scale-x-200:focus{
    --tw-scale-x: 2;
  }

  .widescreen\:focus\:scale-x-500:focus{
    --tw-scale-x: 5;
  }

  .widescreen\:focus\:scale-x-700:focus{
    --tw-scale-x: 7;
  }

  .widescreen\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .widescreen\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .widescreen\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .widescreen\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .widescreen\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .widescreen\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .widescreen\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .widescreen\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .widescreen\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .widescreen\:focus\:scale-y-130:focus{
    --tw-scale-y: 1.3;
  }

  .widescreen\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .widescreen\:focus\:scale-y-200:focus{
    --tw-scale-y: 2;
  }

  .widescreen\:focus\:scale-y-500:focus{
    --tw-scale-y: 5;
  }

  .widescreen\:focus\:scale-y-700:focus{
    --tw-scale-y: 7;
  }

  .widescreen\:animate-none{
    animation: none;
  }

  .widescreen\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .widescreen\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .widescreen\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .widescreen\:animate-bounce{
    animation: bounce 1s infinite;
  }

  @media (prefers-reduced-motion: no-preference){
    .widescreen\:motion-safe\:animate-none{
      animation: none;
    }

    .widescreen\:motion-safe\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .widescreen\:motion-safe\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .widescreen\:motion-safe\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .widescreen\:motion-safe\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  @media (prefers-reduced-motion: reduce){
    .widescreen\:motion-reduce\:animate-none{
      animation: none;
    }

    .widescreen\:motion-reduce\:animate-spin{
      animation: spin 1s linear infinite;
    }

    .widescreen\:motion-reduce\:animate-ping{
      animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .widescreen\:motion-reduce\:animate-pulse{
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .widescreen\:motion-reduce\:animate-bounce{
      animation: bounce 1s infinite;
    }
  }

  .widescreen\:select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .widescreen\:select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .widescreen\:select-all{
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .widescreen\:select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .widescreen\:resize-none{
    resize: none;
  }

  .widescreen\:resize-y{
    resize: vertical;
  }

  .widescreen\:resize-x{
    resize: horizontal;
  }

  .widescreen\:resize{
    resize: both;
  }

  .widescreen\:list-inside{
    list-style-position: inside;
  }

  .widescreen\:list-outside{
    list-style-position: outside;
  }

  .widescreen\:list-none{
    list-style-type: none;
  }

  .widescreen\:list-disc{
    list-style-type: disc;
  }

  .widescreen\:list-decimal{
    list-style-type: decimal;
  }

  .widescreen\:appearance-none{
    -webkit-appearance: none;
            appearance: none;
  }

  .widescreen\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .widescreen\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .widescreen\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .widescreen\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .widescreen\:grid-flow-row{
    grid-auto-flow: row;
  }

  .widescreen\:grid-flow-col{
    grid-auto-flow: column;
  }

  .widescreen\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .widescreen\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .widescreen\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .widescreen\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .widescreen\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .widescreen\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .widescreen\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .widescreen\:grid-cols-none{
    grid-template-columns: none;
  }

  .widescreen\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .widescreen\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .widescreen\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .widescreen\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .widescreen\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .widescreen\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .widescreen\:grid-rows-none{
    grid-template-rows: none;
  }

  .widescreen\:flex-row{
    flex-direction: row;
  }

  .widescreen\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .widescreen\:flex-col{
    flex-direction: column;
  }

  .widescreen\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .widescreen\:flex-wrap{
    flex-wrap: wrap;
  }

  .widescreen\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .widescreen\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .widescreen\:place-content-center{
    place-content: center;
  }

  .widescreen\:place-content-start{
    place-content: start;
  }

  .widescreen\:place-content-end{
    place-content: end;
  }

  .widescreen\:place-content-between{
    place-content: space-between;
  }

  .widescreen\:place-content-around{
    place-content: space-around;
  }

  .widescreen\:place-content-evenly{
    place-content: space-evenly;
  }

  .widescreen\:place-content-stretch{
    place-content: stretch;
  }

  .widescreen\:place-items-start{
    place-items: start;
  }

  .widescreen\:place-items-end{
    place-items: end;
  }

  .widescreen\:place-items-center{
    place-items: center;
  }

  .widescreen\:place-items-stretch{
    place-items: stretch;
  }

  .widescreen\:content-center{
    align-content: center;
  }

  .widescreen\:content-start{
    align-content: flex-start;
  }

  .widescreen\:content-end{
    align-content: flex-end;
  }

  .widescreen\:content-between{
    align-content: space-between;
  }

  .widescreen\:content-around{
    align-content: space-around;
  }

  .widescreen\:content-evenly{
    align-content: space-evenly;
  }

  .widescreen\:items-start{
    align-items: flex-start;
  }

  .widescreen\:items-end{
    align-items: flex-end;
  }

  .widescreen\:items-center{
    align-items: center;
  }

  .widescreen\:items-baseline{
    align-items: baseline;
  }

  .widescreen\:items-stretch{
    align-items: stretch;
  }

  .widescreen\:justify-start{
    justify-content: flex-start;
  }

  .widescreen\:justify-end{
    justify-content: flex-end;
  }

  .widescreen\:justify-center{
    justify-content: center;
  }

  .widescreen\:justify-between{
    justify-content: space-between;
  }

  .widescreen\:justify-around{
    justify-content: space-around;
  }

  .widescreen\:justify-evenly{
    justify-content: space-evenly;
  }

  .widescreen\:justify-items-start{
    justify-items: start;
  }

  .widescreen\:justify-items-end{
    justify-items: end;
  }

  .widescreen\:justify-items-center{
    justify-items: center;
  }

  .widescreen\:justify-items-stretch{
    justify-items: stretch;
  }

  .widescreen\:gap-0{
    gap: 0;
  }

  .widescreen\:gap-4{
    gap: 0.25rem;
  }

  .widescreen\:gap-8{
    gap: 0.5rem;
  }

  .widescreen\:gap-12{
    gap: 0.75rem;
  }

  .widescreen\:gap-16{
    gap: 1rem;
  }

  .widescreen\:gap-20{
    gap: 1.25rem;
  }

  .widescreen\:gap-24{
    gap: 1.5rem;
  }

  .widescreen\:gap-32{
    gap: 2rem;
  }

  .widescreen\:gap-40{
    gap: 2.5rem;
  }

  .widescreen\:gap-48{
    gap: 3rem;
  }

  .widescreen\:gap-56{
    gap: 3.5rem;
  }

  .widescreen\:gap-64{
    gap: 4rem;
  }

  .widescreen\:gap-80{
    gap: 5rem;
  }

  .widescreen\:gap-96{
    gap: 6rem;
  }

  .widescreen\:gap-104{
    gap: 6.5rem;
  }

  .widescreen\:gap-112{
    gap: 7rem;
  }

  .widescreen\:gap-128{
    gap: 8rem;
  }

  .widescreen\:gap-140{
    gap: 8.75rem;
  }

  .widescreen\:gap-160{
    gap: 10rem;
  }

  .widescreen\:gap-180{
    gap: 11.25rem;
  }

  .widescreen\:gap-200{
    gap: 12.5rem;
  }

  .widescreen\:gap-224{
    gap: 14rem;
  }

  .widescreen\:gap-240{
    gap: 15rem;
  }

  .widescreen\:gap-260{
    gap: 16.25rem;
  }

  .widescreen\:gap-300{
    gap: 18.75rem;
  }

  .widescreen\:-gap-78\%{
    gap: -78%;
  }

  .widescreen\:-gap-80\%{
    gap: -80%;
  }

  .widescreen\:-gap-50\%{
    gap: -50%;
  }

  .widescreen\:-gap-35\%{
    gap: -35%;
  }

  .widescreen\:-gap-128{
    gap: -8rem;
  }

  .widescreen\:-gap-96{
    gap: -6rem;
  }

  .widescreen\:-gap-64{
    gap: -4rem;
  }

  .widescreen\:-gap-32{
    gap: -2rem;
  }

  .widescreen\:-gap-8{
    gap: -0.5rem;
  }

  .widescreen\:gap-5\%{
    gap: 5%;
  }

  .widescreen\:gap-10\%{
    gap: 10%;
  }

  .widescreen\:gap-15\%{
    gap: 15%;
  }

  .widescreen\:gap-20\%{
    gap: 20%;
  }

  .widescreen\:gap-25\%{
    gap: 25%;
  }

  .widescreen\:gap-30\%{
    gap: 30%;
  }

  .widescreen\:gap-31\%{
    gap: 31%;
  }

  .widescreen\:gap-33\%{
    gap: 33.333%;
  }

  .widescreen\:gap-34\%{
    gap: 34%;
  }

  .widescreen\:gap-45\%{
    gap: 45%;
  }

  .widescreen\:gap-50\%{
    gap: 50%;
  }

  .widescreen\:gap-54\%{
    gap: 54%;
  }

  .widescreen\:gap-75\%{
    gap: 75%;
  }

  .widescreen\:gap-55\%{
    gap: 55%;
  }

  .widescreen\:gap-65\%{
    gap: 65%;
  }

  .widescreen\:gap-66\%{
    gap: 66%;
  }

  .widescreen\:gap-85\%{
    gap: 85%;
  }

  .widescreen\:gap-96\%{
    gap: 96%;
  }

  .widescreen\:gap-130\%{
    gap: 130%;
  }

  .widescreen\:gap-135\%{
    gap: 135%;
  }

  .widescreen\:gap-200\%{
    gap: 200%;
  }

  .widescreen\:gap-16\/9{
    gap: 56.25%;
  }

  .widescreen\:gap-1\/2{
    gap: 50%;
  }

  .widescreen\:gap-full{
    gap: 100%;
  }

  .widescreen\:gap-span{
    gap: 8.333%;
  }

  .widescreen\:gap-2span{
    gap: 16.666%;
  }

  .widescreen\:gap-px{
    gap: 1px;
  }

  .widescreen\:gap-x-0{
    column-gap: 0;
  }

  .widescreen\:gap-x-4{
    column-gap: 0.25rem;
  }

  .widescreen\:gap-x-8{
    column-gap: 0.5rem;
  }

  .widescreen\:gap-x-12{
    column-gap: 0.75rem;
  }

  .widescreen\:gap-x-16{
    column-gap: 1rem;
  }

  .widescreen\:gap-x-20{
    column-gap: 1.25rem;
  }

  .widescreen\:gap-x-24{
    column-gap: 1.5rem;
  }

  .widescreen\:gap-x-32{
    column-gap: 2rem;
  }

  .widescreen\:gap-x-40{
    column-gap: 2.5rem;
  }

  .widescreen\:gap-x-48{
    column-gap: 3rem;
  }

  .widescreen\:gap-x-56{
    column-gap: 3.5rem;
  }

  .widescreen\:gap-x-64{
    column-gap: 4rem;
  }

  .widescreen\:gap-x-80{
    column-gap: 5rem;
  }

  .widescreen\:gap-x-96{
    column-gap: 6rem;
  }

  .widescreen\:gap-x-104{
    column-gap: 6.5rem;
  }

  .widescreen\:gap-x-112{
    column-gap: 7rem;
  }

  .widescreen\:gap-x-128{
    column-gap: 8rem;
  }

  .widescreen\:gap-x-140{
    column-gap: 8.75rem;
  }

  .widescreen\:gap-x-160{
    column-gap: 10rem;
  }

  .widescreen\:gap-x-180{
    column-gap: 11.25rem;
  }

  .widescreen\:gap-x-200{
    column-gap: 12.5rem;
  }

  .widescreen\:gap-x-224{
    column-gap: 14rem;
  }

  .widescreen\:gap-x-240{
    column-gap: 15rem;
  }

  .widescreen\:gap-x-260{
    column-gap: 16.25rem;
  }

  .widescreen\:gap-x-300{
    column-gap: 18.75rem;
  }

  .widescreen\:-gap-x-78\%{
    column-gap: -78%;
  }

  .widescreen\:-gap-x-80\%{
    column-gap: -80%;
  }

  .widescreen\:-gap-x-50\%{
    column-gap: -50%;
  }

  .widescreen\:-gap-x-35\%{
    column-gap: -35%;
  }

  .widescreen\:-gap-x-128{
    column-gap: -8rem;
  }

  .widescreen\:-gap-x-96{
    column-gap: -6rem;
  }

  .widescreen\:-gap-x-64{
    column-gap: -4rem;
  }

  .widescreen\:-gap-x-32{
    column-gap: -2rem;
  }

  .widescreen\:-gap-x-8{
    column-gap: -0.5rem;
  }

  .widescreen\:gap-x-5\%{
    column-gap: 5%;
  }

  .widescreen\:gap-x-10\%{
    column-gap: 10%;
  }

  .widescreen\:gap-x-15\%{
    column-gap: 15%;
  }

  .widescreen\:gap-x-20\%{
    column-gap: 20%;
  }

  .widescreen\:gap-x-25\%{
    column-gap: 25%;
  }

  .widescreen\:gap-x-30\%{
    column-gap: 30%;
  }

  .widescreen\:gap-x-31\%{
    column-gap: 31%;
  }

  .widescreen\:gap-x-33\%{
    column-gap: 33.333%;
  }

  .widescreen\:gap-x-34\%{
    column-gap: 34%;
  }

  .widescreen\:gap-x-45\%{
    column-gap: 45%;
  }

  .widescreen\:gap-x-50\%{
    column-gap: 50%;
  }

  .widescreen\:gap-x-54\%{
    column-gap: 54%;
  }

  .widescreen\:gap-x-75\%{
    column-gap: 75%;
  }

  .widescreen\:gap-x-55\%{
    column-gap: 55%;
  }

  .widescreen\:gap-x-65\%{
    column-gap: 65%;
  }

  .widescreen\:gap-x-66\%{
    column-gap: 66%;
  }

  .widescreen\:gap-x-85\%{
    column-gap: 85%;
  }

  .widescreen\:gap-x-96\%{
    column-gap: 96%;
  }

  .widescreen\:gap-x-130\%{
    column-gap: 130%;
  }

  .widescreen\:gap-x-135\%{
    column-gap: 135%;
  }

  .widescreen\:gap-x-200\%{
    column-gap: 200%;
  }

  .widescreen\:gap-x-16\/9{
    column-gap: 56.25%;
  }

  .widescreen\:gap-x-1\/2{
    column-gap: 50%;
  }

  .widescreen\:gap-x-full{
    column-gap: 100%;
  }

  .widescreen\:gap-x-span{
    column-gap: 8.333%;
  }

  .widescreen\:gap-x-2span{
    column-gap: 16.666%;
  }

  .widescreen\:gap-x-px{
    column-gap: 1px;
  }

  .widescreen\:gap-y-0{
    row-gap: 0;
  }

  .widescreen\:gap-y-4{
    row-gap: 0.25rem;
  }

  .widescreen\:gap-y-8{
    row-gap: 0.5rem;
  }

  .widescreen\:gap-y-12{
    row-gap: 0.75rem;
  }

  .widescreen\:gap-y-16{
    row-gap: 1rem;
  }

  .widescreen\:gap-y-20{
    row-gap: 1.25rem;
  }

  .widescreen\:gap-y-24{
    row-gap: 1.5rem;
  }

  .widescreen\:gap-y-32{
    row-gap: 2rem;
  }

  .widescreen\:gap-y-40{
    row-gap: 2.5rem;
  }

  .widescreen\:gap-y-48{
    row-gap: 3rem;
  }

  .widescreen\:gap-y-56{
    row-gap: 3.5rem;
  }

  .widescreen\:gap-y-64{
    row-gap: 4rem;
  }

  .widescreen\:gap-y-80{
    row-gap: 5rem;
  }

  .widescreen\:gap-y-96{
    row-gap: 6rem;
  }

  .widescreen\:gap-y-104{
    row-gap: 6.5rem;
  }

  .widescreen\:gap-y-112{
    row-gap: 7rem;
  }

  .widescreen\:gap-y-128{
    row-gap: 8rem;
  }

  .widescreen\:gap-y-140{
    row-gap: 8.75rem;
  }

  .widescreen\:gap-y-160{
    row-gap: 10rem;
  }

  .widescreen\:gap-y-180{
    row-gap: 11.25rem;
  }

  .widescreen\:gap-y-200{
    row-gap: 12.5rem;
  }

  .widescreen\:gap-y-224{
    row-gap: 14rem;
  }

  .widescreen\:gap-y-240{
    row-gap: 15rem;
  }

  .widescreen\:gap-y-260{
    row-gap: 16.25rem;
  }

  .widescreen\:gap-y-300{
    row-gap: 18.75rem;
  }

  .widescreen\:-gap-y-78\%{
    row-gap: -78%;
  }

  .widescreen\:-gap-y-80\%{
    row-gap: -80%;
  }

  .widescreen\:-gap-y-50\%{
    row-gap: -50%;
  }

  .widescreen\:-gap-y-35\%{
    row-gap: -35%;
  }

  .widescreen\:-gap-y-128{
    row-gap: -8rem;
  }

  .widescreen\:-gap-y-96{
    row-gap: -6rem;
  }

  .widescreen\:-gap-y-64{
    row-gap: -4rem;
  }

  .widescreen\:-gap-y-32{
    row-gap: -2rem;
  }

  .widescreen\:-gap-y-8{
    row-gap: -0.5rem;
  }

  .widescreen\:gap-y-5\%{
    row-gap: 5%;
  }

  .widescreen\:gap-y-10\%{
    row-gap: 10%;
  }

  .widescreen\:gap-y-15\%{
    row-gap: 15%;
  }

  .widescreen\:gap-y-20\%{
    row-gap: 20%;
  }

  .widescreen\:gap-y-25\%{
    row-gap: 25%;
  }

  .widescreen\:gap-y-30\%{
    row-gap: 30%;
  }

  .widescreen\:gap-y-31\%{
    row-gap: 31%;
  }

  .widescreen\:gap-y-33\%{
    row-gap: 33.333%;
  }

  .widescreen\:gap-y-34\%{
    row-gap: 34%;
  }

  .widescreen\:gap-y-45\%{
    row-gap: 45%;
  }

  .widescreen\:gap-y-50\%{
    row-gap: 50%;
  }

  .widescreen\:gap-y-54\%{
    row-gap: 54%;
  }

  .widescreen\:gap-y-75\%{
    row-gap: 75%;
  }

  .widescreen\:gap-y-55\%{
    row-gap: 55%;
  }

  .widescreen\:gap-y-65\%{
    row-gap: 65%;
  }

  .widescreen\:gap-y-66\%{
    row-gap: 66%;
  }

  .widescreen\:gap-y-85\%{
    row-gap: 85%;
  }

  .widescreen\:gap-y-96\%{
    row-gap: 96%;
  }

  .widescreen\:gap-y-130\%{
    row-gap: 130%;
  }

  .widescreen\:gap-y-135\%{
    row-gap: 135%;
  }

  .widescreen\:gap-y-200\%{
    row-gap: 200%;
  }

  .widescreen\:gap-y-16\/9{
    row-gap: 56.25%;
  }

  .widescreen\:gap-y-1\/2{
    row-gap: 50%;
  }

  .widescreen\:gap-y-full{
    row-gap: 100%;
  }

  .widescreen\:gap-y-span{
    row-gap: 8.333%;
  }

  .widescreen\:gap-y-2span{
    row-gap: 16.666%;
  }

  .widescreen\:gap-y-px{
    row-gap: 1px;
  }

  .widescreen\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-78% * var(--tw-space-x-reverse));
    margin-left: calc(-78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34% * var(--tw-space-x-reverse));
    margin-left: calc(34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(54% * var(--tw-space-x-reverse));
    margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66% * var(--tw-space-x-reverse));
    margin-left: calc(66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(130% * var(--tw-space-x-reverse));
    margin-left: calc(130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135% * var(--tw-space-x-reverse));
    margin-left: calc(135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200% * var(--tw-space-x-reverse));
    margin-left: calc(200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56.25% * var(--tw-space-x-reverse));
    margin-left: calc(56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666% * var(--tw-space-x-reverse));
    margin-left: calc(16.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-16.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(78% * var(--tw-space-x-reverse));
    margin-left: calc(78% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34% * var(--tw-space-x-reverse));
    margin-left: calc(-34% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-54% * var(--tw-space-x-reverse));
    margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66% * var(--tw-space-x-reverse));
    margin-left: calc(-66% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-130% * var(--tw-space-x-reverse));
    margin-left: calc(-130% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135% * var(--tw-space-x-reverse));
    margin-left: calc(-135% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200% * var(--tw-space-x-reverse));
    margin-left: calc(-200% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56.25% * var(--tw-space-x-reverse));
    margin-left: calc(-56.25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.666% * var(--tw-space-x-reverse));
    margin-left: calc(-16.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .widescreen\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.25rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56.25% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666% * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-104 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-180 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-260 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.25rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y--78\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(78% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y--80\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y--50\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y--35\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y--128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y--96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y--64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y--32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y--8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-5\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-10\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-15\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-20\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-25\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-30\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-31\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-33\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.333% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-34\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-45\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-54\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-75\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-55\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-65\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-66\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-85\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-96\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-130\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-130% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-135\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-200\% > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-16\/9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56.25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56.25% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-full > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.333% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-2span > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.666% * var(--tw-space-y-reverse));
  }

  .widescreen\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .widescreen\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .widescreen\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .widescreen\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .widescreen\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .widescreen\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .widescreen\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.188rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.188rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .widescreen\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .widescreen\:divide-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.313rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.313rem * calc(1 - var(--tw-divide-x-reverse)));
  }

  .widescreen\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .widescreen\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .widescreen\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .widescreen\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--tw-divide-y-reverse));
  }

  .widescreen\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--tw-divide-y-reverse));
  }

  .widescreen\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.188rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.188rem * var(--tw-divide-y-reverse));
  }

  .widescreen\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .widescreen\:divide-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.313rem * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.313rem * var(--tw-divide-y-reverse));
  }

  .widescreen\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .widescreen\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .widescreen\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .widescreen\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .widescreen\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .widescreen\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .widescreen\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .widescreen\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .widescreen\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .widescreen\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .widescreen\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .widescreen\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .widescreen\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .widescreen\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity));
  }

  .widescreen\:divide-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-divide-opacity));
  }

  .widescreen\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .widescreen\:divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-divide-opacity));
  }

  .widescreen\:divide-dark-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.1);
  }

  .widescreen\:divide-dark-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.5);
  }

  .widescreen\:divide-dark-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .widescreen\:divide-dark-900 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.9);
  }

  .widescreen\:divide-light-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:divide-light-500 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:divide-light-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .widescreen\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .widescreen\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.10;
  }

  .widescreen\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .widescreen\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .widescreen\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .widescreen\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .widescreen\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.50;
  }

  .widescreen\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .widescreen\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .widescreen\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .widescreen\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.80;
  }

  .widescreen\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .widescreen\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .widescreen\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .widescreen\:place-self-auto{
    place-self: auto;
  }

  .widescreen\:place-self-start{
    place-self: start;
  }

  .widescreen\:place-self-end{
    place-self: end;
  }

  .widescreen\:place-self-center{
    place-self: center;
  }

  .widescreen\:place-self-stretch{
    place-self: stretch;
  }

  .widescreen\:self-auto{
    align-self: auto;
  }

  .widescreen\:self-start{
    align-self: flex-start;
  }

  .widescreen\:self-end{
    align-self: flex-end;
  }

  .widescreen\:self-center{
    align-self: center;
  }

  .widescreen\:self-stretch{
    align-self: stretch;
  }

  .widescreen\:self-baseline{
    align-self: baseline;
  }

  .widescreen\:justify-self-auto{
    justify-self: auto;
  }

  .widescreen\:justify-self-start{
    justify-self: start;
  }

  .widescreen\:justify-self-end{
    justify-self: end;
  }

  .widescreen\:justify-self-center{
    justify-self: center;
  }

  .widescreen\:justify-self-stretch{
    justify-self: stretch;
  }

  .widescreen\:overflow-auto{
    overflow: auto;
  }

  .widescreen\:overflow-hidden{
    overflow: hidden;
  }

  .widescreen\:overflow-visible{
    overflow: visible;
  }

  .widescreen\:overflow-scroll{
    overflow: scroll;
  }

  .widescreen\:overflow-x-auto{
    overflow-x: auto;
  }

  .widescreen\:overflow-y-auto{
    overflow-y: auto;
  }

  .widescreen\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .widescreen\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .widescreen\:overflow-x-visible{
    overflow-x: visible;
  }

  .widescreen\:overflow-y-visible{
    overflow-y: visible;
  }

  .widescreen\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .widescreen\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .widescreen\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .widescreen\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .widescreen\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .widescreen\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .widescreen\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .widescreen\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .widescreen\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .widescreen\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .widescreen\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .widescreen\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .widescreen\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .widescreen\:overflow-clip{
    text-overflow: clip;
  }

  .widescreen\:whitespace-normal{
    white-space: normal;
  }

  .widescreen\:whitespace-nowrap{
    white-space: nowrap;
  }

  .widescreen\:whitespace-pre{
    white-space: pre;
  }

  .widescreen\:whitespace-pre-line{
    white-space: pre-line;
  }

  .widescreen\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .widescreen\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .widescreen\:break-words{
    overflow-wrap: break-word;
  }

  .widescreen\:break-all{
    word-break: break-all;
  }

  .widescreen\:rounded-none{
    border-radius: 0;
  }

  .widescreen\:rounded-sm{
    border-radius: 0.125rem;
  }

  .widescreen\:rounded{
    border-radius: 0.25rem;
  }

  .widescreen\:rounded-md{
    border-radius: 0.375rem;
  }

  .widescreen\:rounded-lg{
    border-radius: 0.5rem;
  }

  .widescreen\:rounded-xl{
    border-radius: 0.75rem;
  }

  .widescreen\:rounded-2xl{
    border-radius: 1rem;
  }

  .widescreen\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .widescreen\:rounded-full{
    border-radius: 9999px;
  }

  .widescreen\:rounded-loader{
    border-radius: 50%;
  }

  .widescreen\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .widescreen\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .widescreen\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .widescreen\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .widescreen\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .widescreen\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .widescreen\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .widescreen\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .widescreen\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .widescreen\:rounded-t-loader{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .widescreen\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .widescreen\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .widescreen\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .widescreen\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .widescreen\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .widescreen\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .widescreen\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .widescreen\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .widescreen\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .widescreen\:rounded-r-loader{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .widescreen\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .widescreen\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .widescreen\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .widescreen\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .widescreen\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .widescreen\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .widescreen\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .widescreen\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .widescreen\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .widescreen\:rounded-b-loader{
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .widescreen\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .widescreen\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .widescreen\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .widescreen\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .widescreen\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .widescreen\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .widescreen\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .widescreen\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .widescreen\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .widescreen\:rounded-l-loader{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .widescreen\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .widescreen\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .widescreen\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .widescreen\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .widescreen\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .widescreen\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .widescreen\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .widescreen\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .widescreen\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .widescreen\:rounded-tl-loader{
    border-top-left-radius: 50%;
  }

  .widescreen\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .widescreen\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .widescreen\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .widescreen\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .widescreen\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .widescreen\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .widescreen\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .widescreen\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .widescreen\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .widescreen\:rounded-tr-loader{
    border-top-right-radius: 50%;
  }

  .widescreen\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .widescreen\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .widescreen\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .widescreen\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .widescreen\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .widescreen\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .widescreen\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .widescreen\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .widescreen\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .widescreen\:rounded-br-loader{
    border-bottom-right-radius: 50%;
  }

  .widescreen\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .widescreen\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .widescreen\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .widescreen\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .widescreen\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .widescreen\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .widescreen\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .widescreen\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .widescreen\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .widescreen\:rounded-bl-loader{
    border-bottom-left-radius: 50%;
  }

  .widescreen\:border-0{
    border-width: 0px;
  }

  .widescreen\:border-1{
    border-width: 0.0625rem;
  }

  .widescreen\:border-2{
    border-width: 0.125rem;
  }

  .widescreen\:border-3{
    border-width: 0.188rem;
  }

  .widescreen\:border-4{
    border-width: 4px;
  }

  .widescreen\:border-5{
    border-width: 0.313rem;
  }

  .widescreen\:border-8{
    border-width: 8px;
  }

  .widescreen\:border{
    border-width: 1px;
  }

  .widescreen\:border-t-0{
    border-top-width: 0px;
  }

  .widescreen\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .widescreen\:border-t-2{
    border-top-width: 0.125rem;
  }

  .widescreen\:border-t-3{
    border-top-width: 0.188rem;
  }

  .widescreen\:border-t-4{
    border-top-width: 4px;
  }

  .widescreen\:border-t-5{
    border-top-width: 0.313rem;
  }

  .widescreen\:border-t-8{
    border-top-width: 8px;
  }

  .widescreen\:border-t{
    border-top-width: 1px;
  }

  .widescreen\:border-r-0{
    border-right-width: 0px;
  }

  .widescreen\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .widescreen\:border-r-2{
    border-right-width: 0.125rem;
  }

  .widescreen\:border-r-3{
    border-right-width: 0.188rem;
  }

  .widescreen\:border-r-4{
    border-right-width: 4px;
  }

  .widescreen\:border-r-5{
    border-right-width: 0.313rem;
  }

  .widescreen\:border-r-8{
    border-right-width: 8px;
  }

  .widescreen\:border-r{
    border-right-width: 1px;
  }

  .widescreen\:border-b-0{
    border-bottom-width: 0px;
  }

  .widescreen\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .widescreen\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .widescreen\:border-b-3{
    border-bottom-width: 0.188rem;
  }

  .widescreen\:border-b-4{
    border-bottom-width: 4px;
  }

  .widescreen\:border-b-5{
    border-bottom-width: 0.313rem;
  }

  .widescreen\:border-b-8{
    border-bottom-width: 8px;
  }

  .widescreen\:border-b{
    border-bottom-width: 1px;
  }

  .widescreen\:border-l-0{
    border-left-width: 0px;
  }

  .widescreen\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .widescreen\:border-l-2{
    border-left-width: 0.125rem;
  }

  .widescreen\:border-l-3{
    border-left-width: 0.188rem;
  }

  .widescreen\:border-l-4{
    border-left-width: 4px;
  }

  .widescreen\:border-l-5{
    border-left-width: 0.313rem;
  }

  .widescreen\:border-l-8{
    border-left-width: 8px;
  }

  .widescreen\:border-l{
    border-left-width: 1px;
  }

  .widescreen\:border-solid{
    border-style: solid;
  }

  .widescreen\:border-dashed{
    border-style: dashed;
  }

  .widescreen\:border-dotted{
    border-style: dotted;
  }

  .widescreen\:border-double{
    border-style: double;
  }

  .widescreen\:border-none{
    border-style: none;
  }

  .widescreen\:border-transparent{
    border-color: transparent;
  }

  .widescreen\:border-current{
    border-color: currentColor;
  }

  .widescreen\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .widescreen\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .widescreen\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .widescreen\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .widescreen\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .widescreen\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .widescreen\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .widescreen\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .widescreen\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .widescreen\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .widescreen\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .widescreen\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .widescreen\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .widescreen\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .widescreen\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .widescreen\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .group:hover .widescreen\:group-hover\:border-error{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .group:hover .widescreen\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .widescreen\:group-hover\:border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .group:hover .widescreen\:group-hover\:border-dark-100{
    border-color: rgba(0,0,0,.1);
  }

  .group:hover .widescreen\:group-hover\:border-dark-500{
    border-color: rgba(0,0,0,.5);
  }

  .group:hover .widescreen\:group-hover\:border-dark-800{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .widescreen\:group-hover\:border-dark-900{
    border-color: rgba(0,0,0,.9);
  }

  .group:hover .widescreen\:group-hover\:border-light-100{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .widescreen\:group-hover\:border-light-500{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .widescreen\:group-hover\:border-light-800{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .widescreen\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .widescreen\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .widescreen\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .widescreen\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .widescreen\:focus-within\:border-error:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .widescreen\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .widescreen\:focus-within\:border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .widescreen\:focus-within\:border-dark-100:focus-within{
    border-color: rgba(0,0,0,.1);
  }

  .widescreen\:focus-within\:border-dark-500:focus-within{
    border-color: rgba(0,0,0,.5);
  }

  .widescreen\:focus-within\:border-dark-800:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .widescreen\:focus-within\:border-dark-900:focus-within{
    border-color: rgba(0,0,0,.9);
  }

  .widescreen\:focus-within\:border-light-100:focus-within{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus-within\:border-light-500:focus-within{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus-within\:border-light-800:focus-within{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .widescreen\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .widescreen\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .widescreen\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .widescreen\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .widescreen\:hover\:border-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .widescreen\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .widescreen\:hover\:border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .widescreen\:hover\:border-dark-100:hover{
    border-color: rgba(0,0,0,.1);
  }

  .widescreen\:hover\:border-dark-500:hover{
    border-color: rgba(0,0,0,.5);
  }

  .widescreen\:hover\:border-dark-800:hover{
    border-color: rgba(0,0,0,.8);
  }

  .widescreen\:hover\:border-dark-900:hover{
    border-color: rgba(0,0,0,.9);
  }

  .widescreen\:hover\:border-light-100:hover{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:hover\:border-light-500:hover{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:hover\:border-light-800:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .widescreen\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .widescreen\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .widescreen\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .widescreen\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .widescreen\:focus\:border-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 40, 7, var(--tw-border-opacity));
  }

  .widescreen\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .widescreen\:focus\:border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 118, 118, var(--tw-border-opacity));
  }

  .widescreen\:focus\:border-dark-100:focus{
    border-color: rgba(0,0,0,.1);
  }

  .widescreen\:focus\:border-dark-500:focus{
    border-color: rgba(0,0,0,.5);
  }

  .widescreen\:focus\:border-dark-800:focus{
    border-color: rgba(0,0,0,.8);
  }

  .widescreen\:focus\:border-dark-900:focus{
    border-color: rgba(0,0,0,.9);
  }

  .widescreen\:focus\:border-light-100:focus{
    border-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus\:border-light-500:focus{
    border-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus\:border-light-800:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .widescreen\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .widescreen\:border-opacity-10{
    --tw-border-opacity: 0.10;
  }

  .widescreen\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .widescreen\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .widescreen\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .widescreen\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .widescreen\:border-opacity-50{
    --tw-border-opacity: 0.50;
  }

  .widescreen\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .widescreen\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .widescreen\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .widescreen\:border-opacity-80{
    --tw-border-opacity: 0.80;
  }

  .widescreen\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .widescreen\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .widescreen\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.10;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.50;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.80;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .widescreen\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .widescreen\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .widescreen\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .widescreen\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.10;
  }

  .widescreen\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .widescreen\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .widescreen\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .widescreen\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .widescreen\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.50;
  }

  .widescreen\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .widescreen\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .widescreen\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .widescreen\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.80;
  }

  .widescreen\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .widescreen\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .widescreen\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .widescreen\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .widescreen\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .widescreen\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.10;
  }

  .widescreen\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .widescreen\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .widescreen\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .widescreen\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .widescreen\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.50;
  }

  .widescreen\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .widescreen\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .widescreen\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .widescreen\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.80;
  }

  .widescreen\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .widescreen\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .widescreen\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .widescreen\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .widescreen\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .widescreen\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.10;
  }

  .widescreen\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .widescreen\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .widescreen\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .widescreen\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .widescreen\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.50;
  }

  .widescreen\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .widescreen\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .widescreen\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .widescreen\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.80;
  }

  .widescreen\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .widescreen\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .widescreen\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .widescreen\:bg-transparent{
    background-color: transparent;
  }

  .widescreen\:bg-current{
    background-color: currentColor;
  }

  .widescreen\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .widescreen\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .widescreen\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .widescreen\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .widescreen\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .widescreen\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .widescreen\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .widescreen\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .widescreen\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .widescreen\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .widescreen\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .widescreen\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .widescreen\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .widescreen\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .widescreen\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .widescreen\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .group:hover .widescreen\:group-hover\:bg-error{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .group:hover .widescreen\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .widescreen\:group-hover\:bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .group:hover .widescreen\:group-hover\:bg-dark-100{
    background-color: rgba(0,0,0,.1);
  }

  .group:hover .widescreen\:group-hover\:bg-dark-500{
    background-color: rgba(0,0,0,.5);
  }

  .group:hover .widescreen\:group-hover\:bg-dark-800{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .widescreen\:group-hover\:bg-dark-900{
    background-color: rgba(0,0,0,.9);
  }

  .group:hover .widescreen\:group-hover\:bg-light-100{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .widescreen\:group-hover\:bg-light-500{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .widescreen\:group-hover\:bg-light-800{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .widescreen\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .widescreen\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .widescreen\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .widescreen\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .widescreen\:focus-within\:bg-error:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .widescreen\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .widescreen\:focus-within\:bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .widescreen\:focus-within\:bg-dark-100:focus-within{
    background-color: rgba(0,0,0,.1);
  }

  .widescreen\:focus-within\:bg-dark-500:focus-within{
    background-color: rgba(0,0,0,.5);
  }

  .widescreen\:focus-within\:bg-dark-800:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .widescreen\:focus-within\:bg-dark-900:focus-within{
    background-color: rgba(0,0,0,.9);
  }

  .widescreen\:focus-within\:bg-light-100:focus-within{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus-within\:bg-light-500:focus-within{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus-within\:bg-light-800:focus-within{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .widescreen\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .widescreen\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .widescreen\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .widescreen\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .widescreen\:hover\:bg-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .widescreen\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .widescreen\:hover\:bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .widescreen\:hover\:bg-dark-100:hover{
    background-color: rgba(0,0,0,.1);
  }

  .widescreen\:hover\:bg-dark-500:hover{
    background-color: rgba(0,0,0,.5);
  }

  .widescreen\:hover\:bg-dark-800:hover{
    background-color: rgba(0,0,0,.8);
  }

  .widescreen\:hover\:bg-dark-900:hover{
    background-color: rgba(0,0,0,.9);
  }

  .widescreen\:hover\:bg-light-100:hover{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:hover\:bg-light-500:hover{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:hover\:bg-light-800:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .widescreen\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .widescreen\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .widescreen\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .widescreen\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .widescreen\:focus\:bg-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 40, 7, var(--tw-bg-opacity));
  }

  .widescreen\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .widescreen\:focus\:bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 118, 118, var(--tw-bg-opacity));
  }

  .widescreen\:focus\:bg-dark-100:focus{
    background-color: rgba(0,0,0,.1);
  }

  .widescreen\:focus\:bg-dark-500:focus{
    background-color: rgba(0,0,0,.5);
  }

  .widescreen\:focus\:bg-dark-800:focus{
    background-color: rgba(0,0,0,.8);
  }

  .widescreen\:focus\:bg-dark-900:focus{
    background-color: rgba(0,0,0,.9);
  }

  .widescreen\:focus\:bg-light-100:focus{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus\:bg-light-500:focus{
    background-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus\:bg-light-800:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .widescreen\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .widescreen\:bg-opacity-10{
    --tw-bg-opacity: 0.10;
  }

  .widescreen\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .widescreen\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .widescreen\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .widescreen\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .widescreen\:bg-opacity-50{
    --tw-bg-opacity: 0.50;
  }

  .widescreen\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .widescreen\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .widescreen\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .widescreen\:bg-opacity-80{
    --tw-bg-opacity: 0.80;
  }

  .widescreen\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .widescreen\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .widescreen\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.10;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.50;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.80;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .widescreen\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .widescreen\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .widescreen\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .widescreen\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.10;
  }

  .widescreen\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .widescreen\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .widescreen\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .widescreen\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .widescreen\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.50;
  }

  .widescreen\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .widescreen\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .widescreen\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .widescreen\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.80;
  }

  .widescreen\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .widescreen\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .widescreen\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .widescreen\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .widescreen\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .widescreen\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.10;
  }

  .widescreen\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .widescreen\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .widescreen\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .widescreen\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .widescreen\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.50;
  }

  .widescreen\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .widescreen\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .widescreen\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .widescreen\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.80;
  }

  .widescreen\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .widescreen\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .widescreen\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .widescreen\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .widescreen\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .widescreen\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.10;
  }

  .widescreen\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .widescreen\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .widescreen\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .widescreen\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .widescreen\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.50;
  }

  .widescreen\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .widescreen\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .widescreen\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .widescreen\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.80;
  }

  .widescreen\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .widescreen\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .widescreen\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .widescreen\:bg-none{
    background-image: none;
  }

  .widescreen\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .widescreen\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .widescreen\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .widescreen\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .widescreen\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .widescreen\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .widescreen\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .widescreen\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .widescreen\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:from-blue{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .widescreen\:from-error{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .widescreen\:from-gray{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .widescreen\:from-gray-dark{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .widescreen\:from-dark-100{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:from-dark-500{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:from-dark-800{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:from-dark-900{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:from-light-100{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:from-light-500{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:from-light-800{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .widescreen\:hover\:from-error:hover{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .widescreen\:hover\:from-gray:hover{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .widescreen\:hover\:from-gray-dark:hover{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .widescreen\:hover\:from-dark-100:hover{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:from-dark-500:hover{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:from-dark-800:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:from-dark-900:hover{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:from-light-100:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:hover\:from-light-500:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:hover\:from-light-800:hover{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .widescreen\:focus\:from-error:focus{
    --tw-gradient-from: #E62807;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .widescreen\:focus\:from-gray:focus{
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .widescreen\:focus\:from-gray-dark:focus{
    --tw-gradient-from: #777676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .widescreen\:focus\:from-dark-100:focus{
    --tw-gradient-from: rgba(0,0,0,.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:from-dark-500:focus{
    --tw-gradient-from: rgba(0,0,0,.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:from-dark-800:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:from-dark-900:focus{
    --tw-gradient-from: rgba(0,0,0,.9);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:from-light-100:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:focus\:from-light-500:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:focus\:from-light-800:focus{
    --tw-gradient-from: rgba(255, 255, 255, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .widescreen\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .widescreen\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .widescreen\:via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .widescreen\:via-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:via-dark-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:via-dark-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:via-dark-900{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:via-light-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:via-light-500{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:via-light-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .widescreen\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .widescreen\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .widescreen\:hover\:via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .widescreen\:hover\:via-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:via-dark-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:via-dark-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:via-dark-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:hover\:via-light-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:hover\:via-light-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:hover\:via-light-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0));
  }

  .widescreen\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E62807, var(--tw-gradient-to, rgba(230, 40, 7, 0));
  }

  .widescreen\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .widescreen\:focus\:via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #777676, var(--tw-gradient-to, rgba(119, 118, 118, 0));
  }

  .widescreen\:focus\:via-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.1), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:via-dark-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:via-dark-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:via-dark-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.9), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .widescreen\:focus\:via-light-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:focus\:via-light-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:focus\:via-light-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .widescreen\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .widescreen\:to-current{
    --tw-gradient-to: currentColor;
  }

  .widescreen\:to-black{
    --tw-gradient-to: #000;
  }

  .widescreen\:to-white{
    --tw-gradient-to: #fff;
  }

  .widescreen\:to-blue{
    --tw-gradient-to: #0099FF;
  }

  .widescreen\:to-error{
    --tw-gradient-to: #E62807;
  }

  .widescreen\:to-gray{
    --tw-gradient-to: #e5e5e5;
  }

  .widescreen\:to-gray-dark{
    --tw-gradient-to: #777676;
  }

  .widescreen\:to-dark-100{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .widescreen\:to-dark-500{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .widescreen\:to-dark-800{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .widescreen\:to-dark-900{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .widescreen\:to-light-100{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:to-light-500{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:to-light-800{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .widescreen\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .widescreen\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .widescreen\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .widescreen\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF;
  }

  .widescreen\:hover\:to-error:hover{
    --tw-gradient-to: #E62807;
  }

  .widescreen\:hover\:to-gray:hover{
    --tw-gradient-to: #e5e5e5;
  }

  .widescreen\:hover\:to-gray-dark:hover{
    --tw-gradient-to: #777676;
  }

  .widescreen\:hover\:to-dark-100:hover{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .widescreen\:hover\:to-dark-500:hover{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .widescreen\:hover\:to-dark-800:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .widescreen\:hover\:to-dark-900:hover{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .widescreen\:hover\:to-light-100:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:hover\:to-light-500:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:hover\:to-light-800:hover{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .widescreen\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .widescreen\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .widescreen\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .widescreen\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF;
  }

  .widescreen\:focus\:to-error:focus{
    --tw-gradient-to: #E62807;
  }

  .widescreen\:focus\:to-gray:focus{
    --tw-gradient-to: #e5e5e5;
  }

  .widescreen\:focus\:to-gray-dark:focus{
    --tw-gradient-to: #777676;
  }

  .widescreen\:focus\:to-dark-100:focus{
    --tw-gradient-to: rgba(0,0,0,.1);
  }

  .widescreen\:focus\:to-dark-500:focus{
    --tw-gradient-to: rgba(0,0,0,.5);
  }

  .widescreen\:focus\:to-dark-800:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .widescreen\:focus\:to-dark-900:focus{
    --tw-gradient-to: rgba(0,0,0,.9);
  }

  .widescreen\:focus\:to-light-100:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus\:to-light-500:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus\:to-light-800:focus{
    --tw-gradient-to: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .widescreen\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .widescreen\:bg-auto{
    background-size: auto;
  }

  .widescreen\:bg-cover{
    background-size: cover;
  }

  .widescreen\:bg-contain{
    background-size: contain;
  }

  .widescreen\:bg-fixed{
    background-attachment: fixed;
  }

  .widescreen\:bg-local{
    background-attachment: local;
  }

  .widescreen\:bg-scroll{
    background-attachment: scroll;
  }

  .widescreen\:bg-clip-border{
    background-clip: border-box;
  }

  .widescreen\:bg-clip-padding{
    background-clip: padding-box;
  }

  .widescreen\:bg-clip-content{
    background-clip: content-box;
  }

  .widescreen\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .widescreen\:bg-bottom{
    background-position: bottom;
  }

  .widescreen\:bg-center{
    background-position: center;
  }

  .widescreen\:bg-left{
    background-position: left;
  }

  .widescreen\:bg-left-bottom{
    background-position: left bottom;
  }

  .widescreen\:bg-left-top{
    background-position: left top;
  }

  .widescreen\:bg-right{
    background-position: right;
  }

  .widescreen\:bg-right-bottom{
    background-position: right bottom;
  }

  .widescreen\:bg-right-top{
    background-position: right top;
  }

  .widescreen\:bg-top{
    background-position: top;
  }

  .widescreen\:bg-repeat{
    background-repeat: repeat;
  }

  .widescreen\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .widescreen\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .widescreen\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .widescreen\:bg-repeat-round{
    background-repeat: round;
  }

  .widescreen\:bg-repeat-space{
    background-repeat: space;
  }

  .widescreen\:bg-origin-border{
    background-origin: border-box;
  }

  .widescreen\:bg-origin-padding{
    background-origin: padding-box;
  }

  .widescreen\:bg-origin-content{
    background-origin: content-box;
  }

  .widescreen\:fill-current{
    fill: currentColor;
  }

  .widescreen\:fill-transparent{
    fill: transparent;
  }

  .widescreen\:fill-black{
    fill: #000;
  }

  .widescreen\:fill-white{
    fill: #fff;
  }

  .widescreen\:fill-blue{
    fill: #0099FF;
  }

  .widescreen\:fill-error{
    fill: #E62807;
  }

  .widescreen\:fill-gray{
    fill: #e5e5e5;
  }

  .widescreen\:fill-gray-dark{
    fill: #777676;
  }

  .widescreen\:fill-dark-100{
    fill: rgba(0,0,0,.1);
  }

  .widescreen\:fill-dark-500{
    fill: rgba(0,0,0,.5);
  }

  .widescreen\:fill-dark-800{
    fill: rgba(0,0,0,.8);
  }

  .widescreen\:fill-dark-900{
    fill: rgba(0,0,0,.9);
  }

  .widescreen\:fill-light-100{
    fill: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:fill-light-500{
    fill: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:fill-light-800{
    fill: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:hover\:fill-current:hover{
    fill: currentColor;
  }

  .widescreen\:hover\:fill-transparent:hover{
    fill: transparent;
  }

  .widescreen\:hover\:fill-black:hover{
    fill: #000;
  }

  .widescreen\:hover\:fill-white:hover{
    fill: #fff;
  }

  .widescreen\:hover\:fill-blue:hover{
    fill: #0099FF;
  }

  .widescreen\:hover\:fill-error:hover{
    fill: #E62807;
  }

  .widescreen\:hover\:fill-gray:hover{
    fill: #e5e5e5;
  }

  .widescreen\:hover\:fill-gray-dark:hover{
    fill: #777676;
  }

  .widescreen\:hover\:fill-dark-100:hover{
    fill: rgba(0,0,0,.1);
  }

  .widescreen\:hover\:fill-dark-500:hover{
    fill: rgba(0,0,0,.5);
  }

  .widescreen\:hover\:fill-dark-800:hover{
    fill: rgba(0,0,0,.8);
  }

  .widescreen\:hover\:fill-dark-900:hover{
    fill: rgba(0,0,0,.9);
  }

  .widescreen\:hover\:fill-light-100:hover{
    fill: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:hover\:fill-light-500:hover{
    fill: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:hover\:fill-light-800:hover{
    fill: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus\:fill-current:focus{
    fill: currentColor;
  }

  .widescreen\:focus\:fill-transparent:focus{
    fill: transparent;
  }

  .widescreen\:focus\:fill-black:focus{
    fill: #000;
  }

  .widescreen\:focus\:fill-white:focus{
    fill: #fff;
  }

  .widescreen\:focus\:fill-blue:focus{
    fill: #0099FF;
  }

  .widescreen\:focus\:fill-error:focus{
    fill: #E62807;
  }

  .widescreen\:focus\:fill-gray:focus{
    fill: #e5e5e5;
  }

  .widescreen\:focus\:fill-gray-dark:focus{
    fill: #777676;
  }

  .widescreen\:focus\:fill-dark-100:focus{
    fill: rgba(0,0,0,.1);
  }

  .widescreen\:focus\:fill-dark-500:focus{
    fill: rgba(0,0,0,.5);
  }

  .widescreen\:focus\:fill-dark-800:focus{
    fill: rgba(0,0,0,.8);
  }

  .widescreen\:focus\:fill-dark-900:focus{
    fill: rgba(0,0,0,.9);
  }

  .widescreen\:focus\:fill-light-100:focus{
    fill: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus\:fill-light-500:focus{
    fill: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus\:fill-light-800:focus{
    fill: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:stroke-current{
    stroke: currentColor;
  }

  .widescreen\:stroke-0{
    stroke-width: 0;
  }

  .widescreen\:stroke-1{
    stroke-width: 1;
  }

  .widescreen\:stroke-2{
    stroke-width: 2;
  }

  .widescreen\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .widescreen\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .widescreen\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .widescreen\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .widescreen\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .widescreen\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .widescreen\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .widescreen\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .widescreen\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .widescreen\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .widescreen\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .widescreen\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .widescreen\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .widescreen\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .widescreen\:p-0{
    padding: 0;
  }

  .widescreen\:p-4{
    padding: 0.25rem;
  }

  .widescreen\:p-8{
    padding: 0.5rem;
  }

  .widescreen\:p-12{
    padding: 0.75rem;
  }

  .widescreen\:p-16{
    padding: 1rem;
  }

  .widescreen\:p-20{
    padding: 1.25rem;
  }

  .widescreen\:p-24{
    padding: 1.5rem;
  }

  .widescreen\:p-32{
    padding: 2rem;
  }

  .widescreen\:p-40{
    padding: 2.5rem;
  }

  .widescreen\:p-48{
    padding: 3rem;
  }

  .widescreen\:p-56{
    padding: 3.5rem;
  }

  .widescreen\:p-64{
    padding: 4rem;
  }

  .widescreen\:p-80{
    padding: 5rem;
  }

  .widescreen\:p-96{
    padding: 6rem;
  }

  .widescreen\:p-104{
    padding: 6.5rem;
  }

  .widescreen\:p-112{
    padding: 7rem;
  }

  .widescreen\:p-128{
    padding: 8rem;
  }

  .widescreen\:p-140{
    padding: 8.75rem;
  }

  .widescreen\:p-156{
    padding: 9.5rem;
  }

  .widescreen\:p-160{
    padding: 10rem;
  }

  .widescreen\:p-180{
    padding: 11.25rem;
  }

  .widescreen\:p-200{
    padding: 12.5rem;
  }

  .widescreen\:p-224{
    padding: 14rem;
  }

  .widescreen\:p-240{
    padding: 15rem;
  }

  .widescreen\:p-260{
    padding: 16.25rem;
  }

  .widescreen\:p-300{
    padding: 18.75rem;
  }

  .widescreen\:-p-78\%{
    padding: -78%;
  }

  .widescreen\:-p-80\%{
    padding: -80%;
  }

  .widescreen\:-p-50\%{
    padding: -50%;
  }

  .widescreen\:-p-35\%{
    padding: -35%;
  }

  .widescreen\:-p-128{
    padding: -8rem;
  }

  .widescreen\:-p-96{
    padding: -6rem;
  }

  .widescreen\:-p-64{
    padding: -4rem;
  }

  .widescreen\:-p-32{
    padding: -2rem;
  }

  .widescreen\:-p-8{
    padding: -0.5rem;
  }

  .widescreen\:p-5\%{
    padding: 5%;
  }

  .widescreen\:p-10\%{
    padding: 10%;
  }

  .widescreen\:p-15\%{
    padding: 15%;
  }

  .widescreen\:p-20\%{
    padding: 20%;
  }

  .widescreen\:p-25\%{
    padding: 25%;
  }

  .widescreen\:p-30\%{
    padding: 30%;
  }

  .widescreen\:p-31\%{
    padding: 31%;
  }

  .widescreen\:p-33\%{
    padding: 33.333%;
  }

  .widescreen\:p-34\%{
    padding: 34%;
  }

  .widescreen\:p-45\%{
    padding: 45%;
  }

  .widescreen\:p-50\%{
    padding: 50%;
  }

  .widescreen\:p-54\%{
    padding: 54%;
  }

  .widescreen\:p-75\%{
    padding: 75%;
  }

  .widescreen\:p-55\%{
    padding: 55%;
  }

  .widescreen\:p-65\%{
    padding: 65%;
  }

  .widescreen\:p-66\%{
    padding: 66%;
  }

  .widescreen\:p-85\%{
    padding: 85%;
  }

  .widescreen\:p-96\%{
    padding: 96%;
  }

  .widescreen\:p-130\%{
    padding: 130%;
  }

  .widescreen\:p-135\%{
    padding: 135%;
  }

  .widescreen\:p-200\%{
    padding: 200%;
  }

  .widescreen\:p-16\/9{
    padding: 56.25%;
  }

  .widescreen\:p-1\/2{
    padding: 50%;
  }

  .widescreen\:p-full{
    padding: 100%;
  }

  .widescreen\:p-span{
    padding: 8.333%;
  }

  .widescreen\:p-2span{
    padding: 16.666%;
  }

  .widescreen\:p-px{
    padding: 1px;
  }

  .widescreen\:p-3\.125rem{
    padding: 3.125rem;
  }

  .widescreen\:p-3\.375rem{
    padding: 3.375rem;
  }

  .widescreen\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .widescreen\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .widescreen\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .widescreen\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .widescreen\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .widescreen\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .widescreen\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .widescreen\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .widescreen\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .widescreen\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .widescreen\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .widescreen\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .widescreen\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .widescreen\:px-96{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .widescreen\:px-104{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .widescreen\:px-112{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .widescreen\:px-128{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .widescreen\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .widescreen\:px-156{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .widescreen\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .widescreen\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .widescreen\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .widescreen\:px-224{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .widescreen\:px-240{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .widescreen\:px-260{
    padding-left: 16.25rem;
    padding-right: 16.25rem;
  }

  .widescreen\:px-300{
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .widescreen\:-px-78\%{
    padding-left: -78%;
    padding-right: -78%;
  }

  .widescreen\:-px-80\%{
    padding-left: -80%;
    padding-right: -80%;
  }

  .widescreen\:-px-50\%{
    padding-left: -50%;
    padding-right: -50%;
  }

  .widescreen\:-px-35\%{
    padding-left: -35%;
    padding-right: -35%;
  }

  .widescreen\:-px-128{
    padding-left: -8rem;
    padding-right: -8rem;
  }

  .widescreen\:-px-96{
    padding-left: -6rem;
    padding-right: -6rem;
  }

  .widescreen\:-px-64{
    padding-left: -4rem;
    padding-right: -4rem;
  }

  .widescreen\:-px-32{
    padding-left: -2rem;
    padding-right: -2rem;
  }

  .widescreen\:-px-8{
    padding-left: -0.5rem;
    padding-right: -0.5rem;
  }

  .widescreen\:px-5\%{
    padding-left: 5%;
    padding-right: 5%;
  }

  .widescreen\:px-10\%{
    padding-left: 10%;
    padding-right: 10%;
  }

  .widescreen\:px-15\%{
    padding-left: 15%;
    padding-right: 15%;
  }

  .widescreen\:px-20\%{
    padding-left: 20%;
    padding-right: 20%;
  }

  .widescreen\:px-25\%{
    padding-left: 25%;
    padding-right: 25%;
  }

  .widescreen\:px-30\%{
    padding-left: 30%;
    padding-right: 30%;
  }

  .widescreen\:px-31\%{
    padding-left: 31%;
    padding-right: 31%;
  }

  .widescreen\:px-33\%{
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .widescreen\:px-34\%{
    padding-left: 34%;
    padding-right: 34%;
  }

  .widescreen\:px-45\%{
    padding-left: 45%;
    padding-right: 45%;
  }

  .widescreen\:px-50\%{
    padding-left: 50%;
    padding-right: 50%;
  }

  .widescreen\:px-54\%{
    padding-left: 54%;
    padding-right: 54%;
  }

  .widescreen\:px-75\%{
    padding-left: 75%;
    padding-right: 75%;
  }

  .widescreen\:px-55\%{
    padding-left: 55%;
    padding-right: 55%;
  }

  .widescreen\:px-65\%{
    padding-left: 65%;
    padding-right: 65%;
  }

  .widescreen\:px-66\%{
    padding-left: 66%;
    padding-right: 66%;
  }

  .widescreen\:px-85\%{
    padding-left: 85%;
    padding-right: 85%;
  }

  .widescreen\:px-96\%{
    padding-left: 96%;
    padding-right: 96%;
  }

  .widescreen\:px-130\%{
    padding-left: 130%;
    padding-right: 130%;
  }

  .widescreen\:px-135\%{
    padding-left: 135%;
    padding-right: 135%;
  }

  .widescreen\:px-200\%{
    padding-left: 200%;
    padding-right: 200%;
  }

  .widescreen\:px-16\/9{
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .widescreen\:px-1\/2{
    padding-left: 50%;
    padding-right: 50%;
  }

  .widescreen\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .widescreen\:px-span{
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .widescreen\:px-2span{
    padding-left: 16.666%;
    padding-right: 16.666%;
  }

  .widescreen\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .widescreen\:px-3\.125rem{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .widescreen\:px-3\.375rem{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .widescreen\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .widescreen\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .widescreen\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .widescreen\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .widescreen\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .widescreen\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .widescreen\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .widescreen\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .widescreen\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .widescreen\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .widescreen\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .widescreen\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .widescreen\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .widescreen\:py-96{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .widescreen\:py-104{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .widescreen\:py-112{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .widescreen\:py-128{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .widescreen\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .widescreen\:py-156{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .widescreen\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .widescreen\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .widescreen\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .widescreen\:py-224{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .widescreen\:py-240{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .widescreen\:py-260{
    padding-top: 16.25rem;
    padding-bottom: 16.25rem;
  }

  .widescreen\:py-300{
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .widescreen\:-py-78\%{
    padding-top: -78%;
    padding-bottom: -78%;
  }

  .widescreen\:-py-80\%{
    padding-top: -80%;
    padding-bottom: -80%;
  }

  .widescreen\:-py-50\%{
    padding-top: -50%;
    padding-bottom: -50%;
  }

  .widescreen\:-py-35\%{
    padding-top: -35%;
    padding-bottom: -35%;
  }

  .widescreen\:-py-128{
    padding-top: -8rem;
    padding-bottom: -8rem;
  }

  .widescreen\:-py-96{
    padding-top: -6rem;
    padding-bottom: -6rem;
  }

  .widescreen\:-py-64{
    padding-top: -4rem;
    padding-bottom: -4rem;
  }

  .widescreen\:-py-32{
    padding-top: -2rem;
    padding-bottom: -2rem;
  }

  .widescreen\:-py-8{
    padding-top: -0.5rem;
    padding-bottom: -0.5rem;
  }

  .widescreen\:py-5\%{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .widescreen\:py-10\%{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .widescreen\:py-15\%{
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .widescreen\:py-20\%{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .widescreen\:py-25\%{
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .widescreen\:py-30\%{
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .widescreen\:py-31\%{
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .widescreen\:py-33\%{
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .widescreen\:py-34\%{
    padding-top: 34%;
    padding-bottom: 34%;
  }

  .widescreen\:py-45\%{
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .widescreen\:py-50\%{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .widescreen\:py-54\%{
    padding-top: 54%;
    padding-bottom: 54%;
  }

  .widescreen\:py-75\%{
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .widescreen\:py-55\%{
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .widescreen\:py-65\%{
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .widescreen\:py-66\%{
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .widescreen\:py-85\%{
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .widescreen\:py-96\%{
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .widescreen\:py-130\%{
    padding-top: 130%;
    padding-bottom: 130%;
  }

  .widescreen\:py-135\%{
    padding-top: 135%;
    padding-bottom: 135%;
  }

  .widescreen\:py-200\%{
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .widescreen\:py-16\/9{
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .widescreen\:py-1\/2{
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .widescreen\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .widescreen\:py-span{
    padding-top: 8.333%;
    padding-bottom: 8.333%;
  }

  .widescreen\:py-2span{
    padding-top: 16.666%;
    padding-bottom: 16.666%;
  }

  .widescreen\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .widescreen\:py-3\.125rem{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .widescreen\:py-3\.375rem{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .widescreen\:pt-0{
    padding-top: 0;
  }

  .widescreen\:pt-4{
    padding-top: 0.25rem;
  }

  .widescreen\:pt-8{
    padding-top: 0.5rem;
  }

  .widescreen\:pt-12{
    padding-top: 0.75rem;
  }

  .widescreen\:pt-16{
    padding-top: 1rem;
  }

  .widescreen\:pt-20{
    padding-top: 1.25rem;
  }

  .widescreen\:pt-24{
    padding-top: 1.5rem;
  }

  .widescreen\:pt-32{
    padding-top: 2rem;
  }

  .widescreen\:pt-40{
    padding-top: 2.5rem;
  }

  .widescreen\:pt-48{
    padding-top: 3rem;
  }

  .widescreen\:pt-56{
    padding-top: 3.5rem;
  }

  .widescreen\:pt-64{
    padding-top: 4rem;
  }

  .widescreen\:pt-80{
    padding-top: 5rem;
  }

  .widescreen\:pt-96{
    padding-top: 6rem;
  }

  .widescreen\:pt-104{
    padding-top: 6.5rem;
  }

  .widescreen\:pt-112{
    padding-top: 7rem;
  }

  .widescreen\:pt-128{
    padding-top: 8rem;
  }

  .widescreen\:pt-140{
    padding-top: 8.75rem;
  }

  .widescreen\:pt-156{
    padding-top: 9.5rem;
  }

  .widescreen\:pt-160{
    padding-top: 10rem;
  }

  .widescreen\:pt-180{
    padding-top: 11.25rem;
  }

  .widescreen\:pt-200{
    padding-top: 12.5rem;
  }

  .widescreen\:pt-224{
    padding-top: 14rem;
  }

  .widescreen\:pt-240{
    padding-top: 15rem;
  }

  .widescreen\:pt-260{
    padding-top: 16.25rem;
  }

  .widescreen\:pt-300{
    padding-top: 18.75rem;
  }

  .widescreen\:-pt-78\%{
    padding-top: -78%;
  }

  .widescreen\:-pt-80\%{
    padding-top: -80%;
  }

  .widescreen\:-pt-50\%{
    padding-top: -50%;
  }

  .widescreen\:-pt-35\%{
    padding-top: -35%;
  }

  .widescreen\:-pt-128{
    padding-top: -8rem;
  }

  .widescreen\:-pt-96{
    padding-top: -6rem;
  }

  .widescreen\:-pt-64{
    padding-top: -4rem;
  }

  .widescreen\:-pt-32{
    padding-top: -2rem;
  }

  .widescreen\:-pt-8{
    padding-top: -0.5rem;
  }

  .widescreen\:pt-5\%{
    padding-top: 5%;
  }

  .widescreen\:pt-10\%{
    padding-top: 10%;
  }

  .widescreen\:pt-15\%{
    padding-top: 15%;
  }

  .widescreen\:pt-20\%{
    padding-top: 20%;
  }

  .widescreen\:pt-25\%{
    padding-top: 25%;
  }

  .widescreen\:pt-30\%{
    padding-top: 30%;
  }

  .widescreen\:pt-31\%{
    padding-top: 31%;
  }

  .widescreen\:pt-33\%{
    padding-top: 33.333%;
  }

  .widescreen\:pt-34\%{
    padding-top: 34%;
  }

  .widescreen\:pt-45\%{
    padding-top: 45%;
  }

  .widescreen\:pt-50\%{
    padding-top: 50%;
  }

  .widescreen\:pt-54\%{
    padding-top: 54%;
  }

  .widescreen\:pt-75\%{
    padding-top: 75%;
  }

  .widescreen\:pt-55\%{
    padding-top: 55%;
  }

  .widescreen\:pt-65\%{
    padding-top: 65%;
  }

  .widescreen\:pt-66\%{
    padding-top: 66%;
  }

  .widescreen\:pt-85\%{
    padding-top: 85%;
  }

  .widescreen\:pt-96\%{
    padding-top: 96%;
  }

  .widescreen\:pt-130\%{
    padding-top: 130%;
  }

  .widescreen\:pt-135\%{
    padding-top: 135%;
  }

  .widescreen\:pt-200\%{
    padding-top: 200%;
  }

  .widescreen\:pt-16\/9{
    padding-top: 56.25%;
  }

  .widescreen\:pt-1\/2{
    padding-top: 50%;
  }

  .widescreen\:pt-full{
    padding-top: 100%;
  }

  .widescreen\:pt-span{
    padding-top: 8.333%;
  }

  .widescreen\:pt-2span{
    padding-top: 16.666%;
  }

  .widescreen\:pt-px{
    padding-top: 1px;
  }

  .widescreen\:pt-3\.125rem{
    padding-top: 3.125rem;
  }

  .widescreen\:pt-3\.375rem{
    padding-top: 3.375rem;
  }

  .widescreen\:pr-0{
    padding-right: 0;
  }

  .widescreen\:pr-4{
    padding-right: 0.25rem;
  }

  .widescreen\:pr-8{
    padding-right: 0.5rem;
  }

  .widescreen\:pr-12{
    padding-right: 0.75rem;
  }

  .widescreen\:pr-16{
    padding-right: 1rem;
  }

  .widescreen\:pr-20{
    padding-right: 1.25rem;
  }

  .widescreen\:pr-24{
    padding-right: 1.5rem;
  }

  .widescreen\:pr-32{
    padding-right: 2rem;
  }

  .widescreen\:pr-40{
    padding-right: 2.5rem;
  }

  .widescreen\:pr-48{
    padding-right: 3rem;
  }

  .widescreen\:pr-56{
    padding-right: 3.5rem;
  }

  .widescreen\:pr-64{
    padding-right: 4rem;
  }

  .widescreen\:pr-80{
    padding-right: 5rem;
  }

  .widescreen\:pr-96{
    padding-right: 6rem;
  }

  .widescreen\:pr-104{
    padding-right: 6.5rem;
  }

  .widescreen\:pr-112{
    padding-right: 7rem;
  }

  .widescreen\:pr-128{
    padding-right: 8rem;
  }

  .widescreen\:pr-140{
    padding-right: 8.75rem;
  }

  .widescreen\:pr-156{
    padding-right: 9.5rem;
  }

  .widescreen\:pr-160{
    padding-right: 10rem;
  }

  .widescreen\:pr-180{
    padding-right: 11.25rem;
  }

  .widescreen\:pr-200{
    padding-right: 12.5rem;
  }

  .widescreen\:pr-224{
    padding-right: 14rem;
  }

  .widescreen\:pr-240{
    padding-right: 15rem;
  }

  .widescreen\:pr-260{
    padding-right: 16.25rem;
  }

  .widescreen\:pr-300{
    padding-right: 18.75rem;
  }

  .widescreen\:-pr-78\%{
    padding-right: -78%;
  }

  .widescreen\:-pr-80\%{
    padding-right: -80%;
  }

  .widescreen\:-pr-50\%{
    padding-right: -50%;
  }

  .widescreen\:-pr-35\%{
    padding-right: -35%;
  }

  .widescreen\:-pr-128{
    padding-right: -8rem;
  }

  .widescreen\:-pr-96{
    padding-right: -6rem;
  }

  .widescreen\:-pr-64{
    padding-right: -4rem;
  }

  .widescreen\:-pr-32{
    padding-right: -2rem;
  }

  .widescreen\:-pr-8{
    padding-right: -0.5rem;
  }

  .widescreen\:pr-5\%{
    padding-right: 5%;
  }

  .widescreen\:pr-10\%{
    padding-right: 10%;
  }

  .widescreen\:pr-15\%{
    padding-right: 15%;
  }

  .widescreen\:pr-20\%{
    padding-right: 20%;
  }

  .widescreen\:pr-25\%{
    padding-right: 25%;
  }

  .widescreen\:pr-30\%{
    padding-right: 30%;
  }

  .widescreen\:pr-31\%{
    padding-right: 31%;
  }

  .widescreen\:pr-33\%{
    padding-right: 33.333%;
  }

  .widescreen\:pr-34\%{
    padding-right: 34%;
  }

  .widescreen\:pr-45\%{
    padding-right: 45%;
  }

  .widescreen\:pr-50\%{
    padding-right: 50%;
  }

  .widescreen\:pr-54\%{
    padding-right: 54%;
  }

  .widescreen\:pr-75\%{
    padding-right: 75%;
  }

  .widescreen\:pr-55\%{
    padding-right: 55%;
  }

  .widescreen\:pr-65\%{
    padding-right: 65%;
  }

  .widescreen\:pr-66\%{
    padding-right: 66%;
  }

  .widescreen\:pr-85\%{
    padding-right: 85%;
  }

  .widescreen\:pr-96\%{
    padding-right: 96%;
  }

  .widescreen\:pr-130\%{
    padding-right: 130%;
  }

  .widescreen\:pr-135\%{
    padding-right: 135%;
  }

  .widescreen\:pr-200\%{
    padding-right: 200%;
  }

  .widescreen\:pr-16\/9{
    padding-right: 56.25%;
  }

  .widescreen\:pr-1\/2{
    padding-right: 50%;
  }

  .widescreen\:pr-full{
    padding-right: 100%;
  }

  .widescreen\:pr-span{
    padding-right: 8.333%;
  }

  .widescreen\:pr-2span{
    padding-right: 16.666%;
  }

  .widescreen\:pr-px{
    padding-right: 1px;
  }

  .widescreen\:pr-3\.125rem{
    padding-right: 3.125rem;
  }

  .widescreen\:pr-3\.375rem{
    padding-right: 3.375rem;
  }

  .widescreen\:pb-0{
    padding-bottom: 0;
  }

  .widescreen\:pb-4{
    padding-bottom: 0.25rem;
  }

  .widescreen\:pb-8{
    padding-bottom: 0.5rem;
  }

  .widescreen\:pb-12{
    padding-bottom: 0.75rem;
  }

  .widescreen\:pb-16{
    padding-bottom: 1rem;
  }

  .widescreen\:pb-20{
    padding-bottom: 1.25rem;
  }

  .widescreen\:pb-24{
    padding-bottom: 1.5rem;
  }

  .widescreen\:pb-32{
    padding-bottom: 2rem;
  }

  .widescreen\:pb-40{
    padding-bottom: 2.5rem;
  }

  .widescreen\:pb-48{
    padding-bottom: 3rem;
  }

  .widescreen\:pb-56{
    padding-bottom: 3.5rem;
  }

  .widescreen\:pb-64{
    padding-bottom: 4rem;
  }

  .widescreen\:pb-80{
    padding-bottom: 5rem;
  }

  .widescreen\:pb-96{
    padding-bottom: 6rem;
  }

  .widescreen\:pb-104{
    padding-bottom: 6.5rem;
  }

  .widescreen\:pb-112{
    padding-bottom: 7rem;
  }

  .widescreen\:pb-128{
    padding-bottom: 8rem;
  }

  .widescreen\:pb-140{
    padding-bottom: 8.75rem;
  }

  .widescreen\:pb-156{
    padding-bottom: 9.5rem;
  }

  .widescreen\:pb-160{
    padding-bottom: 10rem;
  }

  .widescreen\:pb-180{
    padding-bottom: 11.25rem;
  }

  .widescreen\:pb-200{
    padding-bottom: 12.5rem;
  }

  .widescreen\:pb-224{
    padding-bottom: 14rem;
  }

  .widescreen\:pb-240{
    padding-bottom: 15rem;
  }

  .widescreen\:pb-260{
    padding-bottom: 16.25rem;
  }

  .widescreen\:pb-300{
    padding-bottom: 18.75rem;
  }

  .widescreen\:-pb-78\%{
    padding-bottom: -78%;
  }

  .widescreen\:-pb-80\%{
    padding-bottom: -80%;
  }

  .widescreen\:-pb-50\%{
    padding-bottom: -50%;
  }

  .widescreen\:-pb-35\%{
    padding-bottom: -35%;
  }

  .widescreen\:-pb-128{
    padding-bottom: -8rem;
  }

  .widescreen\:-pb-96{
    padding-bottom: -6rem;
  }

  .widescreen\:-pb-64{
    padding-bottom: -4rem;
  }

  .widescreen\:-pb-32{
    padding-bottom: -2rem;
  }

  .widescreen\:-pb-8{
    padding-bottom: -0.5rem;
  }

  .widescreen\:pb-5\%{
    padding-bottom: 5%;
  }

  .widescreen\:pb-10\%{
    padding-bottom: 10%;
  }

  .widescreen\:pb-15\%{
    padding-bottom: 15%;
  }

  .widescreen\:pb-20\%{
    padding-bottom: 20%;
  }

  .widescreen\:pb-25\%{
    padding-bottom: 25%;
  }

  .widescreen\:pb-30\%{
    padding-bottom: 30%;
  }

  .widescreen\:pb-31\%{
    padding-bottom: 31%;
  }

  .widescreen\:pb-33\%{
    padding-bottom: 33.333%;
  }

  .widescreen\:pb-34\%{
    padding-bottom: 34%;
  }

  .widescreen\:pb-45\%{
    padding-bottom: 45%;
  }

  .widescreen\:pb-50\%{
    padding-bottom: 50%;
  }

  .widescreen\:pb-54\%{
    padding-bottom: 54%;
  }

  .widescreen\:pb-75\%{
    padding-bottom: 75%;
  }

  .widescreen\:pb-55\%{
    padding-bottom: 55%;
  }

  .widescreen\:pb-65\%{
    padding-bottom: 65%;
  }

  .widescreen\:pb-66\%{
    padding-bottom: 66%;
  }

  .widescreen\:pb-85\%{
    padding-bottom: 85%;
  }

  .widescreen\:pb-96\%{
    padding-bottom: 96%;
  }

  .widescreen\:pb-130\%{
    padding-bottom: 130%;
  }

  .widescreen\:pb-135\%{
    padding-bottom: 135%;
  }

  .widescreen\:pb-200\%{
    padding-bottom: 200%;
  }

  .widescreen\:pb-16\/9{
    padding-bottom: 56.25%;
  }

  .widescreen\:pb-1\/2{
    padding-bottom: 50%;
  }

  .widescreen\:pb-full{
    padding-bottom: 100%;
  }

  .widescreen\:pb-span{
    padding-bottom: 8.333%;
  }

  .widescreen\:pb-2span{
    padding-bottom: 16.666%;
  }

  .widescreen\:pb-px{
    padding-bottom: 1px;
  }

  .widescreen\:pb-3\.125rem{
    padding-bottom: 3.125rem;
  }

  .widescreen\:pb-3\.375rem{
    padding-bottom: 3.375rem;
  }

  .widescreen\:pl-0{
    padding-left: 0;
  }

  .widescreen\:pl-4{
    padding-left: 0.25rem;
  }

  .widescreen\:pl-8{
    padding-left: 0.5rem;
  }

  .widescreen\:pl-12{
    padding-left: 0.75rem;
  }

  .widescreen\:pl-16{
    padding-left: 1rem;
  }

  .widescreen\:pl-20{
    padding-left: 1.25rem;
  }

  .widescreen\:pl-24{
    padding-left: 1.5rem;
  }

  .widescreen\:pl-32{
    padding-left: 2rem;
  }

  .widescreen\:pl-40{
    padding-left: 2.5rem;
  }

  .widescreen\:pl-48{
    padding-left: 3rem;
  }

  .widescreen\:pl-56{
    padding-left: 3.5rem;
  }

  .widescreen\:pl-64{
    padding-left: 4rem;
  }

  .widescreen\:pl-80{
    padding-left: 5rem;
  }

  .widescreen\:pl-96{
    padding-left: 6rem;
  }

  .widescreen\:pl-104{
    padding-left: 6.5rem;
  }

  .widescreen\:pl-112{
    padding-left: 7rem;
  }

  .widescreen\:pl-128{
    padding-left: 8rem;
  }

  .widescreen\:pl-140{
    padding-left: 8.75rem;
  }

  .widescreen\:pl-156{
    padding-left: 9.5rem;
  }

  .widescreen\:pl-160{
    padding-left: 10rem;
  }

  .widescreen\:pl-180{
    padding-left: 11.25rem;
  }

  .widescreen\:pl-200{
    padding-left: 12.5rem;
  }

  .widescreen\:pl-224{
    padding-left: 14rem;
  }

  .widescreen\:pl-240{
    padding-left: 15rem;
  }

  .widescreen\:pl-260{
    padding-left: 16.25rem;
  }

  .widescreen\:pl-300{
    padding-left: 18.75rem;
  }

  .widescreen\:-pl-78\%{
    padding-left: -78%;
  }

  .widescreen\:-pl-80\%{
    padding-left: -80%;
  }

  .widescreen\:-pl-50\%{
    padding-left: -50%;
  }

  .widescreen\:-pl-35\%{
    padding-left: -35%;
  }

  .widescreen\:-pl-128{
    padding-left: -8rem;
  }

  .widescreen\:-pl-96{
    padding-left: -6rem;
  }

  .widescreen\:-pl-64{
    padding-left: -4rem;
  }

  .widescreen\:-pl-32{
    padding-left: -2rem;
  }

  .widescreen\:-pl-8{
    padding-left: -0.5rem;
  }

  .widescreen\:pl-5\%{
    padding-left: 5%;
  }

  .widescreen\:pl-10\%{
    padding-left: 10%;
  }

  .widescreen\:pl-15\%{
    padding-left: 15%;
  }

  .widescreen\:pl-20\%{
    padding-left: 20%;
  }

  .widescreen\:pl-25\%{
    padding-left: 25%;
  }

  .widescreen\:pl-30\%{
    padding-left: 30%;
  }

  .widescreen\:pl-31\%{
    padding-left: 31%;
  }

  .widescreen\:pl-33\%{
    padding-left: 33.333%;
  }

  .widescreen\:pl-34\%{
    padding-left: 34%;
  }

  .widescreen\:pl-45\%{
    padding-left: 45%;
  }

  .widescreen\:pl-50\%{
    padding-left: 50%;
  }

  .widescreen\:pl-54\%{
    padding-left: 54%;
  }

  .widescreen\:pl-75\%{
    padding-left: 75%;
  }

  .widescreen\:pl-55\%{
    padding-left: 55%;
  }

  .widescreen\:pl-65\%{
    padding-left: 65%;
  }

  .widescreen\:pl-66\%{
    padding-left: 66%;
  }

  .widescreen\:pl-85\%{
    padding-left: 85%;
  }

  .widescreen\:pl-96\%{
    padding-left: 96%;
  }

  .widescreen\:pl-130\%{
    padding-left: 130%;
  }

  .widescreen\:pl-135\%{
    padding-left: 135%;
  }

  .widescreen\:pl-200\%{
    padding-left: 200%;
  }

  .widescreen\:pl-16\/9{
    padding-left: 56.25%;
  }

  .widescreen\:pl-1\/2{
    padding-left: 50%;
  }

  .widescreen\:pl-full{
    padding-left: 100%;
  }

  .widescreen\:pl-span{
    padding-left: 8.333%;
  }

  .widescreen\:pl-2span{
    padding-left: 16.666%;
  }

  .widescreen\:pl-px{
    padding-left: 1px;
  }

  .widescreen\:pl-3\.125rem{
    padding-left: 3.125rem;
  }

  .widescreen\:pl-3\.375rem{
    padding-left: 3.375rem;
  }

  .widescreen\:text-left{
    text-align: left;
  }

  .widescreen\:text-center{
    text-align: center;
  }

  .widescreen\:text-right{
    text-align: right;
  }

  .widescreen\:text-justify{
    text-align: justify;
  }

  .widescreen\:align-baseline{
    vertical-align: baseline;
  }

  .widescreen\:align-top{
    vertical-align: top;
  }

  .widescreen\:align-middle{
    vertical-align: middle;
  }

  .widescreen\:align-bottom{
    vertical-align: bottom;
  }

  .widescreen\:align-text-top{
    vertical-align: text-top;
  }

  .widescreen\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .widescreen\:font-proxima{
    font-family: Proxima Nova W01 Regular, sans-serif;
  }

  .widescreen\:font-proximaSemi{
    font-family: Proxima Nova W01 Semibold, sans-serif;
  }

  .widescreen\:font-proximaBold{
    font-family: Proxima Nova W01 Bold, sans-serif;
  }

  .widescreen\:text-xxs{
    font-size: 0.625rem;
  }

  .widescreen\:text-xs{
    font-size: 0.75rem;
  }

  .widescreen\:text-sm{
    font-size: 0.875rem;
  }

  .widescreen\:text-base{
    font-size: 1rem;
  }

  .widescreen\:text-md{
    font-size: 1.125rem;
  }

  .widescreen\:text-xl{
    font-size: 1.25rem;
  }

  .widescreen\:text-2xl{
    font-size: 1.5rem;
  }

  .widescreen\:text-2base{
    font-size: 2rem;
  }

  .widescreen\:text-3xl{
    font-size: 2.5rem;
  }

  .widescreen\:text-4xl{
    font-size: 3rem;
  }

  .widescreen\:text-5xl{
    font-size: 4.56rem;
  }

  .widescreen\:text-6xl{
    font-size: 6.25rem;
  }

  .widescreen\:font-thin{
    font-weight: 100;
  }

  .widescreen\:font-extralight{
    font-weight: 200;
  }

  .widescreen\:font-light{
    font-weight: 300;
  }

  .widescreen\:font-normal{
    font-weight: 400;
  }

  .widescreen\:font-medium{
    font-weight: 500;
  }

  .widescreen\:font-semibold{
    font-weight: 600;
  }

  .widescreen\:font-bold{
    font-weight: 700;
  }

  .widescreen\:font-extrabold{
    font-weight: 800;
  }

  .widescreen\:font-black{
    font-weight: 900;
  }

  .widescreen\:uppercase{
    text-transform: uppercase;
  }

  .widescreen\:lowercase{
    text-transform: lowercase;
  }

  .widescreen\:capitalize{
    text-transform: capitalize;
  }

  .widescreen\:normal-case{
    text-transform: none;
  }

  .widescreen\:italic{
    font-style: italic;
  }

  .widescreen\:not-italic{
    font-style: normal;
  }

  .widescreen\:ordinal, .widescreen\:slashed-zero, .widescreen\:lining-nums, .widescreen\:oldstyle-nums, .widescreen\:proportional-nums, .widescreen\:tabular-nums, .widescreen\:diagonal-fractions, .widescreen\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .widescreen\:normal-nums{
    font-variant-numeric: normal;
  }

  .widescreen\:ordinal{
    --tw-ordinal: ordinal;
  }

  .widescreen\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .widescreen\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .widescreen\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .widescreen\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .widescreen\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .widescreen\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .widescreen\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .widescreen\:leading-none{
    line-height: 1;
  }

  .widescreen\:leading-base{
    line-height: 1.5rem;
  }

  .widescreen\:leading-xxs{
    line-height: 0.75rem;
  }

  .widescreen\:leading-xs{
    line-height: 0.875rem;
  }

  .widescreen\:leading-sm{
    line-height: 1.063rem;
  }

  .widescreen\:leading-md{
    line-height: 1.5rem;
  }

  .widescreen\:leading-lg{
    line-height: 1rem;
  }

  .widescreen\:leading-xl{
    line-height: 1.5rem;
  }

  .widescreen\:leading-2xl{
    line-height: 2rem;
  }

  .widescreen\:leading-3xl{
    line-height: 3rem;
  }

  .widescreen\:leading-4xl{
    line-height: 3.5rem;
  }

  .widescreen\:leading-5xl{
    line-height: 5rem;
  }

  .widescreen\:tracking-2{
    letter-spacing: 0.125rem;
  }

  .widescreen\:tracking-normal{
    letter-spacing: 0;
  }

  .widescreen\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .widescreen\:text-transparent{
    color: transparent;
  }

  .widescreen\:text-current{
    color: currentColor;
  }

  .widescreen\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .widescreen\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .widescreen\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .widescreen\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .widescreen\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .widescreen\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .widescreen\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .widescreen\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .widescreen\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .widescreen\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .widescreen\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .group:hover .widescreen\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .widescreen\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .widescreen\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .widescreen\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .widescreen\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .group:hover .widescreen\:group-hover\:text-error{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .group:hover .widescreen\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .widescreen\:group-hover\:text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .group:hover .widescreen\:group-hover\:text-dark-100{
    color: rgba(0,0,0,.1);
  }

  .group:hover .widescreen\:group-hover\:text-dark-500{
    color: rgba(0,0,0,.5);
  }

  .group:hover .widescreen\:group-hover\:text-dark-800{
    color: rgba(0,0,0,.8);
  }

  .group:hover .widescreen\:group-hover\:text-dark-900{
    color: rgba(0,0,0,.9);
  }

  .group:hover .widescreen\:group-hover\:text-light-100{
    color: rgba(255, 255, 255, 0.1);
  }

  .group:hover .widescreen\:group-hover\:text-light-500{
    color: rgba(255, 255, 255, 0.5);
  }

  .group:hover .widescreen\:group-hover\:text-light-800{
    color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .widescreen\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .widescreen\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .widescreen\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .widescreen\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .widescreen\:focus-within\:text-error:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .widescreen\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .widescreen\:focus-within\:text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .widescreen\:focus-within\:text-dark-100:focus-within{
    color: rgba(0,0,0,.1);
  }

  .widescreen\:focus-within\:text-dark-500:focus-within{
    color: rgba(0,0,0,.5);
  }

  .widescreen\:focus-within\:text-dark-800:focus-within{
    color: rgba(0,0,0,.8);
  }

  .widescreen\:focus-within\:text-dark-900:focus-within{
    color: rgba(0,0,0,.9);
  }

  .widescreen\:focus-within\:text-light-100:focus-within{
    color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus-within\:text-light-500:focus-within{
    color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus-within\:text-light-800:focus-within{
    color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:hover\:text-transparent:hover{
    color: transparent;
  }

  .widescreen\:hover\:text-current:hover{
    color: currentColor;
  }

  .widescreen\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .widescreen\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .widescreen\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .widescreen\:hover\:text-error:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .widescreen\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .widescreen\:hover\:text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .widescreen\:hover\:text-dark-100:hover{
    color: rgba(0,0,0,.1);
  }

  .widescreen\:hover\:text-dark-500:hover{
    color: rgba(0,0,0,.5);
  }

  .widescreen\:hover\:text-dark-800:hover{
    color: rgba(0,0,0,.8);
  }

  .widescreen\:hover\:text-dark-900:hover{
    color: rgba(0,0,0,.9);
  }

  .widescreen\:hover\:text-light-100:hover{
    color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:hover\:text-light-500:hover{
    color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:hover\:text-light-800:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus\:text-transparent:focus{
    color: transparent;
  }

  .widescreen\:focus\:text-current:focus{
    color: currentColor;
  }

  .widescreen\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .widescreen\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .widescreen\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-text-opacity));
  }

  .widescreen\:focus\:text-error:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-text-opacity));
  }

  .widescreen\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .widescreen\:focus\:text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-text-opacity));
  }

  .widescreen\:focus\:text-dark-100:focus{
    color: rgba(0,0,0,.1);
  }

  .widescreen\:focus\:text-dark-500:focus{
    color: rgba(0,0,0,.5);
  }

  .widescreen\:focus\:text-dark-800:focus{
    color: rgba(0,0,0,.8);
  }

  .widescreen\:focus\:text-dark-900:focus{
    color: rgba(0,0,0,.9);
  }

  .widescreen\:focus\:text-light-100:focus{
    color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus\:text-light-500:focus{
    color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus\:text-light-800:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .widescreen\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .widescreen\:text-opacity-10{
    --tw-text-opacity: 0.10;
  }

  .widescreen\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .widescreen\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .widescreen\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .widescreen\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .widescreen\:text-opacity-50{
    --tw-text-opacity: 0.50;
  }

  .widescreen\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .widescreen\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .widescreen\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .widescreen\:text-opacity-80{
    --tw-text-opacity: 0.80;
  }

  .widescreen\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .widescreen\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .widescreen\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.10;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.50;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.80;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .widescreen\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .widescreen\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .widescreen\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .widescreen\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.10;
  }

  .widescreen\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .widescreen\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .widescreen\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .widescreen\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .widescreen\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.50;
  }

  .widescreen\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .widescreen\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .widescreen\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .widescreen\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.80;
  }

  .widescreen\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .widescreen\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .widescreen\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .widescreen\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .widescreen\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .widescreen\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.10;
  }

  .widescreen\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .widescreen\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .widescreen\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .widescreen\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .widescreen\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.50;
  }

  .widescreen\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .widescreen\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .widescreen\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .widescreen\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.80;
  }

  .widescreen\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .widescreen\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .widescreen\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .widescreen\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .widescreen\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .widescreen\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.10;
  }

  .widescreen\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .widescreen\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .widescreen\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .widescreen\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .widescreen\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.50;
  }

  .widescreen\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .widescreen\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .widescreen\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .widescreen\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.80;
  }

  .widescreen\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .widescreen\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .widescreen\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .widescreen\:underline{
    text-decoration: underline;
  }

  .widescreen\:line-through{
    text-decoration: line-through;
  }

  .widescreen\:no-underline{
    text-decoration: none;
  }

  .group:hover .widescreen\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .widescreen\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .widescreen\:group-hover\:no-underline{
    text-decoration: none;
  }

  .widescreen\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .widescreen\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .widescreen\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .widescreen\:hover\:underline:hover{
    text-decoration: underline;
  }

  .widescreen\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .widescreen\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .widescreen\:focus\:underline:focus{
    text-decoration: underline;
  }

  .widescreen\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .widescreen\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .widescreen\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .widescreen\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .widescreen\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .widescreen\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .widescreen\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .widescreen\:placeholder-current::placeholder{
    color: currentColor;
  }

  .widescreen\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-error:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .widescreen\:placeholder-dark-100:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .widescreen\:placeholder-dark-100::placeholder{
    color: rgba(0,0,0,.1);
  }

  .widescreen\:placeholder-dark-500:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .widescreen\:placeholder-dark-500::placeholder{
    color: rgba(0,0,0,.5);
  }

  .widescreen\:placeholder-dark-800:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .widescreen\:placeholder-dark-800::placeholder{
    color: rgba(0,0,0,.8);
  }

  .widescreen\:placeholder-dark-900:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .widescreen\:placeholder-dark-900::placeholder{
    color: rgba(0,0,0,.9);
  }

  .widescreen\:placeholder-light-100:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:placeholder-light-100::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:placeholder-light-500:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:placeholder-light-500::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:placeholder-light-800:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:placeholder-light-800::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .widescreen\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .widescreen\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .widescreen\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .widescreen\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 40, 7, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 118, 118, var(--tw-placeholder-opacity));
  }

  .widescreen\:focus\:placeholder-dark-100:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.1);
  }

  .widescreen\:focus\:placeholder-dark-100:focus::placeholder{
    color: rgba(0,0,0,.1);
  }

  .widescreen\:focus\:placeholder-dark-500:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.5);
  }

  .widescreen\:focus\:placeholder-dark-500:focus::placeholder{
    color: rgba(0,0,0,.5);
  }

  .widescreen\:focus\:placeholder-dark-800:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.8);
  }

  .widescreen\:focus\:placeholder-dark-800:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .widescreen\:focus\:placeholder-dark-900:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.9);
  }

  .widescreen\:focus\:placeholder-dark-900:focus::placeholder{
    color: rgba(0,0,0,.9);
  }

  .widescreen\:focus\:placeholder-light-100:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus\:placeholder-light-100:focus::placeholder{
    color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus\:placeholder-light-500:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus\:placeholder-light-500:focus::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus\:placeholder-light-800:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus\:placeholder-light-800:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .widescreen\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .widescreen\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .widescreen\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .widescreen\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .widescreen\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .widescreen\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .widescreen\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .widescreen\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .widescreen\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .widescreen\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .widescreen\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .widescreen\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .widescreen\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .widescreen\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .widescreen\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .widescreen\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .widescreen\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .widescreen\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .widescreen\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .widescreen\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .widescreen\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .widescreen\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .widescreen\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .widescreen\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .widescreen\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .widescreen\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .widescreen\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .widescreen\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .widescreen\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .widescreen\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .widescreen\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .widescreen\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .widescreen\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .widescreen\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .widescreen\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.10;
  }

  .widescreen\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .widescreen\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .widescreen\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .widescreen\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .widescreen\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .widescreen\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .widescreen\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .widescreen\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .widescreen\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .widescreen\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.50;
  }

  .widescreen\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .widescreen\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .widescreen\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .widescreen\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .widescreen\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .widescreen\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .widescreen\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .widescreen\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.80;
  }

  .widescreen\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .widescreen\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .widescreen\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .widescreen\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .widescreen\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .widescreen\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .widescreen\:opacity-0{
    opacity: 0;
  }

  .widescreen\:opacity-5{
    opacity: 0.05;
  }

  .widescreen\:opacity-10{
    opacity: 0.10;
  }

  .widescreen\:opacity-20{
    opacity: 0.2;
  }

  .widescreen\:opacity-25{
    opacity: 0.25;
  }

  .widescreen\:opacity-30{
    opacity: 0.3;
  }

  .widescreen\:opacity-40{
    opacity: 0.4;
  }

  .widescreen\:opacity-50{
    opacity: 0.50;
  }

  .widescreen\:opacity-60{
    opacity: 0.6;
  }

  .widescreen\:opacity-70{
    opacity: 0.7;
  }

  .widescreen\:opacity-75{
    opacity: 0.75;
  }

  .widescreen\:opacity-80{
    opacity: 0.80;
  }

  .widescreen\:opacity-90{
    opacity: 0.9;
  }

  .widescreen\:opacity-95{
    opacity: 0.95;
  }

  .widescreen\:opacity-100{
    opacity: 1;
  }

  .group:hover .widescreen\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .widescreen\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .widescreen\:group-hover\:opacity-10{
    opacity: 0.10;
  }

  .group:hover .widescreen\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .widescreen\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .widescreen\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .widescreen\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .widescreen\:group-hover\:opacity-50{
    opacity: 0.50;
  }

  .group:hover .widescreen\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .widescreen\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .widescreen\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .widescreen\:group-hover\:opacity-80{
    opacity: 0.80;
  }

  .group:hover .widescreen\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .widescreen\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .widescreen\:group-hover\:opacity-100{
    opacity: 1;
  }

  .widescreen\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .widescreen\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .widescreen\:focus-within\:opacity-10:focus-within{
    opacity: 0.10;
  }

  .widescreen\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .widescreen\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .widescreen\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .widescreen\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .widescreen\:focus-within\:opacity-50:focus-within{
    opacity: 0.50;
  }

  .widescreen\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .widescreen\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .widescreen\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .widescreen\:focus-within\:opacity-80:focus-within{
    opacity: 0.80;
  }

  .widescreen\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .widescreen\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .widescreen\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .widescreen\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .widescreen\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .widescreen\:hover\:opacity-10:hover{
    opacity: 0.10;
  }

  .widescreen\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .widescreen\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .widescreen\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .widescreen\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .widescreen\:hover\:opacity-50:hover{
    opacity: 0.50;
  }

  .widescreen\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .widescreen\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .widescreen\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .widescreen\:hover\:opacity-80:hover{
    opacity: 0.80;
  }

  .widescreen\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .widescreen\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .widescreen\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .widescreen\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .widescreen\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .widescreen\:focus\:opacity-10:focus{
    opacity: 0.10;
  }

  .widescreen\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .widescreen\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .widescreen\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .widescreen\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .widescreen\:focus\:opacity-50:focus{
    opacity: 0.50;
  }

  .widescreen\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .widescreen\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .widescreen\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .widescreen\:focus\:opacity-80:focus{
    opacity: 0.80;
  }

  .widescreen\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .widescreen\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .widescreen\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .widescreen\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .widescreen\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .widescreen\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .widescreen\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .widescreen\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .widescreen\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .widescreen\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .widescreen\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .widescreen\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .widescreen\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .widescreen\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .widescreen\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .widescreen\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .widescreen\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .widescreen\:bg-blend-color{
    background-blend-mode: color;
  }

  .widescreen\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .widescreen\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .widescreen\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .widescreen\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .widescreen\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .widescreen\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .widescreen\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .widescreen\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .widescreen\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .widescreen\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .widescreen\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .widescreen\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .widescreen\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .widescreen\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .widescreen\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .widescreen\:mix-blend-color{
    mix-blend-mode: color;
  }

  .widescreen\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .widescreen\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .widescreen\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .widescreen\:group-hover\:shadow-lg{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .widescreen\:group-hover\:shadow-xl{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .widescreen\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .widescreen\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .widescreen\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .widescreen\:group-hover\:shadow-default{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:hover\:shadow-lg:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:hover\:shadow-xl:hover{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:hover\:shadow-default:hover{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus\:shadow-lg:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus\:shadow-xl:focus{
    --tw-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:focus\:shadow-default:focus{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .widescreen\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .widescreen\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .widescreen\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .widescreen\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .widescreen\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .widescreen\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .widescreen\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .widescreen\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .widescreen\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .widescreen\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\: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 #0000);
  }

  .widescreen\: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 #0000);
  }

  .widescreen\: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 #0000);
  }

  .widescreen\: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 #0000);
  }

  .widescreen\: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 #0000);
  }

  .widescreen\: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .widescreen\:ring-inset{
    --tw-ring-inset: inset;
  }

  .widescreen\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .widescreen\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .widescreen\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .widescreen\:ring-current{
    --tw-ring-color: currentColor;
  }

  .widescreen\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .widescreen\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .widescreen\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .widescreen\:ring-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .widescreen\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .widescreen\:ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .widescreen\:ring-dark-100{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .widescreen\:ring-dark-500{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .widescreen\:ring-dark-800{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .widescreen\:ring-dark-900{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .widescreen\:ring-light-100{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:ring-light-500{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:ring-light-800{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .widescreen\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .widescreen\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .widescreen\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .widescreen\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .widescreen\:focus-within\:ring-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .widescreen\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .widescreen\:focus-within\:ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .widescreen\:focus-within\:ring-dark-100:focus-within{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .widescreen\:focus-within\:ring-dark-500:focus-within{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .widescreen\:focus-within\:ring-dark-800:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .widescreen\:focus-within\:ring-dark-900:focus-within{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .widescreen\:focus-within\:ring-light-100:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus-within\:ring-light-500:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus-within\:ring-light-800:focus-within{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .widescreen\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .widescreen\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .widescreen\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .widescreen\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity));
  }

  .widescreen\:focus\:ring-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 40, 7, var(--tw-ring-opacity));
  }

  .widescreen\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .widescreen\:focus\:ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 118, 118, var(--tw-ring-opacity));
  }

  .widescreen\:focus\:ring-dark-100:focus{
    --tw-ring-color: rgba(0,0,0,.1);
  }

  .widescreen\:focus\:ring-dark-500:focus{
    --tw-ring-color: rgba(0,0,0,.5);
  }

  .widescreen\:focus\:ring-dark-800:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .widescreen\:focus\:ring-dark-900:focus{
    --tw-ring-color: rgba(0,0,0,.9);
  }

  .widescreen\:focus\:ring-light-100:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus\:ring-light-500:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus\:ring-light-800:focus{
    --tw-ring-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .widescreen\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .widescreen\:ring-opacity-10{
    --tw-ring-opacity: 0.10;
  }

  .widescreen\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .widescreen\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .widescreen\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .widescreen\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .widescreen\:ring-opacity-50{
    --tw-ring-opacity: 0.50;
  }

  .widescreen\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .widescreen\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .widescreen\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .widescreen\:ring-opacity-80{
    --tw-ring-opacity: 0.80;
  }

  .widescreen\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .widescreen\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .widescreen\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .widescreen\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .widescreen\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .widescreen\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.10;
  }

  .widescreen\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .widescreen\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .widescreen\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .widescreen\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .widescreen\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.50;
  }

  .widescreen\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .widescreen\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .widescreen\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .widescreen\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.80;
  }

  .widescreen\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .widescreen\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .widescreen\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .widescreen\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .widescreen\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .widescreen\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.10;
  }

  .widescreen\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .widescreen\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .widescreen\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .widescreen\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .widescreen\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.50;
  }

  .widescreen\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .widescreen\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .widescreen\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .widescreen\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.80;
  }

  .widescreen\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .widescreen\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .widescreen\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .widescreen\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .widescreen\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .widescreen\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .widescreen\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .widescreen\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .widescreen\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .widescreen\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .widescreen\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .widescreen\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .widescreen\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .widescreen\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .widescreen\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .widescreen\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .widescreen\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .widescreen\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .widescreen\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .widescreen\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .widescreen\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .widescreen\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .widescreen\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF;
  }

  .widescreen\:ring-offset-error{
    --tw-ring-offset-color: #E62807;
  }

  .widescreen\:ring-offset-gray{
    --tw-ring-offset-color: #e5e5e5;
  }

  .widescreen\:ring-offset-gray-dark{
    --tw-ring-offset-color: #777676;
  }

  .widescreen\:ring-offset-dark-100{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .widescreen\:ring-offset-dark-500{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .widescreen\:ring-offset-dark-800{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .widescreen\:ring-offset-dark-900{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .widescreen\:ring-offset-light-100{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:ring-offset-light-500{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:ring-offset-light-800{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .widescreen\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .widescreen\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .widescreen\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .widescreen\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF;
  }

  .widescreen\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: #E62807;
  }

  .widescreen\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #e5e5e5;
  }

  .widescreen\:focus-within\:ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #777676;
  }

  .widescreen\:focus-within\:ring-offset-dark-100:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .widescreen\:focus-within\:ring-offset-dark-500:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .widescreen\:focus-within\:ring-offset-dark-800:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .widescreen\:focus-within\:ring-offset-dark-900:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .widescreen\:focus-within\:ring-offset-light-100:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus-within\:ring-offset-light-500:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus-within\:ring-offset-light-800:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .widescreen\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .widescreen\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .widescreen\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .widescreen\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF;
  }

  .widescreen\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: #E62807;
  }

  .widescreen\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #e5e5e5;
  }

  .widescreen\:focus\:ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #777676;
  }

  .widescreen\:focus\:ring-offset-dark-100:focus{
    --tw-ring-offset-color: rgba(0,0,0,.1);
  }

  .widescreen\:focus\:ring-offset-dark-500:focus{
    --tw-ring-offset-color: rgba(0,0,0,.5);
  }

  .widescreen\:focus\:ring-offset-dark-800:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .widescreen\:focus\:ring-offset-dark-900:focus{
    --tw-ring-offset-color: rgba(0,0,0,.9);
  }

  .widescreen\:focus\:ring-offset-light-100:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
  }

  .widescreen\:focus\:ring-offset-light-500:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
  }

  .widescreen\:focus\:ring-offset-light-800:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
  }

  .widescreen\: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);
  }

  .widescreen\:filter-none{
    filter: none;
  }

  .widescreen\:blur-0{
    --tw-blur: blur(0);
  }

  .widescreen\:blur-none{
    --tw-blur: blur(0);
  }

  .widescreen\:blur-sm{
    --tw-blur: blur(4px);
  }

  .widescreen\:blur{
    --tw-blur: blur(8px);
  }

  .widescreen\:blur-md{
    --tw-blur: blur(12px);
  }

  .widescreen\:blur-lg{
    --tw-blur: blur(16px);
  }

  .widescreen\:blur-xl{
    --tw-blur: blur(24px);
  }

  .widescreen\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .widescreen\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .widescreen\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .widescreen\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .widescreen\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .widescreen\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .widescreen\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .widescreen\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .widescreen\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .widescreen\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .widescreen\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .widescreen\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .widescreen\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .widescreen\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .widescreen\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .widescreen\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .widescreen\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .widescreen\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .widescreen\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .widescreen\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .widescreen\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .widescreen\: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));
  }

  .widescreen\: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));
  }

  .widescreen\: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));
  }

  .widescreen\: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));
  }

  .widescreen\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .widescreen\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .widescreen\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .widescreen\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .widescreen\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .widescreen\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .widescreen\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .widescreen\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .widescreen\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .widescreen\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .widescreen\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .widescreen\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .widescreen\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .widescreen\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .widescreen\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .widescreen\:invert-0{
    --tw-invert: invert(0);
  }

  .widescreen\:invert{
    --tw-invert: invert(100%);
  }

  .widescreen\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .widescreen\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .widescreen\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .widescreen\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .widescreen\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .widescreen\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .widescreen\:sepia{
    --tw-sepia: sepia(100%);
  }

  .widescreen\: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,/*!*/ /*!*/);
    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);
  }

  .widescreen\:backdrop-filter-none{
    backdrop-filter: none;
  }

  .widescreen\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .widescreen\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .widescreen\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .widescreen\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .widescreen\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .widescreen\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .widescreen\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .widescreen\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .widescreen\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .widescreen\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .widescreen\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .widescreen\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .widescreen\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .widescreen\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .widescreen\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .widescreen\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .widescreen\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .widescreen\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .widescreen\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .widescreen\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .widescreen\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .widescreen\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .widescreen\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .widescreen\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .widescreen\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .widescreen\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .widescreen\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .widescreen\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .widescreen\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .widescreen\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .widescreen\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .widescreen\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .widescreen\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .widescreen\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .widescreen\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .widescreen\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .widescreen\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .widescreen\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .widescreen\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .widescreen\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .widescreen\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .widescreen\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .widescreen\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .widescreen\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .widescreen\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.10);
  }

  .widescreen\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .widescreen\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .widescreen\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .widescreen\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .widescreen\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.50);
  }

  .widescreen\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .widescreen\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .widescreen\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .widescreen\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.80);
  }

  .widescreen\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .widescreen\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .widescreen\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .widescreen\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .widescreen\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .widescreen\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .widescreen\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .widescreen\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .widescreen\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .widescreen\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .widescreen\:transition-none{
    transition-property: none;
  }

  .widescreen\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .widescreen\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .widescreen\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .widescreen\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .widescreen\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .widescreen\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .widescreen\:delay-75{
    transition-delay: 75ms;
  }

  .widescreen\:delay-100{
    transition-delay: 100ms;
  }

  .widescreen\:delay-150{
    transition-delay: 150ms;
  }

  .widescreen\:delay-200{
    transition-delay: 200ms;
  }

  .widescreen\:delay-300{
    transition-delay: 300ms;
  }

  .widescreen\:delay-500{
    transition-delay: 500ms;
  }

  .widescreen\:delay-700{
    transition-delay: 700ms;
  }

  .widescreen\:delay-1000{
    transition-delay: 1000ms;
  }

  .widescreen\:duration-75{
    transition-duration: 75ms;
  }

  .widescreen\:duration-100{
    transition-duration: 100ms;
  }

  .widescreen\:duration-150{
    transition-duration: 150ms;
  }

  .widescreen\:duration-200{
    transition-duration: 200ms;
  }

  .widescreen\:duration-300{
    transition-duration: 300ms;
  }

  .widescreen\:duration-500{
    transition-duration: 500ms;
  }

  .widescreen\:duration-700{
    transition-duration: 700ms;
  }

  .widescreen\:duration-1000{
    transition-duration: 1000ms;
  }

  .widescreen\:ease-linear{
    transition-timing-function: linear;
  }

  .widescreen\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .widescreen\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .widescreen\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .widescreen\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .widescreen\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .widescreen\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .widescreen\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .widescreen\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .widescreen\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .widescreen\:line-clamp-none{
    -webkit-line-clamp: unset;
  }
}