*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

.left-0 {
  left: 0px;
}

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

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

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

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

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

.left-\[28\.3\%\] {
  left: 28.3%;
}

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

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

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

.right-0 {
  right: 0px;
}

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

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

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

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

.top-0 {
  top: 0px;
}

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

.top-3 {
  top: 0.75rem;
}

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

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

.top-\[21\.2\%\] {
  top: 21.2%;
}

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

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

.top-\[34\.5\%\] {
  top: 34.5%;
}

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

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

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

.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-\[0\] {
  z-index: 0;
}

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

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

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

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

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

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

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

.h-\[20\.3\%\] {
  height: 20.3%;
}

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

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

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

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

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

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

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

.h-\[49\.1\%\] {
  height: 49.1%;
}

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

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

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

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

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

.h-\[65\.5\%\] {
  height: 65.5%;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

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

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

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

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

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

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

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[38\.9\%\] {
  width: 38.9%;
}

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  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));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-\[\#09b2ba\] {
  --tw-border-opacity: 1;
  border-color: rgb(9 178 186 / var(--tw-border-opacity, 1));
}

.border-\[\#A5A5A5\]\/40 {
  border-color: rgb(165 165 165 / 0.4);
}

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

.bg-\[\#09B2BA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 178 186 / var(--tw-bg-opacity, 1));
}

.bg-\[\#09b2ba\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 178 186 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7CCED2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 206 210 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBFCFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 252 253 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#cce5e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 229 230 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d6eeef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 238 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ebfcfd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 252 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#eef6f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 249 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.fill-\[\#B9B9B9\] {
  fill: #B9B9B9;
}

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-20 {
  padding-top: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-\[74\.5px\] {
  padding-top: 74.5px;
}

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

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

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

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

.font-\[\'Noto_SANS_JP\'\] {
  font-family: 'Noto SANS JP';
}

.font-\[\'Noto_Sans_JP\'\] {
  font-family: 'Noto Sans JP';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

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

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

.tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}

.tracking-\[0px\] {
  letter-spacing: 0px;
}

.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}

.tracking-\[1\.6px\] {
  letter-spacing: 1.6px;
}

.tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}

.tracking-\[2\.0px\] {
  letter-spacing: 2.0px;
}

.tracking-\[2\.4px\] {
  letter-spacing: 2.4px;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.tracking-\[3\.2px\] {
  letter-spacing: 3.2px;
}

.tracking-\[4\.8px\] {
  letter-spacing: 4.8px;
}

.text-\[\#09B2BA\] {
  --tw-text-opacity: 1;
  color: rgb(9 178 186 / var(--tw-text-opacity, 1));
}

.text-\[\#09b2ba\] {
  --tw-text-opacity: 1;
  color: rgb(9 178 186 / var(--tw-text-opacity, 1));
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-\[0px_0px_20px_0px_rgba\(113\2c 113\2c 113\2c 0\.16\)\] {
  --tw-shadow: 0px 0px 20px 0px rgba(113,113,113,0.16);
  --tw-shadow-colored: 0px 0px 20px 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);
}

.outline {
  outline-style: solid;
}

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.first\:border-t-\[0\.5px\]:first-child {
  border-top-width: 0.5px;
}

.hover\:bg-\[\#09b2ba\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 178 186 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FF9A1F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 154 31 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#09b2ba\]:hover {
  --tw-text-opacity: 1;
  color: rgb(9 178 186 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.group:hover .group-hover\:text-\[\#09B2BA\] {
  --tw-text-opacity: 1;
  color: rgb(9 178 186 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (max-width: 1232px) {
  .max-\[1232px\]\:left-0 {
    left: 0px;
  }

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

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

  .max-\[1232px\]\:block {
    display: block;
  }

  .max-\[1232px\]\:flex {
    display: flex;
  }

  .max-\[1232px\]\:hidden {
    display: none;
  }

  .max-\[1232px\]\:rounded-none {
    border-radius: 0px;
  }

  .max-\[1232px\]\:bg-transparent {
    background-color: transparent;
  }

  .max-\[1232px\]\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

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

  .max-\[1232px\]\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-\[1232px\]\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
}

@media (max-width: 830px) {
  .max-\[830px\]\:hidden {
    display: none;
  }

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

@media (max-width: 600px) {
  .max-\[600px\]\:w-full {
    width: 100%;
  }

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

@media (max-width: 599px) {
  .max-\[599px\]\:mt-\[50px\] {
    margin-top: 50px;
  }
}

@media (min-width: 600px) {
  .min-\[600px\]\:ml-\[5px\] {
    margin-left: 5px;
  }

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

  .min-\[600px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-\[600px\]\:flex-row {
    flex-direction: row;
  }

  .min-\[600px\]\:items-center {
    align-items: center;
  }

  .min-\[600px\]\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .min-\[600px\]\:gap-y-8 {
    row-gap: 2rem;
  }

  .min-\[600px\]\:p-\[30px\] {
    padding: 30px;
  }

  .min-\[600px\]\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

@media (min-width: 601px) {
  .min-\[601px\]\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .min-\[601px\]\:ml-\[12\%\] {
    margin-left: 12%;
  }

  .min-\[601px\]\:mr-\[30px\] {
    margin-right: 30px;
  }

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

  .min-\[601px\]\:block {
    display: block;
  }

  .min-\[601px\]\:hidden {
    display: none;
  }

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

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

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

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

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

  .min-\[601px\]\:w-\[88\%\] {
    width: 88%;
  }

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

  .min-\[601px\]\:pb-\[90px\] {
    padding-bottom: 90px;
  }

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

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

@media (min-width: 768px) {
  .md\:h-\[30px\] {
    height: 30px;
  }

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

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

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

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

  .md\:gap-\[12px\] {
    gap: 12px;
  }

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

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

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

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

@media (min-width: 821px) {
  .min-\[821px\]\:block {
    display: block;
  }

  .min-\[821px\]\:hidden {
    display: none;
  }
}

@media (min-width: 831px) {
  .min-\[831px\]\:hidden {
    display: none;
  }
}

@media (min-width: 945px) {
  .min-\[945px\]\:block {
    display: block;
  }

  .min-\[945px\]\:hidden {
    display: none;
  }
}

@media (min-width: 973px) {
  .min-\[973px\]\:block {
    display: block;
  }

  .min-\[973px\]\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:font-extrabold {
    font-weight: 800;
  }
}

@media (min-width: 1080px) {
  .min-\[1080px\]\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1233px) {
  .min-\[1233px\]\:flex {
    display: flex;
  }

  .min-\[1233px\]\:hidden {
    display: none;
  }
}