/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-\[5px\] {
  bottom: -5px;
}
.-top-2 {
  top: -0.5rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-\[1px\] {
  top: -1px;
}
.-top-\[8px\] {
  top: -8px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-\[-6px\] {
  bottom: -6px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-\[-6px\] {
  left: -6px;
}
.left-\[119px\] {
  left: 119px;
}
.left-\[12px\] {
  left: 12px;
}
.left-\[44px\] {
  left: 44px;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-\[-6px\] {
  right: -6px;
}
.right-\[119px\] {
  right: 119px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[44px\] {
  right: 44px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-7 {
  top: 1.75rem;
}
.top-\[-6px\] {
  top: -6px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[839\/215\] {
  aspect-ratio: 839/215;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[103px\] {
  height: 103px;
}
.h-\[116px\] {
  height: 116px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[173px\] {
  height: 173px;
}
.h-\[176px\] {
  height: 176px;
}
.h-\[185px\] {
  height: 185px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[215px\] {
  height: 215px;
}
.h-\[222px\] {
  height: 222px;
}
.h-\[228px\] {
  height: 228px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[286px\] {
  height: 286px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[310px\] {
  height: 310px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[358px\] {
  height: 358px;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[514px\] {
  height: 514px;
}
.h-\[562px\] {
  height: 562px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[91px\] {
  height: 91px;
}
.h-\[98px\] {
  height: 98px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[304px\] {
  min-height: 304px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[540px\] {
  min-height: 540px;
}
.min-h-\[554px\] {
  min-height: 554px;
}
.min-h-\[654px\] {
  min-height: 654px;
}
.min-h-\[88px\] {
  min-height: 88px;
}
.min-h-px {
  min-height: 1px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[13\.89\%\] {
  width: 13.89%;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[1312px\] {
  width: 1312px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[1440px\] {
  width: 1440px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[194px\] {
  width: 194px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[217px\] {
  width: 217px;
}
.w-\[224px\] {
  width: 224px;
}
.w-\[228px\] {
  width: 228px;
}
.w-\[238px\] {
  width: 238px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[254px\] {
  width: 254px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[292px\] {
  width: 292px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[51px\] {
  width: 51px;
}
.w-\[576px\] {
  width: 576px;
}
.w-\[588px\] {
  width: 588px;
}
.w-\[63px\] {
  width: 63px;
}
.w-\[675px\] {
  width: 675px;
}
.w-\[74px\] {
  width: 74px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[839px\] {
  width: 839px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[94px\] {
  width: 94px;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[16px\] {
  max-width: 16px;
}
.max-w-\[176px\] {
  max-width: 176px;
}
.max-w-\[839px\] {
  max-width: 839px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes rotate-forever-keyframes {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.animate-rotate-forever {
  animation: rotate-forever-keyframes 2s linear infinite;
}
@keyframes skeleton-keyframes {

  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0%;
  }
}
.animate-skeleton {
  animation: skeleton-keyframes 1.5s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-manipulation {
  touch-action: manipulation;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[20px\] {
  border-width: 20px;
}
.border-\[6px\] {
  border-width: 6px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#c94732\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 71 50 / var(--tw-border-opacity));
}
.border-\[\#e3e4eb\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 228 235 / var(--tw-border-opacity));
}
.border-\[\#ffa348\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 163 72 / var(--tw-border-opacity));
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  border-color: rgba(0,0,0,0.2);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-\[\#aaa\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(170 170 170 / var(--tw-border-opacity));
}
.bg-\[\#0f3799\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 55 153 / var(--tw-bg-opacity));
}
.bg-\[\#1647bf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 71 191 / var(--tw-bg-opacity));
}
.bg-\[\#2e6bff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 107 255 / var(--tw-bg-opacity));
}
.bg-\[\#dbe6ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 230 255 / var(--tw-bg-opacity));
}
.bg-\[\#f6f7fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 254 / var(--tw-bg-opacity));
}
.bg-\[\#f9644c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 100 76 / var(--tw-bg-opacity));
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[linear-gradient\(180deg\2c \#FFB54D_0\%\2c \#FFAA4D_48\.96\%\2c \#FF9D47_100\%\)\] {
  background-image: linear-gradient(180deg,#FFB54D 0%,#FFAA4D 48.96%,#FF9D47 100%);
}
.bg-\[linear-gradient\(180deg\2c \#ffb54d_0\%\2c \#ffaa4d_48\.96\%\2c \#ff9d47_100\%\)\] {
  background-image: linear-gradient(180deg,#ffb54d 0%,#ffaa4d 48.96%,#ff9d47 100%);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-\[\#2e6cfe\] {
  --tw-gradient-from: #2e6cfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 108 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f9644c\] {
  --tw-gradient-from: #f9644c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 100 76 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-10\% {
  --tw-gradient-from-position: 10%;
}
.from-15\% {
  --tw-gradient-from-position: 15%;
}
.from-20\% {
  --tw-gradient-from-position: 20%;
}
.from-5\% {
  --tw-gradient-from-position: 5%;
}
.via-\[\#f6f7fe\] {
  --tw-gradient-to: rgb(246 247 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f6f7fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffded9\] {
  --tw-gradient-to: rgb(255 222 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffded9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-10\% {
  --tw-gradient-via-position: 10%;
}
.via-15\% {
  --tw-gradient-via-position: 15%;
}
.via-20\% {
  --tw-gradient-via-position: 20%;
}
.via-5\% {
  --tw-gradient-via-position: 5%;
}
.to-\[\#4b45a3\] {
  --tw-gradient-to: #4b45a3 var(--tw-gradient-to-position);
}
.to-\[\#ffded9\] {
  --tw-gradient-to: #ffded9 var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-80\% {
  --tw-gradient-to-position: 80%;
}
.to-85\% {
  --tw-gradient-to-position: 85%;
}
.to-90\% {
  --tw-gradient-to-position: 90%;
}
.to-95\% {
  --tw-gradient-to-position: 95%;
}
.bg-\[length\:100\%_40px\] {
  background-size: 100% 40px;
}
.bg-\[length\:100\%_78px\] {
  background-size: 100% 78px;
}
.bg-\[length\:102px_270px\] {
  background-size: 102px 270px;
}
.bg-\[length\:130px_130px\] {
  background-size: 130px 130px;
}
.bg-\[length\:130px_20px\] {
  background-size: 130px 20px;
}
.bg-\[length\:130px_24px\] {
  background-size: 130px 24px;
}
.bg-\[length\:140px_140px\] {
  background-size: 140px 140px;
}
.bg-\[length\:140px_24px\] {
  background-size: 140px 24px;
}
.bg-\[length\:142px_24px\] {
  background-size: 142px 24px;
}
.bg-\[length\:148px_28px\] {
  background-size: 148px 28px;
}
.bg-\[length\:174px_24px\] {
  background-size: 174px 24px;
}
.bg-\[length\:200px_100px\] {
  background-size: 200px 100px;
}
.bg-\[length\:228px_130px\] {
  background-size: 228px 130px;
}
.bg-\[length\:476px_24px\] {
  background-size: 476px 24px;
}
.bg-\[length\:480px_240px\] {
  background-size: 480px 240px;
}
.bg-\[length\:480px_28px\] {
  background-size: 480px 28px;
}
.bg-\[length\:508px_270px\] {
  background-size: 508px 270px;
}
.bg-\[length\:540px_270px\] {
  background-size: 540px 270px;
}
.bg-\[length\:56px_24px\] {
  background-size: 56px 24px;
}
.bg-\[length\:584px_24px\] {
  background-size: 584px 24px;
}
.bg-\[length\:63px_24px\] {
  background-size: 63px 24px;
}
.bg-\[length\:640px_28px\] {
  background-size: 640px 28px;
}
.bg-\[length\:690px_12px\] {
  background-size: 690px 12px;
}
.bg-\[length\:840px_28px\] {
  background-size: 840px 28px;
}
.bg-\[length\:84px_32px\] {
  background-size: 84px 32px;
}
.bg-\[length\:84px_42px\] {
  background-size: 84px 42px;
}
.bg-\[length\:84px_84px\] {
  background-size: 84px 84px;
}
.bg-\[length\:auto_0\.75rem\] {
  background-size: auto 0.75rem;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.fill-\[\#c94732\] {
  fill: #c94732;
}
.fill-\[\#f9644c\] {
  fill: #f9644c;
}
.fill-\[\#fa9d8e\] {
  fill: #fa9d8e;
}
.fill-\[\#ffbf87\] {
  fill: #ffbf87;
}
.fill-amber-400 {
  fill: #fbbf24;
}
.fill-white {
  fill: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xl\/\[36px\] {
  font-size: 1.5rem;
  line-height: 36px;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xl\/\[30px\] {
  font-size: 1.25rem;
  line-height: 30px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.text-\[\#161619\] {
  --tw-text-opacity: 1;
  color: rgb(22 22 25 / var(--tw-text-opacity));
}
.text-\[\#2e6bff\] {
  --tw-text-opacity: 1;
  color: rgb(46 107 255 / var(--tw-text-opacity));
}
.text-\[\#33343b\] {
  --tw-text-opacity: 1;
  color: rgb(51 52 59 / var(--tw-text-opacity));
}
.text-\[\#73747b\] {
  --tw-text-opacity: 1;
  color: rgb(115 116 123 / var(--tw-text-opacity));
}
.text-\[\#80a5ff\] {
  --tw-text-opacity: 1;
  color: rgb(128 165 255 / var(--tw-text-opacity));
}
.text-\[\#9798a2\] {
  --tw-text-opacity: 1;
  color: rgb(151 152 162 / var(--tw-text-opacity));
}
.text-\[\#dbe6ff\] {
  --tw-text-opacity: 1;
  color: rgb(219 230 255 / var(--tw-text-opacity));
}
.text-\[\#f9644c\] {
  --tw-text-opacity: 1;
  color: rgb(249 100 76 / var(--tw-text-opacity));
}
.text-\[\#ff963b\] {
  --tw-text-opacity: 1;
  color: rgb(255 150 59 / var(--tw-text-opacity));
}
.text-\[\#ffa348\] {
  --tw-text-opacity: 1;
  color: rgb(255 163 72 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-30 {
  opacity: 0.3;
}
.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);
}
.shadow-\[0\.7px_0\.7px_3px_0_rgba\(64\2c 64\2c 64\2c 0\.32\)\] {
  --tw-shadow: 0.7px 0.7px 3px 0 rgba(64,64,64,0.32);
  --tw-shadow-colored: 0.7px 0.7px 3px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_0_rgba\(144\2c 144\2c 144\2c 0\.25\)\] {
  --tw-shadow: 0 0 10px 0 rgba(144,144,144,0.25);
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.-outline-offset-1 {
  outline-offset: -1px;
}
.outline-\[\#f6f7fe\] {
  outline-color: #f6f7fe;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.last\:mr-4:last-child {
  margin-right: 1rem;
}
.last\:pr-11:last-child {
  padding-right: 2.75rem;
}
.last\:pr-3:last-child {
  padding-right: 0.75rem;
}
.hover\:text-\[\#2e6bff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(46 107 255 / var(--tw-text-opacity));
}
.active\:bg-\[\#d85541\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(216 85 65 / var(--tw-bg-opacity));
}
.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:fill-\[\#2e6bff\] {
  fill: #2e6bff;
}
.group:hover .group-hover\:text-\[\#2e6bff\] {
  --tw-text-opacity: 1;
  color: rgb(46 107 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

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

  .landscape\:max-h-\[29vh\] {
    max-height: 29vh;
  }

  .landscape\:max-w-\[60vw\] {
    max-width: 60vw;
  }
}
nav {
  display: flex;
  gap: 10px;
}

.slideShow-move{
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.calendar-year[data-v-8ff01f44] {
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
            clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}
.calendar-content[data-v-8ff01f44] {
    background-image: linear-gradient(to bottom, #dbe6ff 0px, #dbe6ff 91px, #fff 92px, #fff 100%);
}

.slideShow-move {
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
/* shortcut AD's width, height from Shortcut.vue */
/* to top icon's width, height */
/* shortcut bottom + shortcut height + 與shortcut的間距 */
/* 跟shortcut置右對齊 */
/* from v3版 variables.less */
/*
.rt-elevator-icon {
  display: inline-block;
  width: @elevator-icon-size;
  height: @elevator-icon-size;
  background-position: center;
}
*/
.rt-elevator {
  transform: scale(1);
  transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: fixed;
  /*
    bottom: 70px;
    bottom: calc(env(safe-area-inset-bottom) + 70px);
    right: 10px;
  */
  bottom: 168px;
  bottom: calc(env(safe-area-inset-bottom) + 168px);
  right: 10px;
  border-radius: 50%;
  /*
    width: 40px;
    height: 40px;
  */
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  z-index: 1;
  /*  box-shadow: 1px 1px 15px #BDBDBD;*/
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1), 0px 0px 4px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-mode .rt-elevator,
.search-mode .rt-elevator {
  display: none;
}
.rt-elevator .no-scroll .rt-elevator {
  display: none;
}
/*  Variables
 * ========================================================================== */
/* common variables */
/* padding-left, padding-right */
/* header top style */
/* (UI稿Item間距24px) padding-left, padding-right */
/* padding-left, padding-right */
/* margin-left, margin-right */
/* header style */
/* header nav style */
/* 24px為ui稿item的間距*/
/* padding-top, padding-bottom */
/* padding-left, padding-right */
/* search style */
/* padding-top, padding-bottom */
/* padding-left, padding-right */
/* dropdown style */
/*  Mixin
 * ========================================================================== */
/* header icon mixin */
/* 預設將shared/icon資料夾指向shared/icon/v4 (@folder:v4)，也可以更換成在shared/icon下其他資料夾 */
/* header typography mixin */
/** dropdown **/
.rt-header-dropdown-wrap {
  position: relative;
}
.rt-header-dropdown-wrap:hover .rt-header-dropdown {
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms ease-in-out 20ms, visibility 0ms ease 20ms;
}
.rt-header-dropdown-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  /* change icon style */
}
.rt-header-dropdown-icon:after {
  content: "";
  background-image: url('/shared/icon/v4/caret-down.svg');
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: 4px;
}
.rt-header .rt-header-dropdown-icon:after,
.rt-header-minimal .rt-header-dropdown-icon:after {
  background-image: url('/shared/icon/v4/caret-down.svg');
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rt-header-dropdown {
  position: absolute;
  z-index: 12;
  visibility: hidden;
  opacity: 0;
  transition: opacity 100ms ease-in-out 20ms, visibility 0ms ease 120ms;
  top: 100%;
  left: 50.1%;
  transform: translateX(-49.9%);
  padding: 10px 8px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 6px -1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 4px;
  text-align: left;
}
.rt-header-dropdown-title {
  padding: 5px 8px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  color: #1d1d1d;
  font-weight: normal;
  /* font-weight: 400; */
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
}
.rt-header-dropdown-grid {
  display: flex;
  box-sizing: border-box;
}
.rt-header-dropdown-grid .grid-item-width-1-2 {
  flex: 1 1 auto;
  box-sizing: border-box;
}
.rt-header-dropdown-grid .grid-item-width-1-2 + .grid-item-width-1-2 {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e0e0e0;
}
/** dropdown menu **/
.rt-header-dropdown-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 140px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  color: #444444;
  font-weight: normal;
  /* font-weight: 400; */
  font-stretch: normal;
  font-style: normal;
  list-style: none;
}
.rt-header-dropdown-menu .dropdown-menu-item {
  transition: background 0.3s ease-out;
}
.rt-header-dropdown-menu .dropdown-menu-item:hover {
  background: #efefef;
  color: #ff8a07;
}
.rt-header-dropdown-menu .dropdown-menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  color: #444444;
}
.rt-header-dropdown-menu .dropdown-menu-link:hover {
  color: #ff8a07;
  text-decoration: none;
}
.rt-header-dropdown-menu .dropdown-menu-link-info {
  display: flex;
  align-items: center;
}
.rt-header-dropdown-menu .dropdown-menu-link-info .angle-left-icon {
  background-image: url('/shared/icon/angle-right-v3.svg');
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rt-header-dropdown-menu .dropdown-menu-item-buyad {
  background: #fff6ec;
  border-top: 1px solid #e0e0e0;
  color: #ff8a07;
}
.rt-header-dropdown-menu .dropdown-menu-item-mgm {
  justify-content: start;
}
.rt-header-dropdown-menu .dropdown-menu-item-mgm .dropdown-menu-item-mgm-primary-badge {
  padding: 2px 4px;
  border-radius: 9px;
  background-color: #f36b07;
  color: white;
  line-height: 1;
  display: inline-block;
  margin-left: 4px;
}
@media (max-width: 1024px) {
  .rt-header-dropdown-wrap a.rt-nav-link,
  .rt-header-dropdown-wrap a.rt-header-topnav-link {
    pointer-events: none;
  }
}
/*  Base Styles
 * ========================================================================== */
.rt-header,
.rt-header-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 1200px;
  box-sizing: border-box;
}
.rt-header ul,
.rt-header-top ul {
  list-style: none outside none;
}
.rt-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.rt-header-part {
  flex: none;
  display: flex;
  align-items: center;
}
.rt-header-part-right {
  justify-content: flex-end;
  min-width: 342px;
}
@media only screen and (max-width: 1000px) {
  .rt-header-part-left .rt-header-search {
    margin-left: 2px;
  }
  .rt-header-part-right .rt-nav-item + .rt-nav-item {
    margin-left: 5px;
  }
  .rt-header-part-right .rt-nav-item-divider {
    padding-left: 5px;
  }
}
/*  header - top
 * ========================================================================== */
.rt-header-top {
  height: 32px;
  background-color: #fff;
  z-index: auto;
  box-sizing: content-box;
}
.rt-header-top,
.rt-header-top .rt-header-topnav-link {
  font-size: 12px;
  letter-spacing: 0.0025px;
  line-height: 20px;
  color: #130901;
  font-weight: normal;
  /* font-weight: 400; */
  font-stretch: normal;
  font-style: normal;
}
.rt-header-top .rt-header-loading-icon {
  background-image: url('/shared/icon/refresh.svg');
  display: inline-block;
  width: 14px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rt-header-top .rt-header-top-divider {
  position: relative;
  margin-left: 12px;
  padding-left: 4px;
}
.rt-header-top .rt-header-top-divider:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 1px;
  height: 14px;
  background: #e0e0e0;
}
.rt-header-top .rt-header-login {
  margin-right: -12px;
}
/** topnav section **/
.rt-header-topnav {
  display: flex;
  align-items: center;
}
.rt-header-topnav-item {
  position: relative;
  display: inline-block;
}
.rt-header-topnav-link {
  display: inline-flex;
  align-items: center;
  height: 32px;
  text-shadow: none;
  color: #130901;
}
.rt-header-topnav-link,
a.rt-header-topnav-link,
a.rt-header-topnav-link:active,
a.rt-header-topnav-link:hover,
a.rt-header-topnav-link:link,
a.rt-header-topnav-link:visited {
  padding: 8px 12px;
  border-radius: 4px;
}
.rt-header-topnav-link:hover,
.rt-header-topnav-link:active {
  cursor: pointer;
  color: #db6006;
}
.rt-header-topnav-link.rt-header-dropdown-icon.rt-header-topnav-link:hover:after {
  content: "";
  background-image: url('/shared/icon/v4/caret-down.svg');
}
/* 下載 APP */
.rt-header-download {
  width: 232px;
  padding: 16px;
}
.rt-header-download .rt-header-dropdown-menu {
  justify-content: center;
  align-items: center;
}
.rt-header-download-qcord {
  margin-bottom: 16px;
  background-image: url('/shared/icon/v4/qrcode.svg');
  display: inline-block;
  width: 200px;
  height: 200px;
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-size: 250px 250px;
}
.rt-header-download-item {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #000000;
}
.rt-header-download-item + .rt-header-download-item {
  margin-left: 16px;
}
.rt-header-download-item::before {
  content: '';
  margin-right: 8px;
}
.rt-header-download-item-app::before {
  background-image: url('/shared/icon/v4/apple.svg');
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rt-header-download-item-google::before {
  background-image: url('/shared/icon/v4/google-play.svg');
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
/* header
 * ========================================================================== */
.rt-header {
  height: 80px;
  color: #fff;
  z-index: auto;
  box-sizing: content-box;
}
.rt-header .rt-nav {
  min-width: 262px;
}
.rt-header .rt-nav-item:last-child {
  margin-right: -8px;
}
/** heading section **/
.rt-header-heading {
  flex: none;
  text-align: center;
}
.rt-header-heading .rt-logo-title {
  display: none;
}
/* Ruten Logo */
.rt-header-logo {
  position: relative;
  background-image: url('/shared/icon/v4/ruten.svg');
  display: inline-block;
  width: 125px;
  height: 52px;
  background-size: 125px 52px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rt-header-logo .rt-logo-title {
  display: none;
}
/** search section **/
.rt-header-search-section {
  width: 740px;
  margin: 0 auto;
  margin-left: 96px;
}
.rt-header-search {
  display: flex;
  align-items: center;
  width: 740px;
  height: 44px;
  padding: 4px 3px;
  background-color: #fff;
  border: 2px solid #2e6bff;
  border-radius: 24px;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.0025px;
  line-height: 22px;
  color: #130901;
  font-weight: normal;
  /* font-weight: 400; */
  font-stretch: normal;
  font-style: normal;
}
.rt-header-search,
.rt-header-search-keyword-wrap,
.rt-header-search-select-wrap {
  position: relative;
}
.rt-header-search-select,
.rt-header-search-input {
  border: none;
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  letter-spacing: 0.0025px;
  line-height: 20px;
  color: #130901;
  font-weight: normal;
  /* font-weight: 400; */
  font-stretch: normal;
  font-style: normal;
}
/* search keyword */
.rt-header-search-keyword-wrap {
  width: 100%;
}
.rt-header-search-keyword-wrap .search-bar-keyword-list {
  margin-top: 4px;
}
.rt-header-search-input {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 34px;
  padding: 0 13px;
  background: transparent;
  -webkit-appearance: none;
  font-weight: 400;
}
.rt-header-search-input::-moz-placeholder {
  color: #aca9a6;
}
.rt-header-search-input::placeholder {
  color: #aca9a6;
}
.rt-header-search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aca9a6;
}
.rt-header-search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #aca9a6;
  opacity: 1;
}
.rt-header-search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #aca9a6;
}
.rt-header-search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #aca9a6;
}
/* search select */
.rt-header-search-select-wrap {
  z-index: 3;
  display: flex;
  align-items: center;
  margin-right: 8px;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  /* divider */
}
.rt-header-search-select-wrap::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  line-height: 1;
  background: #dcdaf5;
}
.rt-header-search-select-wrap:hover {
  background: #dcdaf5;
}
.rt-header-search-select-wrap:active,
.rt-header-search-select-wrap:focus {
  background: linear-gradient(0deg, #a8c2ff, #a8c2ff), #dcdaf5;
}
.rt-header-search-select {
  height: 34px;
  padding: 0 16px;
  padding-right: 38px;
  background-color: transparent;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 500;
  color: #2e6bff;
  letter-spacing: 0.0125em;
  line-height: 1;
  z-index: 2;
  cursor: pointer;
}
select.rt-header-search-select::-ms-expand {
  display: none;
}
.rt-header-search-select-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-image: url('/shared/icon/v4/chevron-down.svg');
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rt-header-search-submit {
  position: relative;
  z-index: 3;
  flex: none;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.126%201.3a8.826%208.826%200%201%200%205.727%2015.543l4.652%204.652a.7.7%200%200%200%20.99-.99l-4.652-4.652A8.826%208.826%200%200%200%2010.126%201.3zM2.7%2010.126a7.426%207.426%200%201%201%2014.852%200%207.426%207.426%200%200%201-14.852%200z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2e6bff;
  width: 52px;
  height: 36px;
  padding: 10px 16px;
  border-radius: 22px;
}
.rt-header-search-submit:hover,
.rt-header-search-submit:active,
.rt-header-search-submit:focus {
  background-color: #0f3799;
}
/* search bar 全站共用樣式 */
.search-bar-keyword-wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.search-bar-keyword-list {
  visibility: visible;
  max-height: 1000px;
  transition: max-height ease-in-out 100ms;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(100% + 4px);
  background-color: #fff;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.1), 0px 12px 24px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  padding-top: 44px;
}
.search-bar-keyword-list:empty {
  visibility: hidden;
}
.search-bar-keyword-item {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  height: 36px;
  line-height: 36px;
  text-align: left;
  padding: 0 16px;
  cursor: pointer;
  border: 1px solid transparent;
}
.search-bar-keyword-item .search-bar-keyword-match-word {
  color: #130901;
}
.category-search-from .search-bar-keyword-item {
  display: block;
}
.search-bar-keyword-item:first-of-type {
  margin-top: 0;
}
.search-bar-keyword-item:hover,
.search-bar-keyword-item.search-bar-keyword-selected {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #f7f7f7;
  transition: all ease-out 0.2s;
}
.searchKeywordTransition-enter-active,
.searchKeywordTransition-leave-active {
  transition: all 0.5s;
}
.searchKeywordTransition-enter,
.searchKeywordTransition-leave-to {
  max-height: 0px;
}
.searchKeywordTransition-enter-to {
  max-height: 1000px;
}
.rt-header-search-history-wrap.hide {
  display: none;
}
.rt-header-search-history-wrap {
  visibility: visible;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(100% + 4px);
  background-color: #fff;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.1), 0px 12px 24px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  padding-top: 44px;
  top: -2px;
}
.rt-header-search-history-wrap .rt-header-search-history-event-wrap {
  order: -1;
}
.rt-header-search-history-wrap .rt-header-search-history-event-wrap a {
  display: flex;
  padding: 16px;
  line-height: 24px;
  color: #444444;
}
.rt-header-search-history-wrap .rt-header-search-history-event-wrap a:hover {
  text-decoration: none;
}
.rt-header-search-history-wrap .rt-header-search-history-event-icon {
  background-image: url('/shared/icon/angle-right-v3.svg');
  display: inline-block;
  width: 22px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rt-header-search-history-event-wrap ~ .rt-header-search-history-title {
  border-top: 1px solid #efefef;
}
.rt-header-search-history-list:empty ~ .rt-header-search-history-title {
  display: none;
}
.rt-header-search-history-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 16px;
  padding: 8px 0 12px 0;
  order: 1;
}
.rt-header-search-history-clear {
  background-image: url('/shared/icon/v4/trash.svg');
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: 8px;
  cursor: pointer;
}
.rt-header-search-history-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 16px 4px 16px;
  order: 2;
}
.rt-header-search-history-item {
  border-radius: 16px;
  padding: 4px 12px;
  margin: 0 12px 12px 0;
  background-color: #e0e0e0;
  cursor: pointer;
}
.rt-header-search-history-item:hover {
  background-color: #c3c3c3;
}
.rt-header-search-history-item:active {
  background-color: #a4a4a4;
}
/** nav section **/
.rt-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
}
.rt-nav-item {
  position: relative;
  flex: none;
  display: flex;
  align-items: center;
  list-style: none;
  text-align: center;
}
.rt-nav-item + .rt-nav-item {
  margin-left: 8px;
}
.rt-nav-item .rt-nav-link {
  padding: 6px 8px;
  cursor: pointer;
}
.rt-nav-link {
  display: inline-block;
}
.rt-nav-link,
a.rt-nav-link,
a.rt-nav-link:active,
a.rt-nav-link:link,
a.rt-nav-link:visited {
  color: #fff;
  text-decoration: none;
}
.rt-header-error .rt-nav-link {
  color: #f24013;
}
.rt-nav-icon-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  pointer-events: none;
}
.rt-nav-icon-wrap + .rt-nav-name {
  margin-top: 8px;
}
.rt-nav-icon-wrap .rt-nav-name {
  margin-left: 4px;
}
.rt-nav-icon-wrap .item-count {
  display: none;
  position: absolute;
  top: 0;
  left: 22px;
  z-index: auto;
  min-width: 16px;
  height: 16px;
  padding: 2px 5px;
  background: #f24013;
  border-radius: 9px;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 12px;
  color: #fff;
  font-weight: normal;
  /* font-weight: 400; */
  font-stretch: normal;
  font-style: normal;
}
.rt-nav-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.0025px;
  line-height: 18px;
  color: #fff;
  font-weight: normal;
  /* font-weight: 400; */
  font-stretch: normal;
  cursor: pointer;
  height: 18px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  pointer-events: none;
  font-style: normal;
}
.rt-nav-name-nohover {
  color: #fff;
}
.rt-nav-item-divider {
  position: relative;
  padding-left: 8px;
}
.rt-nav-item-divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 15px;
  box-shadow: -1px 0 0 rgba(209, 124, 0, 0.95);
  background: rgba(255, 255, 255, 0.35);
}
/* 賣家中心 .rt-header-sell */
.rt-header-sell-icon {
  background-image: url('/shared/icon/v4/seller-center.svg');
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rt-nav-link:hover .rt-header-sell-icon {
  background-image: url('/shared/icon/v4/seller-center.svg');
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
/* 買家中心 .rt-header-mybid */
.rt-header-mybid-icon {
  background-image: url('/shared/icon/v4/buyer-center.svg');
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rt-nav-link:hover .rt-header-mybid-icon {
  background-image: url('/shared/icon/v4/buyer-center.svg');
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
/* 露露通 - 對話紀錄 */
.rt-messenger-inbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding: 2px 8px;
}
.rt-messenger-inbox .rt-messenger-chat-icon {
  background-image: url('/shared/icon/v4/chat-double2.svg');
  width: 30px;
  height: 30px;
  background-size: contain;
  transform: scaleX(1);
}
.rt-messenger-inbox .rt-messenger-chat-icon.im-off {
  background-image: url('/shared/icon/v4/chat-double2.svg');
}
.rt-messenger-inbox .rt-messenger-icon-anchor {
  position: relative;
}
.rt-messenger-inbox .rt-messenger-icon.inbox {
  background-size: auto 55%;
}
.rt-messenger-inbox .rt-messenger-inbox-notification-dot {
  position: absolute;
  top: 1px;
  right: -4px;
  display: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f24013;
}
.rt-messenger-inbox .rt-messenger-inbox-notification-dot.new {
  display: block;
}
/* 露露通 */
.rt-header-messenger .rt-messenger-inbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding: 2px 8px;
}
.rt-header-messenger .rt-messenger-chat-icon {
  background-image: url('/shared/icon/v4/chat-double2.svg');
  width: 30px;
  height: 30px;
  background-size: contain;
  transform: scaleX(1);
}
.rt-header-messenger.rt-nav-link:hover .rt-messenger-chat-icon {
  background-image: url('/shared/icon/v4/chat-double2.svg');
}
.rt-messenger-icon-button .rt-messenger-chat-icon {
  width: 30px;
  height: 30px;
}
/* 購物車 .rt-header-shopping-cart */
.rt-header-shopping-cart {
  width: 68px;
}
.rt-shopping-cart-icon {
  background-image: url('/shared/icon/v4/cart-shopping2.svg');
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rt-nav-link:hover .rt-shopping-cart-icon {
  background-image: url('/shared/icon/v4/cart-shopping2.svg');
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
/* 會員登入 */
.rt-header-login-visible-mixin,
.rt-header-login.is-loading .rt-header-loading,
.rt-header-login.is-loaded .rt-header-loaded,
.rt-header-login.is-not-loaded .rt-header-not-loaded,
.rt-header-login.is-dead .rt-header-error {
  opacity: 1;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
  display: flex;
}
.rt-header-login {
  max-width: 126px;
  width: 126px;
  transition: max-width 250ms;
  /* 載入中 */
  /* 已載入 */
  /* 未載入 */
}
.rt-header-login:before {
  content: none;
}
.rt-header-login .rt-header-topnav-link.rt-header-dropdown-icon,
.rt-header-login a.rt-header-topnav-link.rt-header-dropdown-icon {
  padding-right: 8px;
}
.rt-header-login.is-loading .rt-header-loading {
  justify-content: center;
}
.rt-header-login.is-loaded {
  width: auto;
  max-width: 1200px;
  /* 已登入會員 */
}
.rt-header-login.is-loaded .rt-header-loaded .rt-header-dropdown {
  left: 43%;
  transform: translateX(-57%);
}
.rt-header-login.is-not-loaded {
  /* 未登入會員 */
}
.rt-header-login.is-loading.is-not-loaded,
.rt-header-login.is-loading.is-loaded {
  /* for IE11 */
}
.rt-header-login.is-loading.is-not-loaded .rt-header-loading,
.rt-header-login.is-loading.is-loaded .rt-header-loading {
  display: none;
}
.rt-header-login.is-dead.is-not-loaded .rt-header-error {
  /* for IE11 - 舊頁面 */
  display: none;
}
.rt-header-login .rt-header-dropdown-menu {
  min-width: 88px;
}
@media only screen and (max-width: 370px) {
  .rt-header-login {
    display: none;
  }
}
.rt-header-login-item {
  display: inline-block;
}
.rt-header-login-item + .rt-header-login-item {
  margin-left: 2px;
}
.rt-header-loaded,
.rt-header-loading,
.rt-header-not-loaded,
.rt-header-error {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: visibility 50ms, opacity 100ms;
  visibility: hidden;
  display: none;
  position: relative;
}
.rt-header-loading-icon {
  background-image: url('/shared/icon/refresh.svg');
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  animation: rti-spin 2s infinite linear;
}
/** 代購 .rt-header-daigou **/
/* ebay logo */
/* Gmarket logo */
/* 日本直送 */
/* 比比昂Bibian logo */
/* PChome Thai logo */
/** Event **/
/* $0開店送廣告 -- 舊*/
/* 雙平台開店 */
.rt-header-event-welcome {
  font-weight: 600 !important;
  color: #ff6755 !important;
}
.rt-header-event-welcome::after {
  content: "";
  background-image: url('/shared/icon/pcstore.svg');
  display: inline-block;
  width: 45px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: -7px;
  margin-top: -2px;
}
/*  舊有header樣式 (無rt-header-top) header_minial.view.utf8.html
 * ========================================================================== */
.rt-header-minimal {
  z-index: auto;
  min-width: 960px;
  height: 50px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
  /* ruten logo */
  /* 海外代購 section */
}
.rt-header-minimal .rt-nav-name {
  font-size: 14px;
}
.rt-header-minimal .rt-nav-link {
  display: inline-flex;
  align-items: center;
}
.rt-header-minimal .rt-header-search {
  min-width: 320px;
  height: 33px;
  margin: 0 0 0 20px;
}
.rt-header-minimal .rt-header-shopping-cart .rt-nav-name {
  margin-top: 0;
  margin-left: 6px;
}
.rt-header-minimal .rt-header-heading {
  margin: 0;
}
.rt-header-minimal .rt-header-logo {
  width: 110px;
  height: 47.83px;
  background-size: contain;
}
.rt-header-minimal .rt-header-daigou {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 4px 8px;
  box-sizing: border-box;
  background-color: #f5a623;
  border-radius: 16px;
}
.rt-header-minimal .rt-header-daigou:before {
  content: "";
  background-image: url('/shared/icon/daigou-origin.svg');
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 1px;
}
.rt-header-minimal .rt-header-daigou .rt-header-dropdown-icon:after {
  background-image: url('/shared/icon/v4/caret-down.svg');
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: 4px;
}
.rt-header-minimal .rt-header-daigou .rt-header-dropdown-menu {
  min-width: 124px;
}
.rt-header-minimal .rt-header-daigou .dropdown-menu-link {
  padding: 6px 16px;
}
.rt-header-minimal .rt-nav-icon-wrap:hover {
  opacity: 0.45;
}
.rt-header-minimal .rt-header-search-keyword-wrap .search-bar-keyword-list {
  margin-top: 0;
}
.rt-pchome-usa-logo {
  position: relative;
  background-image: url('/shared/icon/pchome-usa-logo.svg');
  display: inline-block;
  width: 156px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
/* 離開海外代購頁 */
.rt-exit-icon {
  background-image: url('/shared/icon/exit.svg');
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
/* 客服 .rt-header-service */
.rt-header-service-icon {
  background-image: url('/shared/icon/question.svg');
  display: inline-block;
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  border: 2px solid #fff;
  border-radius: 100%;
}
/* 首頁 - 熱搜關鍵字 */
.index-header-hot-search {
  width: 740px;
  margin-top: 4px;
  padding: 0 16px;
}
.index-header-hot-search-list {
  width: 100%;
  height: 18px;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.0025px;
  line-height: 20px;
  color: #77716d;
  font-weight: normal;
  /* font-weight: 400; */
  font-stretch: normal;
  font-style: normal;
}
/* 熱搜 */
.index-header-hot-search-item {
  display: inline-block;
}
.index-header-hot-search-item a {
  color: #ffffff;
}
.index-header-hot-search-item:hover,
.index-header-hot-search-item a:hover {
  color: #dcdaf5;
}
.index-header-hot-search-item + .index-header-hot-search-item {
  margin-left: 16px;
}
/*-------- Footer section style --------*/
/* Mixin */
/* Footer Style */
.rt-footer {
  width: 100%;
  margin-top: 40px;
  padding: 25px 0 ;
  background: #fff;
  font-size: 13px;
  color: #6e6e6e;
  box-sizing: border-box;
}
.rt-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12px;
}
.rt-footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  list-style: none outside none;
}
.rt-footer-nav:first-child {
  padding-left: 0;
}
.rt-footer-nav-item {
  flex: none;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: center;
  border-right: 1px solid #d4d3d3;
}
.rt-footer-nav-item:last-child {
  border-right: none;
}
.rt-footer-nav-item a {
  text-decoration: none;
}
.rt-footer-nav-item:hover a {
  color: #666;
  text-decoration: underline;
}
.rt-footer-nav-name {
  font-size: 12px;
  color: #777;
}
.rt-footer-section {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.rt-footer-section + .rt-footer-section {
  margin-top: 15px;
}
.rt-footer-section-item + .rt-footer-section-item {
  margin-left: 48px;
}
.rt-footer-section-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  margin-bottom: 12px;
}
.rt-footer-copyright {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 30px;
  letter-spacing: 2px;
}
.rt-footer-copyright .copyright-item + .copyright-item {
  margin-top: 8px;
}
.rt-footer-copyright .copyright-item-notice {
  color: #8d8d8d;
}
/* 露天包裝減量標章 */
.rt-footer-green-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
.rt-footer-green-mark-icon {
  width: 62px;
  height: 56px;
  margin-bottom: 8px;
  background-position: center center;
  background-image: url('/shared/icon/v4/green-mark.svg');
  background-size: 62px 56px;
  background-repeat: no-repeat;
}
.rt-footer-green-mark-title {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #534a3d;
}
.rt-footer-download {
  flex: none;
  display: flex;
  margin-left: auto;
  padding: 20px;
  border-radius: 5px;
  background: #f2f2f2;
}
.rt-footer-download .download-app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
}
.rt-footer-download .download-app-title {
  margin-bottom: 5px;
  color: #6e6e6e;
  letter-spacing: 3px;
}
.rt-footer-download .download-app-content {
  display: flex;
}
.rt-footer-download .download-app-android {
  margin-right: 15px;
  display: inline-block;
  width: 101px;
  height: 30px;
  background: url("/images/sprite/sprite_footer.png") no-repeat 0 0;
}
.rt-footer-download .download-app-ios {
  display: inline-block;
  width: 85px;
  height: 30px;
  background: url("/images/sprite/sprite_footer.png") no-repeat 0 -40px;
}
.rt-footer-download .download-qrcode {
  display: inline-block;
  width: 63px;
  height: 63px;
  background: url("/images/sprite/sprite_footer.png") no-repeat -111px 0;
}
/* PChomeUSA 海外代購 */
.rt-footer-oversea .rt-footer-nav-item:first-child {
  padding-left: 0;
}
.rt-footer-oversea .rt-footer-copyright {
  margin-top: 32px;
}
.rt-footer-oversea .copyright-item + .copyright-item {
  margin-top: 8px;
}
/*------ Back To Top ------*/
.back-to-top-wrap {
  width: 1250px;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 1390px) {
  .back-to-top-wrap .back-to-top-content {
    margin-left: 1255px;
    padding: 0px 9px 12px;
  }
}
.back-to-top {
  position: fixed;
  bottom: 210px;
  z-index: 1;
  margin-left: 1270px;
  padding: 1px 10px 13px;
  background: rgba(0, 0, 0, 0.3);
  font-family: verdana;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  transition: background 0.3s ease-in-out;
}
.back-to-top:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url('/shared/icon/angle-up.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.back-to-top:hover {
  background: #ff901a;
  color: rgba(255, 255, 255, 0.9);
}
.back-to-top-text {
  margin-top: -6px;
  font-size: 11px;
}
.back-to-top-hide {
  display: none;
}
.back-to-top-show {
  display: block;
  animation: back-to-top-fadein 0.7s;
}
@keyframes back-to-top-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
