/*
! tailwindcss v3.4.3 | 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:  ;
}

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

.tw-pointer-events-auto {
  pointer-events: auto;
}

.tw-invisible {
  visibility: hidden;
}

.tw-fixed {
  position: fixed;
}

.tw-relative {
  position: relative;
}

.tw-bottom-2 {
  bottom: 0.5rem;
}

.tw-left-0 {
  left: 0px;
}

.tw-right-2 {
  right: 0.5rem;
}

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

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

.tw-top-\[9px\] {
  top: 9px;
}

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

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

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

.tw-col-span-2 {
  grid-column: span 2 / span 2;
}

.tw-col-start-1 {
  grid-column-start: 1;
}

.tw-m-0 {
  margin: 0px;
}

.tw-m-auto {
  margin: auto;
}

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

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

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

.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-10 {
  margin-top: 2.5rem;
}

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

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

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

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

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

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

.tw-block {
  display: block;
}

.tw-flex {
  display: flex;
}

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

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

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

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-14 {
  height: 3.5rem;
}

.tw-h-20 {
  height: 5rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-\[1\.5rem\] {
  height: 1.5rem;
}

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

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

.tw-h-px {
  height: 1px;
}

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

.tw-min-h-\[1rem\] {
  min-height: 1rem;
}

.tw-min-h-\[5rem\] {
  min-height: 5rem;
}

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

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

.tw-w-10 {
  width: 2.5rem;
}

.tw-w-10\/12 {
  width: 83.333333%;
}

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

.tw-w-12 {
  width: 3rem;
}

.tw-w-20 {
  width: 5rem;
}

.tw-w-40 {
  width: 10rem;
}

.tw-w-44 {
  width: 11rem;
}

.tw-w-5\/6 {
  width: 83.333333%;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-8\/12 {
  width: 66.666667%;
}

.tw-w-9\/12 {
  width: 75%;
}

.tw-w-\[1\.5rem\] {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-w-auto {
  width: auto;
}

.tw-w-full {
  width: 100%;
}

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

.tw-w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-max-w-screen-lg {
  max-width: 1024px;
}

.tw-max-w-screen-md {
  max-width: 768px;
}

.tw-max-w-xl {
  max-width: 36rem;
}

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

.tw-flex-grow {
  flex-grow: 1;
}

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

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

.tw-cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.tw-items-stretch {
  align-items: stretch;
}

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

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

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

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

.tw-justify-around {
  justify-content: space-around;
}

.tw-justify-evenly {
  justify-content: space-evenly;
}

.tw-justify-items-center {
  justify-items: center;
}

.tw-gap-1 {
  gap: 0.25rem;
}

.tw-gap-2 {
  gap: 0.5rem;
}

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

.tw-divide-deep-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 80 142 / var(--tw-divide-opacity));
}

.tw-divide-deep-green > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 163 118 / var(--tw-divide-opacity));
}

.tw-rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw-rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tw-rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

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

.tw-border {
  border-width: 1px;
}

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

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

.tw-border-4 {
  border-width: 4px;
}

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

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

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

.tw-border-b-4 {
  border-bottom-width: 4px;
}

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

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

.tw-border-r-2 {
  border-right-width: 2px;
}

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

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

.tw-border-t-2 {
  border-top-width: 2px;
}

.tw-border-t-4 {
  border-top-width: 4px;
}

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

.tw-border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.tw-border-dark-pink {
  --tw-border-opacity: 1;
  border-color: rgb(231 63 118 / var(--tw-border-opacity));
}

.tw-border-deep-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 80 142 / var(--tw-border-opacity));
}

.tw-border-deep-green {
  --tw-border-opacity: 1;
  border-color: rgb(17 163 118 / var(--tw-border-opacity));
}

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

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

.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

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

.tw-border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

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

.tw-bg-\[\#18f0af\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 240 175 / var(--tw-bg-opacity));
}

.tw-bg-\[\#2d87cc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 135 204 / var(--tw-bg-opacity));
}

.tw-bg-\[\#66cdaa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 205 170 / var(--tw-bg-opacity));
}

.tw-bg-\[\#ECE5DB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 229 219 / var(--tw-bg-opacity));
}

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

.tw-bg-\[\#f9690f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 105 15 / var(--tw-bg-opacity));
}

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

.tw-bg-button-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.tw-bg-button-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 114 0 / var(--tw-bg-opacity));
}

.tw-bg-camp-area-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 244 / var(--tw-bg-opacity));
}

.tw-bg-camp-dark-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(245 53 114 / var(--tw-bg-opacity));
}

.tw-bg-camp-light-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 213 / var(--tw-bg-opacity));
}

.tw-bg-dark-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(231 63 118 / var(--tw-bg-opacity));
}

.tw-bg-deep-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 142 / var(--tw-bg-opacity));
}

.tw-bg-deep-green {
  --tw-bg-opacity: 1;
  background-color: rgb(17 163 118 / var(--tw-bg-opacity));
}

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

.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

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

.tw-bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.tw-bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 250 / var(--tw-bg-opacity));
}

.tw-bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(225 234 231 / var(--tw-bg-opacity));
}

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

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

.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.tw-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.tw-from-\[\#89c4f4\] {
  --tw-gradient-from: #89c4f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(137 196 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw-to-\[\#6bb9f0\] {
  --tw-gradient-to: #6bb9f0 var(--tw-gradient-to-position);
}

.tw-p-1 {
  padding: 0.25rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-3 {
  padding: 0.75rem;
}

.tw-p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-pl-1 {
  padding-left: 0.25rem;
}

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

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

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

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

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

.tw-pt-16 {
  padding-top: 4rem;
}

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

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

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

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

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

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

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

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

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

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.tw-text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.tw-text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

.tw-font-black {
  font-weight: 900;
}

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

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

.tw-font-thin {
  font-weight: 100;
}

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

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

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

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

.tw-tracking-tight {
  letter-spacing: -0.025em;
}

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

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

.tw-text-camp-dark-pink {
  --tw-text-opacity: 1;
  color: rgb(245 53 114 / var(--tw-text-opacity));
}

.tw-text-deep-blue {
  --tw-text-opacity: 1;
  color: rgb(0 80 142 / var(--tw-text-opacity));
}

.tw-text-deep-green {
  --tw-text-opacity: 1;
  color: rgb(17 163 118 / var(--tw-text-opacity));
}

.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tw-text-otoku-red {
  --tw-text-opacity: 1;
  color: rgb(203 0 0 / var(--tw-text-opacity));
}

.tw-text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

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

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

.tw-line-through {
  text-decoration-line: line-through;
}

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

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

.tw-opacity-90 {
  opacity: 0.9;
}

.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-button-orange {
  --tw-shadow-color: #ff7200;
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

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

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

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

[v-cloak] {
  display: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'Noto Sans JP', "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

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

.no-spin::-webkit-inner-spin-button,
	.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance:textfield;
}

.serviceWrap .serviceWrap:nth-of-type(2n+1),
	.serviceWrap:nth-of-type(2n) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 250 / var(--tw-bg-opacity));
}

.serviceWrap .serviceWrap:nth-of-type(2n+1) .bgCart,
	.serviceWrap .serviceWrap:nth-of-type(2n+1) .bgOption,
	.serviceWrap:nth-of-type(2n) .bgCart,
	.serviceWrap:nth-of-type(2n) .bgOption {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.serviceWrap .serviceWrap:nth-of-type(2n),
	.serviceWrap:nth-of-type(2n+1) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.serviceWrap .serviceWrap:nth-of-type(2n) .bgCart,
	.serviceWrap .serviceWrap:nth-of-type(2n) .bgOption,
	.serviceWrap:nth-of-type(2n+1) .bgCart,
	.serviceWrap:nth-of-type(2n+1) .bgOption {
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 250 / var(--tw-bg-opacity));
}

/* app.cssの内容を取り消す */

#static-content label {
  display: initial;
}

ul > li.tw-min-h-\[1rem\] {
  font-size: 1rem;
  font-weight: 400;
}

.\[font-size\:_clamp\(1rem\2c 5vw\2c 1\.875rem\)\] {
  font-size: clamp(1rem,5vw,1.875rem);
}

.\[font-size\:_clamp\(1rem\2c 5vw\2c 4rem\)\] {
  font-size: clamp(1rem,5vw,4rem);
}

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

.hover\:tw-text-light-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(236 243 250 / var(--tw-text-opacity));
}

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

.hover\:tw-opacity-40:hover {
  opacity: 0.4;
}

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

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

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

.hover\:tw-shadow-md:hover {
  --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);
}

.focus\:tw-border-none:focus {
  border-style: none;
}

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

@media (min-width: 640px) {
  .sm\:tw-bottom-16 {
    bottom: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:tw-min-h-0 {
    min-height: 0px;
  }

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

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

  .sm\:tw-w-10\/12 {
    width: 83.333333%;
  }

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

  .sm\:tw-w-14 {
    width: 3.5rem;
  }

  .sm\:tw-w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

  .sm\:tw-w-\[3\.5rem\] {
    width: 3.5rem;
  }

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

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

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

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

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

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

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

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

  .sm\:tw-w-auto {
    width: auto;
  }

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

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

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

  .sm\:tw-min-w-\[650px\] {
    min-width: 650px;
  }

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

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

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

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

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

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

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

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

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

  .sm\:tw-max-w-screen-sm {
    max-width: 640px;
  }

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

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

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

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

  .sm\:tw-flex-row {
    flex-direction: row;
  }

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

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

  .sm\:tw-items-end {
    align-items: flex-end;
  }

  .sm\:tw-items-center {
    align-items: center;
  }

  .sm\:tw-justify-end {
    justify-content: flex-end;
  }

  .sm\:tw-justify-center {
    justify-content: center;
  }

  .sm\:tw-justify-between {
    justify-content: space-between;
  }

  .sm\:tw-gap-0 {
    gap: 0px;
  }

  .sm\:tw-gap-\[20px\] {
    gap: 20px;
  }

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

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

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

  .sm\:tw-border-t-2 {
    border-top-width: 2px;
  }

  .sm\:tw-p-2 {
    padding: 0.5rem;
  }

  .sm\:tw-p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-pl-20 {
    padding-left: 5rem;
  }

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

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

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

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

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

  .sm\:tw-text-left {
    text-align: left;
  }

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

  .sm\:tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:tw-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:tw-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:tw-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:tw-text-\[4\.5rem\] {
    font-size: 4.5rem;
  }

  .sm\:tw-text-\[42\.67px\] {
    font-size: 42.67px;
  }

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

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

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

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

  .sm\:tw-leading-\[42\.67px\] {
    line-height: 42.67px;
  }

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

@media (min-width: 768px) {
  .md\:tw-ml-6 {
    margin-left: 1.5rem;
  }

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

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-w-auto {
    width: auto;
  }

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

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

  .md\:tw-max-w-screen-md {
    max-width: 768px;
  }

  .md\:tw-flex-none {
    flex: none;
  }

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

  .md\:tw-items-end {
    align-items: flex-end;
  }

  .md\:tw-items-stretch {
    align-items: stretch;
  }

  .md\:tw-gap-4 {
    gap: 1rem;
  }

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

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

  .md\:tw-text-right {
    text-align: right;
  }

  .md\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:tw-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:tw-text-\[8rem\] {
    font-size: 8rem;
  }

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

@media (min-width: 1024px) {
  .lg\:tw-w-\[123px\] {
    width: 123px;
  }

  .lg\:tw-w-\[98\%\] {
    width: 98%;
  }

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

  .lg\:tw-max-w-\[940px\] {
    max-width: 940px;
  }

  .lg\:tw-max-w-none {
    max-width: none;
  }

  .lg\:tw-max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:tw-flex-row {
    flex-direction: row;
  }

  .lg\:tw-items-start {
    align-items: flex-start;
  }

  .lg\:tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:tw-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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