.tw-absolute {
    position: absolute
}
.tw-relative {
    position: relative
}
.tw-inset-0 {
    inset: 0px
}
.tw-left-3 {
    left: 0.75rem
}
.tw-top-3 {
    top: 0.75rem
}
.\!tw-m-\[5px\] {
    margin: 5px !important
}
.\!tw-m-\[7px\] {
    margin: 7px !important
}
.tw-mx-auto {
    margin-left: auto;
    margin-right: auto
}
.\!tw-ml-auto {
    margin-left: auto !important
}
.tw-mb-0 {
    margin-bottom: 0px
}
.tw-mb-1 {
    margin-bottom: 0.25rem
}
.tw-mb-2 {
    margin-bottom: 0.5rem
}
.tw-mb-3 {
    margin-bottom: 0.75rem
}
.tw-mb-4 {
    margin-bottom: 1rem
}
.tw-mb-5 {
    margin-bottom: 1.25rem
}
.tw-ml-2 {
    margin-left: 0.5rem
}
.tw-ml-4 {
    margin-left: 1rem
}
.tw-mt-0\.5 {
    margin-top: 0.125rem
}
.tw-mt-1 {
    margin-top: 0.25rem
}
.tw-mt-10 {
    margin-top: 2.5rem
}
.tw-mt-2 {
    margin-top: 0.5rem
}
.tw-mt-3 {
    margin-top: 0.75rem
}
.tw-mt-4 {
    margin-top: 1rem
}
.tw-mt-5 {
    margin-top: 1.25rem
}
.tw-mt-6 {
    margin-top: 1.5rem
}
.tw-mt-7 {
    margin-top: 1.75rem
}
.tw-mt-8 {
    margin-top: 2rem
}
.\!tw-flex {
    display: flex !important
}
.tw-flex {
    display: flex
}
.tw-grid {
    display: grid
}
.tw-hidden {
    display: none
}
.\!tw-h-\[36px\] {
    height: 36px !important
}
.tw-h-1\.5 {
    height: 0.375rem
}
.tw-h-full {
    height: 100%
}
.\!tw-w-\[100\%\] {
    width: 100% !important
}
.\!tw-w-\[36px\] {
    width: 36px !important
}
.tw-w-5 {
    width: 1.25rem
}
.tw-w-\[11\%\] {
    width: 11%
}
.tw-w-\[12\%\] {
    width: 12%
}
.tw-w-\[14\%\] {
    width: 14%
}
.tw-w-\[34px\] {
    width: 34px
}
.tw-w-\[5\%\] {
    width: 5%
}
.tw-w-\[9\%\] {
    width: 9%
}
.tw-w-full {
    width: 100%
}
.tw-min-w-0 {
    min-width: 0px
}
.tw-min-w-10 {
    min-width: 2.5rem
}
.tw-max-w-\[240px\] {
    max-width: 240px
}
.tw-max-w-xl {
    max-width: 36rem
}
.tw-flex-1 {
    flex: 1 1 0%
}
.tw-border-collapse {
    border-collapse: collapse
}
.tw-cursor-pointer {
    cursor: pointer
}
.tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none
}
.tw-resize-none {
    resize: none
}
.tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}
.tw-grid-cols-\[1fr_1\.3fr_0\.9fr\] {
    grid-template-columns: 1fr 1.3fr 0.9fr
}
.\!tw-flex-col {
    flex-direction: column !important
}
.tw-flex-col {
    flex-direction: column
}
.tw-items-start {
    align-items: flex-start
}
.tw-items-end {
    align-items: flex-end
}
.tw-items-center {
    align-items: center
}
.tw-items-baseline {
    align-items: baseline
}
.tw-justify-end {
    justify-content: flex-end
}
.tw-justify-center {
    justify-content: center
}
.tw-justify-between {
    justify-content: space-between
}
.tw-gap-2 {
    gap: 0.5rem
}
.tw-gap-3 {
    gap: 0.75rem
}
.tw-gap-4 {
    gap: 1rem
}
.tw-gap-6 {
    gap: 1.5rem
}
.tw-gap-8 {
    gap: 2rem
}
.tw-gap-\[5px\] {
    gap: 5px
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.tw-overflow-hidden {
    overflow: hidden
}
.tw-overflow-x-auto {
    overflow-x: auto
}
.tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.tw-whitespace-nowrap {
    white-space: nowrap
}
.tw-rounded {
    border-radius: 0.25rem
}
.tw-rounded-full {
    border-radius: 9999px
}
.tw-rounded-lg {
    border-radius: 0.5rem
}
.tw-rounded-xl {
    border-radius: 0.75rem
}
.tw-border {
    border-width: 1px
}
.tw-border-0 {
    border-width: 0px
}
.tw-border-\[1px\] {
    border-width: 1px
}
.tw-border-b {
    border-bottom-width: 1px
}
.tw-border-b-2 {
    border-bottom-width: 2px
}
.tw-border-l {
    border-left-width: 1px
}
.tw-border-r {
    border-right-width: 1px
}
.tw-border-t {
    border-top-width: 1px
}
.tw-border-\[\#c9c4bd\] {
    --tw-border-opacity: 1;
    border-color: rgb(201 196 189 / var(--tw-border-opacity, 1))
}
.tw-border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}
.tw-border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1))
}
.tw-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-brand {
    --tw-bg-opacity: 1;
    background-color: rgb(239 78 42 / var(--tw-bg-opacity, 1))
}
.tw-bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}
.tw-bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
}
.tw-bg-inherit {
    background-color: inherit
}
.tw-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6
}
.tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7
}
.\!tw-p-0 {
    padding: 0px !important
}
.tw-p-0 {
    padding: 0px
}
.tw-p-3 {
    padding: 0.75rem
}
.tw-p-4 {
    padding: 1rem
}
.tw-p-6 {
    padding: 1.5rem
}
.\!tw-px-\[80px\] {
    padding-left: 80px !important;
    padding-right: 80px !important
}
.\!tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}
.\!tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
}
.\!tw-py-\[10px\] {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}
.tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
.tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}
.tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
.tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}
.tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}
.\!tw-pl-2 {
    padding-left: 0.5rem !important
}
.tw-pb-1 {
    padding-bottom: 0.25rem
}
.tw-pb-4 {
    padding-bottom: 1rem
}
.tw-pl-4 {
    padding-left: 1rem
}
.tw-pr-3 {
    padding-right: 0.75rem
}
.tw-pt-6 {
    padding-top: 1.5rem
}
.tw-pt-8 {
    padding-top: 2rem
}
.tw-text-left {
    text-align: left
}
.tw-text-center {
    text-align: center
}
.tw-text-right {
    text-align: right
}
.\!tw-align-middle {
    vertical-align: middle !important
}
.tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}
.tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}
.tw-text-\[10\.5px\] {
    font-size: 10.5px
}
.tw-text-\[10px\] {
    font-size: 10px
}
.tw-text-\[11px\] {
    font-size: 11px
}
.tw-text-\[12px\] {
    font-size: 12px
}
.tw-text-\[13px\] {
    font-size: 13px
}
.tw-text-\[14px\] {
    font-size: 14px
}
.tw-text-\[15px\] {
    font-size: 15px
}
.tw-text-\[16px\] {
    font-size: 16px
}
.tw-text-\[18px\] {
    font-size: 18px
}
.tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem
}
.tw-font-bold {
    font-weight: 700
}
.tw-font-extrabold {
    font-weight: 800
}
.tw-font-medium {
    font-weight: 500
}
.tw-font-semibold {
    font-weight: 600
}
.tw-uppercase {
    text-transform: uppercase
}
.tw-leading-relaxed {
    line-height: 1.625
}
.tw-tracking-\[0\.06em\] {
    letter-spacing: 0.06em
}
.tw-tracking-\[0\.07em\] {
    letter-spacing: 0.07em
}
.tw-tracking-\[0\.12em\] {
    letter-spacing: 0.12em
}
.tw-tracking-\[0\.18em\] {
    letter-spacing: 0.18em
}
.tw-tracking-\[0\.1em\] {
    letter-spacing: 0.1em
}
.tw-tracking-wider {
    letter-spacing: 0.05em
}
.tw-text-\[\#c4bdb4\] {
    --tw-text-opacity: 1;
    color: rgb(196 189 180 / var(--tw-text-opacity, 1))
}
.tw-text-brand {
    --tw-text-opacity: 1;
    color: rgb(239 78 42 / var(--tw-text-opacity, 1))
}
.tw-text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}
.tw-text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}
.tw-text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}
.tw-text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}
.tw-text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}
.tw-text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1))
}
.tw-text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1))
}
.tw-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.tw-line-through {
    text-decoration-line: line-through
}
.tw-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
@media (min-width: 1024px) {
    .lg\:tw-block {
        display: block
    }
}
@media print {
    .print\:tw-hidden {
        display: none
    }
}

