/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
        'Noto Color Emoji';
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        'Liberation Mono', 'Courier New', monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role='button'] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

.tw-translate-y-\[-50\%\] {
    --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-shadow-sm,
.tw-shadow-\[0_0_30px_0_rgba\(152\,82\,92\,0\.14\)\],
.tw-shadow-\[0_0px_30px_0px_rgba\(214\,214\,215\,0\.42\)\] {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.tw-absolute {
    position: absolute;
}

.tw-relative {
    position: relative;
}

.tw-top-\[9px\] {
    top: 9px;
}

.tw-right-\[0px\] {
    right: 0px;
}

.tw-left-\[0px\] {
    left: 0px;
}

.tw-top-2\/4 {
    top: 50%;
}

.tw-left-\[10px\] {
    left: 10px;
}

.tw-top-\[4px\] {
    top: 4px;
}

.tw-right-\[4px\] {
    right: 4px;
}

.tw-z-50 {
    z-index: 50;
}

.tw-m-0 {
    margin: 0px;
}

.tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.tw-mt-\[10px\] {
    margin-top: 10px;
}

.tw-mt-\[40px\] {
    margin-top: 40px;
}

.tw-mt-\[15px\] {
    margin-top: 15px;
}

.tw-mt-0 {
    margin-top: 0px;
}

.tw-mb-\[10px\] {
    margin-bottom: 10px;
}

.tw-mb-\[20px\] {
    margin-bottom: 20px;
}

.tw-mt-\[20px\] {
    margin-top: 20px;
}

.tw-mb-\[30px\] {
    margin-bottom: 30px;
}

.tw-mb-\[7px\] {
    margin-bottom: 7px;
}

.tw-mt-\[14px\] {
    margin-top: 14px;
}

.tw-mb-\[17px\] {
    margin-bottom: 17px;
}

.tw-mt-\[30px\] {
    margin-top: 30px;
}

.tw-mt-\[25px\] {
    margin-top: 25px;
}

.tw-mb-\[15px\] {
    margin-bottom: 15px;
}

.tw-mt-\[35px\] {
    margin-top: 35px;
}

.tw-mb-0 {
    margin-bottom: 0px;
}

.tw-mb-\[25px\] {
    margin-bottom: 25px;
}

.tw-mt-\[70px\] {
    margin-top: 70px;
}

.tw-ml-\[5px\] {
    margin-left: 5px;
}

.tw-mb-\[60px\] {
    margin-bottom: 60px;
}

.\!tw-mb-\[60px\] {
    margin-bottom: 60px !important;
}

.tw-mr-\[5px\] {
    margin-right: 5px;
}

.\!tw-block {
    display: block !important;
}

.tw-inline-block {
    display: inline-block;
}

.tw-flex {
    display: flex;
}

.tw-hidden {
    display: none;
}

.tw-h-\[50px\] {
    height: 50px;
}

.tw-h-\[35px\] {
    height: 35px;
}

.tw-h-\[55px\] {
    height: 55px;
}

.tw-h-full {
    height: 100%;
}

.tw-h-\[60px\] {
    height: 60px;
}

.tw-h-\[47px\] {
    height: 47px;
}

.tw-h-\[31\.5px\] {
    height: 31.5px;
}

.tw-h-\[42px\] {
    height: 42px;
}

.tw-h-\[150px\] {
    height: 150px;
}

.tw-max-h-\[50px\] {
    max-height: 50px;
}

.tw-min-h-\[55px\] {
    min-height: 55px;
}

.tw-w-\[135px\] {
    width: 135px;
}

.tw-w-full {
    width: 100%;
}

.tw-w-\[44px\] {
    width: 44px;
}

.tw-w-\[255px\] {
    width: 255px;
}

.tw-w-\[450px\] {
    width: 450px;
}

.tw-w-\[142px\] {
    width: 142px;
}

.tw-w-\[30\%\] {
    width: 30%;
}

.tw-w-\[55\%\] {
    width: 55%;
}

.tw-max-w-\[540px\] {
    max-width: 540px;
}

.tw-max-w-\[480px\] {
    max-width: 480px;
}

.tw-translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-flex-row {
    flex-direction: row;
}

.tw-flex-col {
    flex-direction: column;
}

.tw-flex-col-reverse {
    flex-direction: column-reverse;
}

.tw-flex-wrap {
    flex-wrap: wrap;
}

.tw-items-center {
    align-items: center;
}

.tw-justify-start {
    justify-content: flex-start;
}

.tw-justify-center {
    justify-content: center;
}

.tw-justify-between {
    justify-content: space-between;
}

.tw-gap-\[10px\] {
    gap: 10px;
}

.tw-overflow-hidden {
    overflow: hidden;
}

.tw-rounded-\[104px\] {
    border-radius: 104px;
}

.tw-rounded-\[54px\] {
    border-radius: 54px;
}

.tw-rounded-\[8px\] {
    border-radius: 8px;
}

.tw-rounded-\[0px\] {
    border-radius: 0px;
}

.tw-border-0 {
    border-width: 0px;
}

.tw-border-\[1px\] {
    border-width: 1px;
}

.tw-border-2 {
    border-width: 2px;
}

.tw-border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.tw-border-b-\[1px\] {
    border-bottom-width: 1px;
}

.tw-border-solid {
    border-style: solid;
}

.tw-border-\[\#686868\] {
    border-color: #686868;
}

.tw-border-\[\#DEDEDE\] {
    border-color: #dedede;
}

.tw-border-\[\#EBEBEB\] {
    border-color: #ebebeb;
}

.tw-border-\[\#C34D50\] {
    border-color: #c34d50;
}

.tw-bg-\[\#C34D50\] {
    background-color: #c34d50;
}

.tw-bg-\[\#F4F4F4\] {
    background-color: #f4f4f4;
}

.tw-bg-\[\#3B363E\] {
    background-color: #3b363e;
}

.tw-stroke-\[\#C34D50\] {
    stroke: #c34d50;
}

.tw-stroke-transparent {
    stroke: transparent;
}

.tw-p-0 {
    padding: 0px;
}

.tw-p-\[20px\] {
    padding: 20px;
}

.tw-p-\[0px\] {
    padding: 0px;
}

.tw-p-\[10px\] {
    padding: 10px;
}

.tw-px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}

.tw-py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tw-px-\[9px\] {
    padding-left: 9px;
    padding-right: 9px;
}

.tw-py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
}

.tw-px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}

.tw-px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
}

.tw-px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
}

.tw-px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
}

.\!tw-px-\[5px\] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.tw-pt-\[20px\] {
    padding-top: 20px;
}

.tw-pb-\[30px\] {
    padding-bottom: 30px;
}

.tw-pl-\[9px\] {
    padding-left: 9px;
}

.tw-pr-\[15px\] {
    padding-right: 15px;
}

.tw-pl-\[12px\] {
    padding-left: 12px;
}

.tw-pr-\[0px\] {
    padding-right: 0px;
}

.tw-pl-\[42px\] {
    padding-left: 42px;
}

.tw-pl-\[20px\] {
    padding-left: 20px;
}

.tw-text-left {
    text-align: left;
}

.tw-text-center {
    text-align: center;
}

.tw-text-\[38px\] {
    font-size: 38px;
}

.tw-text-\[20px\] {
    font-size: 20px;
}

.tw-text-\[16px\] {
    font-size: 16px;
}

.tw-text-\[42px\] {
    font-size: 42px;
}

.tw-text-\[22px\] {
    font-size: 22px;
}

.tw-text-\[32px\] {
    font-size: 32px;
}

.tw-text-\[18px\] {
    font-size: 18px;
}

.tw-text-\[0px\] {
    font-size: 0px;
}

.tw-font-semibold {
    font-weight: 600;
}

.tw-font-\[600\] {
    font-weight: 600;
}

.tw-font-\[14px\] {
    font-weight: 14px;
}

.tw-font-bold {
    font-weight: 700;
}

.tw-uppercase {
    text-transform: uppercase;
}

.tw-capitalize {
    text-transform: capitalize;
}

.tw-leading-\[45px\] {
    line-height: 45px;
}

.tw-leading-\[32px\] {
    line-height: 32px;
}

.tw-leading-\[50px\] {
    line-height: 50px;
}

.tw-leading-\[19px\] {
    line-height: 19px;
}

.tw-leading-\[27px\] {
    line-height: 27px;
}

.tw-leading-\[24px\] {
    line-height: 24px;
}

.tw-leading-\[35px\] {
    line-height: 35px;
}

.tw-leading-\[40px\] {
    line-height: 40px;
}

.tw-leading-\[60px\] {
    line-height: 60px;
}

.tw-tracking-\[-\.05em\] {
    letter-spacing: -0.05em;
}

.tw-tracking-\[-\.04em\] {
    letter-spacing: -0.04em;
}

.tw-tracking-\[\.21em\] {
    letter-spacing: 0.21em;
}

.tw-text-\[\#ffffff\] {
    color: #ffffff;
}

.tw-text-\[\#c34d50\] {
    color: #c34d50;
}

.tw-text-\[\#3B363E\] {
    color: #3b363e;
}

.tw-text-\[\#565656\] {
    color: #565656;
}

.tw-text-\[\#676763\] {
    color: #676763;
}

.\!tw-text-\[\#3B363E\] {
    color: #3b363e !important;
}

.tw-text-\[\#18120B\] {
    color: #18120b;
}

.tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-\[0_0_30px_0_rgba\(152\,82\,92\,0\.14\)\] {
    --tw-shadow: 0 0 30px 0 rgba(152, 82, 92, 0.14);
    --tw-shadow-colored: 0 0 30px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-\[0_0px_30px_0px_rgba\(214\,214\,215\,0\.42\)\] {
    --tw-shadow: 0 0px 30px 0px rgba(214, 214, 215, 0.42);
    --tw-shadow-colored: 0 0px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-bg-\[\#C34D50\]:hover {
    background-color: #c34d50;
}

.hover\:tw-bg-\[transparent\]:hover {
    background-color: transparent;
}

.focus\:tw-bg-\[transparent\]:focus {
    background-color: transparent;
}

.focus\:tw-outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.active\:tw-bg-\[transparent\]:active {
    background-color: transparent;
}

.active\:tw-outline-none:active {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

@media (min-width: 801px) {
    .md\:tw-mx-\[20px\] {
        margin-left: 20px;
        margin-right: 20px;
    }

    .md\:tw-mb-\[50px\] {
        margin-bottom: 50px;
    }

    .md\:tw-mt-\[100px\] {
        margin-top: 100px;
    }

    .md\:tw-mt-\[0px\] {
        margin-top: 0px;
    }

    .md\:tw-mt-\[30px\] {
        margin-top: 30px;
    }

    .md\:tw-mb-\[20px\] {
        margin-bottom: 20px;
    }

    .md\:tw-mb-\[10px\] {
        margin-bottom: 10px;
    }

    .md\:tw-mt-\[26px\] {
        margin-top: 26px;
    }

    .md\:tw-mt-0 {
        margin-top: 0px;
    }

    .md\:tw-mb-\[0px\] {
        margin-bottom: 0px;
    }

    .md\:tw-block {
        display: block;
    }

    .md\:tw-flex {
        display: flex;
    }

    .md\:tw-hidden {
        display: none;
    }

    .md\:tw-h-\[72px\] {
        height: 72px;
    }

    .md\:tw-h-full {
        height: 100%;
    }

    .md\:tw-h-\[45px\] {
        height: 45px;
    }

    .md\:tw-min-h-full {
        min-height: 100%;
    }

    .md\:tw-w-\[45\%\] {
        width: 45%;
    }

    .md\:tw-w-\[22\.222\%\] {
        width: 22.222%;
    }

    .md\:tw-w-1\/2 {
        width: 50%;
    }

    .md\:tw-w-\[168px\] {
        width: 168px;
    }

    .md\:tw-flex-row {
        flex-direction: row;
    }

    .md\:tw-justify-center {
        justify-content: center;
    }

    .md\:tw-justify-between {
        justify-content: space-between;
    }

    .md\:tw-p-\[20px\] {
        padding: 20px;
    }

    .md\:tw-py-\[39px\] {
        padding-top: 39px;
        padding-bottom: 39px;
    }

    .md\:tw-py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .md\:tw-px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .md\:tw-px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .md\:\!tw-px-\[10px\] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .md\:tw-pl-\[35px\] {
        padding-left: 35px;
    }

    .md\:tw-pr-\[35px\] {
        padding-right: 35px;
    }

    .md\:tw-pb-\[20px\] {
        padding-bottom: 20px;
    }

    .md\:tw-pr-\[0px\] {
        padding-right: 0px;
    }

    .md\:tw-text-left {
        text-align: left;
    }

    .md\:tw-text-\[60px\] {
        font-size: 60px;
    }

    .md\:tw-leading-\[70px\] {
        line-height: 70px;
    }
}
