/*
! tailwindcss v3.4.1 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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-color: transparent;
  /* 2 */
  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;
}

/*
Reset default styling for dialogs.
*/

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

.formError {
  background: none !important;
  position: static !important;
  margin-top: 0.5rem !important;
  font-size: 11px;
  line-height: 17px;
  --tw-text-opacity: 1 !important;
  color: rgb(221 74 33 / var(--tw-text-opacity)) !important;
}

*,
::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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --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-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --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-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Noto Sans JP, sans-serif !important;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.-right-0\.5 {
  right: -0.125rem;
}

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

.-top-0\.5 {
  top: -0.125rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[-0\.5px\] {
  bottom: -0.5px;
}

.bottom-\[-1px\] {
  bottom: -1px;
}

.bottom-\[100px\] {
  bottom: 100px;
}

.bottom-\[5px\] {
  bottom: 5px;
}

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

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

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-7 {
  left: 1.75rem;
}

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

.left-\[-25px\] {
  left: -25px;
}

.left-\[4\.5px\] {
  left: 4.5px;
}

.left-\[8px\] {
  left: 8px;
}

.right-0 {
  right: 0px;
}

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

.right-5 {
  right: 1.25rem;
}

.right-\[14px\] {
  right: 14px;
}

.right-\[18px\] {
  right: 18px;
}

.right-\[23px\] {
  right: 23px;
}

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

.right-\[7px\] {
  right: 7px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[-1px\] {
  top: -1px;
}

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

.top-\[-65px\] {
  top: -65px;
}

.top-\[-8px\] {
  top: -8px;
}

.top-\[\.5px\] {
  top: 0.5px;
}

.top-\[18px\] {
  top: 18px;
}

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

.top-\[21px\] {
  top: 21px;
}

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

.top-\[50px\] {
  top: 50px;
}

.top-\[8px\] {
  top: 8px;
}

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

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

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

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

.z-\[1000\] {
  z-index: 1000;
}

.z-\[1100\] {
  z-index: 1100;
}

.z-\[9\] {
  z-index: 9;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.\!m-0 {
  margin: 0px !important;
}

.m-\[20px\] {
  margin: 20px;
}

.m-\[24px\] {
  margin: 24px;
}

.m-auto {
  margin: auto;
}

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-\[-1px\] {
  margin-left: -1px;
  margin-right: -1px;
}

.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-\[16\.5px\] {
  margin-left: 16.5px;
  margin-right: 16.5px;
}

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

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

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.\!h-4 {
  height: 1rem !important;
}

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

.\!h-full {
  height: 100% !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[10\.39px\] {
  height: 10.39px;
}

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

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

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

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

.h-\[13\.38px\] {
  height: 13.38px;
}

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

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

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

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

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

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

.h-\[17\.2px\] {
  height: 17.2px;
}

.h-\[18\.5px\] {
  height: 18.5px;
}

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

.h-\[19\.97px\] {
  height: 19.97px;
}

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

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

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

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

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

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

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

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

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

.h-\[26\.67px\] {
  height: 26.67px;
}

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

.h-\[29\.14px\] {
  height: 29.14px;
}

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

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

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

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

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

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

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

.h-\[34\.95px\] {
  height: 34.95px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[7\.4px\] {
  height: 7.4px;
}

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

.h-\[72\.19px\] {
  height: 72.19px;
}

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

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

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

.h-\[80vh\] {
  height: 80vh;
}

.h-\[88\.99px\] {
  height: 88.99px;
}

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

.h-\[90\%\] {
  height: 90%;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.min-h-44 {
  min-height: 11rem;
}

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

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

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

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

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

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

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

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

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

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

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

.\!w-4 {
  width: 1rem !important;
}

.\!w-\[210px\] {
  width: 210px !important;
}

.\!w-\[70px\] {
  width: 70px !important;
}

.\!w-\[80px\] {
  width: 80px !important;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

.w-\[0\.5px\] {
  width: 0.5px;
}

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

.w-\[10\.39px\] {
  width: 10.39px;
}

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

.w-\[102\.86px\] {
  width: 102.86px;
}

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

.w-\[110\.6px\] {
  width: 110.6px;
}

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

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

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

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

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

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

.w-\[14\.17px\] {
  width: 14.17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[20\.9\%\] {
  width: 20.9%;
}

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

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

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

.w-\[21\.25px\] {
  width: 21.25px;
}

.w-\[21\.98px\] {
  width: 21.98px;
}

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

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

.w-\[22\.67px\] {
  width: 22.67px;
}

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

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

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

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

.w-\[25\.5px\] {
  width: 25.5px;
}

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

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

.w-\[26\.67px\] {
  width: 26.67px;
}

.w-\[27\.24px\] {
  width: 27.24px;
}

.w-\[27\.9\%\] {
  width: 27.9%;
}

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

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

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

.w-\[29\.14px\] {
  width: 29.14px;
}

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

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

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

.w-\[31\.33px\] {
  width: 31.33px;
}

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

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

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

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

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

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

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

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

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

.w-\[42\.6\%\] {
  width: 42.6%;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[6\.17px\] {
  width: 6.17px;
}

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

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

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

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

.w-\[7\.41px\] {
  width: 7.41px;
}

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

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

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

.w-\[86\.48px\] {
  width: 86.48px;
}

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

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

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.min-w-\[120px\] {
  min-width: 120px;
}

.min-w-\[122px\] {
  min-width: 122px;
}

.min-w-\[140px\] {
  min-width: 140px;
}

.min-w-\[228px\] {
  min-width: 228px;
}

.min-w-\[240px\] {
  min-width: 240px;
}

.min-w-\[345px\] {
  min-width: 345px;
}

.min-w-\[36px\] {
  min-width: 36px;
}

.min-w-\[90px\] {
  min-width: 90px;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.\!max-w-full {
  max-width: 100% !important;
}

.\!max-w-none {
  max-width: none !important;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-96 {
  max-width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-auto {
  flex: 1 1 auto;
}

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

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

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-\[100\%_80\%\] {
  transform-origin: 100% 80%;
}

.origin-\[80\%_100\%\] {
  transform-origin: 80% 100%;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
  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));
}

.translate-x-1\/2 {
  --tw-translate-x: 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));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.translate-y-\[-2px\] {
  --tw-translate-y: -2px;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.transform {
  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));
}

@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.animate-infinite-scroll {
  animation: infinite-scroll 40s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-outside {
  list-style-position: outside;
}

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

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

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

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

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

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

.grid-cols-\[70px_auto_1fr\] {
  grid-template-columns: 70px auto 1fr;
}

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

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

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

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

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

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

.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-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[21px\] {
  gap: 21px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-\[8px\] {
  gap: 8px;
}

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

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
  column-gap: 0.125rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-\[2px\] {
  -moz-column-gap: 2px;
  column-gap: 2px;
}

.gap-x-\[5px\] {
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.gap-x-\[8px\] {
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.gap-x-\[9px\] {
  -moz-column-gap: 9px;
  column-gap: 9px;
}

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

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-\[2px\] {
  row-gap: 2px;
}

.gap-y-\[5px\] {
  row-gap: 5px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[14px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14px * var(--tw-space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[24px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[2px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2px * var(--tw-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[3px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3px * var(--tw-space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[5px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5px * var(--tw-space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}

.space-y-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

.space-y-\[24px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}

.space-y-\[3px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3px * var(--tw-space-y-reverse));
}

.space-y-\[4px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

.space-y-\[7px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7px * var(--tw-space-y-reverse));
}

.space-y-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

.space-y-\[px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(px * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.text-nowrap {
  text-wrap: nowrap;
}

.\!rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-\[48px\] {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-\[233px\] {
  border-top-left-radius: 233px;
  border-bottom-left-radius: 233px;
}

.rounded-l-\[30px\] {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-l-\[39px\] {
  border-top-left-radius: 39px;
  border-bottom-left-radius: 39px;
}

.rounded-l-\[55px\] {
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
}

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

.rounded-r-\[233px\] {
  border-top-right-radius: 233px;
  border-bottom-right-radius: 233px;
}

.rounded-r-\[30px\] {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-t-\[48px\] {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

.rounded-t-\[64px\] {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bl-\[12px\] {
  border-bottom-left-radius: 12px;
}

.rounded-br-\[12px\] {
  border-bottom-right-radius: 12px;
}

.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}

.rounded-tl-\[12px\] {
  border-top-left-radius: 12px;
}

.rounded-tl-\[64px\] {
  border-top-left-radius: 64px;
}

.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}

.rounded-tr-\[12px\] {
  border-top-right-radius: 12px;
}

.rounded-tr-\[64px\] {
  border-top-right-radius: 64px;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

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

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

.\!border-l {
  border-left-width: 1px !important;
}

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

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

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

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

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

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

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

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

.border-l-\[10px\] {
  border-left-width: 10px;
}

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

.border-l-\[20px\] {
  border-left-width: 20px;
}

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

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

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

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

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

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

.\!border-none {
  border-style: none !important;
}

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

.\!border-baseColor-deep {
  --tw-border-opacity: 1 !important;
  border-color: rgb(222 199 168 / var(--tw-border-opacity)) !important;
}

.border-\[\#5D5B5E\] {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 94 / var(--tw-border-opacity));
}

.border-base {
  --tw-border-opacity: 1;
  border-color: rgb(246 239 229 / var(--tw-border-opacity));
}

.border-base-deep {
  --tw-border-opacity: 1;
  border-color: rgb(222 199 168 / var(--tw-border-opacity));
}

.border-base-pale {
  --tw-border-opacity: 1;
  border-color: rgb(251 247 242 / var(--tw-border-opacity));
}

.border-baseColor {
  --tw-border-opacity: 1;
  border-color: rgb(246 239 229 / var(--tw-border-opacity));
}

.border-baseColor-deep {
  --tw-border-opacity: 1;
  border-color: rgb(222 199 168 / var(--tw-border-opacity));
}

.border-baseColor-middle {
  --tw-border-opacity: 1;
  border-color: rgb(239 227 211 / var(--tw-border-opacity));
}

.border-baseColor-pale {
  --tw-border-opacity: 1;
  border-color: rgb(251 247 242 / var(--tw-border-opacity));
}

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

.border-gift {
  --tw-border-opacity: 1;
  border-color: rgb(221 116 87 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-logoText-middle {
  --tw-border-opacity: 1;
  border-color: rgb(104 101 105 / var(--tw-border-opacity));
}

.border-logoText-pale {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-negative {
  --tw-border-opacity: 1;
  border-color: rgb(221 74 33 / var(--tw-border-opacity));
}

.border-positive {
  --tw-border-opacity: 1;
  border-color: rgb(88 153 23 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(153 84 23 / var(--tw-border-opacity));
}

.border-primary-middle {
  --tw-border-opacity: 1;
  border-color: rgb(184 135 93 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(217 152 22 / var(--tw-border-opacity));
}

.border-secondary-middle {
  --tw-border-opacity: 1;
  border-color: rgb(236 203 138 / var(--tw-border-opacity));
}

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

.border-x-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-y-baseColor-deep {
  --tw-border-opacity: 1;
  border-top-color: rgb(222 199 168 / var(--tw-border-opacity));
  border-bottom-color: rgb(222 199 168 / var(--tw-border-opacity));
}

.border-b-base {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 239 229 / var(--tw-border-opacity));
}

.border-b-base-deep {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 199 168 / var(--tw-border-opacity));
}

.border-b-baseColor {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 239 229 / var(--tw-border-opacity));
}

.border-b-baseColor-deep {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 199 168 / var(--tw-border-opacity));
}

.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-baseColor {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 239 229 / var(--tw-border-opacity));
}

.border-t-baseColor-deep {
  --tw-border-opacity: 1;
  border-top-color: rgb(222 199 168 / var(--tw-border-opacity));
}

.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 84 23 / var(--tw-border-opacity));
}

.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.\!bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#353236\] {
  --tw-bg-opacity: 1;
  background-color: rgb(53 50 54 / var(--tw-bg-opacity));
}

.bg-\[\#995417\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 84 23 / var(--tw-bg-opacity));
}

.bg-\[\#DD4A21\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 74 33 / var(--tw-bg-opacity));
}

.bg-\[\#E56509\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 101 9 / var(--tw-bg-opacity));
}

.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-\[\#F2F5FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 251 / var(--tw-bg-opacity));
}

.bg-\[\#F4E0B9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 224 185 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-base {
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 229 / var(--tw-bg-opacity));
}

.bg-base-deep {
  --tw-bg-opacity: 1;
  background-color: rgb(222 199 168 / var(--tw-bg-opacity));
}

.bg-base-middle {
  --tw-bg-opacity: 1;
  background-color: rgb(239 227 211 / var(--tw-bg-opacity));
}

.bg-base-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 242 / var(--tw-bg-opacity));
}

.bg-baseColor {
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 229 / var(--tw-bg-opacity));
}

.bg-baseColor-deep {
  --tw-bg-opacity: 1;
  background-color: rgb(222 199 168 / var(--tw-bg-opacity));
}

.bg-baseColor-middle {
  --tw-bg-opacity: 1;
  background-color: rgb(239 227 211 / var(--tw-bg-opacity));
}

.bg-baseColor-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 242 / var(--tw-bg-opacity));
}

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

.bg-gift {
  --tw-bg-opacity: 1;
  background-color: rgb(221 116 87 / var(--tw-bg-opacity));
}

.bg-gift-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(238 185 171 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-logoText {
  --tw-bg-opacity: 1;
  background-color: rgb(66 63 67 / var(--tw-bg-opacity));
}

.bg-logoText-middle {
  --tw-bg-opacity: 1;
  background-color: rgb(104 101 105 / var(--tw-bg-opacity));
}

.bg-logoText-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-logoText-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-negative {
  --tw-bg-opacity: 1;
  background-color: rgb(221 74 33 / var(--tw-bg-opacity));
}

.bg-negative-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(252 237 233 / var(--tw-bg-opacity));
}

.bg-positive-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(238 245 232 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(153 84 23 / var(--tw-bg-opacity));
}

.bg-primary-middle {
  --tw-bg-opacity: 1;
  background-color: rgb(184 135 93 / var(--tw-bg-opacity));
}

.bg-primary-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(224 204 185 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(217 152 22 / var(--tw-bg-opacity));
}

.bg-secondary-middle {
  --tw-bg-opacity: 1;
  background-color: rgb(236 203 138 / var(--tw-bg-opacity));
}

.bg-secondary-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(244 224 185 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

.p-\[6\.67px\] {
  padding: 6.67px;
}

.p-px {
  padding: 1px;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-12 {
  padding-left: 3rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

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

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

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

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

.pr-10 {
  padding-right: 2.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

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

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-baseline {
  vertical-align: baseline;
}

.align-middle {
  vertical-align: middle;
}

.font-\[\'Lato\'\] {
  font-family: "Lato";
}

.font-lato {
  font-family: Lato, sans-serif;
}

.font-notoSansJp {
  font-family: Noto Sans JP, sans-serif;
}

.\!text-\[12px\] {
  font-size: 12px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-\[300\] {
  font-weight: 300;
}

.font-\[400\] {
  font-weight: 400;
}

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

.font-\[500\] {
  font-weight: 500;
}

.font-\[700\] {
  font-weight: 700;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-3 {
  line-height: 0.75rem;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

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

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

.leading-\[22\.1px\] {
  line-height: 22.1px;
}

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

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

.leading-\[25\.5px\] {
  line-height: 25.5px;
}

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

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

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

.leading-\[30\.6px\] {
  line-height: 30.6px;
}

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

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

.tracking-\[\.5px\] {
  letter-spacing: 0.5px;
}

.tracking-\[\.7px\] {
  letter-spacing: 0.7px;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.tracking-\[0\.07em\] {
  letter-spacing: 0.07em;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

.tracking-\[1\.6px\] {
  letter-spacing: 1.6px;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.tracking-\[3\.32px\] {
  letter-spacing: 3.32px;
}

.tracking-\[3px\] {
  letter-spacing: 3px;
}

.tracking-\[4px\] {
  letter-spacing: 4px;
}

.tracking-\[5\%\] {
  letter-spacing: 5%;
}

.tracking-\[5px\] {
  letter-spacing: 5px;
}

.tracking-\[6px\] {
  letter-spacing: 6px;
}

.tracking-\[7px\] {
  letter-spacing: 7px;
}

.tracking-\[8px\] {
  letter-spacing: 8px;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#295266\] {
  --tw-text-opacity: 1;
  color: rgb(41 82 102 / var(--tw-text-opacity));
}

.text-\[\#E56509\] {
  --tw-text-opacity: 1;
  color: rgb(229 101 9 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-base {
  --tw-text-opacity: 1;
  color: rgb(246 239 229 / var(--tw-text-opacity));
}

.text-base-deep {
  --tw-text-opacity: 1;
  color: rgb(222 199 168 / var(--tw-text-opacity));
}

.text-baseColor-pale {
  --tw-text-opacity: 1;
  color: rgb(251 247 242 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-gift {
  --tw-text-opacity: 1;
  color: rgb(221 116 87 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-logoText {
  --tw-text-opacity: 1;
  color: rgb(66 63 67 / var(--tw-text-opacity));
}

.text-logoText-middle {
  --tw-text-opacity: 1;
  color: rgb(104 101 105 / var(--tw-text-opacity));
}

.text-logoText-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-negative {
  --tw-text-opacity: 1;
  color: rgb(221 74 33 / var(--tw-text-opacity));
}

.text-positive {
  --tw-text-opacity: 1;
  color: rgb(88 153 23 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(153 84 23 / var(--tw-text-opacity));
}

.text-primary-middle {
  --tw-text-opacity: 1;
  color: rgb(184 135 93 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.placeholder-logoText-pale::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity));
}

.placeholder-logoText-pale::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity));
}

.placeholder-primary-middle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(184 135 93 / var(--tw-placeholder-opacity));
}

.placeholder-primary-middle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(184 135 93 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-\[0_6px_0_\#A63819\] {
  --tw-shadow: 0 6px 0 #a63819;
  --tw-shadow-colored: 0 6px 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);
}

.shadow-\[0_7px_0_\#A63819\] {
  --tw-shadow: 0 7px 0 #a63819;
  --tw-shadow-colored: 0 7px 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);
}

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

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  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);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.duration-\[\.5s\] {
  transition-duration: 0.5s;
}

.duration-\[400ms\] {
  transition-duration: 400ms;
}

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

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

html {
  touch-action: manipulation;
  -webkit-print-color-adjust: exact;
}

.curve {
  width: 200px;
  height: 100px;
  background-color: #f0f0f0;
  -webkit-clip-path: ellipse(100% 50% at 50% 50%);
  clip-path: ellipse(100% 50% at 50% 50%);
}

.radio-group {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.radio-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-group .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #b8875d;
}

.radio-group input:checked ~ .checkmark {
  background-color: #b8875d;
}

.radio-group input:checked ~ .checkmark:after {
  display: block;
}

.radio-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

select.select-normal:not([size]) {
  background: #ffffff url("/assets/images/v1/arrow-down-black.svg") no-repeat right 1.375rem center;
  background-size: 0.7em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

select.select-normal:not([size]).select-sm {
  background: #ffffff url("/assets/images/v1/arrow-down-black.svg") no-repeat right 13px center;
}

.navbar-menu {
  visibility: hidden;
  transition: all 0.25s ease;
}

.navbar-menu.open {
  visibility: visible;
}

.navbar-menu .backdrop {
  opacity: 0;
  transition: all 0.25s ease;
}

.navbar-menu.open .backdrop {
  opacity: 80%;
}

.navbar-menu .navbar-content {
  transform: translateX(-100%);
  transition: all 0.25s ease;
}

.navbar-menu.open .navbar-content {
  transform: translateX(0);
}

input.checkbox-normal {
  border: 1px solid #b8875d;
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

input.checkbox-normal:checked {
  background: #b8875d url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 0.85em 0.75em;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

input.checkbox-normal:focus {
  outline: none;
}

.accordion {
  border-top: #fbf7f2 solid 1px;
  transition: all 0.4s ease;
}

.accordion.active {
  background-color: #b8875d;
  border-top: white solid 1px;
  transition: all 0.4s ease;
}

.accordion-title {
  transition: 0.4s;
}

.accordion .accordion-title h4 {
  transition: all 0.4s ease;
}

.accordion.active .accordion-title h4 {
  color: white;
  transition: all 0.4s ease;
}

.accordion .accordion-title div:first-of-type {
  transition: all 0.4s ease;
}

.accordion.active .accordion-title div:first-of-type {
  background-color: #995417;
  transition: all 0.4s ease;
}

.accordion .accordion-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 50%;
  transition: all 0.4s ease;
}

.accordion.active .accordion-content {
  opacity: 100%;
  transition: all 0.4s ease;
}

.accordion .accordion-content > div:first-child > div:first-child::before {
  transition: all 0.4s ease;
}

.accordion.active .accordion-content > div:first-child > div:first-child::before {
  border-top-color: #b8875d;
  transition: all 0.4s ease;
}

.accordion-gift {
  transition: all 0.4s ease;
}

.accordion-gift.active {
  transition: all 0.4s ease;
}

.accordion-gift .accordion-title h4 {
  transition: all 0.4s ease;
}

.accordion-gift.active .accordion-title h4 {
  transition: all 0.4s ease;
}

.accordion-gift .accordion-title div:first-of-type {
  transition: all 0.4s ease;
}

.accordion-gift.active .accordion-title div:first-of-type {
  transition: all 0.4s ease;
}

.accordion-gift .accordion-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 50%;
  transition: all 0.4s ease;
}

.accordion-gift.active .accordion-content {
  opacity: 100%;
  transition: all 0.4s ease;
}

.accordion-gift .accordion-content > div:first-child > div:first-child::before {
  transition: all 0.4s ease;
}

.accordion-gift.active .accordion-content > div:first-child > div:first-child::before {
  transition: all 0.4s ease;
}

/*---- accordion interview ------*/

.accordion-interview {
  transition: all 0.4s ease;
}

.accordion-interview.active {
  transition: all 0.4s ease;
}

.accordion-interview .accordion-title div:first-of-type {
  transition: all 0.4s ease;
}

.accordion-interview.active .accordion-title div:first-of-type {
  transition: all 0.4s ease;
}

.accordion-interview .accordion-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 50%;
  transition: all 0.4s ease;
}

.accordion-interview.active .accordion-content {
  opacity: 100%;
  transition: all 0.4s ease;
}

/*---- button collapse ------*/

.btn-collapse {
  position: relative;
  width: 46px;
  height: 46px;
  display: block;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
}

.btn-collapse:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  border-radius: 10px;
  background: #686569;
  display: block;
}

.btn-collapse:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  border-radius: 10px;
  background: #686569;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.btn-collapse.active:after {
  transform: translate(-50%, -50%) rotate(90deg);
  background: white;
}

.btn-collapse.active.black:after {
  transform: translate(-50%, -50%) rotate(90deg);
  background: #686569;
}

.swiper {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff center;
  background-size: cover;
}

.thumb-slider {
  height: 100px;
  box-sizing: border-box;
  padding: 20px 0;
  gap: 20px;
}

.thumb-slider .thumb-item {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin: 0 10px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.thumb-slider .thumb-item:first-child {
  margin-left: 20px;
}

.thumb-slider .thumb-item:last-child {
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .thumb-slider .thumb-item {
    width: 82px;
    height: 82px;
  }

  .thumb-slider .thumb-item:first-child {
    margin-left: 24px;
  }

  .thumb-slider .thumb-item:last-child {
    margin-right: 24px;
  }
}

.thumb-slider .swiper-slide-thumb-active {
  border: 4px solid white;
}

.thumb-item .backdrop {
  visibility: hidden;
  border-radius: 10px;
  opacity: 0;
  transition: visibility 0s, opacity 0.4s linear;
}

.thumb-item.swiper-slide-thumb-active .backdrop {
  visibility: visible;
  opacity: 90%;
}

.thumb-slider .swiper-slide-thumb-active img {
  opacity: 0.9;
}

.my-page-top-slider.swiper {
  width: auto;
  height: auto;
  aspect-ratio: auto;
}

.my-page-top-slider .swiper-slide {
  text-align: left;
  width: 210px;
  margin-left: 8px;
  margin-right: 8px;
}

.my-page-top-slider .swiper-slide:first-of-type {
  margin-left: 16px;
}

.my-page-top-slider .swiper-slide:last-of-type {
  margin-right: 16px;
}

.my-page-top-slider .swiper-slide .sliderimg {
  border-radius: 12px 12px 0 0;
  margin-top: 0 !important;
}

.landing-page-slider.swiper {
  width: auto;
  height: auto;
  aspect-ratio: auto;
}

.landing-page-slider .swiper-slide {
  text-align: left;
  width: 280px;
  margin-left: 8px;
  margin-right: 8px;
  background: #f6efe5;
}

.landing-page-slider .swiper-slide:first-of-type {
  margin-left: 16px;
}

.landing-page-slider .swiper-slide:last-of-type {
  margin-right: 16px;
}

.landing-page-slider .swiper-slide .sliderimg {
  border-radius: 12px 12px 0 0;
  margin-top: 0 !important;
}

.top-slider.swiper {
  aspect-ratio: 393 / 410;
}

@media screen and (min-width: 768px) {
  .top-slider.swiper {
    aspect-ratio: 1518 / 798;
  }
}

#lp-form {
  color: #423f43;
  padding-bottom: 150px;
}

#lp-form .form_box_label_sp_ec {
  background: none;
  border: none;
  padding: 0;
  padding-left: 20px;
}

#lp-form .landing_form_label_sp_ec {
  background: #b8875d;
  color: white;
  font-weight: bold;
  margin-bottom: 25px;
}

#lp-form input,
select {
  border: 1px solid #dec7a8;
  border-radius: 12px;
  padding: 12px 16px;
}

#lp-form .form_main_container_ec div.form_group_ec select {
  border: 1px solid #dec7a8;
  border-radius: 12px;
  padding: 12px 16px;
}

#lp-form .submit_bottom_sp_ec {
  border: none;
}

#lp-form .submit_bottom_ec {
  border: none;
}

#lp-form .landing_form_label_ec {
  color: #423f43;
  background: none;
  border-bottom: 1px solid #423f43;
}

#lp-form table {
  border: none;
}

#lp-form table th {
  border: none;
  background: none;
}

#lp-form table td {
  border: none;
  background: none;
}

#try-button {
  background: none;
}

#lp-form .form_box_label_ec,
.form_box_label_sp_ec {
  display: inline-block;
  position: relative;
}

#lp-form .form_required_ec,
.form_required_sp_ec {
  visibility: hidden;
}

#lp-form .form_required_sp_ec {
  font-size: 16px;
}

#lp-form .form_required_ec:before,
.form_required_sp_ec:before {
  content: "*";
  visibility: visible;
  color: #dd4a21;
}

#lp .confirm_title_ec,
.confirm_title_sp_ec {
  display: none;
}

#lp .form_wizard_levels_ec {
  display: none;
}

#lp #view-coupon {
  display: none;
}

.faq-category::before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: "";
}

#a8sales img {
  height: 0px !important;
  width: 0px !important;
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

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

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }
}

.marker\:text-\[11px\] *::marker {
  font-size: 11px;
}

.marker\:text-\[14px\] *::marker {
  font-size: 14px;
}

.marker\:text-\[11px\]::marker {
  font-size: 11px;
}

.marker\:text-\[14px\]::marker {
  font-size: 14px;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:mx-auto::before {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.before\:h-0::before {
  content: var(--tw-content);
  height: 0px;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

.before\:border-x-\[10px\]::before {
  content: var(--tw-content);
  border-left-width: 10px;
  border-right-width: 10px;
}

.before\:border-t-\[10px\]::before {
  content: var(--tw-content);
  border-top-width: 10px;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

.before\:border-x-transparent::before {
  content: var(--tw-content);
  border-left-color: transparent;
  border-right-color: transparent;
}

.before\:border-t-baseColor-pale::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(251 247 242 / var(--tw-border-opacity));
}

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

.last\:mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:mb-\[0\]:last-child {
  margin-bottom: 0;
}

.odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.even\:bg-gray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-base-deep:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 199 168 / var(--tw-bg-opacity));
}

.hover\:bg-baseColor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 229 / var(--tw-bg-opacity));
}

.hover\:bg-primary-middle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 135 93 / var(--tw-bg-opacity));
}

.hover\:text-logoText:hover {
  --tw-text-opacity: 1;
  color: rgb(66 63 67 / var(--tw-text-opacity));
}

.hover\:text-primary-middle:hover {
  --tw-text-opacity: 1;
  color: rgb(184 135 93 / var(--tw-text-opacity));
}

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.disabled\:bg-logoText-pale:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.disabled\:text-logoText-middle:disabled {
  --tw-text-opacity: 1;
  color: rgb(104 101 105 / var(--tw-text-opacity));
}

.disabled\:text-white:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group.active .group-\[\.active\]\:visible {
  visibility: visible;
}

.group.active .group-\[\.active\]\:invisible {
  visibility: hidden;
}

.group.active .group-\[\.active\]\:mt-4 {
  margin-top: 1rem;
}

.group.active .group-\[\.active\]\:h-\[40px\] {
  height: 40px;
}

.group.active .group-\[\.active\]\:rotate-\[-180deg\] {
  --tw-rotate: -180deg;
  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));
}

.group.open .group-\[\.open\]\:-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.group.open .group-\[\.open\]\:rotate-45 {
  --tw-rotate: 45deg;
  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));
}

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

.group.active .group-\[\.active\]\:border-solid {
  border-style: solid;
}

.group.active .group-\[\.active\]\:border-none {
  border-style: none;
}

.group.active .group-\[\.active\]\:border-baseColor-deep {
  --tw-border-opacity: 1;
  border-color: rgb(222 199 168 / var(--tw-border-opacity));
}

.group.active .group-\[\.active\]\:bg-baseColor {
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 229 / var(--tw-bg-opacity));
}

.group.active .group-\[\.active\]\:bg-baseColor-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 242 / var(--tw-bg-opacity));
}

.group.active .group-\[\.active\]\:bg-primary-middle {
  --tw-bg-opacity: 1;
  background-color: rgb(184 135 93 / var(--tw-bg-opacity));
}

.group.active .group-\[\.active\]\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group.active .group-\[\.active\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group.active .group-\[\.active\]\:opacity-100 {
  opacity: 1;
}

.group.invisible .group-\[\.invisible\]\:opacity-0 {
  opacity: 0;
}

.group.open .group-\[\.open\]\:opacity-0 {
  opacity: 0;
}

.group.open .group-\[\.open\]\:opacity-100 {
  opacity: 1;
}

.has-\[\:checked\]\:font-bold:has(:checked) {
  font-weight: 700;
}

:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .odd\:dark\:bg-gray-900):nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

:is(.dark .even\:dark\:bg-gray-800):nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:bottom-\[100px\] {
    bottom: 100px;
  }

  .md\:bottom-\[85px\] {
    bottom: 85px;
  }

  .md\:left-\[-75px\] {
    left: -75px;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-\[100px\] {
    right: 100px;
  }

  .md\:right-\[69px\] {
    right: 69px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-\[150px\] {
    top: 150px;
  }

  .md\:m-0 {
    margin: 0px;
  }

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

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

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

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

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:h-\[19\.11px\] {
    height: 19.11px;
  }

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

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

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

  .md\:h-\[28\.67px\] {
    height: 28.67px;
  }

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

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

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

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

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

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

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

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

  .md\:h-\[95\%\] {
    height: 95%;
  }

  .md\:h-\[auto\] {
    height: auto;
  }

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

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

  .md\:min-h-\[205px\] {
    min-height: 205px;
  }

  .md\:\!w-\[52px\] {
    width: 52px !important;
  }

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

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

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

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

  .md\:w-6 {
    width: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[23\.26\%\] {
    width: 23.26%;
  }

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

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

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

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

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

  .md\:w-\[320\] {
    width: 320;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

  .md\:min-w-80 {
    min-width: 20rem;
  }

  .md\:min-w-\[180px\] {
    min-width: 180px;
  }

  .md\:min-w-\[200px\] {
    min-width: 200px;
  }

  .md\:min-w-\[240px\] {
    min-width: 240px;
  }

  .md\:max-w-96 {
    max-width: 24rem;
  }

  .md\:max-w-\[345px\] {
    max-width: 345px;
  }

  .md\:max-w-\[360px\] {
    max-width: 360px;
  }

  .md\:max-w-\[420px\] {
    max-width: 420px;
  }

  .md\:max-w-\[512px\] {
    max-width: 512px;
  }

  .md\:max-w-\[520px\] {
    max-width: 520px;
  }

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

  .md\:max-w-\[592px\] {
    max-width: 592px;
  }

  .md\:max-w-\[740px\] {
    max-width: 740px;
  }

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

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

  .md\:flex-initial {
    flex: 0 1 auto;
  }

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

  .md\:grow {
    flex-grow: 1;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

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

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

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

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

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

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

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

  .md\:items-end {
    align-items: flex-end;
  }

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[160px\] {
    gap: 160px;
  }

  .md\:gap-\[16px\] {
    gap: 16px;
  }

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[32px\] {
    gap: 32px;
  }

  .md\:gap-\[8px\] {
    gap: 8px;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
    column-gap: 0.125rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:gap-x-\[16px\] {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .md\:gap-x-\[24px\] {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .md\:gap-x-\[2px\] {
    -moz-column-gap: 2px;
    column-gap: 2px;
  }

  .md\:gap-x-\[3px\] {
    -moz-column-gap: 3px;
    column-gap: 3px;
  }

  .md\:gap-x-\[58px\] {
    -moz-column-gap: 58px;
    column-gap: 58px;
  }

  .md\:gap-x-\[80px\] {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }

  .md\:gap-x-\[8px\] {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

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

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

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-\[12px\] {
    border-radius: 12px;
  }

  .md\:rounded-\[48px\] {
    border-radius: 48px;
  }

  .md\:rounded-\[4px\] {
    border-radius: 4px;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-t-\[12px\] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .md\:rounded-t-\[64px\] {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }

  .md\:rounded-bl-\[12px\] {
    border-bottom-left-radius: 12px;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:\!border-solid {
    border-style: solid !important;
  }

  .md\:border-solid {
    border-style: solid;
  }

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

  .md\:border-baseColor-deep {
    --tw-border-opacity: 1;
    border-color: rgb(222 199 168 / var(--tw-border-opacity));
  }

  .md\:border-logoText {
    --tw-border-opacity: 1;
    border-color: rgb(66 63 67 / var(--tw-border-opacity));
  }

  .md\:border-logoText-middle {
    --tw-border-opacity: 1;
    border-color: rgb(104 101 105 / var(--tw-border-opacity));
  }

  .md\:border-primary-middle {
    --tw-border-opacity: 1;
    border-color: rgb(184 135 93 / var(--tw-border-opacity));
  }

  .md\:bg-base-pale {
    --tw-bg-opacity: 1;
    background-color: rgb(251 247 242 / var(--tw-bg-opacity));
  }

  .md\:bg-baseColor {
    --tw-bg-opacity: 1;
    background-color: rgb(246 239 229 / var(--tw-bg-opacity));
  }

  .md\:bg-baseColor-deep {
    --tw-bg-opacity: 1;
    background-color: rgb(222 199 168 / var(--tw-bg-opacity));
  }

  .md\:bg-baseColor-pale {
    --tw-bg-opacity: 1;
    background-color: rgb(251 247 242 / var(--tw-bg-opacity));
  }

  .md\:bg-inherit {
    background-color: inherit;
  }

  .md\:bg-logoText-middle {
    --tw-bg-opacity: 1;
    background-color: rgb(104 101 105 / var(--tw-bg-opacity));
  }

  .md\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(153 84 23 / var(--tw-bg-opacity));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

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

  .md\:p-4 {
    padding: 1rem;
  }

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

  .md\:\!pr-\[75px\] {
    padding-right: 75px !important;
  }

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

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

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-\[12px\] {
    padding-top: 12px;
  }

  .md\:pt-\[16px\] {
    padding-top: 16px;
  }

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

  .md\:pt-\[24px\] {
    padding-top: 24px;
  }

  .md\:pt-\[34px\] {
    padding-top: 34px;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:pt-\[48px\] {
    padding-top: 48px;
  }

  .md\:pt-\[64px\] {
    padding-top: 64px;
  }

  .md\:pt-\[80px\] {
    padding-top: 80px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .md\:font-\[21px\] {
    font-weight: 21px;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-normal {
    font-weight: 400;
  }

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

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-\[110\.5px\] {
    line-height: 110.5px;
  }

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

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

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

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

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

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

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

  .md\:leading-\[54\.5px\] {
    line-height: 54.5px;
  }

  .md\:tracking-\[0\.24em\] {
    letter-spacing: 0.24em;
  }

  .md\:tracking-\[0\.3em\] {
    letter-spacing: 0.3em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:text-logoText {
    --tw-text-opacity: 1;
    color: rgb(66 63 67 / var(--tw-text-opacity));
  }

  .md\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(153 84 23 / var(--tw-text-opacity));
  }

  .md\:underline {
    text-decoration-line: underline;
  }

  .md\:underline-offset-2 {
    text-underline-offset: 2px;
  }
}

@media (min-width: 1024px) {
  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mt-\[145px\] {
    margin-top: 145px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-\[200px\] {
    width: 200px;
  }

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

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:rounded-\[80px\] {
    border-radius: 80px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-baseColor-deep {
    --tw-border-opacity: 1;
    border-color: rgb(222 199 168 / var(--tw-border-opacity));
  }

  .lg\:bg-baseColor {
    --tw-bg-opacity: 1;
    background-color: rgb(246 239 229 / var(--tw-bg-opacity));
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

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

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:leading-\[21px\] {
    line-height: 21px;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}
