*, ::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.19 | 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;
}
.\!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;
  }
}
@media (min-width: 1921px) {

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

  .container {
    max-width: 1921px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-left-1 {
  left: -0.25rem;
}
.-left-2 {
  left: -0.5rem;
}
.-left-4 {
  left: -1rem;
}
.-left-\[2px\] {
  left: -2px;
}
.-left-\[4px\] {
  left: -4px;
}
.-right-1 {
  right: -0.25rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-4 {
  top: -1rem;
}
.-top-6 {
  top: -1.5rem;
}
.-top-\[2px\] {
  top: -2px;
}
.-top-\[4px\] {
  top: -4px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.bottom-\[18\%\] {
  bottom: 18%;
}
.bottom-\[30\%\] {
  bottom: 30%;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[2px\] {
  left: 2px;
}
.left-\[6\%\] {
  left: 6%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[65px\] {
  top: 65px;
}
.top-\[calc\(124px\)\] {
  top: calc(124px);
}
.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;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-\[34\%\] {
  margin-top: -34%;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[56px\] {
  margin-bottom: 56px;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.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-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[1440\/847\] {
  aspect-ratio: 1440/847;
}
.aspect-\[390\/873\] {
  aspect-ratio: 390/873;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[calc\(100\%\+16px\)\] {
  height: calc(100% + 16px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-screen {
  height: 100vh;
}
.max-h-\[211px\] {
  max-height: 211px;
}
.max-h-\[420px\] {
  max-height: 420px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[90\.75px\] {
  width: 90.75px;
}
.w-\[calc\(100\%\+16px\)\] {
  width: calc(100% + 16px);
}
.w-\[calc\(100\%\+2rem\)\] {
  width: calc(100% + 2rem);
}
.w-\[calc\(100\%\+8px\)\] {
  width: calc(100% + 8px);
}
.w-\[calc\(100\%-44px\)\] {
  width: calc(100% - 44px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-\[660px\] {
  min-width: 660px;
}
.min-w-\[900px\] {
  min-width: 900px;
}
.max-w-0 {
  max-width: 0px;
}
.max-w-\[142px\] {
  max-width: 142px;
}
.max-w-\[246px\] {
  max-width: 246px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[358px\] {
  max-width: 358px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[65\%\] {
  max-width: 65%;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[85px\] {
  max-width: 85px;
}
.max-w-\[calc\(100\%\+15px\)\] {
  max-width: calc(100% + 15px);
}
.max-w-\[calc\(100\%\+16px\)\] {
  max-width: calc(100% + 16px);
}
.max-w-\[calc\(100\%\+8px\)\] {
  max-width: calc(100% + 8px);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[5px\] {
  gap: 5px;
}
.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));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[800px\] {
  border-radius: 800px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#46444c\] {
  --tw-border-opacity: 1;
  border-color: rgb(70 68 76 / var(--tw-border-opacity, 1));
}
.border-\[\#46444c\]\/20 {
  border-color: rgb(70 68 76 / 0.2);
}
.border-\[\#46444c\]\/30 {
  border-color: rgb(70 68 76 / 0.3);
}
.border-\[\#93C5FD\] {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-\[\#B9DED3\] {
  --tw-border-opacity: 1;
  border-color: rgb(185 222 211 / var(--tw-border-opacity, 1));
}
.border-\[\#D8D8D8\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
}
.border-\[\#FFFFFFB8\] {
  border-color: #FFFFFFB8;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.bg-\[\#00000080\] {
  background-color: #00000080;
}
.bg-\[\#1F1F1F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity, 1));
}
.bg-\[\#201C59\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 28 89 / var(--tw-bg-opacity, 1));
}
.bg-\[\#292586\] {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 134 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2D3197\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 49 151 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B9DED3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 222 211 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DBEAFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E7E5FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF33\] {
  background-color: #FFFFFF33;
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-\[linear-gradient\(111\.43deg\2c _\#3859D2_2\.86\%\2c _\#292586_98\.51\%\)\] {
  background-image: linear-gradient(111.43deg, #3859D2 2.86%, #292586 98.51%);
}
.bg-\[linear-gradient\(156\.28deg\2c _\#3859D2_15\.26\%\2c _\#292586_101\.83\%\)\] {
  background-image: linear-gradient(156.28deg, #3859D2 15.26%, #292586 101.83%);
}
.bg-\[linear-gradient\(90deg\2c _\#2D3197_56\.25\%\2c _rgba\(45\2c 49\2c 151\2c 0\)_98\.27\%\)\] {
  background-image: linear-gradient(90deg, #2D3197 56.25%, rgba(45,49,151,0) 98.27%);
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[34px\] {
  padding-left: 34px;
  padding-right: 34px;
}
.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[14px\] {
  padding-left: 14px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[140px\] {
  padding-top: 140px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[64px\] {
  font-size: 64px;
}
.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-8 {
  line-height: 2rem !important;
}
.\!leading-\[32px\] {
  line-height: 32px !important;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#0043C0\] {
  --tw-text-opacity: 1;
  color: rgb(0 67 192 / var(--tw-text-opacity, 1));
}
.text-\[\#0E0680\] {
  --tw-text-opacity: 1;
  color: rgb(14 6 128 / var(--tw-text-opacity, 1));
}
.text-\[\#1D1A62\] {
  --tw-text-opacity: 1;
  color: rgb(29 26 98 / var(--tw-text-opacity, 1));
}
.text-\[\#1D4ED8\] {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-\[\#1F1F1F\] {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
.text-\[\#1F222A\] {
  --tw-text-opacity: 1;
  color: rgb(31 34 42 / var(--tw-text-opacity, 1));
}
.text-\[\#1f1f1f\] {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
.text-\[\#201C59\] {
  --tw-text-opacity: 1;
  color: rgb(32 28 89 / var(--tw-text-opacity, 1));
}
.text-\[\#209C41\] {
  --tw-text-opacity: 1;
  color: rgb(32 156 65 / var(--tw-text-opacity, 1));
}
.text-\[\#2D45B9\] {
  --tw-text-opacity: 1;
  color: rgb(45 69 185 / var(--tw-text-opacity, 1));
}
.text-\[\#3C22A7\] {
  --tw-text-opacity: 1;
  color: rgb(60 34 167 / var(--tw-text-opacity, 1));
}
.text-\[\#46444C\] {
  --tw-text-opacity: 1;
  color: rgb(70 68 76 / var(--tw-text-opacity, 1));
}
.text-\[\#46444c\] {
  --tw-text-opacity: 1;
  color: rgb(70 68 76 / var(--tw-text-opacity, 1));
}
.text-\[\#4698FF\] {
  --tw-text-opacity: 1;
  color: rgb(70 152 255 / var(--tw-text-opacity, 1));
}
.text-\[\#6D778B\] {
  --tw-text-opacity: 1;
  color: rgb(109 119 139 / var(--tw-text-opacity, 1));
}
.text-\[\#909090\] {
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity, 1));
}
.text-\[\#EFF3F8\] {
  --tw-text-opacity: 1;
  color: rgb(239 243 248 / var(--tw-text-opacity, 1));
}
.text-\[\#F5B613\] {
  --tw-text-opacity: 1;
  color: rgb(245 182 19 / var(--tw-text-opacity, 1));
}
.text-\[\#FBCC4D\] {
  --tw-text-opacity: 1;
  color: rgb(251 204 77 / var(--tw-text-opacity, 1));
}
.text-\[\#FCCE52\] {
  --tw-text-opacity: 1;
  color: rgb(252 206 82 / var(--tw-text-opacity, 1));
}
.text-\[\#FFC736\] {
  --tw-text-opacity: 1;
  color: rgb(255 199 54 / var(--tw-text-opacity, 1));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-80 {
  opacity: 0.8;
}
.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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.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);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}

@import "flowbite";

.custom-hidden {
  display: none;
}

@font-face {
  font-family: "GoogleSans-Regular";
  src:
    url("../fonts/GoogleSans-Regular.woff2") format("woff2"),
    url("../fonts/GoogleSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans-Medium";
  src:
    url("../fonts/GoogleSans-Medium.woff2") format("woff2"),
    url("../fonts/GoogleSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans-SemiBold";
  src:
    url("../fonts/GoogleSans-SemiBold.woff2") format("woff2"),
    url("../fonts/GoogleSans-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans-Bold";
  src:
    url("../fonts/GoogleSans-Bold.woff2") format("woff2"),
    url("../fonts/GoogleSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "GoogleSans-Regular";
}

html {
  scroll-behavior: smooth;
}

body,
html {
  font-family: "GoogleSans-Regular";
  color: #1f1f1f;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img {
  display: inline-block;
}

button:focus {
  outline: none !important;
}

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
}

input[type="search"]:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  line-height: 125% !important;
}

.font-bold {
  font-family: "GoogleSans-Bold";
}

.font-semibold {
  font-family: "GoogleSans-SemiBold";
}

.font-medium {
  font-family: "GoogleSans-Medium";
}

.font-regular {
  font-family: "GoogleSans-Regular";
}

.container-custom {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 16px;
}

.max-h-menu {
  max-height: 80vh;
}

#mobileMenu {
  background: linear-gradient(
    111.43deg,
    #2f4bb3 2.86%,
    #252079 50.68%,
    #1d1a62 98.51%
  );
}

.btn-common {
  display: inline-block;
  background: linear-gradient(
    90.96deg,
    #f5b613 0.82%,
    #fcce52 79.47%,
    #fecd49 127.59%,
    #fcce52 158.79%,
    #ffc736 177.71%,
    #f0ac16 248.39%,
    #f5b613 300.16%
  );
  box-shadow: -1px 2px 0px 0px #ca9408;
}

.btn-custom {
  display: inline-block;
  background: linear-gradient(111.43deg, #3859d2 2.86%, #292586 98.51%);
}

.homepage,
.instructions {
  background: linear-gradient(90deg, #63bbff -16.91%, #e0f2ff 111.46%);
}

.header-bg {
  background: linear-gradient(
    111.43deg,
    #2f4bb3 2.86%,
    #252079 50.68%,
    #1d1a62 98.51%
  );
}

.footer-bg {
  background: linear-gradient(
    111.43deg,
    #2f4bb3 2.86%,
    #252079 50.68%,
    #1d1a62 98.51%
  );
}

.countdown-bg {
  background: linear-gradient(
    111.43deg,
    #2f4bb3 2.86%,
    #252079 50.68%,
    #1d1a62 98.51%
  );
}

.countdown-bg::before {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(
    158.39deg,
    rgba(255, 255, 255, 0.45) 14.19%,
    rgba(255, 255, 255, 0) 50.59%,
    rgba(255, 255, 255, 0) 68.79%,
    rgba(255, 255, 255, 0.1) 105.18%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.prize-item {
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
}

.prize-item:hover {
  box-shadow:
    16px 8px 39px 0px #1212121a,
    62px 34px 71px 0px #12121217,
    140px 75px 95px 0px #1212120d,
    249px 134px 113px 0px #12121203,
    388px 210px 124px 0px #12121200;
}

.prize-box {
  position: relative;
}

.prize-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: inherit;

  background: linear-gradient(
    158.39deg,
    rgba(253, 253, 253, 0.16) 14.19%,
    rgba(253, 253, 253, 0.00004) 50.59%,
    rgba(253, 253, 253, 0.00004) 68.79%,
    rgba(253, 253, 253, 0.04) 105.18%
  );

  /* magic part */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.prize-bg {
  position: relative;
  border-radius: 4px;
  background: linear-gradient(
    91.65deg,
    #f5b613 -28.25%,
    #fcce52 28.75%,
    #fecd49 63.63%,
    #fcce52 86.24%,
    #ffc736 99.95%,
    #f0ac16 151.18%,
    #f5b613 188.71%
  );
}

.winner-list {
  padding-top: 76px;
}

/* Thể lệ chương trình page */
.rules {
  background: linear-gradient(90deg, #63bbff -16.91%, #e0f2ff 111.46%);
  min-height: 100vh;
}

.rules-page {
  position: relative;
}

.rules-page::before {
  content: "";
  position: absolute;
  width: 1139px;
  height: 525px;
  border-radius: 34px;
  top: 244px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    111.43deg,
    rgba(47, 75, 179, 0.25) 2.86%,
    rgba(37, 32, 121, 0.25) 50.68%,
    rgba(29, 26, 98, 0.25) 98.51%
  );
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.rules-content {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  background: linear-gradient(
    111.43deg,
    #2f4bb3 2.86%,
    #252079 50.68%,
    #1d1a62 98.51%
  );
}

.rules-content::before {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(
    158.39deg,
    rgba(255, 255, 255, 0.45) 14.19%,
    rgba(255, 255, 255, 0) 50.59%,
    rgba(255, 255, 255, 0) 68.79%,
    rgba(255, 255, 255, 0.1) 105.18%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.rules-content.rules-content-mini::before {
  display: none !important;
}

@media (max-width: 767px) {
  .rules-page::before {
    display: none;
  }

  .rules-content {
    backdrop-filter: blur(12.57px);
    -webkit-backdrop-filter: blur(12.57px);
  }
}

.rules table th,
.rules table td {
  vertical-align: middle;
}

.rules table thead th {
  white-space: normal;
}

.prize-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: inherit;
  background: linear-gradient(
    91.03deg,
    rgba(255, 255, 255, 0) 0.09%,
    rgba(255, 255, 255, 0.5) 22.18%,
    #ffffff 50%,
    rgba(255, 255, 255, 0.5) 80.66%,
    rgba(255, 255, 255, 0) 99.91%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.products-bg {
  background: url("../images/mask-layer.png") no-repeat bottom right;
  background-size: contain;
}

/* Swiper pagination styles */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
}

.swiper-pagination {
  width: -moz-max-content !important;
  width: max-content !important;
  display: inline-flex;
  justify-content: center;
  padding: 16px;
  position: relative;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); /* Safari */
  box-shadow:
    inset 0px 2px 4px 0px rgba(255, 255, 255, 0.4),
    inset 0px -2px 4px 0px rgba(255, 255, 255, 0.2);
}

.swiper-pagination::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: inherit;

  background: linear-gradient(
    96.37deg,
    rgba(0, 0, 0, 0.05) 0.19%,
    #ffffff 50%,
    rgba(0, 0, 0, 0.05) 99.81%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #eff3f8;
  opacity: 1;
  border-radius: 60px;
}

.swiper-pagination-bullet-active {
  width: 24px;
  background: #0e0680;
}

.swiper-banner .swiper-slide {
  display: flex;
  align-items: center; /* 👈 vertical center */
  justify-content: center; /* optional */
  height: unset;
}

@media (max-width: 767px) {
  /* default: mask ON */
  .swiper-countdown.has-mask {
    -webkit-mask-image: linear-gradient(270deg, transparent 0%, black 40%);
    mask-image: linear-gradient(270deg, transparent 0%, black 40%);
  }

  /* when at end: remove mask */
  .swiper-countdown.no-mask {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 40px;
  }
}

@media (min-width: 768px) {
}

/* Winner list page */
.winner-list .prize-button {
  padding: 8px 16px;
  min-width: 127px;
  text-align: center;
  background:
    url("../images/btn-prize-bg.png") center / cover no-repeat,
    radial-gradient(
      55.18% 26.3% at 50.41% 96.43%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      34.01% 43.94% at 49.79% 100%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      61.19% 55.13% at 49.79% 97.14%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      63.08% 151.52% at 50% -33.33%,
      rgba(68, 18, 209, 0.8) 0%,
      rgba(56, 29, 131, 0) 100%
    ),
    #373094;
  border: 1px solid rgba(150, 130, 255, 0.3);
  box-shadow:
    0px 2px 2px 0px rgba(0, 0, 0, 0.02),
    inset 0px 0px 5.45px 1px rgba(136, 110, 248, 0.898);
}

.winner-list .prize-rank-num {
  font-family: "SST Vietnamese", "GoogleSans-Bold", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: #3c22a7;
}

.winner-list .prize-rank-word {
  font-family: "GoogleSans-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #3c22a7;
}

.winner-list .value-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 28px;
  padding: 4px 16px;
  border-radius: 27px;
  background: linear-gradient(
    180deg,
    rgba(56, 89, 210, 0.88) 57.14%,
    rgba(255, 255, 255, 0.88) 101.79%
  );
}

.winner-list .winner-card {
  position: relative;
  background: linear-gradient(156.28deg, #3859d2 15.26%, #292586 101.83%);
}

.winner-list .card-header {
  display: inline-block;
}

.winner-list .winner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    158.39deg,
    rgba(253, 253, 253, 0.06) 14.19%,
    rgba(253, 253, 253, 0) 50.59%,
    rgba(253, 253, 253, 0) 68.79%,
    rgba(253, 253, 253, 0.015) 105.18%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Table body scroll + row card effect */
.winner-list .card-table-body {
  padding: 0 8px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.winner-list .card-table-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.winner-list .card-table-body::-webkit-scrollbar-track {
  background: transparent;
}

.winner-list .card-table-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.winner-list .card-table-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.winner-list .card-table-body table {
  border-collapse: separate;
  border-spacing: 0 6px;
}

.winner-list .card-table-header {
  overflow-x: hidden;
  padding: 0 8px;
}

.winner-list .card-table-body tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}

.winner-list .card-table-body tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.winner-list {
  background: linear-gradient(90deg, #63bbff -16.91%, #e0f2ff 111.46%);
}

/* Special offer table */
.special-offer-table table {
  border-collapse: separate;
  border-spacing: 0 39px;
  margin-top: -39px;
}

.special-offer-table thead tr {
  background: linear-gradient(
    115.36deg,
    #f5b613 10.07%,
    #fcce52 35%,
    #fecd49 50.26%,
    #fcce52 60.15%,
    #ffc736 66.15%,
    #f0ac16 88.56%,
    #f5b613 104.97%
  );
}

.special-offer-table thead th {
  background: transparent;
}

.special-offer-table th,
.special-offer-table td {
  vertical-align: middle;
}

/* Heading column dividers: all data th cells except the last one before the right spacer */
.special-offer-table
  thead
  th:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
  border-right: 1px solid #f9f9f9;
}

/* Rounded corners on first/last DATA cells (index 2 = after white spacer cell) */
.special-offer-table tbody tr td:nth-child(2) {
  border-radius: 12px 0 0 12px;
}

.special-offer-table tbody tr td:nth-last-child(2) {
  border-radius: 0 12px 12px 0;
}

/* Special prize section */
.prize-special-num {
  font-family: "GoogleSans-Bold";
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg, #ffc400 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.prize-special-label {
  font-family: "GoogleSans-Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffc400 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 767px) {
  .prize-special-num {
    font-size: 72px;
  }
  .prize-special-label {
    font-size: 28px;
  }
}

.btn-prize {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  white-space: nowrap;
  border: 1px solid rgba(150, 130, 255, 0.3);
  box-shadow:
    0px 2px 2px 0px rgba(0, 0, 0, 0.02),
    inset 0px 0px 5.45px 1px rgba(136, 110, 248, 0.898);
  background:
    url("../images/btn-prize-bg.png") center / cover no-repeat,
    radial-gradient(
      55.18% 26.3% at 50.41% 96.43%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      34.01% 43.94% at 49.79% 100%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      61.19% 55.13% at 49.79% 97.14%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      63.08% 151.52% at 50% -33.33%,
      rgba(68, 18, 209, 0.8) 0%,
      rgba(56, 29, 131, 0) 100%
    ),
    #373094;
  color: white;
  /* font-family: "GoogleSans-Bold"; */
  cursor: pointer;
  text-decoration: none;
}

.sm-product-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sm-product-wrapper::after {
  content: "";
  position: absolute;
  inset: -60px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 218, 0.6) 0%,
    rgba(255, 255, 255, 0.3) 65%,
    transparent 100%
  );
  filter: blur(60px);
  z-index: 0;
}

.sm-product-wrapper::before {
  content: "";
  position: absolute;
  inset: -60px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(226, 235, 255, 0.45) 0%,
    transparent 75%
  );
  filter: blur(50px);
  z-index: 0;
}

.sm-product-wrapper img {
  position: relative;
  z-index: 1;
  display: block;
}
@media (max-width: 767px) {
  .empty-state .empty-value {
    text-align: left;
    padding-left: 12px;
  }

  .no-results .empty-value {
    text-align: left;
    padding-left: 12px;
  }
}
.before\:mr-1::before {
  content: var(--tw-content);
  margin-right: 0.25rem;
}
.before\:content-\[\'-_\'\]::before {
  --tw-content: '- ';
  content: var(--tw-content);
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:text-\[\#F5B613\]:hover {
  --tw-text-opacity: 1;
  color: rgb(245 182 19 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:block {
  display: block;
}
@media not all and (min-width: 768px) {

  .max-md\:order-2 {
    order: 2;
  }

  .max-md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .max-md\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

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

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

  .max-md\:w-\[calc\(100\%\+16px\)\] {
    width: calc(100% + 16px);
  }

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

  .max-md\:flex-col {
    flex-direction: column;
  }

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

  .max-md\:pl-3 {
    padding-left: 0.75rem;
  }

  .max-md\:pr-3 {
    padding-right: 0.75rem;
  }

  .max-md\:text-left {
    text-align: left;
  }

  .max-md\:text-center {
    text-align: center;
  }

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

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

  .max-md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 640px) {

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {

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

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

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

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

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

  .md\:left-\[25\%\] {
    left: 25%;
  }

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

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

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

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

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

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

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

  .md\:-mt-\[23\%\] {
    margin-top: -23%;
  }

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

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

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

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

  .md\:max-h-\[calc\(100\%-124px\)\] {
    max-height: calc(100% - 124px);
  }

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

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:max-w-\[calc\(100\%\+25px\)\] {
    max-width: calc(100% + 25px);
  }

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

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-b-\[30px\] {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

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

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

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

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

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

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

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

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

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

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

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!leading-\[44px\] {
    line-height: 44px !important;
  }

  .md\:leading-\[44px\] {
    line-height: 44px;
  }
}
@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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