/* @tailwind base; */
.tw-container {
    width: 100%
}
@media (min-width: 320px) {
    .tw-container {
        max-width: 320px
    }
}
@media (min-width: 640px) {
    .tw-container {
        max-width: 640px
    }
}
@media (min-width: 768px) {
    .tw-container {
        max-width: 768px
    }
}
@media (min-width: 1024px) {
    .tw-container {
        max-width: 1024px
    }
}
@media (min-width: 1280px) {
    .tw-container {
        max-width: 1280px
    }
}
.tw-fixed {
    position: fixed
}
.tw-absolute {
    position: absolute
}
.tw-right-4 {
    right: 1rem
}
.tw-bottom-4 {
    bottom: 1rem
}
.tw-z-0 {
    z-index: 0
}
.tw-z-50 {
    z-index: 50
}
.tw-mx-auto {
    margin-left: auto;
    margin-right: auto
}
.tw--mb-1 {
    margin-bottom: -0.25rem
}
.tw--mb-24 {
    margin-bottom: -6rem
}
.tw--ml-24 {
    margin-left: -6rem
}
.tw-mb-10 {
    margin-bottom: 2.5rem
}
.tw--mt-16 {
    margin-top: -4rem
}
.tw-mt-6 {
    margin-top: 1.5rem
}
.tw-mt-20 {
    margin-top: 5rem
}
.tw-mb-2 {
    margin-bottom: 0.5rem
}
.tw-box-border {
    box-sizing: border-box
}
.tw-flex {
    display: flex
}
.tw-hidden {
    display: none
}
.tw-h-full {
    height: 100%
}
.tw-h-16 {
    height: 4rem
}
.tw-w-full {
    width: 100%
}
.tw-w-1\/2 {
    width: 50%
}
.tw-w-14 {
    width: 3.5rem
}
.tw-w-28 {
    width: 7rem
}
.tw-w-16 {
    width: 4rem
}
.tw-max-w-screen-xxl {
    max-width: 1366px
}
.tw-flex-grow {
    flex-grow: 1
}
.tw-cursor-pointer {
    cursor: pointer
}
.tw-flex-col {
    flex-direction: column
}
.tw-justify-end {
    justify-content: flex-end
}
.tw-space-y-2 > :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))
}
.tw-space-x-4 > :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)))
}
.tw-overflow-x-hidden {
    overflow-x: hidden
}
.\!tw-border-b-0 {
    border-bottom-width: 0 !important
}
.tw-bg-primary-gradient {
    background-image: linear-gradient(180.07deg, #BE1E2D 56.15%, #F0323C 108.74%)
}
.tw-p-4 {
    padding: 1rem
}
.tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.tw-pb-10 {
    padding-bottom: 2.5rem
}
.tw-text-center {
    text-align: center
}
.tw-font-title-bold {
    font-family: montserrat-bold
}
.tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}
.tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}
.tw-text-xs {
    font-size: 0.75rem;
    line-height: 1rem
}
.tw-font-medium {
    font-weight: 500
}
.tw-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.tw-text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
}
.\!tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
}
.tw-no-underline {
    text-decoration: none
}
.tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.tw-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.tw-delay-150 {
    transition-delay: 150ms
}
.tw-duration-300 {
    transition-duration: 300ms
}
.tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
@media (min-width: 640px) {
    .sm\:tw--mt-20 {
        margin-top: -5rem
    }
    .sm\:tw-w-20 {
        width: 5rem
    }
    .sm\:tw-w-36 {
        width: 9rem
    }
    .sm\:tw-px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .sm\:tw-text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}
@media (min-width: 768px) {
    .md\:tw--mt-28 {
        margin-top: -7rem
    }
    .md\:tw-w-24 {
        width: 6rem
    }
    .md\:tw-w-48 {
        width: 12rem
    }
    .md\:tw-px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .md\:tw-pb-20 {
        padding-bottom: 5rem
    }
    .md\:tw-text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .md\:tw-text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
}
@media (min-width: 1024px) {
    .lg\:tw--mt-52 {
        margin-top: -13rem
    }
    .lg\:tw-mb-0 {
        margin-bottom: 0px
    }
    .lg\:tw-block {
        display: block
    }
    .lg\:tw-hidden {
        display: none
    }
    .lg\:tw-w-full {
        width: 100%
    }
    .lg\:tw-w-1\/5 {
        width: 20%
    }
    .lg\:tw-w-2\/5 {
        width: 40%
    }
    .lg\:tw-flex-row {
        flex-direction: row
    }
    .lg\:tw-px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .lg\:\!tw-pt-32 {
        padding-top: 8rem !important
    }
    .lg\:tw-pb-20 {
        padding-bottom: 5rem
    }
    .lg\:tw-text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}
@media (min-width: 1280px) {
    .xl\:tw--mb-32 {
        margin-bottom: -8rem
    }
    .xl\:tw--mt-60 {
        margin-top: -15rem
    }
}

