/*
! tailwindcss v3.0.24 | 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.
*/

html {
  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: Roboto, Noto Sans TC, sans-serif;
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-5 {
  left: 1.25rem;
}

.top-2 {
  top: 0.5rem;
}

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

.bottom-0 {
  bottom: 0px;
}

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

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

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

.right-2 {
  right: 0.5rem;
}

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

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

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

.bottom-10 {
  bottom: 2.5rem;
}

.top-\[calc\(50\%-20px\)\] {
  top: calc(50% - 20px);
}

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

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

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

.top-5 {
  top: 1.25rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

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

.left-10 {
  left: 2.5rem;
}

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

.right-3\.5 {
  right: 0.875rem;
}

.right-3 {
  right: 0.75rem;
}

.-right-12 {
  right: -3rem;
}

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

.bottom-2 {
  bottom: 0.5rem;
}

.-bottom-16 {
  bottom: -4rem;
}

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

.-bottom-7 {
  bottom: -1.75rem;
}

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

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

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

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

.h-0 {
  height: 0px;
}

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

.h-2 {
  height: 0.5rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-1 {
  height: 0.25rem;
}

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

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

.w-full {
  width: 100%;
}

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

.w-\[calc\(40vh-110px\)\] {
  width: calc(40vh - 110px);
}

.w-40 {
  width: 10rem;
}

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

.w-60 {
  width: 15rem;
}

.w-80 {
  width: 20rem;
}

.w-14 {
  width: 3.5rem;
}

.w-32 {
  width: 8rem;
}

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

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

.w-4\/5 {
  width: 80%;
}

.w-20 {
  width: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[35vh\] {
  max-width: 35vh;
}

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

.bg-winterColor {
  --tw-bg-opacity: 1;
  background-color: rgb(144 218 239 / var(--tw-bg-opacity));
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

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

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

.bg-winter2Color {
  --tw-bg-opacity: 1;
  background-color: rgb(81 186 224 / var(--tw-bg-opacity));
}

.bg-\[\#F0DCB7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 220 183 / var(--tw-bg-opacity));
}

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

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

.p-1 {
  padding: 0.25rem;
}

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

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

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

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

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

.pt-\[calc\(\(450\/1920\)\*100\%\)\] {
  padding-top: calc((450 / 1920) * 100%);
}

.pt-\[calc\(\(807\/1895\)\*100\%\)\] {
  padding-top: calc((807 / 1895) * 100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.img-og{
  width: 100%;
  height: 100%;
}

.img-ab{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

[x-cloak]{
  display: none !important;
}

.borderImage2{
  position: relative;
}

.borderImage2:after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-120deg, #522311 0%, #C1974A 22%, #5C2300 42%, #C1974A 81.5%, #5A3701 100%);
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.bgBottom{
  background: linear-gradient(-120deg, #522311 0%, #C1974A 22%, #5C2300 42%, #C1974A 81.5%, #5A3701 100%);
}

.after\:p-\[3px\]::after {
  content: var(--tw-content);
  padding: 3px;
}

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

  .md\:relative {
    position: relative;
  }

  .md\:-top-10 {
    top: -2.5rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:bottom-\[55\%\] {
    bottom: 55%;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-top-24 {
    top: -6rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

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

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

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

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

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

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

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

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-screen {
    height: 100vh;
  }

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

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

  .md\:w-\[79vh\] {
    width: 79vh;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

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

  .md\:w-32 {
    width: 8rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-28 {
    width: 7rem;
  }

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

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-48 {
    width: 12rem;
  }

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

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

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

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

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-\[calc\(50\%\+10px\)\] {
    width: calc(50% + 10px);
  }

  .md\:max-w-\[40vh\] {
    max-width: 40vh;
  }

  .md\:max-w-\[60vh\] {
    max-width: 60vh;
  }

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

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

  .md\:translate-y-9 {
    --tw-translate-y: 2.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

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

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

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

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

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

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

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:px-\[35vw\] {
    padding-left: 35vw;
    padding-right: 35vw;
  }

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

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

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

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

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

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

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

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

  .md\:pr-0 {
    padding-right: 0px;
  }

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

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

  .md\:pl-0 {
    padding-left: 0px;
  }

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

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

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

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

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

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

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

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

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

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

  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }

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

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

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

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

  .md\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(224 242 254 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(224 242 254 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(224 242 254 / var(--tw-placeholder-opacity));
  }

  .md\:opacity-60 {
    opacity: 0.6;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .after\:md\:p-1\.5::after {
    content: var(--tw-content);
    padding: 0.375rem;
  }

  .after\:md\:p-1::after {
    content: var(--tw-content);
    padding: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-right-20 {
    right: -5rem;
  }

  .lg\:-right-14 {
    right: -3.5rem;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem;
  }

  .lg\:-bottom-8 {
    bottom: -2rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:-right-24 {
    right: -6rem;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

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

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

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

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

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

  .lg\:w-48 {
    width: 12rem;
  }

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

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

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:left-20 {
    left: 5rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

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

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

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

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

  .xl\:max-w-7xl {
    max-width: 80rem;
  }
}