
*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.thanks{
	display: none;
}

*,
:before,
:after {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

:before,
:after {
    --tw-content: "";
}

html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-family: Denim, ui-sans-serif, system-ui;
    line-height: 1.5;
}

body {
    line-height: inherit;
    margin: 0;
}

h1 {
    font-size: inherit;
    font-weight: inherit;
}

button,
input {
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    background-color: #0000;
    background-image: none;
}

h1,
p {
    margin: 0;
}

input::placeholder {
    opacity: 1;
    color: #9ca3af;
}

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img {
    vertical-align: middle;
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

.z-10 {
    z-index: 10;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-3 {
    margin-top: .75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.flex {
    display: flex;
}

.size-full {
    width: 100%;
    height: 100%;
}

.h-12 {
    height: 3rem;
}

.h-8 {
    height: 2rem;
}

.h-\[22px\] {
    height: 22px;
}

.h-auto {
    height: auto;
}

.min-h-screen {
    min-height: 100vh;
}

.w-\[156px\] {
    width: 156px;
}

.w-full {
    width: 100%;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-md {
    max-width: 28rem;
}

.flex-1 {
    flex: 1;
}

.grow {
    flex-grow: 1;
}

.select-none {
    -webkit-user-select: none;
    user-select: none;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-xl {
    border-radius: .75rem;
}

.rounded-t-\[90px\] {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
}

.border {
    border-width: 1px;
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175/var(--tw-border-opacity, 1));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219/var(--tw-bg-opacity, 1));
}

.bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 243/var(--tw-bg-opacity, 1));
}

.bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(247 100 59/var(--tw-bg-opacity, 1));
}

.bg-transparent {
    background-color: #0000;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.text-center {
    text-align: center;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 1.2;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.42857;
}

.text-xs {
    font-size: .75rem;
    line-height: 1.33333;
}

.font-medium {
    font-weight: 500;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity, 1));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity, 1));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity, 1));
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 131 98/var(--tw-bg-opacity, 1));
}

.focus\:outline-none:focus {
    outline-offset: 2px;
    outline: 2px solid #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-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 115 22/var(--tw-ring-opacity, 1));
}

@media (min-width:768px) {
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .md\:mt-20 {
        margin-top: 5rem;
    }

    .md\:mt-9 {
        margin-top: 2.25rem;
    }

    .md\:max-w-2xl {
        max-width: 42rem;
    }

    .md\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251/var(--tw-bg-opacity, 1));
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .md\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .md\:pt-12 {
        padding-top: 3rem;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 1.33333;
    }

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.55556;
    }
}

@media (min-width:1024px) {
    .lg\:h-\[25px\] {
        height: 25px;
    }

    .lg\:w-\[175px\] {
        width: 175px;
    }
}