@media screen and (min-width: 2496px) {
  .xxl\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .xxl\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .xxl\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .xxl\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .xxl\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .xxl\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .xxl\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .xxl\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .xxl\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .xxl\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .xxl\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .xxl\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .xxl\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .xxl\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:col-offset-0 {
    margin-left: 0 !important;
  }
  .xxl\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .xxl\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .xxl\:col-offset-3 {
    margin-left: 25% !important;
  }
  .xxl\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .xxl\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .xxl\:col-offset-6 {
    margin-left: 50% !important;
  }
  .xxl\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .xxl\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .xxl\:col-offset-9 {
    margin-left: 75% !important;
  }
  .xxl\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .xxl\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .xxl\:col-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:bg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:border-transparent {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:text-primary {
    color: var(--primary-color) !important;
  }
  .xxl\:bg-primary {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xxl\:bg-primary-reverse {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xxl\:bg-white {
    background-color: #ffffff !important;
  }
  .xxl\:border-primary {
    border-color: var(--primary-color) !important;
  }
  .xxl\:text-white {
    color: #ffffff !important;
  }
  .xxl\:border-white {
    border-color: #ffffff !important;
  }
  .xxl\:text-color {
    color: var(--text-color) !important;
  }
  .xxl\:text-color-secondary {
    color: var(--text-color-secondary) !important;
  }
  .xxl\:surface-ground {
    background-color: var(--surface-ground) !important;
  }
  .xxl\:surface-section {
    background-color: var(--surface-section) !important;
  }
  .xxl\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .xxl\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .xxl\:surface-hover {
    background-color: var(--surface-hover) !important;
  }
  .xxl\:surface-border {
    border-color: var(--surface-border) !important;
  }
  .xxl\:focus\:text-primary:focus {
    color: var(--primary-color) !important;
  }
  .xxl\:hover\:text-primary:hover {
    color: var(--primary-color) !important;
  }
  .xxl\:active\:text-primary:active {
    color: var(--primary-color) !important;
  }
  .xxl\:focus\:bg-primary:focus {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xxl\:hover\:bg-primary:hover {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xxl\:active\:bg-primary:active {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xxl\:focus\:bg-primary-reverse:focus {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xxl\:hover\:bg-primary-reverse:hover {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xxl\:active\:bg-primary-reverse:active {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xxl\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .xxl\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .xxl\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .xxl\:focus\:border-primary:focus {
    border-color: var(--primary-color) !important;
  }
  .xxl\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important;
  }
  .xxl\:active\:border-primary:active {
    border-color: var(--primary-color) !important;
  }
  .xxl\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .xxl\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .xxl\:active\:text-white:active {
    color: #ffffff !important;
  }
  .xxl\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .xxl\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .xxl\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .xxl\:focus\:text-color:focus {
    color: var(--text-color) !important;
  }
  .xxl\:hover\:text-color:hover {
    color: var(--text-color) !important;
  }
  .xxl\:active\:text-color:active {
    color: var(--text-color) !important;
  }
  .xxl\:focus\:text-color-secondary:focus {
    color: var(--text-color-secondary) !important;
  }
  .xxl\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important;
  }
  .xxl\:active\:text-color-secondary:active {
    color: var(--text-color-secondary) !important;
  }
  .xxl\:focus\:surface-ground:focus {
    background-color: var(--surface-ground) !important;
  }
  .xxl\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important;
  }
  .xxl\:active\:surface-ground:active {
    background-color: var(--surface-ground) !important;
  }
  .xxl\:focus\:surface-section:focus {
    background-color: var(--surface-section) !important;
  }
  .xxl\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important;
  }
  .xxl\:active\:surface-section:active {
    background-color: var(--surface-section) !important;
  }
  .xxl\:focus\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .xxl\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .xxl\:active\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .xxl\:focus\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .xxl\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .xxl\:active\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .xxl\:focus\:surface-hover:focus {
    background-color: var(--surface-hover) !important;
  }
  .xxl\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important;
  }
  .xxl\:active\:surface-hover:active {
    background-color: var(--surface-hover) !important;
  }
  .xxl\:focus\:surface-border:focus {
    border-color: var(--surface-border) !important;
  }
  .xxl\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important;
  }
  .xxl\:active\:surface-border:active {
    border-color: var(--surface-border) !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:hidden {
    display: none !important;
  }
  .xxl\:block {
    display: block !important;
  }
  .xxl\:inline {
    display: inline !important;
  }
  .xxl\:inline-block {
    display: inline-block !important;
  }
  .xxl\:flex {
    display: flex !important;
  }
  .xxl\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:text-center {
    text-align: center !important;
  }
  .xxl\:text-justify {
    text-align: justify !important;
  }
  .xxl\:text-left {
    text-align: left !important;
  }
  .xxl\:text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .xxl\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:font-light {
    font-weight: 300 !important;
  }
  .xxl\:font-normal {
    font-weight: 400 !important;
  }
  .xxl\:font-medium {
    font-weight: 500 !important;
  }
  .xxl\:font-semibold {
    font-weight: 600 !important;
  }
  .xxl\:font-bold {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:text-xs {
    font-size: 0.75rem !important;
  }
  .xxl\:text-sm {
    font-size: 0.875rem !important;
  }
  .xxl\:text-base {
    font-size: 1rem !important;
  }
  .xxl\:text-lg {
    font-size: 1.125rem !important;
  }
  .xxl\:text-xl {
    font-size: 1.25rem !important;
  }
  .xxl\:text-2xl {
    font-size: 1.5rem !important;
  }
  .xxl\:text-3xl {
    font-size: 1.75rem !important;
  }
  .xxl\:text-4xl {
    font-size: 2rem !important;
  }
  .xxl\:text-5xl {
    font-size: 2.5rem !important;
  }
  .xxl\:text-6xl {
    font-size: 3rem !important;
  }
  .xxl\:text-7xl {
    font-size: 4rem !important;
  }
  .xxl\:text-8xl {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .xxl\:vertical-align-top {
    vertical-align: top !important;
  }
  .xxl\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .xxl\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .xxl\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .xxl\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .xxl\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .xxl\:vertical-align-super {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:flex-row {
    flex-direction: row !important;
  }
  .xxl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xxl\:flex-column {
    flex-direction: column !important;
  }
  .xxl\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xxl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:justify-content-start {
    justify-content: flex-start !important;
  }
  .xxl\:justify-content-end {
    justify-content: flex-end !important;
  }
  .xxl\:justify-content-center {
    justify-content: center !important;
  }
  .xxl\:justify-content-between {
    justify-content: space-between !important;
  }
  .xxl\:justify-content-around {
    justify-content: space-around !important;
  }
  .xxl\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:align-content-start {
    align-content: flex-start !important;
  }
  .xxl\:align-content-end {
    align-content: flex-end !important;
  }
  .xxl\:align-content-center {
    align-content: center !important;
  }
  .xxl\:align-content-between {
    align-content: space-between !important;
  }
  .xxl\:align-content-around {
    align-content: space-around !important;
  }
  .xxl\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:align-items-stretch {
    align-items: stretch !important;
  }
  .xxl\:align-items-start {
    align-items: flex-start !important;
  }
  .xxl\:align-items-center {
    align-items: center !important;
  }
  .xxl\:align-items-end {
    align-items: flex-end !important;
  }
  .xxl\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:align-self-auto {
    align-self: auto !important;
  }
  .xxl\:align-self-start {
    align-self: flex-start !important;
  }
  .xxl\:align-self-end {
    align-self: flex-end !important;
  }
  .xxl\:align-self-center {
    align-self: center !important;
  }
  .xxl\:align-self-stretch {
    align-self: stretch !important;
  }
  .xxl\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:flex-order-0 {
    order: 0 !important;
  }
  .xxl\:flex-order-1 {
    order: 1 !important;
  }
  .xxl\:flex-order-2 {
    order: 2 !important;
  }
  .xxl\:flex-order-3 {
    order: 3 !important;
  }
  .xxl\:flex-order-4 {
    order: 4 !important;
  }
  .xxl\:flex-order-5 {
    order: 5 !important;
  }
  .xxl\:flex-order-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:flex-1 {
    flex: 1 1 0% !important;
  }
  .xxl\:flex-auto {
    flex: 1 1 auto !important;
  }
  .xxl\:flex-initial {
    flex: 0 1 auto !important;
  }
  .xxl\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xxl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xxl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:gap-0 {
    gap: 0rem !important;
  }
  .xxl\:gap-1 {
    gap: 0.25rem !important;
  }
  .xxl\:gap-2 {
    gap: 0.5rem !important;
  }
  .xxl\:gap-3 {
    gap: 1rem !important;
  }
  .xxl\:gap-4 {
    gap: 1.5rem !important;
  }
  .xxl\:gap-5 {
    gap: 2rem !important;
  }
  .xxl\:gap-6 {
    gap: 3rem !important;
  }
  .xxl\:gap-7 {
    gap: 4rem !important;
  }
  .xxl\:gap-8 {
    gap: 5rem !important;
  }
  .xxl\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .xxl\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .xxl\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .xxl\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .xxl\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .xxl\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .xxl\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .xxl\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .xxl\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .xxl\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .xxl\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .xxl\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .xxl\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .xxl\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .xxl\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .xxl\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .xxl\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .xxl\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:p-0 {
    padding: 0rem !important;
  }
  .xxl\:p-1 {
    padding: 0.25rem !important;
  }
  .xxl\:p-2 {
    padding: 0.5rem !important;
  }
  .xxl\:p-3 {
    padding: 1rem !important;
  }
  .xxl\:p-4 {
    padding: 1.5rem !important;
  }
  .xxl\:p-5 {
    padding: 2rem !important;
  }
  .xxl\:p-6 {
    padding: 3rem !important;
  }
  .xxl\:p-7 {
    padding: 4rem !important;
  }
  .xxl\:p-8 {
    padding: 5rem !important;
  }
  .xxl\:pt-0 {
    padding-top: 0rem !important;
  }
  .xxl\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .xxl\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .xxl\:pt-3 {
    padding-top: 1rem !important;
  }
  .xxl\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .xxl\:pt-5 {
    padding-top: 2rem !important;
  }
  .xxl\:pt-6 {
    padding-top: 3rem !important;
  }
  .xxl\:pt-7 {
    padding-top: 4rem !important;
  }
  .xxl\:pt-8 {
    padding-top: 5rem !important;
  }
  .xxl\:pr-0 {
    padding-right: 0rem !important;
  }
  .xxl\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .xxl\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .xxl\:pr-3 {
    padding-right: 1rem !important;
  }
  .xxl\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .xxl\:pr-5 {
    padding-right: 2rem !important;
  }
  .xxl\:pr-6 {
    padding-right: 3rem !important;
  }
  .xxl\:pr-7 {
    padding-right: 4rem !important;
  }
  .xxl\:pr-8 {
    padding-right: 5rem !important;
  }
  .xxl\:pl-0 {
    padding-left: 0rem !important;
  }
  .xxl\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .xxl\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .xxl\:pl-3 {
    padding-left: 1rem !important;
  }
  .xxl\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .xxl\:pl-5 {
    padding-left: 2rem !important;
  }
  .xxl\:pl-6 {
    padding-left: 3rem !important;
  }
  .xxl\:pl-7 {
    padding-left: 4rem !important;
  }
  .xxl\:pl-8 {
    padding-left: 5rem !important;
  }
  .xxl\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .xxl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .xxl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .xxl\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .xxl\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .xxl\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .xxl\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .xxl\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .xxl\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .xxl\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xxl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .xxl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xxl\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xxl\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xxl\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xxl\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .xxl\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xxl\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .xxl\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .xxl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xxl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xxl\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xxl\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xxl\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xxl\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xxl\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xxl\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:m-0 {
    margin: 0rem !important;
  }
  .xxl\:m-1 {
    margin: 0.25rem !important;
  }
  .xxl\:m-2 {
    margin: 0.5rem !important;
  }
  .xxl\:m-3 {
    margin: 1rem !important;
  }
  .xxl\:m-4 {
    margin: 1.5rem !important;
  }
  .xxl\:m-5 {
    margin: 2rem !important;
  }
  .xxl\:m-6 {
    margin: 3rem !important;
  }
  .xxl\:m-7 {
    margin: 4rem !important;
  }
  .xxl\:m-8 {
    margin: 5rem !important;
  }
  .xxl\:-m-1 {
    margin: -0.25rem !important;
  }
  .xxl\:-m-2 {
    margin: -0.5rem !important;
  }
  .xxl\:-m-3 {
    margin: -1rem !important;
  }
  .xxl\:-m-4 {
    margin: -1.5rem !important;
  }
  .xxl\:-m-5 {
    margin: -2rem !important;
  }
  .xxl\:-m-6 {
    margin: -3rem !important;
  }
  .xxl\:-m-7 {
    margin: -4rem !important;
  }
  .xxl\:-m-8 {
    margin: -5rem !important;
  }
  .xxl\:m-auto {
    margin: auto !important;
  }
  .xxl\:mt-0 {
    margin-top: 0rem !important;
  }
  .xxl\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .xxl\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .xxl\:mt-3 {
    margin-top: 1rem !important;
  }
  .xxl\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .xxl\:mt-5 {
    margin-top: 2rem !important;
  }
  .xxl\:mt-6 {
    margin-top: 3rem !important;
  }
  .xxl\:mt-7 {
    margin-top: 4rem !important;
  }
  .xxl\:mt-8 {
    margin-top: 5rem !important;
  }
  .xxl\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .xxl\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .xxl\:-mt-3 {
    margin-top: -1rem !important;
  }
  .xxl\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .xxl\:-mt-5 {
    margin-top: -2rem !important;
  }
  .xxl\:-mt-6 {
    margin-top: -3rem !important;
  }
  .xxl\:-mt-7 {
    margin-top: -4rem !important;
  }
  .xxl\:-mt-8 {
    margin-top: -5rem !important;
  }
  .xxl\:mt-auto {
    margin-top: auto !important;
  }
  .xxl\:mr-0 {
    margin-right: 0rem !important;
  }
  .xxl\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .xxl\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .xxl\:mr-3 {
    margin-right: 1rem !important;
  }
  .xxl\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .xxl\:mr-5 {
    margin-right: 2rem !important;
  }
  .xxl\:mr-6 {
    margin-right: 3rem !important;
  }
  .xxl\:mr-7 {
    margin-right: 4rem !important;
  }
  .xxl\:mr-8 {
    margin-right: 5rem !important;
  }
  .xxl\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .xxl\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .xxl\:-mr-3 {
    margin-right: -1rem !important;
  }
  .xxl\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .xxl\:-mr-5 {
    margin-right: -2rem !important;
  }
  .xxl\:-mr-6 {
    margin-right: -3rem !important;
  }
  .xxl\:-mr-7 {
    margin-right: -4rem !important;
  }
  .xxl\:-mr-8 {
    margin-right: -5rem !important;
  }
  .xxl\:mr-auto {
    margin-right: auto !important;
  }
  .xxl\:ml-0 {
    margin-left: 0rem !important;
  }
  .xxl\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .xxl\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .xxl\:ml-3 {
    margin-left: 1rem !important;
  }
  .xxl\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .xxl\:ml-5 {
    margin-left: 2rem !important;
  }
  .xxl\:ml-6 {
    margin-left: 3rem !important;
  }
  .xxl\:ml-7 {
    margin-left: 4rem !important;
  }
  .xxl\:ml-8 {
    margin-left: 5rem !important;
  }
  .xxl\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .xxl\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .xxl\:-ml-3 {
    margin-left: -1rem !important;
  }
  .xxl\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .xxl\:-ml-5 {
    margin-left: -2rem !important;
  }
  .xxl\:-ml-6 {
    margin-left: -3rem !important;
  }
  .xxl\:-ml-7 {
    margin-left: -4rem !important;
  }
  .xxl\:-ml-8 {
    margin-left: -5rem !important;
  }
  .xxl\:ml-auto {
    margin-left: auto !important;
  }
  .xxl\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .xxl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .xxl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .xxl\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .xxl\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .xxl\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .xxl\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .xxl\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .xxl\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .xxl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .xxl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .xxl\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .xxl\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .xxl\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .xxl\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .xxl\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .xxl\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .xxl\:mb-auto {
    margin-bottom: auto !important;
  }
  .xxl\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xxl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .xxl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .xxl\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xxl\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .xxl\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xxl\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .xxl\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xxl\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .xxl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .xxl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .xxl\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .xxl\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .xxl\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .xxl\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .xxl\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .xxl\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .xxl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xxl\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xxl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xxl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xxl\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xxl\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xxl\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xxl\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xxl\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xxl\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xxl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .xxl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .xxl\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .xxl\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .xxl\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .xxl\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .xxl\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .xxl\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .xxl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:shadow-none {
    box-shadow: none !important;
  }
  .xxl\:shadow-1 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xxl\:shadow-2 {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xxl\:shadow-3 {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xxl\:shadow-4 {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:shadow-5 {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:shadow-6 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xxl\:shadow-7 {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xxl\:shadow-8 {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .xxl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .xxl\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .xxl\:focus\:shadow-1:focus {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xxl\:hover\:shadow-1:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xxl\:active\:shadow-1:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xxl\:focus\:shadow-2:focus {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xxl\:hover\:shadow-2:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xxl\:active\:shadow-2:active {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xxl\:focus\:shadow-3:focus {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xxl\:hover\:shadow-3:hover {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xxl\:active\:shadow-3:active {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xxl\:focus\:shadow-4:focus {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:hover\:shadow-4:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:active\:shadow-4:active {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:focus\:shadow-5:focus {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:hover\:shadow-5:hover {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:active\:shadow-5:active {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:focus\:shadow-6:focus {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xxl\:hover\:shadow-6:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xxl\:active\:shadow-6:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xxl\:focus\:shadow-7:focus {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xxl\:hover\:shadow-7:hover {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xxl\:active\:shadow-7:active {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xxl\:focus\:shadow-8:focus {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:hover\:shadow-8:hover {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:active\:shadow-8:active {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .xxl\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .xxl\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .xxl\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .xxl\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .xxl\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .xxl\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .xxl\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .xxl\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .xxl\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .xxl\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .xxl\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .xxl\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .xxl\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .xxl\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .xxl\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .xxl\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .xxl\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .xxl\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .xxl\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .xxl\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .xxl\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .xxl\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .xxl\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .xxl\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .xxl\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .xxl\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .xxl\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:border-solid {
    border-style: solid !important;
  }
  .xxl\:border-dashed {
    border-style: dashed !important;
  }
  .xxl\:border-dotted {
    border-style: dotted !important;
  }
  .xxl\:border-double {
    border-style: double !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:border-noround {
    border-radius: 0 !important;
  }
  .xxl\:border-round {
    border-radius: var(--border-radius) !important;
  }
  .xxl\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .xxl\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .xxl\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .xxl\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .xxl\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .xxl\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .xxl\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .xxl\:border-circle {
    border-radius: 50% !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .xxl\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .xxl\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xxl\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xxl\:border-round-left {
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
  }
  .xxl\:border-round-top {
    border-top-left-radius: var(--border-radius) !important;
    border-top-right-radius: var(--border-radius) !important;
  }
  .xxl\:border-round-right {
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .xxl\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .xxl\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .xxl\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .xxl\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .xxl\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .xxl\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .xxl\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .xxl\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .xxl\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .xxl\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .xxl\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .xxl\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .xxl\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .xxl\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .xxl\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .xxl\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .xxl\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .xxl\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .xxl\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .xxl\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .xxl\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .xxl\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .xxl\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .xxl\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .xxl\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .xxl\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .xxl\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .xxl\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .xxl\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .xxl\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .xxl\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .xxl\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .xxl\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:w-full {
    width: 100% !important;
  }
  .xxl\:w-screen {
    width: 100vw !important;
  }
  .xxl\:w-auto {
    width: auto !important;
  }
  .xxl\:w-1 {
    width: 8.3333% !important;
  }
  .xxl\:w-2 {
    width: 16.6667% !important;
  }
  .xxl\:w-3 {
    width: 25% !important;
  }
  .xxl\:w-4 {
    width: 33.3333% !important;
  }
  .xxl\:w-5 {
    width: 41.6667% !important;
  }
  .xxl\:w-6 {
    width: 50% !important;
  }
  .xxl\:w-7 {
    width: 58.3333% !important;
  }
  .xxl\:w-8 {
    width: 66.6667% !important;
  }
  .xxl\:w-9 {
    width: 75% !important;
  }
  .xxl\:w-10 {
    width: 83.3333% !important;
  }
  .xxl\:w-11 {
    width: 91.6667% !important;
  }
  .xxl\:w-12 {
    width: 100% !important;
  }
  .xxl\:w-min {
    width: min-content !important;
  }
  .xxl\:w-max {
    width: max-content !important;
  }
  .xxl\:w-fit {
    width: fit-content !important;
  }
  .xxl\:w-1rem {
    width: 1rem !important;
  }
  .xxl\:w-2rem {
    width: 2rem !important;
  }
  .xxl\:w-3rem {
    width: 3rem !important;
  }
  .xxl\:w-4rem {
    width: 4rem !important;
  }
  .xxl\:w-5rem {
    width: 5rem !important;
  }
  .xxl\:w-6rem {
    width: 6rem !important;
  }
  .xxl\:w-7rem {
    width: 7rem !important;
  }
  .xxl\:w-8rem {
    width: 8rem !important;
  }
  .xxl\:w-9rem {
    width: 9rem !important;
  }
  .xxl\:w-10rem {
    width: 10rem !important;
  }
  .xxl\:w-11rem {
    width: 11rem !important;
  }
  .xxl\:w-12rem {
    width: 12rem !important;
  }
  .xxl\:w-13rem {
    width: 13rem !important;
  }
  .xxl\:w-14rem {
    width: 14rem !important;
  }
  .xxl\:w-15rem {
    width: 15rem !important;
  }
  .xxl\:w-16rem {
    width: 16rem !important;
  }
  .xxl\:w-17rem {
    width: 17rem !important;
  }
  .xxl\:w-18rem {
    width: 18rem !important;
  }
  .xxl\:w-19rem {
    width: 19rem !important;
  }
  .xxl\:w-20rem {
    width: 20rem !important;
  }
  .xxl\:w-21rem {
    width: 21rem !important;
  }
  .xxl\:w-22rem {
    width: 22rem !important;
  }
  .xxl\:w-23rem {
    width: 23rem !important;
  }
  .xxl\:w-24rem {
    width: 24rem !important;
  }
  .xxl\:w-25rem {
    width: 25rem !important;
  }
  .xxl\:w-26rem {
    width: 26rem !important;
  }
  .xxl\:w-27rem {
    width: 27rem !important;
  }
  .xxl\:w-28rem {
    width: 28rem !important;
  }
  .xxl\:w-29rem {
    width: 29rem !important;
  }
  .xxl\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:h-full {
    height: 100% !important;
  }
  .xxl\:h-screen {
    height: 100vh !important;
  }
  .xxl\:h-auto {
    height: auto !important;
  }
  .xxl\:h-min {
    height: min-content !important;
  }
  .xxl\:h-max {
    height: max-content !important;
  }
  .xxl\:h-fit {
    height: fit-content !important;
  }
  .xxl\:h-1rem {
    height: 1rem !important;
  }
  .xxl\:h-2rem {
    height: 2rem !important;
  }
  .xxl\:h-3rem {
    height: 3rem !important;
  }
  .xxl\:h-4rem {
    height: 4rem !important;
  }
  .xxl\:h-5rem {
    height: 5rem !important;
  }
  .xxl\:h-6rem {
    height: 6rem !important;
  }
  .xxl\:h-7rem {
    height: 7rem !important;
  }
  .xxl\:h-8rem {
    height: 8rem !important;
  }
  .xxl\:h-9rem {
    height: 9rem !important;
  }
  .xxl\:h-10rem {
    height: 10rem !important;
  }
  .xxl\:h-11rem {
    height: 11rem !important;
  }
  .xxl\:h-12rem {
    height: 12rem !important;
  }
  .xxl\:h-13rem {
    height: 13rem !important;
  }
  .xxl\:h-14rem {
    height: 14rem !important;
  }
  .xxl\:h-15rem {
    height: 15rem !important;
  }
  .xxl\:h-16rem {
    height: 16rem !important;
  }
  .xxl\:h-17rem {
    height: 17rem !important;
  }
  .xxl\:h-18rem {
    height: 18rem !important;
  }
  .xxl\:h-19rem {
    height: 19rem !important;
  }
  .xxl\:h-20rem {
    height: 20rem !important;
  }
  .xxl\:h-21rem {
    height: 21rem !important;
  }
  .xxl\:h-22rem {
    height: 22rem !important;
  }
  .xxl\:h-23rem {
    height: 23rem !important;
  }
  .xxl\:h-24rem {
    height: 24rem !important;
  }
  .xxl\:h-25rem {
    height: 25rem !important;
  }
  .xxl\:h-26rem {
    height: 26rem !important;
  }
  .xxl\:h-27rem {
    height: 27rem !important;
  }
  .xxl\:h-28rem {
    height: 28rem !important;
  }
  .xxl\:h-29rem {
    height: 29rem !important;
  }
  .xxl\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:min-w-0 {
    min-width: 0px !important;
  }
  .xxl\:min-w-full {
    min-width: 100% !important;
  }
  .xxl\:min-w-screen {
    min-width: 100vw !important;
  }
  .xxl\:min-w-min {
    min-width: min-content !important;
  }
  .xxl\:min-w-max {
    min-width: max-content !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:max-w-0 {
    max-width: 0px !important;
  }
  .xxl\:max-w-full {
    max-width: 100% !important;
  }
  .xxl\:max-w-screen {
    max-width: 100vw !important;
  }
  .xxl\:max-w-min {
    max-width: min-content !important;
  }
  .xxl\:max-w-max {
    max-width: max-content !important;
  }
  .xxl\:max-w-fit {
    max-width: fit-content !important;
  }
  .xxl\:max-w-1rem {
    max-width: 1rem !important;
  }
  .xxl\:max-w-2rem {
    max-width: 2rem !important;
  }
  .xxl\:max-w-3rem {
    max-width: 3rem !important;
  }
  .xxl\:max-w-4rem {
    max-width: 4rem !important;
  }
  .xxl\:max-w-5rem {
    max-width: 5rem !important;
  }
  .xxl\:max-w-6rem {
    max-width: 6rem !important;
  }
  .xxl\:max-w-7rem {
    max-width: 7rem !important;
  }
  .xxl\:max-w-8rem {
    max-width: 8rem !important;
  }
  .xxl\:max-w-9rem {
    max-width: 9rem !important;
  }
  .xxl\:max-w-10rem {
    max-width: 10rem !important;
  }
  .xxl\:max-w-11rem {
    max-width: 11rem !important;
  }
  .xxl\:max-w-12rem {
    max-width: 12rem !important;
  }
  .xxl\:max-w-13rem {
    max-width: 13rem !important;
  }
  .xxl\:max-w-14rem {
    max-width: 14rem !important;
  }
  .xxl\:max-w-15rem {
    max-width: 15rem !important;
  }
  .xxl\:max-w-16rem {
    max-width: 16rem !important;
  }
  .xxl\:max-w-17rem {
    max-width: 17rem !important;
  }
  .xxl\:max-w-18rem {
    max-width: 18rem !important;
  }
  .xxl\:max-w-19rem {
    max-width: 19rem !important;
  }
  .xxl\:max-w-20rem {
    max-width: 20rem !important;
  }
  .xxl\:max-w-21rem {
    max-width: 21rem !important;
  }
  .xxl\:max-w-22rem {
    max-width: 22rem !important;
  }
  .xxl\:max-w-23rem {
    max-width: 23rem !important;
  }
  .xxl\:max-w-24rem {
    max-width: 24rem !important;
  }
  .xxl\:max-w-25rem {
    max-width: 25rem !important;
  }
  .xxl\:max-w-26rem {
    max-width: 26rem !important;
  }
  .xxl\:max-w-27rem {
    max-width: 27rem !important;
  }
  .xxl\:max-w-28rem {
    max-width: 28rem !important;
  }
  .xxl\:max-w-29rem {
    max-width: 29rem !important;
  }
  .xxl\:max-w-30rem {
    max-width: 30rem !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:min-h-0 {
    min-height: 0px !important;
  }
  .xxl\:min-h-full {
    min-height: 100% !important;
  }
  .xxl\:min-h-screen {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:max-h-0 {
    max-height: 0px !important;
  }
  .xxl\:max-h-full {
    max-height: 100% !important;
  }
  .xxl\:max-h-screen {
    max-height: 100vh !important;
  }
  .xxl\:max-h-min {
    max-height: min-content !important;
  }
  .xxl\:max-h-max {
    max-height: max-content !important;
  }
  .xxl\:max-h-fit {
    max-height: fit-content !important;
  }
  .xxl\:max-h-1rem {
    max-height: 1rem !important;
  }
  .xxl\:max-h-2rem {
    max-height: 2rem !important;
  }
  .xxl\:max-h-3rem {
    max-height: 3rem !important;
  }
  .xxl\:max-h-4rem {
    max-height: 4rem !important;
  }
  .xxl\:max-h-5rem {
    max-height: 5rem !important;
  }
  .xxl\:max-h-6rem {
    max-height: 6rem !important;
  }
  .xxl\:max-h-7rem {
    max-height: 7rem !important;
  }
  .xxl\:max-h-8rem {
    max-height: 8rem !important;
  }
  .xxl\:max-h-9rem {
    max-height: 9rem !important;
  }
  .xxl\:max-h-10rem {
    max-height: 10rem !important;
  }
  .xxl\:max-h-11rem {
    max-height: 11rem !important;
  }
  .xxl\:max-h-12rem {
    max-height: 12rem !important;
  }
  .xxl\:max-h-13rem {
    max-height: 13rem !important;
  }
  .xxl\:max-h-14rem {
    max-height: 14rem !important;
  }
  .xxl\:max-h-15rem {
    max-height: 15rem !important;
  }
  .xxl\:max-h-16rem {
    max-height: 16rem !important;
  }
  .xxl\:max-h-17rem {
    max-height: 17rem !important;
  }
  .xxl\:max-h-18rem {
    max-height: 18rem !important;
  }
  .xxl\:max-h-19rem {
    max-height: 19rem !important;
  }
  .xxl\:max-h-20rem {
    max-height: 20rem !important;
  }
  .xxl\:max-h-21rem {
    max-height: 21rem !important;
  }
  .xxl\:max-h-22rem {
    max-height: 22rem !important;
  }
  .xxl\:max-h-23rem {
    max-height: 23rem !important;
  }
  .xxl\:max-h-24rem {
    max-height: 24rem !important;
  }
  .xxl\:max-h-25rem {
    max-height: 25rem !important;
  }
  .xxl\:max-h-26rem {
    max-height: 26rem !important;
  }
  .xxl\:max-h-27rem {
    max-height: 27rem !important;
  }
  .xxl\:max-h-28rem {
    max-height: 28rem !important;
  }
  .xxl\:max-h-29rem {
    max-height: 29rem !important;
  }
  .xxl\:max-h-30rem {
    max-height: 30rem !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:static {
    position: static !important;
  }
  .xxl\:fixed {
    position: fixed !important;
  }
  .xxl\:absolute {
    position: absolute !important;
  }
  .xxl\:relative {
    position: relative !important;
  }
  .xxl\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:top-auto {
    top: auto !important;
  }
  .xxl\:top-0 {
    top: 0px !important;
  }
  .xxl\:top-50 {
    top: 50% !important;
  }
  .xxl\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:left-auto {
    left: auto !important;
  }
  .xxl\:left-0 {
    left: 0px !important;
  }
  .xxl\:left-50 {
    left: 50% !important;
  }
  .xxl\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:right-auto {
    right: auto !important;
  }
  .xxl\:right-0 {
    right: 0px !important;
  }
  .xxl\:right-50 {
    right: 50% !important;
  }
  .xxl\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:bottom-auto {
    bottom: auto !important;
  }
  .xxl\:bottom-0 {
    bottom: 0px !important;
  }
  .xxl\:bottom-50 {
    bottom: 50% !important;
  }
  .xxl\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:overflow-auto {
    overflow: auto !important;
  }
  .xxl\:overflow-hidden {
    overflow: hidden !important;
  }
  .xxl\:overflow-visible {
    overflow: visible !important;
  }
  .xxl\:overflow-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .xxl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xxl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .xxl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .xxl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xxl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .xxl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:z-auto {
    z-index: auto !important;
  }
  .xxl\:z-0 {
    z-index: 0 !important;
  }
  .xxl\:z-1 {
    z-index: 1 !important;
  }
  .xxl\:z-2 {
    z-index: 2 !important;
  }
  .xxl\:z-3 {
    z-index: 3 !important;
  }
  .xxl\:z-4 {
    z-index: 4 !important;
  }
  .xxl\:z-5 {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:bg-repeat {
    background-repeat: repeat !important;
  }
  .xxl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .xxl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .xxl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .xxl\:bg-repeat-round {
    background-repeat: round !important;
  }
  .xxl\:bg-repeat-space {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:bg-auto {
    background-size: auto !important;
  }
  .xxl\:bg-cover {
    background-size: cover !important;
  }
  .xxl\:bg-contain {
    background-size: contain !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:bg-bottom {
    background-position: bottom !important;
  }
  .xxl\:bg-center {
    background-position: center !important;
  }
  .xxl\:bg-left {
    background-position: left !important;
  }
  .xxl\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .xxl\:bg-left-top {
    background-position: left top !important;
  }
  .xxl\:bg-right {
    background-position: right !important;
  }
  .xxl\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .xxl\:bg-right-top {
    background-position: right top !important;
  }
  .xxl\:bg-top {
    background-position: top !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .xxl\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .xxl\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .xxl\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .xxl\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .xxl\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .xxl\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .xxl\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .xxl\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .xxl\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .xxl\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 2496px) {
  .xxl\:origin-center {
    transform-origin: center !important;
  }
  .xxl\:origin-top {
    transform-origin: top !important;
  }
  .xxl\:origin-top-right {
    transform-origin: top right !important;
  }
  .xxl\:origin-right {
    transform-origin: right !important;
  }
  .xxl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .xxl\:origin-bottom {
    transform-origin: bottom !important;
  }
  .xxl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .xxl\:origin-left {
    transform-origin: left !important;
  }
  .xxl\:origin-top-left {
    transform-origin: top-left !important;
  }
}
