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

      /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

      /*
Document
========
*/

      /**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family: system-ui, -apple-system,
    /* Firefox supports this but not yet `system-ui` */ "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono",
    Menlo, 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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

/**
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.
*/

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
* Tailwind custom reset styles
*/

/**
* 1. Use the user's configured `sans` font-family (with Tailwind's default
*    sans-serif font stack as a fallback) as a sane default.
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
*    to override it to ensure consistency even when using the default theme.
*/

html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
* Inherit font-family and line-height from `html` so users can set them as
* a class directly on the `html` element.
*/

body {
  font-family: inherit;
  line-height: inherit;
}

/**
* 1. Prevent padding and border from affecting element width.
*
*    We used to set this in the html element and inherit from
*    the parent element for everything else. This caused issues
*    in shadow-dom-enhanced elements like <details> where the content
*    is wrapped by a div with box-sizing set to `content-box`.
*
*    https://github.com/mozdevs/cssremedy/issues/4
*
*
* 2. Allow adding a border to an element by just adding a border-width.
*
*    By default, the way the browser specifies that an element should have no
*    border is by setting it's border-style to `none` in the user-agent
*    stylesheet.
*
*    In order to easily add borders to elements by just setting the `border-width`
*    property, we change the default border-style for all elements to `solid`, and
*    use border-width to hide them instead. This way our `border` utilities only
*    need to set the `border-width` property instead of the entire `border`
*    shorthand, making our border utilities much more straightforward to compose.
*
*    https://github.com/tailwindcss/tailwindcss/pull/116
*/

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

/*
* Ensure horizontal rules are visible by default
*/

hr {
  border-top-width: 1px;
}

/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
*
* The Normalize reset is unnecessary for us since we default the border-width
* to 0 on all elements.
*
* https://github.com/tailwindcss/tailwindcss/issues/362
*/

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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;
}

/**
* Reset form element properties that are easy to forget to
* style explicitly so you don't inadvertently introduce
* styles that deviate from your design system. These styles
* supplement a partial reset that is already applied by
* normalize.css.
*/

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling
* back to the system monospace stack if there is no configured
* 'mono' font family.
*/

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

/**
* 1. Make replaced elements `display: block` by default as that's
*    the behavior you want almost all of the time. Inspired by
*    CSS Remedy, with `svg` added as well.
*
*    https://github.com/mozdevs/cssremedy/issues/14
* 
* 2. Add `vertical-align: middle` to align replaced elements more
*    sensibly by default when overriding `display` by adding a
*    utility like `inline`.
*
*    This can trigger a poorly considered linting error in some
*    tools but is included by design.
* 
*    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
*/

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;
}

*,
::before,
::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

@font-face {
  font-family: "Circular Regular";

  src: url(/_nuxt/fonts/CircularXXWeb-Regular.0c06dd9.woff) format("woff"),
    url(/_nuxt/fonts/CircularXXWeb-Regular.1ee426b.woff2) format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "Circular Book";

  src: url(/_nuxt/fonts/CircularXXWeb-Book.ddefb6e.woff) format("woff"),
    url(/_nuxt/fonts/CircularXXWeb-Book.4a6793d.woff2) format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "Circular Bold";

  src: url(/_nuxt/fonts/CircularXXWeb-Bold.0148d16.woff) format("woff"),
    url(/_nuxt/fonts/CircularXXWeb-Bold.3f9aecb.woff2) format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "Circular Black";

  src: url(/_nuxt/fonts/CircularXXWeb-Black.4af4334.woff) format("woff"),
    url(/_nuxt/fonts/CircularXXWeb-Black.0dd92fa.woff2) format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "Circular Medium";

  src: url(/_nuxt/fonts/CircularXXWeb-Medium.fb3a34f.woff) format("woff"),
    url(/_nuxt/fonts/CircularXXWeb-Medium.9eac470.woff2) format("woff2");

  font-display: swap;
}

.control-label {
  margin-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.form-control {
  border: 2px solid #222;
  border-radius: 8px;
  background: #fff !important;
  padding: 14px 16px;
  /* clear: both; */
  width: 100%;
}


.btn-primary {
  background: #FD0;
  border: none;
  font-weight: bold;
  border-radius: 40px;
  width: 100%;
  padding: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.formsize {
  width: 30%;
  margin-bottom: 100px;
}
.form-group {
  padding: 5px 10px;
}
.form-group33 {
  padding: 5px 10px;
  width: 33%;
  float: left;
}
.form-group49 {
  padding: 5px 10px;
  width: 49%;
  float: left;
}
.form-group76 {
  padding: 5px 10px;
  width: 76%;
  float: left;
}
#show-message {
  text-align: center;
  color: red;
  font-weight: bold;
}
span.verified-image {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #ffdd00;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
span.verified-image i {
  line-height: 31px;
  font-size: 1.5em;
  float: left;
  margin: 0 2px;
  color: #333;
  text-shadow: 0 0 2px #ffdd00;
}
@media (max-width: 700px){
  .form-group33,.form-group49 {
    width: 100%;
  }
  .alreadyaccount{
    display: none;
  }
  .formsize {
    width: 100%;
    margin-bottom: 0px;
  }
  .mt-64 {
    margin-top: 25px!important;
  }
  .py-14 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 4px;
}

.top-13 {
  top: 13px;
}

.top-14 {
  top: 14px;
}

.top-16 {
  top: 16px;
}

.top-32 {
  top: 32px;
}

.top-48 {
  top: 48px;
}

.top-50 {
  top: 50px;
}

.top-64 {
  top: 64px;
}

.right-0 {
  right: 0px;
}

.right-16 {
  right: 16px;
}

.right-32 {
  right: 32px;
}

.right-48 {
  right: 48px;
}

.right-64 {
  right: 64px;
}

.right-M62 {
  right: -62px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-18 {
  bottom: 18px;
}

.bottom-48 {
  bottom: 48px;
}

.bottom-50 {
  bottom: 50px;
}

.bottom-64 {
  bottom: 64px;
}

.left-0 {
  left: 0px;
}

.left-6 {
  left: 6px;
}

.left-16 {
  left: 16px;
}

.left-22 {
  left: 22px;
}

.left-32 {
  left: 32px;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-10 {
  z-index: 10;
}

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

.z-100 {
  z-index: 100;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.m-auto {
  margin: auto;
}

.last\:-m-0:last-child {
  margin: 0px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

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

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 45px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-300 {
  margin-top: 300px;
}

.-mt-4 {
  margin-top: -4px;
}

.-mt-22 {
  margin-top: -22px;
}

.-mt-56 {
  margin-top: -56px;
}

.-mt-120 {
  margin-top: -120px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-48 {
  margin-right: 48px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-250 {
  margin-right: 250px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-48 {
  margin-left: 48px;
}

.ml-72 {
  margin-left: 72px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-192 {
  margin-left: 192px;
}

.ml-300 {
  margin-left: 300px;
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.first\:-ml-0:first-child {
  margin-left: 0px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 1px;
}

.h-4 {
  height: 4px;
}

.h-10 {
  height: 10px;
}

.h-12 {
  height: 12px;
}

.h-16 {
  height: 16px;
}

.h-22 {
  height: 22px;
}

.h-24 {
  height: 24px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-40 {
  height: 40px;
}

.h-45 {
  height: 45px;
}

.h-48 {
  height: 48px;
}

.h-50 {
  height: 50px;
}

.h-56 {
  height: 56px;
}

.h-60 {
  height: 60px;
}

.h-64 {
  height: 64px;
}

.h-74 {
  height: 74px;
}

.h-80 {
  height: 80px;
}

.h-82 {
  height: 82px;
}

.h-96 {
  height: 96px;
}

.h-100 {
  height: 100px;
}

.h-130 {
  height: 130px;
}

.h-150 {
  height: 150px;
}

.h-200 {
  height: 200px;
}

.h-300 {
  height: 300px;
}

.h-320 {
  height: 320px;
}

.h-400 {
  height: 400px;
}

.h-600 {
  height: 600px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-300 {
  max-height: 300px;
}

.max-h-472 {
  max-height: 472px;
}

.max-h-669 {
  max-height: 669px;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-150 {
  min-height: 150px;
}

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

.w-0 {
  width: 0px;
}

.w-8 {
  width: 8px;
}

.w-16 {
  width: 16px;
}

.w-22 {
  width: 22px;
}

.w-24 {
  width: 24px;
}

.w-32 {
  width: 32px;
}

.w-36 {
  width: 36px;
}

.w-40 {
  width: 40px;
}

.w-45 {
  width: 45px;
}

.w-48 {
  width: 48px;
}

.w-50 {
  width: 50px;
}

.w-56 {
  width: 56px;
}

.w-60 {
  width: 60px;
}

.w-64 {
  width: 64px;
}

.w-82 {
  width: 82px;
}

.w-96 {
  width: 96px;
}

.w-100 {
  width: 100px;
}

.w-120 {
  width: 120px;
}

.w-150 {
  width: 150px;
}

.w-192 {
  width: 192px;
}

.w-200 {
  width: 200px;
}

.w-225 {
  width: 225px;
}

.w-250 {
  width: 250px;
}

.w-255 {
  width: 255px;
}

.w-300 {
  width: 300px;
}

.w-320 {
  width: 320px;
}

.w-350 {
  width: 350px;
}

.w-368 {
  width: 368px;
}

.w-400 {
  width: 400px;
}

.w-450 {
  width: 450px;
}

.w-500 {
  width: 500px;
}

.w-550 {
  width: 550px;
}

.w-600 {
  width: 615px;
}

.w-650 {
  width: 650px;
}

.w-800 {
  width: 800px;
}

.w-947 {
  width: 947px;
}

.w-970 {
  width: 970px;
}

.w-1000 {
  width: 1000px;
}

.w-1092 {
  width: 1092px;
}

.w-1116 {
  width: 1116px;
}

.w-1128 {
  width: 1128px;
}

.w-1248 {
  width: 1248px;
}

.w-auto {
  width: auto;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.min-w-150 {
  min-width: 150px;
}

.min-w-200 {
  min-width: 200px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.transform {
  --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;
  transform: translateX(var(--tw-translate-x))
    translateY(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));
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

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

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

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

.items-start {
  align-items: flex-start;
}

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-10 {
  gap: 10px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-x-12 {
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.gap-x-24 {
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.gap-x-32 {
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.gap-x-160 {
  -moz-column-gap: 160px;
  column-gap: 160px;
}

.gap-y-2 {
  row-gap: 2px;
}

.gap-y-16 {
  row-gap: 16px;
}

.gap-y-45 {
  row-gap: 45px;
}

.self-center {
  align-self: center;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.rounded-r-4 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rounded-r-8 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.rounded-r-12 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.rounded-b-8 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-l-4 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-l-8 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-l-12 {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.border-3 {
  border-width: 3px;
}

.border-5 {
  border-width: 5px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-1p5 {
  border-width: 1.5px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(255, 221, 0, var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgba(0, 156, 222, var(--tw-border-opacity));
}

.border-ctr-color {
  border-color: var(--color);
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.border-grey {
  border-color: rgba(34, 34, 34, 0.05);
}

.border-ctr-l-op-2 {
  border-color: var(--color-op-2);
}

.border-ctr-op-4 {
  border-color: var(--color-op-4);
}

.border-ctr-op-25 {
  border-color: var(--color-op-25);
}

.border-grey-1 {
  border-color: rgba(34, 34, 34, 0.1);
}

.hover\:border-grey-25:hover {
  border-color: rgba(34, 34, 34, 0.25);
}

.focus\:border-yellow:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 221, 0, var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 221, 0, var(--tw-bg-opacity));
}

.bg-ctr-color {
  background-color: var(--color);
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 233, 233, var(--tw-bg-opacity));
}

.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 75, 80, var(--tw-bg-opacity));
}

.bg-dark-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-ctr-op-05 {
  background-color: var(--color-op-05);
}

.bg-ctr-op-1 {
  background-color: var(--color-op-1);
}

.bg-ctr-op-2 {
  background-color: var(--color-op-2);
}

.bg-ctr-op-3 {
  background-color: var(--color-op-3);
}

.bg-page-theme {
  background-color: var(--theme-color);
}

.bg-dark-rgba-05 {
  background-color: rgba(34, 34, 34, 0.05);
}

.bg-dark-rgba-09 {
  background-color: rgba(34, 34, 34, 0.09);
}

.bg-dark-rgba-25 {
  background-color: rgba(34, 34, 34, 0.25);
}

.bg-black-rgba-05 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-yellow-rgba-05 {
  background-color: rgba(255, 221, 0, 0.05);
}

.bg-yellow-rgba-1 {
  background-color: rgba(255, 221, 0, 0.1);
}

.bg-yellow-v1 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 252, 230, var(--tw-bg-opacity));
}

.bg-wishlist-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 219, 250, var(--tw-bg-opacity));
}

.bg-wishlist-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 237, 253, var(--tw-bg-opacity));
}

.hover\:bg-ctr-op-05:hover {
  background-color: var(--color-op-05);
}

.hover\:bg-dark-rgba-05:hover {
  background-color: rgba(34, 34, 34, 0.05);
}

.hover\:bg-dark-rgba-09:hover {
  background-color: rgba(34, 34, 34, 0.09);
}

.hover\:bg-dark-rgba-5:hover {
  background-color: rgba(34, 34, 34, 0.5);
}

.bg-with-shadow-dark {
  background-image: linear-gradient(
    1deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 45.75%
  );
}

.fill-ctr-color {
  fill: var(--color);
}

.stroke-ctr-color {
  stroke: var(--color);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 2px;
}

.p-12 {
  padding: 12px;
}

.p-14 {
  padding: 14px;
}

.p-16 {
  padding: 16px;
}

.p-18 {
  padding: 18px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.p-40 {
  padding: 40px;
}

.p-48 {
  padding: 48px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-74 {
  padding-top: 74px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-82 {
  padding-top: 82px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-192 {
  padding-top: 150px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-18 {
  padding-right: 18px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-22 {
  padding-left: 22px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-48 {
  padding-left: 48px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-96 {
  padding-left: 96px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

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

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

.font-cr-regular {
  font-family: "Circular Regular";
}

.font-cr-book {
  font-family: "Circular Book";
}

.font-cr-bold {
  font-family: "Circular Bold";
}

.font-cr-black {
  font-family: "Circular Black";
}

.font-cr-medium {
  font-family: "Circular Medium";
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-30 {
  font-size: 30px;
}

.text-32 {
  font-size: 32px;
}

.text-36 {
  font-size: 36px;
}

.text-38 {
  font-size: 38px;
}

.text-46 {
  font-size: 46px;
}

.text-48 {
  font-size: 48px;
}

.text-64 {
  font-size: 64px;
}

.text-70 {
  font-size: 70px;
}

.uppercase {
  text-transform: uppercase;
}

.leading-19 {
  line-height: 19px;
}

.leading-22 {
  line-height: 22px;
}

.leading-24 {
  line-height: 24px;
}

.leading-30 {
  line-height: 30px;
}

.leading-35 {
  line-height: 35px;
}

.leading-44 {
  line-height: 44px;
}

.leading-52 {
  line-height: 52px;
}

.leading-55 {
  line-height: 55px;
}

.leading-64 {
  line-height: 64px;
}

.leading-80 {
  line-height: 80px;
}

.tracking-1 {
  letter-spacing: 1px;
}

.tracking-2 {
  letter-spacing: 2px;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-ctr-color {
  color: var(--color);
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.text-dark-v1 {
  --tw-text-opacity: 1;
  color: rgba(22, 20, 8, var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgba(119, 119, 119, var(--tw-text-opacity));
}

.text-grey-v1 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.text-grey-v2 {
  color: rgba(34, 34, 34, 0.5);
}

.text-violet {
  color: rgba(206, 48, 255, 1);
}

.text-orange {
  color: rgba(246, 97, 64, 1);
}

.text-pale-blue {
  color: rgba(102, 126, 247, 1);
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-dark {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.hover\:text-ctr-color:hover {
  color: var(--color);
}

.hover\:text-grey:hover {
  --tw-text-opacity: 1;
  color: rgba(119, 119, 119, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.placeholder-grey::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-grey:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-grey::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-primary::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}

.placeholder-primary:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}

.placeholder-primary::placeholder {
  color: rgba(34, 34, 34, 0.25);
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-100 {
  opacity: 1;
}

*,
::before,
::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12),
    0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12),
    0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-x-xsm {
  --tw-shadow: 0px 2.65546px 95px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xsm {
  --tw-shadow: 0px 6px 12px rgba(24, 39, 75, 0.12),
    0px 8px 24px rgba(24, 39, 75, 0.08);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xs {
  --tw-shadow: 0px 2.65546px 95px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md-v1 {
  --tw-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

*,
::before,
::after {
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.filter {
  --tw-blur: var(--tw-empty, /*!*/ /*!*/);
  --tw-brightness: var(--tw-empty, /*!*/ /*!*/);
  --tw-contrast: var(--tw-empty, /*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty, /*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
  --tw-invert: var(--tw-empty, /*!*/ /*!*/);
  --tw-saturate: var(--tw-empty, /*!*/ /*!*/);
  --tw-sepia: var(--tw-empty, /*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
    var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur {
  --tw-blur: blur(8px);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty, /*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur)
    var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
    var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
    var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
    var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.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;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

.modal-open {
  overflow: hidden;
}

.all-transition {
  transition: all 0.2s ease;
}

.bg-transition {
  transition: background-color 0.1s ease-out;
}

.icon-transition {
  transition: all 0.1s ease-in-out;
}

.icon-transition:hover {
  transform: scale(1.1);
}

.limit-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.limit-two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.limit-three-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.limit-four-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.more-icon:hover svg path {
  fill: var(--theme-text-color);
}

.icon-bg-wrap {
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.page-height {
  min-height: calc(100vh - 400px);
}

.hover-bg {
  content: "";
  transform: scale(0.7) perspective(1px);
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  opacity: 0;
  transition: all 0.2s ease;
}

.hover-bg-on-hover {
  transform: scale(1.035) perspective(1px);
  opacity: 1;
}

.on-loading {
  background: linear-gradient(90deg, #ddd, #eee);
  -webkit-animation: onLoadanim 0.75s linear infinite alternate;
  animation: onLoadanim 0.75s linear infinite alternate;
}

.drop-up-or-down.visible {
  -webkit-animation: fixed_dropup 0.15s linear forwards;
  animation: fixed_dropup 0.15s linear forwards;
}

@-webkit-keyframes fixed_dropup {
  0% {
    visibility: hidden;
    transform: scale(0.95);
  }

  to {
    visibility: visible;
    transform: scale(1);
  }
}

@keyframes fixed_dropup {
  0% {
    visibility: hidden;
    transform: scale(0.95);
  }

  to {
    visibility: visible;
    transform: scale(1);
  }
}

.bmc-btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  transition: all 0.2s ease;
}

.hover-transform {
  transform: scaleX(1.021) scaleY(1.041) perspective(1px);
}

.bmc-btn:hover:before,
.btn-hover:hover {
  transform: scaleX(1.021) scaleY(1.041) perspective(1px);
}

.btn-with-br-2-dark:before {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.btn-with-br-1-ctr-color:before {
  border-width: 1px;
  border-color: var(--color);
}

.btn-with-bg-white:before {
  background-color: var(--theme-color);
}

.btn-with-bg-theme:before {
  background-color: var(--color);
}

.btn-with-bg-dark:before {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.btn-with-bg-dark-rgba-05:before {
  background-color: rgba(34, 34, 34, 0.05);
}

.btn-with-bg-yellow:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 221, 0, var(--tw-bg-opacity));
}

.btn-hover-bg:before {
  content: "";
  transform: scale(0.7) perspective(1px);
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  opacity: 0;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.05);
}

.btn-hover-bg.active:before,
.btn-hover-bg:hover:before {
  transform: scale(1.035) perspective(1px);
  opacity: 1;
}

.bl-toggle-slider:before {
  content: "";
  transition: 0.4s;
  position: absolute;
  bottom: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bl-toggle-btn input:checked + .bl-toggle-slider,
bl-toggle-btn input:checked + .bl-toggle-slider:hover {
  background-color: var(--color);
}

.bl-toggle-btn input:checked + .bl-toggle-slider:before {
  transform: translateX(17px);
}

.bmc-input {
  border-width: 1.5px;
  border-color: rgba(34, 34, 34, 0.05);
}

.bmc-input:focus {
  border-color: var(--color);
  background-color: var(--theme-color);
}

input::-moz-placeholder {
  font-family: "Circular Regular";
}

input:-ms-input-placeholder {
  font-family: "Circular Regular";
}

input::placeholder {
  font-family: "Circular Regular";
}

.content-editable-div[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  --tw-text-opacity: 1;
  color: rgba(119, 119, 119, var(--tw-text-opacity));
}

.trans-w-4s {
  transition: width 0.5s;
}

.border-fs-wrap:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1px;
  width: 0px;
  background-color: var(--color);
  transition: width 0.5s;
}

.border-fs-wrap:focus-within:after {
  width: 100%;
}

.flex-both-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.extras-each:hover .show-on-extra-hover {
  display: block;
}

.extras-details {
  height: 124px;
}

.added-item-count {
  top: -3px;
  right: -5px;
}

.added-items-list {
  bottom: 80px;
  -webkit-animation: fadein 0.2s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.custom-amount-wrap {
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.25);
}

.coffee-count-radio:checked ~ .coffee-amt-btn {
  background-color: var(--color);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.bmc-xlg-modal .modal-content-wrap {
  width: 85%;
}

.bmc-lg-modal .modal-content-wrap {
  width: 800px;
}

.bmc-md-modal .modal-content-wrap {
  width: 600px;
}

.bmc-sm-modal .modal-content-wrap {
  width: 450px;
}

.modal-with-scroll-in .modal-content-inside {
  max-height: calc(100vh - 64px);
}

.modal-svg-hover:after {
  content: "";
  transform: scale(0.7) perspective(1px);
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  opacity: 0;
  transition: all 0.2s ease;
  background: hsla(0, 0%, 100%, 0.05);
}

.modal-svg-hover:hover:after {
  transform: scale(1.035) perspective(1px);
  opacity: 1;
}

.profile-pic-modal {
  left: calc(50% - 41px);
  top: -45px;
}

.locked-overlay {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
}

.gallery-post-wrap img {
  transition: opacity 1.5s;
}

.dropdown-parent.post-filter {
  width: 200px;
}

.dropdown-parent.select-box.post-filter li a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.dropdown-parent.select-box.post-filter li a:hover {
  background-color: var(--color-op-05);
  color: var(--color);
}

.post-content p {
  margin-bottom: 32px;
  font-family: "Circular Regular";
  font-size: 18px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.post-content img {
  margin-top: 32px;
  margin-bottom: 32px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 432px;
}

.sec-diff-line:after {
  content: "";
  background: rgba(34, 34, 34, 0.1);
  height: 1px;
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
}

.lightbox-nav-btn {
  top: calc(50% - 32px);
}

.image-lightbox .modal-close-icon {
  position: fixed;
  top: 32px;
  right: 32px;
}

.swiper-main-wrap .swiper-button-nav {
  height: 24px;
  width: 24px;
}

.swiper-button-nav:after {
  display: none;
}

.dropdown-parent {
  min-width: 170px;
}

.dropdown-parent li a {
  display: block;
}

.dropdown-parent li a:hover {
  background-color: rgba(34, 34, 34, 0.05);
}

.dropdown-parent li a {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Circular Regular";
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.dropdown-parent li a:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.dropdown-parent li a {
  transition: background-color 0.1s ease-out;
}

.dropdown-parent.select-box li a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.support-each .supp-comment-more {
  top: 24px;
  right: 24px;
}

.reply-each .supp-comment-more {
  top: 5px;
  right: 8px;
}

.level-modal .modal-content-wrap {
  width: 950px;
}

.edit-page-main {
  padding-left: 298px;
}

.edit-page-sidebar {
  height: calc(100% - 72px);
}

.menu-active-indicator:before {
  content: "";
  width: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  height: 100%;
  background-color: var(--color);
}

.edit-dash-link:hover svg {
  transform: translate(2px, -2px);
}

.edit-page-modal .modal-content-inside {
  height: calc(100vh - 64px);
  max-height: 672px;
}

.public-page-wrap {
  min-height: calc(100vh - 237px);
}

.transparent-scrollbar::-webkit-scrollbar {
  display: none;
}

.featured-details {
  height: calc(100% - 200px);
}

@media (max-width: 700px) {
  .ctr-img-wrap {
    margin-top: -70px;
  }
}

.plus rect {
  transition: all 0.1s;
  transform: scaleY(1);
  transform-origin: 50% 50%;
}

.plus.minus .vertical-line {
  transform: scaleY(0);
}

.text-68 {
  font-size: 68px;
}

.faq-round-button {
  background: #f3f4f6;
}

.faq-round-button:hover {
  background: #e5e7eb;
}

.border-1 {
  border: 1px solid #000;
}

[v-cloak] {
  display: none;
}

@media (max-width: 700px) {
  .rotate-20 {
    rotate: 20deg;
  }
}

@media (max-width: 700px) {
  .rotate-145 {
    rotate: 145deg;
  }
}

@media (max-width: 700px) {
  .rotate-100 {
    rotate: -100deg;
  }
}

.wishlist-dash-line1 {
  width: 16vw;
  margin-top: -10vmax;
}

.wishlist-dash-line2 {
  width: 16vw;
  margin-top: -4vmax;
}

@media (min-width: 2000px) {
  .wishlist-dash-line1 {
    width: 16vw;
    margin-top: -3vmax;
  }
}

@media (min-width: 2000px) {
  .wishlist-dash-line2 {
    width: 16vw;
    margin-top: -1vmax;
  }
}

@media (max-width: 900px) {
}

@media (max-width: 1024px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:mr-6 {
    margin-right: 6px;
  }

  .md\:mr-40 {
    margin-right: 40px;
  }

  .md\:mr-120 {
    margin-right: 120px;
  }

  .md\:mr-165 {
    margin-right: 165px;
  }

  .md\:mb-12 {
    margin-bottom: 12px;
  }

  .md\:mb-16 {
    margin-bottom: 16px;
  }

  .md\:mb-40 {
    margin-bottom: 40px;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-6 {
    margin-left: 6px;
  }

  .md\:ml-8 {
    margin-left: 8px;
  }

  .md\:ml-24 {
    margin-left: 24px;
  }

  .md\:ml-80 {
    margin-left: 80px;
  }

  .md\:ml-150 {
    margin-left: 150px;
  }

  .md\:ml-160 {
    margin-left: 160px;
  }

  .md\:ml-165 {
    margin-left: 165px;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 10px;
  }

  .md\:h-16 {
    height: 16px;
  }

  .md\:h-18 {
    height: 18px;
  }

  .md\:h-24 {
    height: 24px;
  }

  .md\:h-40 {
    height: 40px;
  }

  .md\:h-50 {
    height: 50px;
  }

  .md\:w-6 {
    width: 6px;
  }

  .md\:w-14 {
    width: 14px;
  }

  .md\:w-16 {
    width: 16px;
  }

  .md\:w-24 {
    width: 24px;
  }

  .md\:w-74 {
    width: 74px;
  }

  .md\:w-150 {
    width: 150px;
  }

  .md\:w-160 {
    width: 160px;
  }

  .md\:w-165 {
    width: 165px;
  }

  .md\:w-400 {
    width: 400px;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

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

  .md\:p-12 {
    padding: 12px;
  }

  .md\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pt-50 {
    padding-top: 50px;
  }

  .md\:pb-24 {
    padding-bottom: 24px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-12 {
    font-size: 12px;
  }

  .md\:text-14 {
    font-size: 14px;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-20 {
    font-size: 20px;
  }

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:text-30 {
    font-size: 30px;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-35 {
    line-height: 35px;
  }

  .md\:leading-44 {
    line-height: 44px;
  }
}

@media (max-width: 1200px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:mt-6 {
    margin-top: 6px;
  }

  .lg\:mt-24 {
    margin-top: 24px;
  }

  .lg\:mt-56 {
    margin-top: 56px;
  }

  .lg\:mt-200 {
    margin-top: 200px;
  }

  .lg\:mr-40 {
    margin-right: 40px;
  }

  .lg\:mr-160 {
    margin-right: 160px;
  }

  .lg\:mb-60 {
    margin-bottom: 60px;
  }

  .lg\:ml-32 {
    margin-left: 32px;
  }

  .lg\:ml-100 {
    margin-left: 100px;
  }

  .lg\:ml-250 {
    margin-left: 250px;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-18 {
    height: 18px;
  }

  .lg\:h-32 {
    height: 32px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-18 {
    width: 18px;
  }

  .lg\:w-32 {
    width: 32px;
  }

  .lg\:w-64 {
    width: 64px;
  }

  .lg\:w-120 {
    width: 120px;
  }

  .lg\:w-192 {
    width: 192px;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:p-14 {
    padding: 14px;
  }

  .lg\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:pt-60 {
    padding-top: 60px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-24 {
    padding-left: 24px;
  }

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-22 {
    font-size: 22px;
  }

  .lg\:text-24 {
    font-size: 24px;
  }

  .lg\:text-38 {
    font-size: 38px;
  }

  .lg\:leading-30 {
    line-height: 30px;
  }

  .lg\:leading-52 {
    line-height: 52px;
  }

  .lg\:leading-55 {
    line-height: 55px;
  }
}

@media (min-width: 1280px) {
  .xl\:visible {
    visibility: visible;
  }

  .xl\:mt-165 {
    margin-top: 165px;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-64 {
    width: 64px;
  }

  .xl\:w-192 {
    width: 192px;
  }

  .xl\:w-500 {
    width: 500px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .\32xl\:mr-auto {
    margin-right: auto;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:w-650 {
    width: 650px;
  }

  .\32xl\:w-1092 {
    width: 1092px;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .\32xl\:justify-start {
    justify-content: flex-start;
  }

  .\32xl\:pl-60 {
    padding-left: 60px;
  }
}

@media (max-width: 700px) {
  .xs\:top-32 {
    top: 32px;
  }

  .xs\:right-0 {
    right: 0px;
  }

  .xs\:right-24 {
    right: 24px;
  }

  .xs\:right-32 {
    right: 32px;
  }

  .xs\:bottom-24 {
    bottom: 24px;
  }

  .xs\:bottom-32 {
    bottom: 32px;
  }

  .xs\:bottom-48 {
    bottom: 48px;
  }

  .xs\:left-auto {
    left: auto;
  }

  .xs\:mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xs\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xs\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

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

  .xs\:mt-2 {
    margin-top: 2px;
  }

  .xs\:mt-4 {
    margin-top: 4px;
  }

  .xs\:mt-14 {
    margin-top: 14px;
  }

  .xs\:mt-16 {
    margin-top: 16px;
  }

  .xs\:mt-22 {
    margin-top: 22px;
  }

  .xs\:mt-24 {
    margin-top: 24px;
  }

  .xs\:mt-48 {
    margin-top: 48px;
  }

  .xs\:mt-64 {
    margin-top: 64px;
  }

  .xs\:mt-100 {
    margin-top: 100px;
  }

  .xs\:mt-120 {
    margin-top: 120px;
  }

  .xs\:mt-130 {
    margin-top: 130px;
  }

  .xs\:mt-200 {
    margin-top: 200px;
  }

  .xs\:mr-0 {
    margin-right: 0px;
  }

  .xs\:mr-6 {
    margin-right: 6px;
  }

  .xs\:mr-16 {
    margin-right: 16px;
  }

  .xs\:mb-0 {
    margin-bottom: 0px;
  }

  .xs\:mb-12 {
    margin-bottom: 12px;
  }

  .xs\:mb-16 {
    margin-bottom: 16px;
  }

  .xs\:mb-32 {
    margin-bottom: 32px;
  }

  .xs\:mb-36 {
    margin-bottom: 36px;
  }

  .xs\:mb-60 {
    margin-bottom: 60px;
  }

  .xs\:mb-72 {
    margin-bottom: 72px;
  }

  .xs\:ml-0 {
    margin-left: 0px;
  }

  .xs\:ml-6 {
    margin-left: 6px;
  }

  .xs\:ml-16 {
    margin-left: 16px;
  }

  .xs\:ml-24 {
    margin-left: 24px;
  }

  .xs\:ml-32 {
    margin-left: 32px;
  }

  .xs\:ml-130 {
    margin-left: 130px;
  }

  .xs\:ml-200 {
    margin-left: 200px;
  }

  .xs\:-ml-150 {
    margin-left: -150px;
  }

  .xs\:first\:ml-24:first-child {
    margin-left: 24px;
  }

  .xs\:last\:mr-24:last-child {
    margin-right: 24px;
  }

  .xs\:block {
    display: block;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:h-10 {
    height: 10px;
  }

  .xs\:h-16 {
    height: 16px;
  }

  .xs\:h-22 {
    height: 22px;
  }

  .xs\:h-32 {
    height: 32px;
  }

  .xs\:h-40 {
    height: 40px;
  }

  .xs\:h-48 {
    height: 48px;
  }

  .xs\:h-50 {
    height: 50px;
  }

  .xs\:h-100 {
    height: 100px;
  }

  .xs\:h-150 {
    height: 150px;
  }

  .xs\:h-250 {
    height: 250px;
  }

  .xs\:w-6 {
    width: 6px;
  }

  .xs\:w-12 {
    width: 12px;
  }

  .xs\:w-16 {
    width: 16px;
  }

  .xs\:w-32 {
    width: 32px;
  }

  .xs\:w-40 {
    width: 40px;
  }

  .xs\:w-50 {
    width: 50px;
  }

  .xs\:w-100 {
    width: 100px;
  }

  .xs\:w-120 {
    width: 120px;
  }

  .xs\:w-150 {
    width: 150px;
  }

  .xs\:w-200 {
    width: 200px;
  }

  .xs\:w-350 {
    width: 350px;
  }

  .xs\:w-400 {
    width: 400px;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }

  .xs\:w-11\/12 {
    width: 91.666667%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:items-center {
    align-items: center;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:border-5 {
    border-width: 5px;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:p-16 {
    padding: 16px;
  }

  .xs\:p-32 {
    padding: 32px;
  }

  .xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xs\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xs\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xs\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xs\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xs\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xs\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xs\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xs\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xs\:pt-16 {
    padding-top: 16px;
  }

  .xs\:pt-24 {
    padding-top: 24px;
  }

  .xs\:pt-120 {
    padding-top: 120px;
  }

  .xs\:pt-150 {
    padding-top: 150px;
  }

  .xs\:pr-18 {
    padding-right: 18px;
  }

  .xs\:pb-0 {
    padding-bottom: 0px;
  }

  .xs\:pb-24 {
    padding-bottom: 24px;
  }

  .xs\:pb-36 {
    padding-bottom: 36px;
  }

  .xs\:pb-60 {
    padding-bottom: 60px;
  }

  .xs\:pb-80 {
    padding-bottom: 80px;
  }

  .xs\:pl-0 {
    padding-left: 0px;
  }

  .xs\:pl-24 {
    padding-left: 24px;
  }

  .xs\:pl-32 {
    padding-left: 32px;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-14 {
    font-size: 14px;
  }

  .xs\:text-16 {
    font-size: 16px;
  }

  .xs\:text-18 {
    font-size: 18px;
  }

  .xs\:text-24 {
    font-size: 24px;
  }

  .xs\:text-30 {
    font-size: 30px;
  }

  .xs\:text-32 {
    font-size: 32px;
  }

  .xs\:text-38 {
    font-size: 38px;
  }

  .xs\:leading-19 {
    line-height: 19px;
  }

  .xs\:leading-22 {
    line-height: 22px;
  }

  .xs\:leading-24 {
    line-height: 24px;
  }

  .xs\:leading-30 {
    line-height: 30px;
  }

  .xs\:leading-35 {
    line-height: 35px;
  }

  .xs\:leading-44 {
    line-height: 44px;
  }

  .xs\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (max-width: 480px) {
  .xxs\:-left-4 {
    left: -4px;
  }

  .xxs\:-left-16 {
    left: -16px;
  }

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

  .xxs\:mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xxs\:mt-200 {
    margin-top: 200px;
  }

  .xxs\:mb-8 {
    margin-bottom: 8px;
  }

  .xxs\:mb-16 {
    margin-bottom: 16px;
  }

  .xxs\:flex {
    display: flex;
  }

  .xxs\:hidden {
    display: none;
  }

  .xxs\:h-18 {
    height: 18px;
  }

  .xxs\:h-40 {
    height: 40px;
  }

  .xxs\:h-56 {
    height: 56px;
  }

  .xxs\:w-18 {
    width: 18px;
  }

  .xxs\:w-250 {
    width: 250px;
  }

  .xxs\:w-11\/12 {
    width: 91.666667%;
  }

  .xxs\:w-full {
    width: 100%;
  }

  .xxs\:p-16 {
    padding: 16px;
  }

  .xxs\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xxs\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xxs\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xxs\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xxs\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xxs\:text-14 {
    font-size: 14px;
  }

  .xxs\:text-16 {
    font-size: 16px;
  }

  .xxs\:text-18 {
    font-size: 18px;
  }

  .xxs\:text-30 {
    font-size: 30px;
  }

  .xxs\:text-38 {
    font-size: 38px;
  }

  .xxs\:leading-24 {
    line-height: 24px;
  }

  .xxs\:leading-44 {
    line-height: 44px;
  }
}

@media (max-width: 374px) {
  .x-xss\:mr-2 {
    margin-right: 2px;
  }

  .x-xss\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .x-xss\:text-12 {
    font-size: 12px;
  }
}
.loading-page[data-v-211d9182] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 2px;
  -webkit-animation-name: reducetime-data-v-211d9182;
  animation-name: reducetime-data-v-211d9182;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes reducetime-data-v-211d9182 {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes reducetime-data-v-211d9182 {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.page-enter-active,
.page-leave-active {
  transition: opacity 0.5s;
}
.page-enter,
.page-leave-to {
  opacity: 0;
}
.header-on-scroll[data-v-0035b598] {
  -webkit-animation: fadein-data-v-0035b598 0.5s;
  animation: fadein-data-v-0035b598 0.5s;
}
@-webkit-keyframes fadein-data-v-0035b598 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein-data-v-0035b598 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.context-menu[data-v-0035b598] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background-color: #fff;
  width: 260px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  padding: 4px;
  border-radius: 8px;
}
.context-menu .sep[data-v-0035b598] {
  height: 1px;
  margin: 6px 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.context-menu a[data-v-0035b598] {
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
}
.context-menu a[data-v-0035b598]:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}
@-webkit-keyframes rotate-data-v-ea1d048a {
  0% {
    transform: rotate(0deg) translateX(16px) rotate(0deg);
  }
  to {
    transform: rotate(1turn) translateX(16px) rotate(-1turn);
  }
}
@keyframes rotate-data-v-ea1d048a {
  0% {
    transform: rotate(0deg) translateX(16px) rotate(0deg);
  }
  to {
    transform: rotate(1turn) translateX(16px) rotate(-1turn);
  }
}
@-webkit-keyframes rev_rotate-data-v-ea1d048a {
  0% {
    transform: rotate(1turn) translateX(16px) rotate(-1turn);
  }
  to {
    transform: rotate(0deg) translateX(16px) rotate(0deg);
  }
}
@keyframes rev_rotate-data-v-ea1d048a {
  0% {
    transform: rotate(1turn) translateX(16px) rotate(-1turn);
  }
  to {
    transform: rotate(0deg) translateX(16px) rotate(0deg);
  }
}
.particles .pull-left .particle[data-v-ea1d048a]:first-child {
  -webkit-animation: rotate-data-v-ea1d048a 10s linear 0.2s infinite;
  animation: rotate-data-v-ea1d048a 10s linear 0.2s infinite;
  left: -3%;
  top: 45px;
}
.particles .pull-left .particle[data-v-ea1d048a]:nth-child(2) {
  -webkit-animation: rev_rotate-data-v-ea1d048a 15s linear 0.1s infinite;
  animation: rev_rotate-data-v-ea1d048a 15s linear 0.1s infinite;
  left: -40px;
  top: 340px;
}
.particles .pull-left .particle[data-v-ea1d048a]:nth-child(3) {
  -webkit-animation: rotate-data-v-ea1d048a 11s linear 0.3s infinite;
  animation: rotate-data-v-ea1d048a 11s linear 0.3s infinite;
  left: -3%;
  bottom: 0;
}
.particles .pull-right .particle[data-v-ea1d048a]:first-child {
  -webkit-animation: rotate-data-v-ea1d048a 12s linear 0.1s infinite;
  animation: rotate-data-v-ea1d048a 12s linear 0.1s infinite;
  right: 0;
  top: -95px;
}
.particles .pull-right .particle[data-v-ea1d048a]:nth-child(2) {
  -webkit-animation: rev_rotate-data-v-ea1d048a 8s linear 0.3s infinite;
  animation: rev_rotate-data-v-ea1d048a 8s linear 0.3s infinite;
  right: -3%;
  top: 200px;
}
.particles .pull-right .particle[data-v-ea1d048a]:nth-child(3) {
  -webkit-animation: rotate-data-v-ea1d048a 13s linear 0.4s infinite;
  animation: rotate-data-v-ea1d048a 13s linear 0.4s infinite;
  right: -5%;
  bottom: 160px;
}
.particles .pull-right .particle[data-v-ea1d048a]:nth-child(4) {
  -webkit-animation: rotate-data-v-ea1d048a 13s linear 0.4s infinite;
  animation: rotate-data-v-ea1d048a 13s linear 0.4s infinite;
  right: -4%;
  bottom: -65px;
}
.footer-drop-up[data-v-257b648c] {
  bottom: 38px;
}
@media (max-width: 480px) {
  .socials-on-mob svg[data-v-257b648c] {
    width: 22px;
  }
  .footer-drop-up[data-v-257b648c] {
    bottom: 52px;
  }
}
.ques-drop-up.visible[data-v-e24b3c4c] {
  -webkit-animation: fixed_dropup-data-v-e24b3c4c 0.2s linear forwards;
  animation: fixed_dropup-data-v-e24b3c4c 0.2s linear forwards;
}
.dropup-each:hover .fill-dark-on-h[data-v-e24b3c4c] {
  fill: #000;
}
@-webkit-keyframes fixed_dropup-data-v-e24b3c4c {
  0% {
    visibility: hidden;
    transform: scale(0.95);
  }
  to {
    visibility: visible;
    transform: scale(1);
  }
}
@keyframes fixed_dropup-data-v-e24b3c4c {
  0% {
    visibility: hidden;
    transform: scale(0.95);
  }
  to {
    visibility: visible;
    transform: scale(1);
  }
}
.__nuxt-error-page {
  padding: 1rem;
  background: #f7f8fb;
  color: #47494e;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494e;
  margin-bottom: 8px;
}
.__nuxt-error-page .description {
  color: #7f828b;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7f828b !important;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px;
}
.emoji-dropdown[data-v-a771d838] {
  border: 1.5px solid rgba(34, 34, 34, 0.09);
}
.bmc-modal-backdrop[data-v-4183d356] {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.animated-modal[data-v-4183d356] {
  -webkit-animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn-data-v-4183d356 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn-data-v-4183d356 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn[data-v-4183d356] {
  -webkit-animation-name: fadeIn-data-v-4183d356;
  animation-name: fadeIn-data-v-4183d356;
}
.ProseMirror {
  border-radius: 8px;
  background-color: rgba(34, 34, 34, 0.05);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  min-height: 150px;
}
.ProseMirror p {
  font-family: "Circular Regular";
  font-size: 16px;
}
.ProseMirror h1 {
  font-family: "Circular Bold";
  font-size: 24px;
}
.ProseMirror a {
  color: var(--color);
}
.ProseMirror a:hover {
  text-decoration: underline;
}
.tippy-content {
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.tippy-content button {
  padding: 4px;
}

.tab-transition[data-v-f1d98060] {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --theme-color: var(--theme-color);
  --theme-text-color: var(--theme-text-color);
  --color: var(--color);
  --color-op-1: var(--color-op-1);
  --color-op-2: var(--color-op-2);
  --color-op-3: var(--color-op-3);
  --color-op-4: var(--color-op-4);
  --color-op-05: var(--color-op-05);
  --color-op-25: var(--color-op-25);
}

.follow-input[data-v-d746a70a] {
  width: 280px;
}

.nsfw-bg[data-v-79d18e18] {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
}
.shake[data-v-12c97096] {
  -webkit-animation: shakeCart-data-v-12c97096 0.4s ease-in-out forwards;
  animation: shakeCart-data-v-12c97096 0.4s ease-in-out forwards;
}
@-webkit-keyframes shakeCart-data-v-12c97096 {
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(2px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes shakeCart-data-v-12c97096 {
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(2px);
  }
  to {
    transform: translateX(0);
  }
}