.tw-col-span-2 {
    grid-column: span 2 / span 2
}
.\!tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}
.tw-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
}
.tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}
.tw-mx-auto {
    margin-left: auto;
    margin-right: auto
}
.tw-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}
.\!tw-mt-4 {
    margin-top: 1rem !important
}
.tw-mb-10 {
    margin-bottom: 2.5rem
}
.tw-mb-16 {
    margin-bottom: 4rem
}
.tw-mb-4 {
    margin-bottom: 1rem
}
.tw-mb-5 {
    margin-bottom: 1.25rem
}
.tw-mb-6 {
    margin-bottom: 1.5rem
}
.tw-mb-8 {
    margin-bottom: 2rem
}
.tw-mt-8 {
    margin-top: 2rem
}
.tw-flex {
    display: flex
}
.tw-grid {
    display: grid
}
.tw-hidden {
    display: none
}
.tw-h-20 {
    height: 5rem
}
.tw-max-h-\[30rem\] {
    max-height: 30rem
}
.tw-max-h-\[32rem\] {
    max-height: 32rem
}
.tw-max-h-\[36rem\] {
    max-height: 36rem
}
.tw-max-h-\[40rem\] {
    max-height: 40rem
}
.tw-max-h-\[46rem\] {
    max-height: 46rem
}
.tw-max-h-\[48rem\] {
    max-height: 48rem
}
.tw-w-48 {
    width: 12rem
}
.tw-w-full {
    width: 100%
}
.tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.tw-flex-col-reverse {
    flex-direction: column-reverse
}
.tw-flex-wrap {
    flex-wrap: wrap
}
.tw-gap-12 {
    gap: 3rem
}
.tw-gap-4 {
    gap: 1rem
}
.tw-gap-6 {
    gap: 1.5rem
}
.tw-gap-8 {
    gap: 2rem
}
.tw-overflow-x-auto {
    overflow-x: auto
}
.tw-rounded-md {
    border-radius: 0.375rem
}
.tw-border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1))
}
.tw-bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}
.tw-bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}
.tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}
.tw-text-left {
    text-align: left
}
.tw-text-center {
    text-align: center
}
.tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}
.tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}
.tw-text-5xl {
    font-size: 3rem;
    line-height: 1
}
.tw-text-6xl {
    font-size: 3.75rem;
    line-height: 1
}
.tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}
.tw-font-bold {
    font-weight: 700
}
.tw-font-normal {
    font-weight: 400
}
.\!tw-leading-\[1\.2\] {
    line-height: 1.2 !important
}
.\!tw-leading-normal {
    line-height: 1.5 !important
}
.tw-leading-normal {
    line-height: 1.5
}
.tw-text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / 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-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.tw-underline {
    text-decoration-line: underline
}
.tw-no-underline {
    text-decoration-line: none
}
.tw-decoration-green {
    text-decoration-color: #2ab573
}
.tw-underline-offset-8 {
    text-underline-offset: 8px
}
.tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
@media (min-width: 640px) {
    .sm\:tw-max-w-3xl {
        max-width: 48rem
    }
    .sm\:tw-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .sm\:tw-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .sm\:tw-text-left {
        text-align: left
    }
    .sm\:tw-text-center {
        text-align: center
    }
    .sm\:tw-text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .sm\:tw-text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
    .sm\:tw-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}
@media (min-width: 768px) {
    .md\:\!tw-mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important
    }
    .md\:tw-mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }
    .md\:tw-mb-0 {
        margin-bottom: 0px
    }
    .md\:tw-mb-10 {
        margin-bottom: 2.5rem
    }
    .md\:tw-mb-4 {
        margin-bottom: 1rem
    }
    .md\:tw-mt-20 {
        margin-top: 5rem
    }
    .md\:tw-block {
        display: block
    }
    .md\:tw-w-64 {
        width: 16rem
    }
    .md\:tw-grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .md\:tw-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:tw-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:tw-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .md\:tw-flex-row {
        flex-direction: row
    }
    .md\:tw-text-left {
        text-align: left
    }
    .md\:tw-text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .md\:tw-text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
    .md\:tw-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}
@media (min-width: 1024px) {
    .lg\:tw-sticky {
        position: sticky
    }
    .lg\:tw-top-48 {
        top: 12rem
    }
    .lg\:tw-mx-12 {
        margin-left: 3rem;
        margin-right: 3rem
    }
    .lg\:tw-block {
        display: block
    }
    .lg\:tw-w-64 {
        width: 16rem
    }
    .lg\:tw-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:tw-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .lg\:tw-overflow-x-hidden {
        overflow-x: hidden
    }
    .lg\:tw-text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }
}
@media (min-width: 1280px) {
    .xl\:tw-mx-0 {
        margin-left: 0px;
        margin-right: 0px
    }
}