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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  width: 100%;
  min-height: 100%;
}

input:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width:320px) and (max-width:540px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}

@media (max-width:319px) {
  html {
    font-size: 8.5px;
  }
}

@media (min-width:541px) {
  html {
    font-size: 14.4px;
  }
}

.sa-fixed {
  position: fixed;
}

.\!sa-absolute {
  position: absolute !important;
}

.sa-absolute {
  position: absolute;
}

.sa-relative {
  position: relative;
}

.sa-bottom-0 {
  bottom: 0px;
}

.sa-bottom-\[-150px\] {
  bottom: -150px;
}

.sa-bottom-\[-3\.4rem\] {
  bottom: -3.4rem;
}

.sa-bottom-\[1rem\] {
  bottom: 1rem;
}

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

.sa-bottom-\[2rem\] {
  bottom: 2rem;
}

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

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

.sa-left-\[0\] {
  left: 0;
}

.sa-left-\[1\.5rem\] {
  left: 1.5rem;
}

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

.sa-left-\[1rem\] {
  left: 1rem;
}

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

.sa-left-\[50\%\] {
  left: 50%;
}

.sa-right-0 {
  right: 0px;
}

.sa-right-\[-2\.9rem\] {
  right: -2.9rem;
}

.sa-right-\[0\] {
  right: 0;
}

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

.sa-right-\[159px\] {
  right: 159px;
}

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

.sa-right-\[50\%\] {
  right: 50%;
}

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

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

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

.sa-top-\[2rem\] {
  top: 2rem;
}

.sa-top-\[50\%\] {
  top: 50%;
}

.sa-top-\[-12rem\] {
  top: -12rem;
}

.sa-top-\[-19rem\] {
  top: -19rem;
}

.sa-top-\[-20rem\] {
  top: -20rem;
}

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

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

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

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

.sa-z-\[3\] {
  z-index: 3;
}

.sa-z-\[50\] {
  z-index: 50;
}

.sa-z-\[99999999\] {
  z-index: 99999999;
}

.sa-z-\[9999999\] {
  z-index: 9999999;
}

.sa-z-\[9\] {
  z-index: 9;
}

.sa-mx-\[0\.9rem\] {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}

.sa-mx-\[1rem\] {
  margin-left: 1rem;
  margin-right: 1rem;
}

.sa-mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}

.sa-mx-\[28px\] {
  margin-left: 28px;
  margin-right: 28px;
}

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

.\!sa-mb-\[65px\] {
  margin-bottom: 65px !important;
}

.\!sa-mt-\[107px\] {
  margin-top: 107px !important;
}

.sa-mb-\[0\.4rem\] {
  margin-bottom: 0.4rem;
}

.sa-mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}

.sa-mb-\[0\.8rem\] {
  margin-bottom: 0.8rem;
}

.sa-mb-\[1\.1rem\] {
  margin-bottom: 1.1rem;
}

.sa-mb-\[1\.2rem\] {
  margin-bottom: 1.2rem;
}

.sa-mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}

.sa-mb-\[1\.7rem\] {
  margin-bottom: 1.7rem;
}

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

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

.sa-mb-\[1rem\] {
  margin-bottom: 1rem;
}

.sa-mb-\[2\.1rem\] {
  margin-bottom: 2.1rem;
}

.sa-mb-\[2\.4rem\] {
  margin-bottom: 2.4rem;
}

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

.sa-mb-\[3\.3rem\] {
  margin-bottom: 3.3rem;
}

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

.sa-mb-\[4\.2rem\] {
  margin-bottom: 4.2rem;
}

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

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

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

.sa-mb-auto {
  margin-bottom: auto;
}

.sa-ml-\[0\.35rem\] {
  margin-left: 0.35rem;
}

.sa-ml-\[0\.3rem\] {
  margin-left: 0.3rem;
}

.sa-ml-\[0\.4rem\] {
  margin-left: 0.4rem;
}

.sa-ml-\[0\.5rem\] {
  margin-left: 0.5rem;
}

.sa-ml-\[0\.6rem\] {
  margin-left: 0.6rem;
}

.sa-ml-\[0\.7rem\] {
  margin-left: 0.7rem;
}

.sa-ml-\[0\.8rem\] {
  margin-left: 0.8rem;
}

.sa-ml-\[0\.8ren\] {
  margin-left: 0.8ren;
}

.sa-ml-\[0\.9rem\] {
  margin-left: 0.9rem;
}

.sa-ml-\[1\.2rem\] {
  margin-left: 1.2rem;
}

.sa-ml-\[1\.3rem\] {
  margin-left: 1.3rem;
}

.sa-ml-\[1\.5rem\] {
  margin-left: 1.5rem;
}

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

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

.sa-ml-\[1rem\] {
  margin-left: 1rem;
}

.sa-ml-\[2\.2rem\] {
  margin-left: 2.2rem;
}

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

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

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

.sa-ml-\[2rem\] {
  margin-left: 2rem;
}

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

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

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

.sa-ml-\[4\.5rem\] {
  margin-left: 4.5rem;
}

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

.sa-mr-\[0\.45rem\] {
  margin-right: 0.45rem;
}

.sa-mr-\[0\.4rem\] {
  margin-right: 0.4rem;
}

.sa-mr-\[0\.5rem\] {
  margin-right: 0.5rem;
}

.sa-mr-\[0\.65rem\] {
  margin-right: 0.65rem;
}

.sa-mr-\[0\.6rem\] {
  margin-right: 0.6rem;
}

.sa-mr-\[0\.8rem\] {
  margin-right: 0.8rem;
}

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

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

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

.sa-mr-\[7\.2px\] {
  margin-right: 7.2px;
}

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

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

.sa-mt-\[0\.2rem\] {
  margin-top: 0.2rem;
}

.sa-mt-\[0\.3rem\] {
  margin-top: 0.3rem;
}

.sa-mt-\[0\.4rem\] {
  margin-top: 0.4rem;
}

.sa-mt-\[0\.54rem\] {
  margin-top: 0.54rem;
}

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

.sa-mt-\[0\.6rem\] {
  margin-top: 0.6rem;
}

.sa-mt-\[0\.75rem\] {
  margin-top: 0.75rem;
}

.sa-mt-\[0\.7rem\] {
  margin-top: 0.7rem;
}

.sa-mt-\[0\.8rem\] {
  margin-top: 0.8rem;
}

.sa-mt-\[0\.9rem\] {
  margin-top: 0.9rem;
}

.sa-mt-\[1\.2rem\] {
  margin-top: 1.2rem;
}

.sa-mt-\[1\.3rem\] {
  margin-top: 1.3rem;
}

.sa-mt-\[1\.4rem\] {
  margin-top: 1.4rem;
}

.sa-mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}

.sa-mt-\[1\.6rem\] {
  margin-top: 1.6rem;
}

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

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

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

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

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

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

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

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

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

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

.sa-mt-\[3\.5rem\] {
  margin-top: 3.5rem;
}

.sa-mt-\[3\.7rem\] {
  margin-top: 3.7rem;
}

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

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

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

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

.sa-mt-\[6\.6rem\] {
  margin-top: 6.6rem;
}

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

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

.sa-mt-auto {
  margin-top: auto;
}

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

.sa-mr-\[0\.9rem\] {
  margin-right: 0.9rem;
}

.\!sa-line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.sa-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sa-block {
  display: block;
}

.sa-flex {
  display: flex;
}

.sa-grid {
  display: grid;
}

.\!sa-hidden {
  display: none !important;
}

.sa-hidden {
  display: none;
}

.sa-aspect-\[0\.567\/1\] {
  aspect-ratio: 0.567/1;
}

.sa-aspect-\[0\.613\/1\] {
  aspect-ratio: 0.613/1;
}

.sa-aspect-\[0\.7\/1\] {
  aspect-ratio: 0.7/1;
}

.sa-aspect-\[0\.703\/1\] {
  aspect-ratio: 0.703/1;
}

.sa-aspect-\[0\.726\/1\] {
  aspect-ratio: 0.726/1;
}

.sa-aspect-\[0\.738\/1\] {
  aspect-ratio: 0.738/1;
}

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

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

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

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

.sa-aspect-\[2\.56\/1\] {
  aspect-ratio: 2.56/1;
}

.sa-aspect-square {
  aspect-ratio: 1 / 1;
}

.\!sa-h-\[2\.5rem\] {
  height: 2.5rem !important;
}

.sa-h-\[0\.4rem\] {
  height: 0.4rem;
}

.sa-h-\[0\.6rem\] {
  height: 0.6rem;
}

.sa-h-\[0\.9rem\] {
  height: 0.9rem;
}

.sa-h-\[1\.18rem\] {
  height: 1.18rem;
}

.sa-h-\[1\.1rem\] {
  height: 1.1rem;
}

.sa-h-\[1\.25rem\] {
  height: 1.25rem;
}

.sa-h-\[1\.37rem\] {
  height: 1.37rem;
}

.sa-h-\[1\.3rem\] {
  height: 1.3rem;
}

.sa-h-\[1\.4rem\] {
  height: 1.4rem;
}

.sa-h-\[1\.54rem\] {
  height: 1.54rem;
}

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

.sa-h-\[1\.7rem\] {
  height: 1.7rem;
}

.sa-h-\[1\.8rem\] {
  height: 1.8rem;
}

.sa-h-\[1\.9rem\] {
  height: 1.9rem;
}

.sa-h-\[10\.5rem\] {
  height: 10.5rem;
}

.sa-h-\[10\.7rem\] {
  height: 10.7rem;
}

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

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

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

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

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

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

.sa-h-\[14\.2rem\] {
  height: 14.2rem;
}

.sa-h-\[17rem\] {
  height: 17rem;
}

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

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

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

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

.sa-h-\[2\.1rem\] {
  height: 2.1rem;
}

.sa-h-\[2\.2rem\] {
  height: 2.2rem;
}

.sa-h-\[2\.3rem\] {
  height: 2.3rem;
}

.sa-h-\[2\.4rem\] {
  height: 2.4rem;
}

.sa-h-\[2\.65rem\] {
  height: 2.65rem;
}

.sa-h-\[2\.6rem\] {
  height: 2.6rem;
}

.sa-h-\[2\.7rem\] {
  height: 2.7rem;
}

.sa-h-\[2\.8rem\] {
  height: 2.8rem;
}

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

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

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

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

.sa-h-\[25\.7rem\] {
  height: 25.7rem;
}

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

.sa-h-\[28\.5rem\] {
  height: 28.5rem;
}

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

.sa-h-\[2rem\] {
  height: 2rem;
}

.sa-h-\[3\.1rem\] {
  height: 3.1rem;
}

.sa-h-\[3\.23rem\] {
  height: 3.23rem;
}

.sa-h-\[3\.4rem\] {
  height: 3.4rem;
}

.sa-h-\[3\.5rem\] {
  height: 3.5rem;
}

.sa-h-\[3\.6rem\] {
  height: 3.6rem;
}

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

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

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

.sa-h-\[3rem\] {
  height: 3rem;
}

.sa-h-\[4\.3rem\] {
  height: 4.3rem;
}

.sa-h-\[4\.5rem\] {
  height: 4.5rem;
}

.sa-h-\[4\.9rem\] {
  height: 4.9rem;
}

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

.sa-h-\[4rem\] {
  height: 4rem;
}

.sa-h-\[5\.33rem\] {
  height: 5.33rem;
}

.sa-h-\[5\.3rem\] {
  height: 5.3rem;
}

.sa-h-\[5\.4rem\] {
  height: 5.4rem;
}

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

.sa-h-\[6\.3rem\] {
  height: 6.3rem;
}

.sa-h-\[6\.5rem\] {
  height: 6.5rem;
}

.sa-h-\[6\.6rem\] {
  height: 6.6rem;
}

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

.sa-h-\[7\.5rem\] {
  height: 7.5rem;
}

.sa-h-\[8\.3rem\] {
  height: 8.3rem;
}

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

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

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

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

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

.sa-h-\[9\.5rem\] {
  height: 9.5rem;
}

.sa-h-\[9\.7rem\] {
  height: 9.7rem;
}

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

.sa-h-\[6rem\] {
  height: 6rem;
}

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

.sa-h-\[2\.31rem\] {
  height: 2.31rem;
}

.sa-h-\[0\.51rem\] {
  height: 0.51rem;
}

.sa-min-h-\[0\.93rem\] {
  min-height: 0.93rem;
}

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

.sa-min-h-\[3\.5rem\] {
  min-height: 3.5rem;
}

.sa-min-h-\[3rem\] {
  min-height: 3rem;
}

.sa-min-h-full {
  min-height: 100%;
}

.sa-min-h-\[160px\] {
  min-height: 160px;
}

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

.\!sa-w-\[4rem\] {
  width: 4rem !important;
}

.sa-w-\[0\.3rem\] {
  width: 0.3rem;
}

.sa-w-\[0\.4rem\] {
  width: 0.4rem;
}

.sa-w-\[0\.52rem\] {
  width: 0.52rem;
}

.sa-w-\[0\.5rem\] {
  width: 0.5rem;
}

.sa-w-\[0\.6rem\] {
  width: 0.6rem;
}

.sa-w-\[0\.9rem\] {
  width: 0.9rem;
}

.sa-w-\[1\.34rem\] {
  width: 1.34rem;
}

.sa-w-\[1\.56rem\] {
  width: 1.56rem;
}

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

.sa-w-\[1\.9rem\] {
  width: 1.9rem;
}

.sa-w-\[10\.7rem\] {
  width: 10.7rem;
}

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

.sa-w-\[11\.3rem\] {
  width: 11.3rem;
}

.sa-w-\[11\.8rem\] {
  width: 11.8rem;
}

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

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

.sa-w-\[12\.1rem\] {
  width: 12.1rem;
}

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

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

.sa-w-\[13\.25rem\] {
  width: 13.25rem;
}

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

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

.sa-w-\[14\.7rem\] {
  width: 14.7rem;
}

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

.sa-w-\[15\.5rem\] {
  width: 15.5rem;
}

.sa-w-\[16\.7rem\] {
  width: 16.7rem;
}

.sa-w-\[16\.8rem\] {
  width: 16.8rem;
}

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

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

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

.sa-w-\[19\.3rem\] {
  width: 19.3rem;
}

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

.sa-w-\[2\.4rem\] {
  width: 2.4rem;
}

.sa-w-\[2\.6rem\] {
  width: 2.6rem;
}

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

.sa-w-\[20\.2rem\] {
  width: 20.2rem;
}

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

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

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

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

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

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

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

.sa-w-\[23\.4rem\] {
  width: 23.4rem;
}

.sa-w-\[24\.4rem\] {
  width: 24.4rem;
}

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

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

.sa-w-\[3\.9rem\] {
  width: 3.9rem;
}

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

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

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

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

.sa-w-\[37\.5rem\] {
  width: 37.5rem;
}

.sa-w-\[4\.5rem\] {
  width: 4.5rem;
}

.sa-w-\[4\.6rem\] {
  width: 4.6rem;
}

.sa-w-\[4\.9rem\] {
  width: 4.9rem;
}

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

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

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

.sa-w-\[4rem\] {
  width: 4rem;
}

.sa-w-\[5\.4rem\] {
  width: 5.4rem;
}

.sa-w-\[5\.5rem\] {
  width: 5.5rem;
}

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

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

.sa-w-\[6\.5rem\] {
  width: 6.5rem;
}

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

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

.sa-w-\[7\.9rem\] {
  width: 7.9rem;
}

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

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

.sa-w-\[7rem\] {
  width: 7rem;
}

.sa-w-\[8\.3rem\] {
  width: 8.3rem;
}

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

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

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

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

.sa-w-\[8rem\] {
  width: 8rem;
}

.sa-w-\[9\.1rem\] {
  width: 9.1rem;
}

.sa-w-\[9\.7rem\] {
  width: 9.7rem;
}

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

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

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

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

.sa-w-\[calc\(100\%-1\.2rem\)\] {
  width: calc(100% - 1.2rem);
}

.sa-w-\[calc\(100\%-220px\)\] {
  width: calc(100% - 220px);
}

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

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

.sa-w-\[6rem\] {
  width: 6rem;
}

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

.sa-w-1\/5 {
  width: 20%;
}

.sa-min-w-0 {
  min-width: 0px;
}

.sa-min-w-\[1420px\] {
  min-width: 1420px;
}

.sa-min-w-\[320px\] {
  min-width: 320px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sa-flex-\[0\.8\] {
  flex: 0.8;
}

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

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

.sa-basis-\[10\%\] {
  flex-basis: 10%;
}

.\!sa-basis-\[10\%\] {
  flex-basis: 10% !important;
}

.sa-translate-x-\[-100\%\] {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sa-translate-x-\[-50\%\] {
  --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));
}

.sa-translate-x-\[80\%\] {
  --tw-translate-x: 80%;
  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));
}

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

.sa-translate-y-\[-50\%\] {
  --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));
}

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

.sa-cursor-default {
  cursor: default;
}

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

.sa-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sa-gap-y-4 {
  row-gap: 1rem;
}

.sa-gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.sa-gap-y-\[2rem\] {
  row-gap: 2rem;
}

.sa-gap-x-\[1rem\] {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.sa-self-end {
  align-self: flex-end;
}

.sa-overflow-hidden {
  overflow: hidden;
}

.sa-overflow-y-auto {
  overflow-y: auto;
}

.sa-overflow-x-hidden {
  overflow-x: hidden;
}

.\!sa-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.sa-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.sa-whitespace-normal {
  white-space: normal;
}

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

.sa-rounded-\[0\.1rem\] {
  border-radius: 0.1rem;
}

.sa-rounded-\[1\.4rem\] {
  border-radius: 1.4rem;
}

.sa-rounded-\[1\.61rem\] {
  border-radius: 1.61rem;
}

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

.sa-rounded-\[2rem\] {
  border-radius: 2rem;
}

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

.sa-rounded-tl-\[0\.6rem\] {
  border-top-left-radius: 0.6rem;
}

.sa-rounded-tr-\[0\.6rem\] {
  border-top-right-radius: 0.6rem;
}

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

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

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

.sa-border-\[0\.1rem\] {
  border-width: 0.1rem;
}

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

.sa-border-\[0\.3px\] {
  border-width: 0.3px;
}

.sa-border-\[0\.3rem\] {
  border-width: 0.3rem;
}

.sa-border-\[0\.03rem\] {
  border-width: 0.03rem;
}

.sa-border-y-\[0\.03rem\] {
  border-top-width: 0.03rem;
  border-bottom-width: 0.03rem;
}

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

.sa-border-b-\[0\.1rem\] {
  border-bottom-width: 0.1rem;
}

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

.\!sa-border-solid {
  border-style: solid !important;
}

.\!sa-border-\[\#8a8a8a\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(138 138 138 / var(--tw-border-opacity, 1)) !important;
}

.sa-border-\[\#868686\] {
  --tw-border-opacity: 1;
  border-color: rgb(134 134 134 / var(--tw-border-opacity, 1));
}

.sa-border-\[\#8a8a8a\] {
  --tw-border-opacity: 1;
  border-color: rgb(138 138 138 / var(--tw-border-opacity, 1));
}

.sa-border-\[\#cecece\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.sa-border-\[\#febf53\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 191 83 / var(--tw-border-opacity, 1));
}

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

.sa-border-transparent {
  border-color: transparent;
}

.sa-border-\[\#151515\] {
  --tw-border-opacity: 1;
  border-color: rgb(21 21 21 / var(--tw-border-opacity, 1));
}

.sa-border-b-\[\#6e6e6e\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(110 110 110 / var(--tw-border-opacity, 1));
}

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

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

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

.sa-bg-\[\#323233\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 51 / var(--tw-bg-opacity, 1));
}

.sa-bg-\[\#3b3b3b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity, 1));
}

.sa-bg-\[\#4f4f4f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 79 79 / var(--tw-bg-opacity, 1));
}

.sa-bg-\[\#6d57c2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 87 194 / var(--tw-bg-opacity, 1));
}

.sa-bg-\[\#8a8a8a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(138 138 138 / var(--tw-bg-opacity, 1));
}

.sa-bg-\[\#ae41a8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 65 168 / var(--tw-bg-opacity, 1));
}

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

.sa-bg-\[\#dc4890\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 72 144 / var(--tw-bg-opacity, 1));
}

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

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

.sa-bg-\[\#febf53\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 191 83 / var(--tw-bg-opacity, 1));
}

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

.sa-bg-b {
  --tw-bg-opacity: 1;
  background-color: rgb(76 76 76 / var(--tw-bg-opacity, 1));
}

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

.sa-bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.sa-bg-transparent {
  background-color: transparent;
}

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

.sa-bg-\[\#2b2c2d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 44 45 / var(--tw-bg-opacity, 1));
}

.sa-bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.sa-bg-a {
  background-image: linear-gradient(to bottom, #00000080 50%, #000000);
}

.sa-bg-c {
  background-image: linear-gradient(to right, #fff, rgba(238, 238, 238, 0));
}

.sa-bg-d {
  background-image: linear-gradient(to left, #fff, rgba(238, 238, 238, 0));
}

.sa-bg-e {
  background-image: linear-gradient(to right, #505acb, #d23c96, #ffc150);
}

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

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

.sa-from-\[\#505acb\] {
  --tw-gradient-from: #505acb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 90 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.sa-via-\[\#d23c96\] {
  --tw-gradient-to: rgb(210 60 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d23c96 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.sa-to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.\!sa-bg-cover {
  background-size: cover !important;
}

.sa-bg-cover {
  background-size: cover;
}

.sa-bg-center {
  background-position: center;
}

.sa-bg-top {
  background-position: top;
}

.sa-bg-repeat {
  background-repeat: repeat;
}

.sa-bg-no-repeat {
  background-repeat: no-repeat;
}

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

.\!sa-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

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

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

.sa-px-\[0\.5rem\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sa-px-\[1\.1rem\] {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.sa-px-\[1\.2rem\] {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.sa-px-\[1\.4rem\] {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

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

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

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

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

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

.sa-px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.sa-px-\[2\.5rem\] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

.sa-py-\[0\.1rem\] {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.sa-py-\[0\.4rem\] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.sa-py-\[0\.52rem\] {
  padding-top: 0.52rem;
  padding-bottom: 0.52rem;
}

.sa-py-\[0\.8rem\] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

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

.sa-py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sa-px-\[0\.25rem\] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\!sa-pt-\[0\] {
  padding-top: 0 !important;
}

.sa-pb-\[0\.4rem\] {
  padding-bottom: 0.4rem;
}

.sa-pb-\[0\.54rem\] {
  padding-bottom: 0.54rem;
}

.sa-pb-\[0\.7rem\] {
  padding-bottom: 0.7rem;
}

.sa-pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}

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

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

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

.sa-pb-\[3rem\] {
  padding-bottom: 3rem;
}

.sa-pb-\[4\.2rem\] {
  padding-bottom: 4.2rem;
}

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

.sa-pb-\[4rem\] {
  padding-bottom: 4rem;
}

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

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

.sa-pl-\[0\.3rem\] {
  padding-left: 0.3rem;
}

.sa-pl-\[0\.4rem\] {
  padding-left: 0.4rem;
}

.sa-pl-\[0\.6rem\] {
  padding-left: 0.6rem;
}

.sa-pl-\[1\.2rem\] {
  padding-left: 1.2rem;
}

.sa-pl-\[1\.45rem\] {
  padding-left: 1.45rem;
}

.sa-pl-\[1\.54rem\] {
  padding-left: 1.54rem;
}

.sa-pl-\[1rem\] {
  padding-left: 1rem;
}

.sa-pl-\[2rem\] {
  padding-left: 2rem;
}

.sa-pl-\[4rem\] {
  padding-left: 4rem;
}

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

.sa-pr-\[1\.25rem\] {
  padding-right: 1.25rem;
}

.sa-pr-\[1\.2rem\] {
  padding-right: 1.2rem;
}

.sa-pr-\[1\.3rem\] {
  padding-right: 1.3rem;
}

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

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

.sa-pr-\[1rem\] {
  padding-right: 1rem;
}

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

.sa-pt-\[0\.4rem\] {
  padding-top: 0.4rem;
}

.sa-pt-\[1\.28rem\] {
  padding-top: 1.28rem;
}

.sa-pt-\[1\.2rem\] {
  padding-top: 1.2rem;
}

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

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

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

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

.sa-pt-\[2\.4rem\] {
  padding-top: 2.4rem;
}

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

.sa-pt-\[2rem\] {
  padding-top: 2rem;
}

.sa-pt-\[3\.5rem\] {
  padding-top: 3.5rem;
}

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

.sa-pt-\[1\.17rem\] {
  padding-top: 1.17rem;
}

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

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

.\!sa-text-\[1\.4rem\] {
  font-size: 1.4rem !important;
}

.sa-text-\[1\.1rem\] {
  font-size: 1.1rem;
}

.sa-text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.sa-text-\[1\.4rem\] {
  font-size: 1.4rem;
}

.sa-text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.sa-text-\[1\.8rem\] {
  font-size: 1.8rem;
}

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

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

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

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

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

.sa-text-\[1rem\] {
  font-size: 1rem;
}

.sa-text-\[2\.2rem\] {
  font-size: 2.2rem;
}

.sa-text-\[2\.4rem\] {
  font-size: 2.4rem;
}

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

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

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

.sa-text-\[2rem\] {
  font-size: 2rem;
}

.sa-text-\[3\.4rem\] {
  font-size: 3.4rem;
}

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

.sa-text-\[3rem\] {
  font-size: 3rem;
}

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

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

.sa-font-extralight {
  font-weight: 200;
}

.sa-font-light {
  font-weight: 300;
}

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

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

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

.sa-leading-\[1\.4rem\] {
  line-height: 1.4rem;
}

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

.sa-leading-\[1\.7rem\] {
  line-height: 1.7rem;
}

.sa-leading-\[2\.1rem\] {
  line-height: 2.1rem;
}

.sa-leading-\[2\.4rem\] {
  line-height: 2.4rem;
}

.sa-leading-\[2\.5rem\] {
  line-height: 2.5rem;
}

.sa-leading-\[2\.7rem\] {
  line-height: 2.7rem;
}

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

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

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

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

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

.sa-leading-\[3\.2rem\] {
  line-height: 3.2rem;
}

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

.sa-leading-\[4\.4rem\] {
  line-height: 4.4rem;
}

.sa-leading-\[2\.31rem\] {
  line-height: 2.31rem;
}

.sa-leading-\[2\.55rem\] {
  line-height: 2.55rem;
}

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

.\!sa-text-\[\#fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.sa-text-\[\#272b2f\] {
  --tw-text-opacity: 1;
  color: rgb(39 43 47 / var(--tw-text-opacity, 1));
}

.sa-text-\[\#2f2f2f\] {
  --tw-text-opacity: 1;
  color: rgb(47 47 47 / var(--tw-text-opacity, 1));
}

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

.sa-text-\[\#3d3d3d\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}

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

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

.sa-text-\[\#6d57c2\] {
  --tw-text-opacity: 1;
  color: rgb(109 87 194 / var(--tw-text-opacity, 1));
}

.sa-text-\[\#8a8a8a\] {
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity, 1));
}

.sa-text-\[\#fcb45e\] {
  --tw-text-opacity: 1;
  color: rgb(252 180 94 / var(--tw-text-opacity, 1));
}

.sa-text-\[\#febf53\] {
  --tw-text-opacity: 1;
  color: rgb(254 191 83 / var(--tw-text-opacity, 1));
}

.sa-text-\[\#ffd673\] {
  --tw-text-opacity: 1;
  color: rgb(255 214 115 / var(--tw-text-opacity, 1));
}

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

.sa-text-\[\#fffefe\] {
  --tw-text-opacity: 1;
  color: rgb(255 254 254 / var(--tw-text-opacity, 1));
}

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

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

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

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

.sa-mix-blend-overlay {
  mix-blend-mode: overlay;
}

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

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

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

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

.md_1_video_content .dplayer-controller{
  height:49px;
  padding:0 30px 0 30px
}

.md_1_movies_slide_active .swiper-slide-active .banner_link{
  transform:scale(1.473,1.469);
  transition:transform .3s
}

.placeholder\:sa-text-\[1\.2rem\]::-moz-placeholder {
  font-size: 1.2rem;
}

.placeholder\:sa-text-\[1\.2rem\]::placeholder {
  font-size: 1.2rem;
}

.hover\:sa-border-\[\#868686\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 134 134 / var(--tw-border-opacity, 1));
}

.hover\:sa-bg-\[\#282828\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
}

.hover\:sa-bg-\[\#2b2c2d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 44 45 / var(--tw-bg-opacity, 1));
}

.hover\:\!sa-text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

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

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

@media (min-width: 541px) {
  .md\:\!sa-mb-\[15px\] {
    margin-bottom: 15px !important;
  }

  .md\:\!sa-mt-\[10px\] {
    margin-top: 10px !important;
  }

  .md\:\!sa-h-\[167px\] {
    height: 167px !important;
  }

  .md\:\!sa-h-\[34px\] {
    height: 34px !important;
  }

  .md\:\!sa-h-\[38px\] {
    height: 38px !important;
  }

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

  .md\:\!sa-w-\[95px\] {
    width: 95px !important;
  }

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

  .md\:sa-w-1\/5 {
    width: 20%;
  }

  .md\:sa-basis-1\/5 {
    flex-basis: 20%;
  }

  .md\:\!sa-px-\[1\.2rem\] {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .md\:\!sa-text-\[18px\] {
    font-size: 18px !important;
  }

  .md\:\!sa-text-\[30px\] {
    font-size: 30px !important;
  }

  .md\:\!movies_pc_card_title{
    height:99px !important
  }

  .md\:\!movies_pc_card_title>span{
    width:13px !important;
    height:34px !important
  }

  .md\:\!movies_pc_card_title>h3{
    font-size:30px !important;
    line-height:45px !important;
    margin-left:10px !important
  }

  .md\:\!movies_pc_card_title>h4{
    font-size:16px !important;
    line-height:22px !important;
    margin-left:24px !important;
    margin-right:20px !important
  }

  .md\:\!sa_card_one_content>li{
    width:calc((100% - 21px)/ 3) !important;
    margin-left:10px !important
  }

  .md\:\!sa_card_one_content>li:nth-child(3n+1){
    margin-left:0 !important
  }
}

@media (max-width: 749px) {
  .H5\:sa-mb-\[1rem\] {
    margin-bottom: 1rem;
  }
}

@media (min-width: 750px) {
  .md_1\:\!sa-left-\[140px\] {
    left: 140px !important;
  }

  .md_1\:\!sa-right-\[140px\] {
    right: 140px !important;
  }

  .md_1\:\!sa-ml-\[10px\] {
    margin-left: 10px !important;
  }

  .md_1\:\!sa-ml-\[34px\] {
    margin-left: 34px !important;
  }

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

  .md_1\:\!sa-flex {
    display: flex !important;
  }

  .md_1\:\!sa-hidden {
    display: none !important;
  }

  .md_1\:\!sa-h-\[133px\] {
    height: 133px !important;
  }

  .md_1\:\!sa-h-\[166px\] {
    height: 166px !important;
  }

  .md_1\:\!sa-h-\[27px\] {
    height: 27px !important;
  }

  .md_1\:\!sa-h-\[295px\] {
    height: 295px !important;
  }

  .md_1\:\!sa-h-\[29px\] {
    height: 29px !important;
  }

  .md_1\:\!sa-h-\[33px\] {
    height: 33px !important;
  }

  .md_1\:\!sa-h-\[34px\] {
    height: 34px !important;
  }

  .md_1\:\!sa-h-\[36px\] {
    height: 36px !important;
  }

  .md_1\:\!sa-h-\[45px\] {
    height: 45px !important;
  }

  .md_1\:\!sa-h-\[70px\] {
    height: 70px !important;
  }

  .md_1\:\!sa-h-\[80px\] {
    height: 80px !important;
  }

  .md_1\:\!sa-h-\[6rem\] {
    height: 6rem !important;
  }

  .md_1\:\!sa-w-\[12px\] {
    width: 12px !important;
  }

  .md_1\:\!sa-w-\[15px\] {
    width: 15px !important;
  }

  .md_1\:\!sa-w-\[36px\] {
    width: 36px !important;
  }

  .md_1\:\!sa-w-\[602px\] {
    width: 602px !important;
  }

  .md_1\:\!sa-w-\[80px\] {
    width: 80px !important;
  }

  .md_1\:\!sa-w-\[81px\] {
    width: 81px !important;
  }

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

  .md_1\:\!sa-w-\[6rem\] {
    width: 6rem !important;
  }

  .md_1\:\!sa-basis-1\/5 {
    flex-basis: 20% !important;
  }

  .md_1\:sa-basis-1\/5 {
    flex-basis: 20%;
  }

  .md_1\:sa-basis-\[18\%\] {
    flex-basis: 18%;
  }

  .md_1\:sa-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md_1\:\!sa-px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md_1\:\!sa-py-\[10px\] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .md_1\:sa-px-\[1\.2rem\] {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .md_1\:\!sa-px-\[1\.2rem\] {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .md_1\:\!sa-pb-\[60px\] {
    padding-bottom: 60px !important;
  }

  .md_1\:\!sa-text-\[14px\] {
    font-size: 14px !important;
  }

  .md_1\:\!sa-text-\[18px\] {
    font-size: 18px !important;
  }

  .md_1\:\!sa-text-\[29px\] {
    font-size: 29px !important;
  }

  .md_1\:\!sa-text-\[30px\] {
    font-size: 30px !important;
  }

  .md_1\:\!sa-text-\[48px\] {
    font-size: 48px !important;
  }

  .md_1\:\!md_1_card_two_content>li{
    width:calc((100% - 21px)/ 3) !important;
    margin-left:10px !important
  }

  .md_1\:\!md_1_card_two_content>li:nth-child(3n+1){
    margin-left:0 !important
  }

  .md_1\:\!md_1_card_three_content>li{
    width:calc((100% - 120px)/ 4) !important;
    margin-left:40px !important
  }

  .md_1\:\!md_1_card_three_content>li:nth-child(4n+1){
    margin-left:0 !important
  }

  .md_1\:\!md_1_actress_list>li{
    width:calc((100% - 21px)/ 3) !important;
    margin-left:10px !important;
    margin-bottom:25px !important
  }

  .md_1\:\!md_1_actress_list>li:nth-child(3n+1){
    margin-left:0 !important
  }

  .md_1\:\!md_1_like_actress_content>li{
    width:calc((100% - 21px)/ 3) !important;
    margin-left:10px !important
  }

  .md_1\:\!md_1_like_actress_content>li:nth-child(3n+1){
    margin-left:0 !important
  }

  .md_1\:\!md_1_video_content .dplayer-controller{
    height:49px !important;
    padding:0 30px 0 30px !important
  }

  .md_1\:\!md_1_video_content .dplayer-volume-bar-wrap{
    display:inline-block!important
  }

  .md_1\:\!md_1_video_content .dplayer-dtime{
    font-size:14px !important;
    margin-left:20px !important
  }

  .md_1\:\!md_1_video_content .app_speed{
    display:none !important
  }

  .md_1\:\!md_1_video_content .dplayer-full-icon{
    display:none !important
  }

  .md_1\:\!md_1_video_content .pc_speed{
    display:block !important
  }

  .md_1\:\!md_1_video_content .full_btn_pc{
    display:block !important
  }

  .md_1\:\!md_1_more_video_list>li{
    width:calc((100% - 21px)/ 3) !important;
    margin-left:10px !important;
    margin-bottom:20px !important
  }

  .md_1\:\!md_1_more_video_list>li:nth-child(3n+1){
    margin-left:0 !important
  }

  .md_1\:\!md_1_more_partner_list>li{
    width:calc((100% - 160px)/ 5) !important;
    margin-left:40px !important;
    margin-bottom:35px !important
  }

  .md_1\:\!md_1_more_partner_list>li:nth-child(5n+1){
    margin-left:0 !important
  }

  .md_1\:\!md_1_movies_slide_active .swiper-slide-active .banner_link{
    transform:scale(1.473,1.469) !important;
    transition:transform .3s !important
  }
}

@media (min-width: 960px) {
  .md_2\:\!sa-mt-\[42px\] {
    margin-top: 42px !important;
  }

  .md_2\:sa-mr-\[32px\] {
    margin-right: 32px;
  }

  .md_2\:\!sa-block {
    display: block !important;
  }

  .md_2\:\!sa-hidden {
    display: none !important;
  }

  .md_2\:sa-hidden {
    display: none;
  }

  .md_2\:\!sa-h-\[184px\] {
    height: 184px !important;
  }

  .md_2\:\!sa-h-\[46px\] {
    height: 46px !important;
  }

  .md_2\:\!sa-w-\[152px\] {
    width: 152px !important;
  }

  .md_2\:\!sa-w-\[229px\] {
    width: 229px !important;
  }

  .md_2\:\!sa-pr-\[68px\] {
    padding-right: 68px !important;
  }
}

@media (min-width: 1170px) {
  .lg\:\!sa-right-\[-52px\] {
    right: -52px !important;
  }

  .lg\:\!sa-right-\[-75px\] {
    right: -75px !important;
  }

  .lg\:\!sa-top-\[0\] {
    top: 0 !important;
  }

  .lg\:\!sa-ml-\[10px\] {
    margin-left: 10px !important;
  }

  .lg\:\!sa-ml-\[27px\] {
    margin-left: 27px !important;
  }

  .lg\:\!sa-ml-\[31px\] {
    margin-left: 31px !important;
  }

  .lg\:\!sa-ml-\[40px\] {
    margin-left: 40px !important;
  }

  .lg\:\!sa-ml-\[54px\] {
    margin-left: 54px !important;
  }

  .lg\:\!sa-ml-\[7\.5px\] {
    margin-left: 7.5px !important;
  }

  .lg\:\!sa-mt-\[107px\] {
    margin-top: 107px !important;
  }

  .lg\:\!sa-mt-\[109px\] {
    margin-top: 109px !important;
  }

  .lg\:\!sa-mt-\[13px\] {
    margin-top: 13px !important;
  }

  .lg\:\!sa-mt-\[23px\] {
    margin-top: 23px !important;
  }

  .lg\:\!sa-mt-\[38px\] {
    margin-top: 38px !important;
  }

  .lg\:\!sa-mt-\[40px\] {
    margin-top: 40px !important;
  }

  .lg\:\!sa-mt-\[42px\] {
    margin-top: 42px !important;
  }

  .lg\:\!sa-mt-\[7px\] {
    margin-top: 7px !important;
  }

  .lg\:\!sa-mt-\[8px\] {
    margin-top: 8px !important;
  }

  .lg\:sa-mt-\[107px\] {
    margin-top: 107px;
  }

  .lg\:\!sa-block {
    display: block !important;
  }

  .lg\:sa-block {
    display: block;
  }

  .lg\:\!sa-flex {
    display: flex !important;
  }

  .lg\:\!sa-hidden {
    display: none !important;
  }

  .lg\:sa-hidden {
    display: none;
  }

  .lg\:\!sa-aspect-\[1\.62\/1\] {
    aspect-ratio: 1.62/1 !important;
  }

  .lg\:\!sa-h-\[109px\] {
    height: 109px !important;
  }

  .lg\:\!sa-h-\[125px\] {
    height: 125px !important;
  }

  .lg\:\!sa-h-\[126px\] {
    height: 126px !important;
  }

  .lg\:\!sa-h-\[129px\] {
    height: 129px !important;
  }

  .lg\:\!sa-h-\[133px\] {
    height: 133px !important;
  }

  .lg\:\!sa-h-\[140px\] {
    height: 140px !important;
  }

  .lg\:\!sa-h-\[166px\] {
    height: 166px !important;
  }

  .lg\:\!sa-h-\[18px\] {
    height: 18px !important;
  }

  .lg\:\!sa-h-\[22\.5px\] {
    height: 22.5px !important;
  }

  .lg\:\!sa-h-\[22px\] {
    height: 22px !important;
  }

  .lg\:\!sa-h-\[23px\] {
    height: 23px !important;
  }

  .lg\:\!sa-h-\[2px\] {
    height: 2px !important;
  }

  .lg\:\!sa-h-\[33px\] {
    height: 33px !important;
  }

  .lg\:\!sa-h-\[34px\] {
    height: 34px !important;
  }

  .lg\:\!sa-h-\[360px\] {
    height: 360px !important;
  }

  .lg\:\!sa-h-\[36px\] {
    height: 36px !important;
  }

  .lg\:\!sa-h-\[42px\] {
    height: 42px !important;
  }

  .lg\:\!sa-h-\[48px\] {
    height: 48px !important;
  }

  .lg\:\!sa-h-\[55px\] {
    height: 55px !important;
  }

  .lg\:\!sa-h-\[665px\] {
    height: 665px !important;
  }

  .lg\:\!sa-h-\[6px\] {
    height: 6px !important;
  }

  .lg\:\!sa-h-\[70px\] {
    height: 70px !important;
  }

  .lg\:\!sa-h-\[auto\] {
    height: auto !important;
  }

  .lg\:\!sa-h-auto {
    height: auto !important;
  }

  .lg\:sa-h-\[163px\] {
    height: 163px;
  }

  .lg\:\!sa-w-\[12px\] {
    width: 12px !important;
  }

  .lg\:\!sa-w-\[14\.5px\] {
    width: 14.5px !important;
  }

  .lg\:\!sa-w-\[224px\] {
    width: 224px !important;
  }

  .lg\:\!sa-w-\[42px\] {
    width: 42px !important;
  }

  .lg\:\!sa-w-\[432px\] {
    width: 432px !important;
  }

  .lg\:\!sa-w-\[53\.8\%\] {
    width: 53.8% !important;
  }

  .lg\:\!sa-w-\[568px\] {
    width: 568px !important;
  }

  .lg\:\!sa-w-\[602px\] {
    width: 602px !important;
  }

  .lg\:\!sa-w-\[631px\] {
    width: 631px !important;
  }

  .lg\:\!sa-w-\[6px\] {
    width: 6px !important;
  }

  .lg\:\!sa-w-\[8\.6px\] {
    width: 8.6px !important;
  }

  .lg\:\!sa-w-\[81px\] {
    width: 81px !important;
  }

  .lg\:\!sa-w-\[825px\] {
    width: 825px !important;
  }

  .lg\:\!sa-w-\[933px\] {
    width: 933px !important;
  }

  .lg\:\!sa-w-\[980px\] {
    width: 980px !important;
  }

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

  .lg\:\!sa-max-w-1254 {
    max-width: 1254px !important;
  }

  .lg\:sa-max-w-1920 {
    max-width: 1920px;
  }

  .lg\:sa-max-w-\[1317px\] {
    max-width: 1317px;
  }

  .lg\:\!sa-flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:\!sa-flex-none {
    flex: none !important;
  }

  @media (min-width: 1170px) {
    .lg\:lg\:\!sa-flex-row {
      flex-direction: row !important;
    }
  }

  .lg\:\!sa-items-start {
    align-items: flex-start !important;
  }

  .lg\:\!sa-p-0 {
    padding: 0px !important;
  }

  .lg\:\!sa-px-\[0px\] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:\!sa-px-\[15px\] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lg\:\!sa-px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lg\:\!sa-py-\[0\] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:\!sa-py-\[10px\] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lg\:\!sa-pt-\[107px\] {
    padding-top: 107px !important;
  }

  .lg\:\!sa-pt-\[39\%\] {
    padding-top: 39% !important;
  }

  .lg\:\!sa-pt-\[39\.8\%\] {
    padding-top: 39.8% !important;
  }

  .lg\:sa-pl-\[78px\] {
    padding-left: 78px;
  }

  .lg\:\!sa-text-\[1\.8rem\] {
    font-size: 1.8rem !important;
  }

  .lg\:\!sa-text-\[14px\] {
    font-size: 14px !important;
  }

  .lg\:\!sa-text-\[16px\] {
    font-size: 16px !important;
  }

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

  .lg\:\!sa-text-\[19px\] {
    font-size: 19px !important;
  }

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

  .lg\:\!sa-text-\[30px\] {
    font-size: 30px !important;
  }

  .lg\:\!sa-text-\[43px\] {
    font-size: 43px !important;
  }

  .lg\:\!sa-text-\[68px\] {
    font-size: 68px !important;
  }

  .lg\:\!sa-font-bold {
    font-weight: 700 !important;
  }

  .lg\:\!sa-leading-\[1\.1\] {
    line-height: 1.1 !important;
  }

  .lg\:\!sa-leading-\[1\.3\] {
    line-height: 1.3 !important;
  }

  .lg\:\!lg_actress_list>li{
    width:calc((100% - 31px)/ 4) !important;
    margin-left:10px !important;
    margin-bottom:25px !important
  }

  .lg\:\!lg_actress_list>li:nth-child(3n+1){
    margin-left:10px !important
  }

  .lg\:\!lg_actress_list>li:nth-child(4n+1){
    margin-left:0 !important
  }

  .lg\:\!lg_like_actress_content>li{
    width:calc((100% - 31px)/ 4) !important;
    margin-left:10px !important
  }

  .lg\:\!lg_like_actress_content>li:nth-child(3n+1){
    margin-left:10px !important
  }

  .lg\:\!lg_like_actress_content>li:nth-child(4n+1){
    margin-left:0 !important
  }

  .lg\:\!lg_photo_details_list>li{
    width:calc((100% - 37px)/ 4) !important;
    margin-left:12px !important
  }

  .lg\:\!lg_photo_details_list>li:nth-child(4n+1){
    margin-left:0 !important
  }

  .lg\:\!lg_more_video_list>li{
    width:calc((100% - 31px)/ 4) !important;
    margin-left:10px !important;
    margin-bottom:20px !important
  }

  .lg\:\!lg_more_video_list>li:nth-child(3n+1){
    margin-left:10px !important
  }

  .lg\:\!lg_more_video_list>li:nth-child(4n+1){
    margin-left:0 !important
  }

  .lg\:\!lg_more_partner_list>li{
    width:calc((100% - 200px)/ 6) !important;
    margin-left:40px !important;
    margin-bottom:35px !important
  }

  .lg\:\!lg_more_partner_list>li:nth-child(5n+1){
    margin-left:40px !important
  }

  .lg\:\!lg_more_partner_list>li:nth-child(6n+1){
    margin-left:0 !important
  }

  .lg\:\!lg_search_works>li{
    width:calc((100% - 21px)/ 3) !important;
    margin-left:10px !important
  }

  .lg\:\!lg_search_works>li:nth-child(3n+1){
    margin-left:0 !important
  }
}

@media (min-width: 1295px) {
  .lg_1\:\!sa-px-\[0px\] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg_1\:\!lg_1_actress_list>li{
    width:calc((100% - 41px)/ 5) !important;
    margin-left:10px !important;
    margin-bottom:25px !important
  }

  .lg_1\:\!lg_1_actress_list>li:nth-child(3n+1){
    margin-left:10px !important
  }

  .lg_1\:\!lg_1_actress_list>li:nth-child(4n+1){
    margin-left:10px !important
  }

  .lg_1\:\!lg_1_actress_list>li:nth-child(5n+1){
    margin-left:0 !important
  }

  .lg_1\:\!lg_1_like_actress_content>li{
    width:calc((100% - 41px)/ 5) !important;
    margin-left:10px !important
  }

  .lg_1\:\!lg_1_like_actress_content>li:nth-child(3n+1){
    margin-left:10px !important
  }

  .lg_1\:\!lg_1_like_actress_content>li:nth-child(4n+1){
    margin-left:10px !important
  }

  .lg_1\:\!lg_1_like_actress_content>li:nth-child(5n+1){
    margin-left:0 !important
  }
}

@media (min-width: 1325px) {
  .xl\:sa-mb-0 {
    margin-bottom: 0px;
  }

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

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

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

  .xl\:sa-mt-\[11px\] {
    margin-top: 11px;
  }

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

  .xl\:sa-mb-\[56px\] {
    margin-bottom: 56px;
  }

  .xl\:sa-mt-\[56px\] {
    margin-top: 56px;
  }

  .xl\:sa-block {
    display: block;
  }

  .xl\:\!sa-h-\[44px\] {
    height: 44px !important;
  }

  .xl\:\!sa-h-\[92px\] {
    height: 92px !important;
  }

  .xl\:sa-h-\[92px\] {
    height: 92px;
  }

  .xl\:\!sa-w-\[48\%\] {
    width: 48% !important;
  }

  .xl\:\!sa-w-\[77px\] {
    width: 77px !important;
  }

  .xl\:\!sa-w-\[960px\] {
    width: 960px !important;
  }

  .xl\:sa-w-\[49\%\] {
    width: 49%;
  }

  .xl\:\!sa-w-\[92px\] {
    width: 92px !important;
  }

  .xl\:\!sa-w-\[9\.2rem\] {
    width: 9.2rem !important;
  }

  .xl\:sa-w-\[9\.2rem\] {
    width: 9.2rem;
  }

  .xl\:sa-w-\[92px\] {
    width: 92px;
  }

  .xl\:sa-w-auto {
    width: auto;
  }

  .xl\:\!sa-basis-\[10\%\] {
    flex-basis: 10% !important;
  }

  .xl\:sa-basis-\[9\.5\%\] {
    flex-basis: 9.5%;
  }

  .xl\:sa-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:sa-flex-row {
    flex-direction: row;
  }

  .xl\:sa-flex-col {
    flex-direction: column;
  }

  .xl\:sa-flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:sa-gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:sa-gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:sa-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:sa-gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:sa-gap-x-\[1rem\] {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:\!sa-px-\[0\] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:\!sa-px-\[0px\] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:\!sa-px-\[1\.2rem\] {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

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

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

  .xl\:sa-font-bold {
    font-weight: 700;
  }

  .xl\:sa-text-\[\#363636\] {
    --tw-text-opacity: 1;
    color: rgb(54 54 54 / var(--tw-text-opacity, 1));
  }

  .xl\:\!xl_card_two_content>li{
    width:calc((100% - 31px)/ 4) !important;
    margin-left:10px !important
  }

  .xl\:\!xl_card_two_content>li:nth-child(3n+1){
    margin-left:10px !important
  }

  .xl\:\!xl_card_two_content>li:nth-child(4n+1){
    margin-left:0 !important
  }

  .xl\:\!xl_card_three_content>li{
    width:calc((100% - 200px)/ 5) !important;
    margin-left:50px !important
  }

  .xl\:\!xl_card_three_content>li:nth-child(4n+1){
    margin-left:50px !important
  }

  .xl\:\!xl_card_three_content>li:nth-child(5n+1){
    margin-left:0 !important
  }
}

@media (min-width: 1353px) {
  .xl_1\:\!sa-w-\[1353px\] {
    width: 1353px !important;
  }

  .xl_1\:\!sa-w-\[529px\] {
    width: 529px !important;
  }

  .xl_1\:\!sa-w-\[800px\] {
    width: 800px !important;
  }
}