@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap);
.menu-item-transition {
    transition: max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.35s ease-in-out 0.1s;
}

.last-menu-item-transition {
    transition: opacity 0.35s ease-in-out;
}

/*
! 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;
}
*, ::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:  ;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-\[-90px\]{
  bottom: -90px;
}
.bottom-\[-94px\]{
  bottom: -94px;
}
.bottom-\[215px\]{
  bottom: 215px;
}
.bottom-\[6px\]{
  bottom: 6px;
}
.bottom-\[72px\]{
  bottom: 72px;
}
.left-0{
  left: 0px;
}
.left-\[-162px\]{
  left: -162px;
}
.left-\[15px\]{
  left: 15px;
}
.left-\[178px\]{
  left: 178px;
}
.left-\[214px\]{
  left: 214px;
}
.left-\[2px\]{
  left: 2px;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[70px\]{
  left: 70px;
}
.right-0{
  right: 0px;
}
.right-\[-166px\]{
  right: -166px;
}
.right-\[160px\]{
  right: 160px;
}
.right-\[50px\]{
  right: 50px;
}
.right-\[6px\]{
  right: 6px;
}
.top-0{
  top: 0px;
}
.top-10{
  top: 2.5rem;
}
.top-6{
  top: 1.5rem;
}
.top-\[-158px\]{
  top: -158px;
}
.top-\[-172px\]{
  top: -172px;
}
.top-\[147px\]{
  top: 147px;
}
.top-\[148px\]{
  top: 148px;
}
.top-\[199px\]{
  top: 199px;
}
.top-\[293px\]{
  top: 293px;
}
.top-\[3px\]{
  top: 3px;
}
.top-\[433px\]{
  top: 433px;
}
.top-\[444px\]{
  top: 444px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[658px\]{
  top: 658px;
}
.top-\[92px\]{
  top: 92px;
}
.z-10{
  z-index: 10;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[200\]{
  z-index: 200;
}
.z-\[50\]{
  z-index: 50;
}
.z-\[5\]{
  z-index: 5;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-\[64px\]{
  margin-left: 64px;
  margin-right: 64px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.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;
}
.my-\[30px\]{
  margin-top: 30px;
  margin-bottom: 30px;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-20{
  margin-bottom: 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-8{
  margin-bottom: 2rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[22px\]{
  margin-bottom: 22px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[35px\]{
  margin-bottom: 35px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[500px\]{
  margin-bottom: 500px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[100px\]{
  margin-left: 100px;
}
.ml-\[10px\]{
  margin-left: 10px;
}
.ml-\[126px\]{
  margin-left: 126px;
}
.ml-\[2px\]{
  margin-left: 2px;
}
.ml-\[35px\]{
  margin-left: 35px;
}
.ml-\[39px\]{
  margin-left: 39px;
}
.ml-\[41px\]{
  margin-left: 41px;
}
.ml-auto{
  margin-left: auto;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[120px\]{
  margin-right: 120px;
}
.mr-auto{
  margin-right: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 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-\[10px\]{
  margin-top: 10px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[200px\]{
  margin-top: 200px;
}
.mt-\[217px\]{
  margin-top: 217px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-\[362px\]{
  margin-top: 362px;
}
.mt-\[500px\]{
  margin-top: 500px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[1920\/792\]{
  aspect-ratio: 1920/792;
}
.aspect-\[3\/4\.1\]{
  aspect-ratio: 3/4.1;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.\!h-\[1842px\]{
  height: 1842px !important;
}
.\!h-\[650px\]{
  height: 650px !important;
}
.h-0{
  height: 0px;
}
.h-1\/4{
  height: 25%;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-20{
  height: 5rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[1053px\]{
  height: 1053px;
}
.h-\[1080px\]{
  height: 1080px;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[116px\]{
  height: 116px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[1341px\]{
  height: 1341px;
}
.h-\[1374px\]{
  height: 1374px;
}
.h-\[1660px\]{
  height: 1660px;
}
.h-\[171px\]{
  height: 171px;
}
.h-\[183px\]{
  height: 183px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[19px\]{
  height: 19px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[236px\]{
  height: 236px;
}
.h-\[239px\]{
  height: 239px;
}
.h-\[254px\]{
  height: 254px;
}
.h-\[264px\]{
  height: 264px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[270px\]{
  height: 270px;
}
.h-\[274px\]{
  height: 274px;
}
.h-\[297px\]{
  height: 297px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[370px\]{
  height: 370px;
}
.h-\[374px\]{
  height: 374px;
}
.h-\[375px\]{
  height: 375px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[426px\]{
  height: 426px;
}
.h-\[431px\]{
  height: 431px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[472px\]{
  height: 472px;
}
.h-\[493px\]{
  height: 493px;
}
.h-\[522px\]{
  height: 522px;
}
.h-\[524px\]{
  height: 524px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[58px\]{
  height: 58px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[621px\]{
  height: 621px;
}
.h-\[701px\]{
  height: 701px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[82px\]{
  height: 82px;
}
.h-\[873px\]{
  height: 873px;
}
.h-\[911px\]{
  height: 911px;
}
.h-\[920px\]{
  height: 920px;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[1000px\]{
  max-height: 1000px;
}
.max-h-\[147px\]{
  max-height: 147px;
}
.max-h-\[2000px\]{
  max-height: 2000px;
}
.max-h-\[420px\]{
  max-height: 420px;
}
.max-h-\[600px\]{
  max-height: 600px;
}
.min-h-12{
  min-height: 3rem;
}
.min-h-6{
  min-height: 1.5rem;
}
.min-h-\[114px\]{
  min-height: 114px;
}
.min-h-\[29px\]{
  min-height: 29px;
}
.min-h-\[42px\]{
  min-height: 42px;
}
.min-h-\[982px\]{
  min-height: 982px;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-\[130px\]{
  width: 130px !important;
}
.\!w-\[149px\]{
  width: 149px !important;
}
.\!w-\[478px\]{
  width: 478px !important;
}
.\!w-\[491px\]{
  width: 491px !important;
}
.\!w-\[550px\]{
  width: 550px !important;
}
.\!w-\[890px\]{
  width: 890px !important;
}
.\!w-\[calc\(100\%-48px\)\]{
  width: calc(100% - 48px) !important;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-20{
  width: 5rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[101px\]{
  width: 101px;
}
.w-\[1032px\]{
  width: 1032px;
}
.w-\[1054px\]{
  width: 1054px;
}
.w-\[1058px\]{
  width: 1058px;
}
.w-\[106px\]{
  width: 106px;
}
.w-\[108px\]{
  width: 108px;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[1120px\]{
  width: 1120px;
}
.w-\[1130px\]{
  width: 1130px;
}
.w-\[116px\]{
  width: 116px;
}
.w-\[117px\]{
  width: 117px;
}
.w-\[119px\]{
  width: 119px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[125px\]{
  width: 125px;
}
.w-\[126px\]{
  width: 126px;
}
.w-\[128px\]{
  width: 128px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[143px\]{
  width: 143px;
}
.w-\[146px\]{
  width: 146px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[154px\]{
  width: 154px;
}
.w-\[158px\]{
  width: 158px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[168px\]{
  width: 168px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[174px\]{
  width: 174px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[186px\]{
  width: 186px;
}
.w-\[188px\]{
  width: 188px;
}
.w-\[1920px\]{
  width: 1920px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[204px\]{
  width: 204px;
}
.w-\[206px\]{
  width: 206px;
}
.w-\[211px\]{
  width: 211px;
}
.w-\[214px\]{
  width: 214px;
}
.w-\[21px\]{
  width: 21px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[236px\]{
  width: 236px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[255px\]{
  width: 255px;
}
.w-\[256px\]{
  width: 256px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[282px\]{
  width: 282px;
}
.w-\[295px\]{
  width: 295px;
}
.w-\[311px\]{
  width: 311px;
}
.w-\[316px\]{
  width: 316px;
}
.w-\[328px\]{
  width: 328px;
}
.w-\[338px\]{
  width: 338px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[375px\]{
  width: 375px;
}
.w-\[380px\]{
  width: 380px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[402px\]{
  width: 402px;
}
.w-\[41\.25px\]{
  width: 41.25px;
}
.w-\[451px\]{
  width: 451px;
}
.w-\[493px\]{
  width: 493px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[54px\]{
  width: 54px;
}
.w-\[555px\]{
  width: 555px;
}
.w-\[55px\]{
  width: 55px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[68px\]{
  width: 68px;
}
.w-\[700px\]{
  width: 700px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[757px\]{
  width: 757px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[78px\]{
  width: 78px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[82px\]{
  width: 82px;
}
.w-\[84px\]{
  width: 84px;
}
.w-\[877px\]{
  width: 877px;
}
.w-\[87px\]{
  width: 87px;
}
.w-\[88px\]{
  width: 88px;
}
.w-\[92px\]{
  width: 92px;
}
.w-\[94px\]{
  width: 94px;
}
.w-\[98px\]{
  width: 98px;
}
.w-\[inherit\]{
  width: inherit;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[103px\]{
  min-width: 103px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[1440px\]{
  min-width: 1440px;
}
.min-w-\[1920px\]{
  min-width: 1920px;
}
.max-w-\[1103px\]{
  max-width: 1103px;
}
.max-w-\[1120px\]{
  max-width: 1120px;
}
.max-w-\[1128px\]{
  max-width: 1128px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[210px\]{
  max-width: 210px;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[288px\]{
  max-width: 288px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[312px\]{
  max-width: 312px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[490px\]{
  max-width: 490px;
}
.max-w-\[547px\]{
  max-width: 547px;
}
.max-w-\[584px\]{
  max-width: 584px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[674px\]{
  max-width: 674px;
}
.max-w-\[780px\]{
  max-width: 780px;
}
.max-w-\[930px\]{
  max-width: 930px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.translate-x-\[-50\%\]{
  --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-x-\[17\.5px\]{
  --tw-translate-x: 17.5px;
  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-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --tw-rotate: 0deg;
  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-\[-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));
}
.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));
}
.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 pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.\!flex-nowrap{
  flex-wrap: nowrap !important;
}
.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-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-\[10px\]{
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-x-\[120px\]{
  -moz-column-gap: 120px;
       column-gap: 120px;
}
.gap-x-\[18px\]{
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.gap-x-\[30px\]{
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-x-\[6px\]{
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.gap-x-\[90px\]{
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.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-7{
  row-gap: 1.75rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-\[10px\]{
  row-gap: 10px;
}
.gap-y-\[14px\]{
  row-gap: 14px;
}
.gap-y-\[60px\]{
  row-gap: 60px;
}
.gap-y-\[6px\]{
  row-gap: 6px;
}
.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));
}
.justify-self-end{
  justify-self: end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12\.5px\]{
  border-radius: 12.5px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[50px\]{
  border-radius: 50px;
}
.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-\[14px\]{
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-\[10px\]{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-t-\[14px\]{
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[5px\]{
  border-width: 5px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-solid{
  border-style: solid;
}
.\!border-neutral-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 241 241 / var(--tw-border-opacity)) !important;
}
.\!border-sementic-error-base{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 21 83 / var(--tw-border-opacity)) !important;
}
.border-\[\#6750A4\]{
  --tw-border-opacity: 1;
  border-color: rgb(103 80 164 / var(--tw-border-opacity));
}
.border-accordion{
  --tw-border-opacity: 1;
  border-color: rgb(233 236 239 / var(--tw-border-opacity));
}
.border-blueGray-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-blueGray-300{
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.border-blueGray-400{
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
}
.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.border-neutral-400{
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
}
.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgb(200 192 222 / var(--tw-border-opacity));
}
.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgb(128 109 179 / var(--tw-border-opacity));
}
.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(103 80 164 / var(--tw-border-opacity));
}
.border-sementic-error-base{
  --tw-border-opacity: 1;
  border-color: rgb(229 21 83 / var(--tw-border-opacity));
}
.border-sementic-success-base{
  --tw-border-opacity: 1;
  border-color: rgb(39 174 96 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-neutral-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 229 241 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-background-admin{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-background-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 255 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blueGray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-blueGray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}
.bg-blueGray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
.bg-blueGray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 255 / var(--tw-bg-opacity));
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
.bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(178 178 178 / var(--tw-bg-opacity));
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(87 87 87 / var(--tw-bg-opacity));
}
.bg-neutral-700\/40{
  background-color: rgb(87 87 87 / 0.4);
}
.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.bg-palette-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(186 222 255 / var(--tw-bg-opacity));
}
.bg-palette-green{
  --tw-bg-opacity: 1;
  background-color: rgb(132 232 196 / var(--tw-bg-opacity));
}
.bg-palette-lime{
  --tw-bg-opacity: 1;
  background-color: rgb(202 248 166 / var(--tw-bg-opacity));
}
.bg-palette-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 223 186 / var(--tw-bg-opacity));
}
.bg-palette-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 236 / var(--tw-bg-opacity));
}
.bg-palette-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(212 186 255 / var(--tw-bg-opacity));
}
.bg-palette-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 186 / var(--tw-bg-opacity));
}
.bg-palette-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(250 233 146 / var(--tw-bg-opacity));
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(200 192 222 / var(--tw-bg-opacity));
}
.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(164 150 200 / var(--tw-bg-opacity));
}
.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(128 109 179 / var(--tw-bg-opacity));
}
.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(103 80 164 / var(--tw-bg-opacity));
}
.bg-purple-400\/30{
  background-color: rgb(103 80 164 / 0.3);
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(233 229 241 / var(--tw-bg-opacity));
}
.bg-sementic-error-base{
  --tw-bg-opacity: 1;
  background-color: rgb(229 21 83 / var(--tw-bg-opacity));
}
.bg-sementic-error-light{
  --tw-bg-opacity: 1;
  background-color: rgb(252 227 234 / var(--tw-bg-opacity));
}
.bg-sementic-success-base{
  --tw-bg-opacity: 1;
  background-color: rgb(39 174 96 / var(--tw-bg-opacity));
}
.bg-sementic-success-light{
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 235 / 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-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#99D1FB\]{
  --tw-gradient-from: #99D1FB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 209 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#9AD1FE\]{
  --tw-gradient-from: #9AD1FE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 209 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-200{
  --tw-gradient-from: #9bd7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 215 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#726DB8\]{
  --tw-gradient-to: #726DB8 var(--tw-gradient-to-position);
}
.to-purple-400{
  --tw-gradient-to: #6750a4 var(--tw-gradient-to-position);
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0{
  padding: 0px !important;
}
.\!p-10{
  padding: 2.5rem !important;
}
.p-10{
  padding: 2.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[1\.5px\]{
  padding: 1.5px;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[14px\]{
  padding: 14px;
}
.p-\[18px\]{
  padding: 18px;
}
.p-\[2px\]{
  padding: 2px;
}
.p-\[50px\]{
  padding: 50px;
}
.p-\[60px\]{
  padding: 60px;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!py-\[14px\]{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.\!py-\[9px\]{
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.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-\[128px\]{
  padding-left: 128px;
  padding-right: 128px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[1px\]{
  padding-left: 1px;
  padding-right: 1px;
}
.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[23px\]{
  padding-left: 23px;
  padding-right: 23px;
}
.px-\[8\.5px\]{
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[118px\]{
  padding-top: 118px;
  padding-bottom: 118px;
}
.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[19\.5px\]{
  padding-top: 19.5px;
  padding-bottom: 19.5px;
}
.py-\[23px\]{
  padding-top: 23px;
  padding-bottom: 23px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[42px\]{
  padding-top: 42px;
  padding-bottom: 42px;
}
.py-\[6\.5px\]{
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[90px\]{
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[268px\]{
  padding-bottom: 268px;
}
.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[173px\]{
  padding-left: 173px;
}
.pl-\[58px\]{
  padding-left: 58px;
}
.pl-\[5px\]{
  padding-left: 5px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-\[140px\]{
  padding-top: 140px;
}
.pt-\[170px\]{
  padding-top: 170px;
}
.pt-\[71px\]{
  padding-top: 71px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.indent-9{
  text-indent: 2.25rem;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.font-kanit{
  font-family: Kanit, sans-serif;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[80px\]{
  font-size: 80px;
}
.text-base{
  font-size: 16px;
  line-height: 21px;
}
.text-button-l{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.004em;
  font-weight: 500;
}
.text-button-m{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.004em;
  font-weight: 600;
}
.text-button-menu-bar{
  font-size: 20px;
  line-height: 30px;
}
.text-button-s{
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.004em;
  font-weight: 500;
}
.text-button-underline-12{
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
.text-button-underline-14{
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.text-button-underline-16{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.004em;
  font-weight: 600;
}
.text-button-xs{
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.004em;
  font-weight: 500;
}
.text-desktop-body-1{
  font-size: 16px;
  line-height: 21px;
}
.text-desktop-body-2{
  font-size: 14px;
  line-height: 21px;
}
.text-desktop-body-s{
  font-size: 14px;
  line-height: 21px;
}
.text-desktop-display{
  font-size: 48px;
  line-height: 72px;
}
.text-desktop-heading-1{
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
.text-desktop-heading-2{
  font-size: 28px;
  line-height: 42px;
}
.text-desktop-heading-3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.text-desktop-heading-4{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.text-desktop-heading-5{
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.text-desktop-paragraph-1{
  font-size: 16px;
  line-height: 24px;
}
.text-desktop-paragraph-2{
  font-size: 14px;
  line-height: 21px;
}
.text-desktop-small{
  font-size: 12px;
  line-height: 18px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-mobile-heading-1{
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.text-mobile-heading-2{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.text-number-40{
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.004em;
  font-weight: 700;
}
.text-xl{
  font-size: 20px;
  line-height: 24px;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[21px\]{
  line-height: 21px;
}
.\!text-blueGray-300{
  --tw-text-opacity: 1 !important;
  color: rgb(214 214 214 / var(--tw-text-opacity)) !important;
}
.\!text-blueGray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(157 180 206 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-400{
  --tw-text-opacity: 1 !important;
  color: rgb(178 178 178 / var(--tw-text-opacity)) !important;
}
.\!text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgb(103 80 164 / var(--tw-text-opacity)) !important;
}
.text-\[\#\#637381\]{
  color: ##637381;
}
.text-\[\#111928\]{
  --tw-text-opacity: 1;
  color: rgb(17 25 40 / var(--tw-text-opacity));
}
.text-\[\#191919\]{
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.text-\[\#313131\]{
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blueGray-200{
  --tw-text-opacity: 1;
  color: rgb(231 231 231 / var(--tw-text-opacity));
}
.text-blueGray-300{
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity));
}
.text-blueGray-400{
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}
.text-blueGray-500{
  --tw-text-opacity: 1;
  color: rgb(157 180 206 / var(--tw-text-opacity));
}
.text-blueGray-700{
  --tw-text-opacity: 1;
  color: rgb(122 140 160 / var(--tw-text-opacity));
}
.text-blueGray-900{
  --tw-text-opacity: 1;
  color: rgb(85 97 110 / var(--tw-text-opacity));
}
.text-blueSky-900{
  --tw-text-opacity: 1;
  color: rgb(7 92 179 / var(--tw-text-opacity));
}
.text-neutral-300{
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(146 146 146 / var(--tw-text-opacity));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity));
}
.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(164 150 200 / var(--tw-text-opacity));
}
.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(103 80 164 / var(--tw-text-opacity));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(68 48 144 / var(--tw-text-opacity));
}
.text-sementic-error-base{
  --tw-text-opacity: 1;
  color: rgb(229 21 83 / var(--tw-text-opacity));
}
.text-sementic-success-base{
  --tw-text-opacity: 1;
  color: rgb(39 174 96 / var(--tw-text-opacity));
}
.text-sementic-text-error{
  --tw-text-opacity: 1;
  color: rgb(188 28 33 / var(--tw-text-opacity));
}
.text-sementic-text-success{
  --tw-text-opacity: 1;
  color: rgb(0 68 52 / var(--tw-text-opacity));
}
.text-sementic-warning-base{
  --tw-text-opacity: 1;
  color: rgb(214 114 0 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-1{
  --tw-shadow: 0px 1px 3px 0px #A6AFC366;
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-facbook-messenger{
  --tw-shadow: 0px 3px 24px 0px rgba(103, 80, 164, 0.3);
  --tw-shadow-colored: 0px 3px 24px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-logo{
  --tw-shadow: 0px 3px 24px 0px rgba(103, 80, 164, 0.8);
  --tw-shadow-colored: 0px 3px 24px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-m{
  --tw-shadow: 0px 4px 50px 0px rgba(122, 140, 160, 0.15);
  --tw-shadow-colored: 0px 4px 50px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-s{
  --tw-shadow: 0px 1px 8px 0px rgba(166, 175, 195, 0.2);
  --tw-shadow-colored: 0px 1px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-s-hover{
  --tw-shadow: 0px 3px 24px -10px rgba(103, 80, 164, 0.3);
  --tw-shadow-colored: 0px 3px 24px -10px 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-neutral-900\/20{
  --tw-shadow-color: rgb(25 25 25 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400{
  --tw-shadow-color: #6750a4;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-2{
  outline-width: 2px;
}
.outline-\[3px\]{
  outline-width: 3px;
}
.outline-neutral-200{
  outline-color: #e7e7e7;
}
.outline-purple-100{
  outline-color: #c8c0de;
}
.outline-purple-200{
  outline-color: #a496c8;
}
.outline-sementic-error-base{
  outline-color: #E51553;
}
.outline-sementic-error-light{
  outline-color: #FCE3EA;
}
.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);
}
.backdrop-blur-\[20px\]{
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  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-\[600ms\]{
  transition-duration: 600ms;
}
.duration-\[750ms\]{
  transition-duration: 750ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.text-shadow-text{
  text-shadow: 3px 2px 4px var(--tw-shadow-color);
}
body{
  font-family: Kanit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
@keyframes modalBounceIn {
    from,
    50%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
@keyframes modalBounceOut {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.animate__modalBounceIn {
    animation: modalBounceIn 500ms forwards;
}
.animat__modalBounceOut {
    animation: modalBounceOut 500ms forwards;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.placeholder\:\!text-neutral-400::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(178 178 178 / var(--tw-text-opacity)) !important;
}
.placeholder\:\!text-neutral-400::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(178 178 178 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-neutral-300::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity));
}
.placeholder\:text-neutral-300::placeholder{
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity));
}
.placeholder\:text-neutral-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}
.placeholder\:text-neutral-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}
.hover\:border-purple-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(103 80 164 / var(--tw-border-opacity));
}
.hover\:border-transparent:hover{
  border-color: transparent;
}
.hover\:bg-background-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 255 / var(--tw-bg-opacity));
}
.hover\:bg-blueGray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 255 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.hover\:bg-purple-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(103 80 164 / var(--tw-bg-opacity));
}
.hover\:bg-purple-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 229 241 / var(--tw-bg-opacity));
}
.hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 48 144 / var(--tw-bg-opacity));
}
.hover\:bg-sementic-error-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 227 234 / var(--tw-bg-opacity));
}
.hover\:bg-sementic-text-error:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(188 28 33 / var(--tw-bg-opacity));
}
.hover\:from-purple-600:hover{
  --tw-gradient-from: #443090 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 48 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-purple-600:hover{
  --tw-gradient-to: #443090 var(--tw-gradient-to-position);
}
.hover\:text-desktop-heading-3:hover{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.hover\:text-neutral-500:hover{
  --tw-text-opacity: 1;
  color: rgb(146 146 146 / var(--tw-text-opacity));
}
.hover\:text-purple-400:hover{
  --tw-text-opacity: 1;
  color: rgb(103 80 164 / var(--tw-text-opacity));
}
.hover\:text-purple-600:hover{
  --tw-text-opacity: 1;
  color: rgb(68 48 144 / var(--tw-text-opacity));
}
.hover\:outline:hover{
  outline-style: solid;
}
.hover\:outline-1:hover{
  outline-width: 1px;
}
.hover\:outline-neutral-100:hover{
  outline-color: #f1f1f1;
}
.focus\:bg-gradient-to-r:focus{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-0:focus{
  outline-width: 0px;
}
.active\:bg-purple-400:active{
  --tw-bg-opacity: 1;
  background-color: rgb(103 80 164 / var(--tw-bg-opacity));
}
.active\:bg-purple-50:active{
  --tw-bg-opacity: 1;
  background-color: rgb(233 229 241 / var(--tw-bg-opacity));
}
.active\:bg-sementic-error-base:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 21 83 / var(--tw-bg-opacity));
}
.active\:bg-transparent:active{
  background-color: transparent;
}
.active\:bg-white:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.active\:bg-gradient-to-r:active{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.active\:from-secondary-200:active{
  --tw-gradient-from: #9bd7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 215 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.active\:to-purple-400:active{
  --tw-gradient-to: #6750a4 var(--tw-gradient-to-position);
}
.active\:text-desktop-heading-3:active{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.active\:text-blueGray-700:active{
  --tw-text-opacity: 1;
  color: rgb(122 140 160 / var(--tw-text-opacity));
}
.active\:text-neutral-900:active{
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.active\:text-purple-400:active{
  --tw-text-opacity: 1;
  color: rgb(103 80 164 / var(--tw-text-opacity));
}
.active\:text-white:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active\:outline:active{
  outline-style: solid;
}
.active\:outline-\[3px\]:active{
  outline-width: 3px;
}
.active\:\!outline-offset-0:active{
  outline-offset: 0px !important;
}
.active\:outline-neutral-200:active{
  outline-color: #e7e7e7;
}
.active\:outline-purple-200:active{
  outline-color: #a496c8;
}
.active\:outline-sementic-error-light:active{
  outline-color: #FCE3EA;
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:bg-neutral-300:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
.disabled\:bg-neutral-50:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.disabled\:text-neutral-300:disabled{
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity));
}
@media (min-width: 744px){
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:my-\[72px\]{
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-\[72px\]{
    margin-bottom: 72px;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:mt-\[-12px\]{
    margin-top: -12px;
  }
  .md\:mt-\[-33px\]{
    margin-top: -33px;
  }
  .md\:mt-\[72px\]{
    margin-top: 72px;
  }
  .md\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:aspect-\[3\/4\.85\]{
    aspect-ratio: 3/4.85;
  }
  .md\:\!h-\[856px\]{
    height: 856px !important;
  }
  .md\:h-5{
    height: 1.25rem;
  }
  .md\:h-6{
    height: 1.5rem;
  }
  .md\:h-9{
    height: 2.25rem;
  }
  .md\:h-\[1464px\]{
    height: 1464px;
  }
  .md\:h-\[1788px\]{
    height: 1788px;
  }
  .md\:h-\[21px\]{
    height: 21px;
  }
  .md\:h-\[299px\]{
    height: 299px;
  }
  .md\:h-\[30px\]{
    height: 30px;
  }
  .md\:h-\[38px\]{
    height: 38px;
  }
  .md\:h-\[466px\]{
    height: 466px;
  }
  .md\:h-\[60px\]{
    height: 60px;
  }
  .md\:h-\[84px\]{
    height: 84px;
  }
  .md\:h-\[856px\]{
    height: 856px;
  }
  .md\:h-\[981px\]{
    height: 981px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:min-h-12{
    min-height: 3rem;
  }
  .md\:min-h-\[34px\]{
    min-height: 34px;
  }
  .md\:w-\[156px\]{
    width: 156px;
  }
  .md\:w-\[192px\]{
    width: 192px;
  }
  .md\:w-\[220px\]{
    width: 220px;
  }
  .md\:w-\[290px\]{
    width: 290px;
  }
  .md\:w-\[365px\]{
    width: 365px;
  }
  .md\:w-\[399px\]{
    width: 399px;
  }
  .md\:w-\[584px\]{
    width: 584px;
  }
  .md\:w-\[58px\]{
    width: 58px;
  }
  .md\:w-\[60px\]{
    width: 60px;
  }
  .md\:w-\[614px\]{
    width: 614px;
  }
  .md\:w-\[744px\]{
    width: 744px;
  }
  .md\:w-\[84px\]{
    width: 84px;
  }
  .md\:max-w-\[300px\]{
    max-width: 300px;
  }
  .md\:max-w-\[340px\]{
    max-width: 340px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .md\:gap-y-10{
    row-gap: 2.5rem;
  }
  .md\:gap-y-20{
    row-gap: 5rem;
  }
  .md\:gap-y-\[10px\]{
    row-gap: 10px;
  }
  .md\:gap-y-\[72px\]{
    row-gap: 72px;
  }
  .md\:whitespace-normal{
    white-space: normal;
  }
  .md\:whitespace-pre-line{
    white-space: pre-line;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }
  .md\:px-\[92\.5px\]{
    padding-left: 92.5px;
    padding-right: 92.5px;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .md\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:py-\[25px\]{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .md\:pb-\[358px\]{
    padding-bottom: 358px;
  }
  .md\:pl-20{
    padding-left: 5rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:\!text-desktop-heading-1{
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 500 !important;
  }
  .md\:text-\[200px\]{
    font-size: 200px;
  }
  .md\:text-desktop-body-1{
    font-size: 16px;
    line-height: 21px;
  }
  .md\:text-desktop-body-2{
    font-size: 14px;
    line-height: 21px;
  }
  .md\:text-desktop-heading-1{
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }
  .md\:text-desktop-heading-2{
    font-size: 28px;
    line-height: 42px;
  }
  .md\:text-desktop-heading-3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  .md\:text-desktop-heading-4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .md\:text-desktop-paragraph-1{
    font-size: 16px;
    line-height: 24px;
  }
  .md\:text-mobile-heading-1{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
  }
  .md\:text-mobile-heading-2{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
  .md\:font-bold{
    font-weight: 700;
  }
  .md\:leading-\[299px\]{
    line-height: 299px;
  }
}
@media (min-width: 1440px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-\[-73px\]{
    margin-top: -73px;
  }
  .lg\:mt-\[370px\]{
    margin-top: 370px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:\!h-\[973px\]{
    height: 973px !important;
  }
  .lg\:h-\[1178px\]{
    height: 1178px;
  }
  .lg\:h-\[120px\]{
    height: 120px;
  }
  .lg\:h-\[1674px\]{
    height: 1674px;
  }
  .lg\:h-\[30px\]{
    height: 30px;
  }
  .lg\:h-\[343px\]{
    height: 343px;
  }
  .lg\:h-\[346px\]{
    height: 346px;
  }
  .lg\:h-\[446px\]{
    height: 446px;
  }
  .lg\:h-\[472px\]{
    height: 472px;
  }
  .lg\:h-\[50px\]{
    height: 50px;
  }
  .lg\:h-\[919px\]{
    height: 919px;
  }
  .lg\:h-\[973px\]{
    height: 973px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:w-\[1118px\]{
    width: 1118px;
  }
  .lg\:w-\[1120px\]{
    width: 1120px;
  }
  .lg\:w-\[120px\]{
    width: 120px;
  }
  .lg\:w-\[1440px\]{
    width: 1440px;
  }
  .lg\:w-\[360px\]{
    width: 360px;
  }
  .lg\:w-\[793px\]{
    width: 793px;
  }
  .lg\:w-\[96px\]{
    width: 96px;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[1120px\]{
    max-width: 1120px;
  }
  .lg\:max-w-\[1440px\]{
    max-width: 1440px;
  }
  .lg\:max-w-\[355px\]{
    max-width: 355px;
  }
  .lg\:max-w-\[793px\]{
    max-width: 793px;
  }
  .lg\:max-w-\[837px\]{
    max-width: 837px;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .lg\:gap-x-\[118px\]{
    -moz-column-gap: 118px;
         column-gap: 118px;
  }
  .lg\:gap-x-\[60px\]{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .lg\:gap-y-20{
    row-gap: 5rem;
  }
  .lg\:gap-y-\[60px\]{
    row-gap: 60px;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:whitespace-normal{
    white-space: normal;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:\!px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:\!px-\[120px\]{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .lg\:\!px-\[160px\]{
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:px-\[120px\]{
    padding-left: 120px;
    padding-right: 120px;
  }
  .lg\:px-\[150\.5px\]{
    padding-left: 150.5px;
    padding-right: 150.5px;
  }
  .lg\:px-\[160px\]{
    padding-left: 160px;
    padding-right: 160px;
  }
  .lg\:px-\[222px\]{
    padding-left: 222px;
    padding-right: 222px;
  }
  .lg\:px-\[255px\]{
    padding-left: 255px;
    padding-right: 255px;
  }
  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:py-\[66px\]{
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-\[296px\]{
    padding-bottom: 296px;
  }
  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }
  .lg\:\!text-desktop-display{
    font-size: 48px !important;
    line-height: 72px !important;
  }
  .lg\:text-desktop-body-1{
    font-size: 16px;
    line-height: 21px;
  }
  .lg\:text-desktop-heading-1{
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }
  .lg\:text-desktop-heading-2{
    font-size: 28px;
    line-height: 42px;
  }
  .lg\:text-desktop-heading-3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  .lg\:text-desktop-paragraph-1{
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1920px){
  .xl\:h-\[1374px\]{
    height: 1374px;
  }
  .xl\:h-\[911px\]{
    height: 911px;
  }
  .xl\:w-\[1920px\]{
    width: 1920px;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:px-\[290px\]{
    padding-left: 290px;
    padding-right: 290px;
  }
  .desktop\:px-\[120px\]{
    padding-left: 120px;
    padding-right: 120px;
  }
}

.spinner {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, currentColor 94%, #0000) top/3.8px 3.8px no-repeat,
        conic-gradient(#0000 30%, currentColor);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3.3px), #000 0);
    animation: spinner-c7wet2 0.8s infinite linear;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes slide-in-from-top {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.slide-in-from-top {
    animation: slide-in-from-top 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-out {
    animation: fade-out 1s forwards;
}

.react-datepicker {
    width: 250px;
}

.react-datepicker__triangle {
    display: none;
}

.react-datepicker__day--today {
    font-weight: 400;
}

.react-datepicker__header {
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0px;
}

.react-datepicker__day-names {
    display: none;
}

.react-datepicker__month-container {
    width: 248px;
    padding-bottom: 1rem;
}

.react-datepicker__month {
    margin: 0px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.react-datepicker__day--outside-month {
    pointer-events: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
    color: transparent !important;
}

.react-datepicker__week {
    display: flex;
}

.react-datepicker__day {
    margin: 0px;
    display: flex;
    height: 2rem;
    width: 31.15px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border-width: 0.5px;
    --tw-border-opacity: 1;
    border-color: rgb(178 178 178 / var(--tw-border-opacity));
}

.react-datepicker__week > div {
    margin-right: -0.5px !important;
}

.react-datepicker__week:not(:last-child) {
    margin-bottom: -0.5px !important;
}

.react-datepicker__week:nth-child(6) {
    margin-top: -0.5px !important;
}

.react-datepicker__day:hover {
    border-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(233 229 241 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(103 80 164 / var(--tw-text-opacity));
}

.react-datepicker__day--selected {
    --tw-bg-opacity: 1;
    background-color: rgb(103 80 164 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.react-datepicker__month-dropdown,
.react-datepicker__year-dropdown {
    height: 220px;
    width: 250px;
    overflow-y: scroll;
    border-radius: 0.375rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 10px;
    padding-bottom: 10px;
    --tw-text-opacity: 1;
    color: rgb(85 97 110 / var(--tw-text-opacity));
    --tw-shadow: 0px 1px 3px 0px #A6AFC366;
    --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.react-datepicker__day--keyboard-selected {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.react-datepicker__day--disabled {
    pointer-events: none;
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(178 178 178 / var(--tw-text-opacity));
}

