/*
! tailwindcss v3.4.10 | 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[10\%\] {
  bottom: 10%;
}

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

.left-0 {
  left: 0px;
}

.left-\[-19\%\] {
  left: -19%;
}

.left-\[2\%\] {
  left: 2%;
}

.left-\[5\%\] {
  left: 5%;
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.right-\[-19\%\] {
  right: -19%;
}

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

.top-0 {
  top: 0px;
}

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

.top-\[0\] {
  top: 0;
}

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

.top-\[10\%\] {
  top: 10%;
}

.top-\[100\%\] {
  top: 100%;
}

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

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

.top-\[40\%\] {
  top: 40%;
}

.top-\[60\%\] {
  top: 60%;
}

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.\!mx-\[1\.5vw\] {
  margin-left: 1.5vw !important;
  margin-right: 1.5vw !important;
}

.\!mx-\[2vw\] {
  margin-left: 2vw !important;
  margin-right: 2vw !important;
}

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

.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}

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

.my-\[4\%\] {
  margin-top: 4%;
  margin-bottom: 4%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[8\%\] {
  margin-left: 8%;
}

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

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

.mr-\[1\%\] {
  margin-right: 1%;
}

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

.mr-auto {
  margin-right: auto;
}

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

.mt-\[0\.5\%\] {
  margin-top: 0.5%;
}

.mt-\[1\%\] {
  margin-top: 1%;
}

.mt-\[1\.7\%\] {
  margin-top: 1.7%;
}

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

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

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

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

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

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

.mt-\[2\.5\%\] {
  margin-top: 2.5%;
}

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

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

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

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

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

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

.mt-\[4\%\] {
  margin-top: 4%;
}

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

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

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

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

.mt-\[7\%\] {
  margin-top: 7%;
}

.mt-\[8\%\] {
  margin-top: 8%;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\.5\/1\] {
  aspect-ratio: 1.5/1;
}

.aspect-\[1\/1\.4\] {
  aspect-ratio: 1/1.4;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

.w-0 {
  width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-\[40\%\] {
  min-width: 40%;
}

.max-w-none {
  max-width: none;
}

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

.flex-none {
  flex: none;
}

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

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-top-left {
  transform-origin: top left;
}

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

.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 loop-slide {
  from {
    transform: translateX(0);
  }

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

.animate-loop-slide1 {
  animation: loop-slide 34s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

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

.animate-loop-slide2 {
  animation: loop-slide 20s infinite linear 1s both;
}

@keyframes fade {
  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.animate-slowblink {
  animation: fade 2s ease-in-out infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.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-\[1fr_30\%\] {
  grid-template-columns: 1fr 30%;
}

.grid-cols-\[80\%_1fr\] {
  grid-template-columns: 80% 1fr;
}

.grid-cols-\[85\%_1fr\] {
  grid-template-columns: 85% 1fr;
}

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

.gap-\[5\%\] {
  gap: 5%;
}

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

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

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

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

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

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

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

.gap-y-\[15\%\] {
  row-gap: 15%;
}

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

.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-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * 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));
}

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

.divide-\[\#F5F5F5\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity));
}

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

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-ellipsis {
  text-overflow: ellipsis;
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-\[\#232124\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 33 36 / var(--tw-border-opacity));
}

.border-\[\#884798\] {
  --tw-border-opacity: 1;
  border-color: rgb(136 71 152 / var(--tw-border-opacity));
}

.border-\[\#AAAAAA\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

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

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

.border-b-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-t-\[\#F5F5F5\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
}

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

.bg-\[\#884798\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 71 152 / var(--tw-bg-opacity));
}

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

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

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-current {
  background-color: currentColor;
}

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

.bg-\[linear-gradient\(111\.87deg\2c \#0C2F55_0\%\2c \#4C1773_46\.94\%\2c \#884798_93\.89\%\)\] {
  background-image: linear-gradient(111.87deg,#0C2F55 0%,#4C1773 46.94%,#884798 93.89%);
}

.bg-\[linear-gradient\(111\.87deg\2c \#4808AE_0\%\2c \#430074_46\.94\%\2c \#884798_93\.89\%\)\] {
  background-image: linear-gradient(111.87deg,#4808AE 0%,#430074 46.94%,#884798 93.89%);
}

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

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[1\.3rem\] {
  padding: 1.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

.py-\[4\%\] {
  padding-top: 4%;
  padding-bottom: 4%;
}

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

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

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

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

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

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

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

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

.pb-\[15\%\] {
  padding-bottom: 15%;
}

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

.pb-\[18\%\] {
  padding-bottom: 18%;
}

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

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

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

.pb-\[5\%\] {
  padding-bottom: 5%;
}

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

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

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

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

.pb-\[9\%\] {
  padding-bottom: 9%;
}

.pl-\[10\%\] {
  padding-left: 10%;
}

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

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

.pl-\[3\%\] {
  padding-left: 3%;
}

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

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

.pl-\[8\%\] {
  padding-left: 8%;
}

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

.pr-\[2\%\] {
  padding-right: 2%;
}

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

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

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

.pr-\[3\%\] {
  padding-right: 3%;
}

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

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

.pt-\[1\.5\%\] {
  padding-top: 1.5%;
}

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

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

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

.pt-\[13\.5\%\] {
  padding-top: 13.5%;
}

.pt-\[15\%\] {
  padding-top: 15%;
}

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

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

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

.pt-\[25\%\] {
  padding-top: 25%;
}

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

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

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

.pt-\[7\%\] {
  padding-top: 7%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-none {
  line-height: 1;
}

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

.text-\[\#232124\] {
  --tw-text-opacity: 1;
  color: rgb(35 33 36 / var(--tw-text-opacity));
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#884798\] {
  --tw-text-opacity: 1;
  color: rgb(136 71 152 / var(--tw-text-opacity));
}

.text-\[\#AAAAAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.text-\[\#C6C6C6\] {
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity));
}

.text-\[\#DB6A6B\] {
  --tw-text-opacity: 1;
  color: rgb(219 106 107 / 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-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.accent-\[\#884798\] {
  accent-color: #884798;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

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

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

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  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, 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;
}

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

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

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

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

.text_box_trim {
  text-box: trim-both cap alphabetic;
}

/* 上台形 */

.bg_top_trapezoid {
  background: linear-gradient(111.87deg, #4808AE 0%, #430074 46.94%, #430074 46.95%);
}

/* 下台形 */

.bg_bottom_trapezoid {
  background: linear-gradient(111.87deg, #430074 46.95%, #884798 93.89%);
}

.\[writing-mode\:vertical-rl\] {
  writing-mode: vertical-rl;
}

/* トップページ */

section.main_area {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

section.top_area {
  position: relative;
  height: 100dvh;
  overflow: hidden;
}

section.aboutus_area {
  /* Service */
  position: relative;
  top: 30%;
  z-index: 20;
  display: flex;
  height: 1789px;
  width: 100%;
  align-items: center;
  padding-top: 0px;
  --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);
  background-image:
  url('../images/index/aboutus-logo.svg'),
  linear-gradient(
    179.72deg,
    #F5F5F5 0.36%,
    rgba(136, 71, 152, 0.7) 11.96%,
    #884798 25.65%,
    #6A367A 39.34%,
    #6A367A 72.59%,
    #8A5F94 82.18%,
    #F5F5F5 98.01%
  );
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: right center, center;
}

img.aboutus_image_01 {
  width: 192px;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

img.aboutus_image_02 {
  width: 288px;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

img.aboutus_image_03 {
  width: 420px;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.ourservice_area {
  position: relative;
  z-index: 20;
  margin-top: -1px;
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
  padding-bottom: 10%;
  padding-top: 5%;
}

.parallax {
  transform: translateY(var(--p));
  transition: transform 0.1s linear;
}

section.news_area {
  position: relative;
  z-index: 20;
  margin-top: -1px;
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-top: 10%;
  padding-bottom: 10%;
}

label.lbl_title_white {
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

label.lbl_title_purple {
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(136 71 152 / var(--tw-text-opacity));
}

h2.h2_title_white {
  padding-top: 3%;
  font-size: 96px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h2.h2_title_black {
  padding-top: 3%;
  font-size: 96px;
}

h2.h2_title_black_inner {
  padding-bottom: 5%;
}

div.div_box {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

section.recruit_area {
  position: relative;
  z-index: 20;
  height: 100%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

img.recruit_image_01,
img.recruit_image_02,
img.recruit_image_03 {
  height: 100%;
  width: 690px;
  -o-object-fit: cover;
     object-fit: cover;
}

img.recruit_image_sp {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider {
  width: 200%;
  display: flex;
}

.slide-track {
  display: flex;
  width: calc(690px * 6);
  /* 画像幅 × 6 */
  animation: scroll 60s linear infinite;
}

.slide {
  width: 690px;
  flex-shrink: 0;
}

.slide img {
  width: 690px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* 永遠に流れるアニメーション */

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

  to {
    transform: translateX(calc(-690px * 3));
  }
}

/* スマホは停止 */

@media (max-width: 640px) {
  .slide-track {
    animation: none;
    transform: translateX(0);
  }

  section.aboutus_area {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  section.ourservice_area {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  section.news_area {
    /* @apply h-[762px] w-full !bg-white relative z-20 pt-[5%]; */
  }

  label.lbl_title_white {
    font-size: 12px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  label.lbl_title_purple {
    font-size: 12px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(136 71 152 / var(--tw-text-opacity));
  }

  h2.h2_title_white {
    padding-top: 3%;
    font-size: 36px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  h2.h2_title_black {
    padding-top: 3%;
    font-size: 36px;
    font-weight: 600;
  }

  h2.h2_title_black_inner {
    padding-bottom: 0px;
  }

  .aboutus_image_02 {
    max-width: 75px;
  }

  .aboutus_image_03 {
    width: 254px;
  }
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-\[\#884798\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(136 71 152 / var(--tw-border-opacity));
}

.hover\:border-\[\#AAAAAA\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity));
}

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

.hover\:text-\[\#884798\]:hover {
  --tw-text-opacity: 1;
  color: rgb(136 71 152 / var(--tw-text-opacity));
}

.hover\:text-\[\#AAAAAA\]:hover {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

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

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

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

.disabled\:text-\[\#AAAAAA\]:disabled {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:translate-x-\[10\%\] {
  --tw-translate-x: 10%;
  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:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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:hover .group-hover\:bg-\[\#884798\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 71 152 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[\#CCCCCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:\!text-\[\#884798\] {
  --tw-text-opacity: 1 !important;
  color: rgb(136 71 152 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-\[\#884798\] {
  --tw-text-opacity: 1;
  color: rgb(136 71 152 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:disabled .group-disabled\:bg-\[\#CCCCCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.group:disabled .group-disabled\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px) {
  .max-sm\:left-0 {
    left: 0px;
  }

  .max-sm\:top-0 {
    top: 0px;
  }

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

  .max-sm\:top-\[10\%\] {
    top: 10%;
  }

  .max-sm\:z-\[99\] {
    z-index: 99;
  }

  .max-sm\:mx-\[5\%\] {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .max-sm\:-mt-\[20\%\] {
    margin-top: -20%;
  }

  .max-sm\:mb-\[1\%\] {
    margin-bottom: 1%;
  }

  .max-sm\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .max-sm\:mb-\[5\%\] {
    margin-bottom: 5%;
  }

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

  .max-sm\:ml-\[100px\] {
    margin-left: 100px;
  }

  .max-sm\:ml-auto {
    margin-left: auto;
  }

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

  .max-sm\:mr-\[120px\] {
    margin-right: 120px;
  }

  .max-sm\:mr-\[30px\] {
    margin-right: 30px;
  }

  .max-sm\:mt-\[12px\] {
    margin-top: 12px;
  }

  .max-sm\:mt-\[15\%\] {
    margin-top: 15%;
  }

  .max-sm\:mt-\[16px\] {
    margin-top: 16px;
  }

  .max-sm\:mt-\[30\%\] {
    margin-top: 30%;
  }

  .max-sm\:mt-\[32px\] {
    margin-top: 32px;
  }

  .max-sm\:mt-\[5\%\] {
    margin-top: 5%;
  }

  .max-sm\:mt-\[50px\] {
    margin-top: 50px;
  }

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

  .max-sm\:mt-\[64px\] {
    margin-top: 64px;
  }

  .max-sm\:mt-\[8px\] {
    margin-top: 8px;
  }

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

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

  .max-sm\:mr-\[15px\] {
    margin-right: 15px;
  }

  .max-sm\:block {
    display: block;
  }

  .max-sm\:flex {
    display: flex;
  }

  .max-sm\:inline-flex {
    display: inline-flex;
  }

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:aspect-\[1\/0\.55\] {
    aspect-ratio: 1/0.55;
  }

  .max-sm\:\!h-\[992px\] {
    height: 992px !important;
  }

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

  .max-sm\:\!w-\[180px\] {
    width: 180px !important;
  }

  .max-sm\:\!w-\[250px\] {
    width: 250px !important;
  }

  .max-sm\:\!w-\[310px\] {
    width: 310px !important;
  }

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

  .max-sm\:w-\[70\%\] {
    width: 70%;
  }

  .max-sm\:w-\[90\%\] {
    width: 90%;
  }

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

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

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

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

  .max-sm\:justify-self-start {
    justify-self: start;
  }

  .max-sm\:bg-transparent {
    background-color: transparent;
  }

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

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

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

  .max-sm\:px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .max-sm\:py-\[20\%\] {
    padding-top: 20%;
    padding-bottom: 20%;
  }

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

  .max-sm\:py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

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

  .max-sm\:pb-\[45\%\] {
    padding-bottom: 45%;
  }

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

  .max-sm\:pb-\[80px\] {
    padding-bottom: 80px;
  }

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

  .max-sm\:pt-0 {
    padding-top: 0px;
  }

  .max-sm\:pt-\[115px\] {
    padding-top: 115px;
  }

  .max-sm\:pt-\[12\%\] {
    padding-top: 12%;
  }

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

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

  .max-sm\:pt-\[4\%\] {
    padding-top: 4%;
  }

  .max-sm\:pt-\[5\%\] {
    padding-top: 5%;
  }

  .max-sm\:pt-\[64px\] {
    padding-top: 64px;
  }

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

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

  .max-sm\:text-center {
    text-align: center;
  }

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

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

  .max-sm\:text-\[13px\] {
    font-size: 13px;
  }

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

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

  .max-sm\:text-\[25px\] {
    font-size: 25px;
  }

  .max-sm\:text-\[26px\] {
    font-size: 26px;
  }

  .max-sm\:text-\[27px\] {
    font-size: 27px;
  }

  .max-sm\:text-\[30px\] {
    font-size: 30px;
  }

  .max-sm\:text-\[40px\] {
    font-size: 40px;
  }

  .max-sm\:text-\[56px\] {
    font-size: 56px;
  }

  .max-sm\:text-\[66px\] {
    font-size: 66px;
  }

  .max-sm\:text-\[90px\] {
    font-size: 90px;
  }

  .max-sm\:font-light {
    font-weight: 300;
  }

  .max-sm\:font-medium {
    font-weight: 500;
  }

  .max-sm\:font-normal {
    font-weight: 400;
  }

  .max-sm\:leading-none {
    line-height: 1;
  }

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

  .max-sm\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px) {
  .sm\:fixed {
    position: fixed;
  }

  .sm\:relative {
    position: relative;
  }

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

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

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

  .sm\:mt-\[1\%\] {
    margin-top: 1%;
  }

  .sm\:mt-\[1\.5\%\] {
    margin-top: 1.5%;
  }

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

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

  .sm\:mt-\[4\%\] {
    margin-top: 4%;
  }

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

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[2\.5\/1\] {
    aspect-ratio: 2.5/1;
  }

  .sm\:h-\[100dvh\] {
    height: 100dvh;
  }

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

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

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

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

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

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

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

  .sm\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

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

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

  .sm\:grid-cols-\[11\%_1fr\] {
    grid-template-columns: 11% 1fr;
  }

  .sm\:grid-cols-\[30\%_1fr\] {
    grid-template-columns: 30% 1fr;
  }

  .sm\:grid-cols-\[328px_1fr\] {
    grid-template-columns: 328px 1fr;
  }

  .sm\:grid-cols-\[352px_1fr\] {
    grid-template-columns: 352px 1fr;
  }

  .sm\:grid-cols-\[50\%_auto\] {
    grid-template-columns: 50% auto;
  }

  .sm\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

  .sm\:grid-rows-\[128px\] {
    grid-template-rows: 128px;
  }

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

  .sm\:gap-\[10\%\] {
    gap: 10%;
  }

  .sm\:gap-\[25\%\] {
    gap: 25%;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

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

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

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

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

  .sm\:py-\[2\%\] {
    padding-top: 2%;
    padding-bottom: 2%;
  }

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

  .sm\:pb-\[5\%\] {
    padding-bottom: 5%;
  }

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

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

  .sm\:pl-\[5\%\] {
    padding-left: 5%;
  }

  .sm\:pr-\[10\%\] {
    padding-right: 10%;
  }

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

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

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

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

@media (min-width: 1024px) {
  .lg\:text-\[93px\] {
    font-size: 93px;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[5\%\] {
    left: 5%;
  }

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

@media (min-width: 1536px) {
  .\32xl\:text-\[156px\] {
    font-size: 156px;
  }
}