*, ::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 {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 12 / var(--tw-bg-opacity, 1));
  padding: 0px;
  font-family: DM Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.\!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;
  }
}

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-\[16\%_24\%_78\%_56\%\] {
  inset: 16% 24% 78% 56%;
}

.inset-\[26\%_0_67\%_38\%\] {
  inset: 26% 0 67% 38%;
}

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

.left-0 {
  left: 0px;
}

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

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

.z-\[15\] {
  z-index: 15;
}

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

.z-\[5\] {
  z-index: 5;
}

.m-0 {
  margin: 0px;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.min-h-\[55svh\] {
  min-height: 55svh;
}

.min-h-\[57svh\] {
  min-height: 57svh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.-translate-x-\[0\%\] {
  --tw-translate-x: -0%;
  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-\[0\%\] {
  --tw-translate-y: -0%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.rotate-45 {
  --tw-rotate: 45deg;
  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;
}

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-\[0px\] {
  gap: 0px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

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

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[5px\] {
  gap: 5px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-\[\#9a9a9a\] {
  --tw-border-opacity: 1;
  border-color: rgb(154 154 154 / var(--tw-border-opacity, 1));
}

.bg-\[\#050506\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 6 / var(--tw-bg-opacity, 1));
}

.bg-brand-black {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 12 / var(--tw-bg-opacity, 1));
}

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

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

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-body {
  font-family: DM Sans, sans-serif;
}

.font-ibm-thai {
  font-family: IBM Plex Sans Thai, sans-serif;
}

.font-philosopher {
  font-family: Philosopher, serif;
}

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

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

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

.font-semibold {
  font-weight: 600;
}

.lowercase {
  text-transform: lowercase;
}

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

.leading-\[1em\] {
  line-height: 1em;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-\[0\.28px\] {
  letter-spacing: 0.28px;
}

.tracking-\[0\.6px\] {
  letter-spacing: 0.6px;
}

.tracking-\[1\.65px\] {
  letter-spacing: 1.65px;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.text-\[\#9a9a9a\] {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(250 16 49 / var(--tw-text-opacity, 1));
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-\[0\.88\] {
  opacity: 0.88;
}

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

/* ============================================
   BASE
   ============================================ */

/* ============================================
   PAGE WRAPPER
   ============================================ */

.page {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

/* ============================================
   SITE NAV  (mobile-first)
   ============================================ */

.site-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 21px;
  padding-bottom: 21px;
}

@media (min-width: 768px) {
  .site-nav {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.site-nav__social {
  display: flex;
  align-items: center;
  gap: 22px;
}

@media (min-width: 768px) {
  .site-nav__social {
    gap: 30px;
  }
}

.site-nav__icon {
  display: block;
  height: 24px;
  width: 24px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-nav__icon:hover {
  opacity: 0.8;
}

.site-nav__icon.site-nav__icon-line {
  height: 20px;
  width: 20px;
}

@media (min-width: 768px) {
  .site-nav__icon {
    height: 33px;
    width: 33px;
  }

  .site-nav__icon.site-nav__icon-line {
    height: 28px;
    width: 28px;
  }
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero__content-wrap {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 57svh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .hero__content-wrap {
    margin-left: auto;
    margin-right: auto;
    min-height: 55svh;
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  .hero__content-wrap {
    max-width: 1000px;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (min-width: 1280px) {
  .hero__content-wrap {
    min-height: 100svh;
    max-width: 1200px;
  }
}

@media (min-width: 1536px) {
  .hero__content-wrap {
    max-width: 1400px;
  }
}

.hero__bg-base {
  position: absolute;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 12 / var(--tw-bg-opacity, 1));
}

.hero__bg-texture {
  position: absolute;
  inset: 0px;
  overflow: hidden;
}

.hero__bg-texture img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__bg-gradient {
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    to bottom,
    rgba(8, 8, 10, 0) 3%,
    rgba(9, 9, 11, 0) 50%,
    #050506 86%
  );
}

.hero__character {
  position: absolute;
  inset: 0px;
  z-index: 10;
  overflow: hidden;
}

.hero__character img {
  position: absolute;
  top: 20px;
  left: 50%;
  height: auto;
  width: 120%;
  max-width: none;
  --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));
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .hero__character img {
    left: 50%;
    height: auto;
    width: 80%;
    --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));
  }
}

@media (min-width: 1024px) {
  .hero__character img {
    left: auto;
    right: 0px;
    top: 50%;
    height: auto;
    width: 65%;
    --tw-translate-x: -0%;
    --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));
  }
}

@media (min-width: 1280px) {
  .hero__character img {
    top: 9%;
    left: auto;
    right: 0px;
    top: 20px;
    height: auto;
    width: 65%;
    --tw-translate-y: -0%;
    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));
  }
}

.hero__glow {
  position: absolute;
  inset: 26% 0 67% 38%;
  z-index: 5;
  overflow: hidden;
  mix-blend-mode: screen;
}

.hero__glow img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .hero__glow {
    inset: 16% 24% 78% 56%;
  }
}

.hero__content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .hero__content {
    max-width: 500px;
    padding-bottom: 30px;
  }
}

.hero__title {
  margin: 0px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.hero__logo {
  height: auto;
  width: 320px;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .hero__logo {
    width: 520px;
  }
}

.hero__tagline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  text-align: center;
  font-family: Philosopher, serif;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 1.65px;
  font-size: 33px;
}

@media (min-width: 1024px) {
  .hero__tagline {
    font-size: 55px;
  }
}

.hero__tagline-bloom {
  pointer-events: none;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 0;
  --tw-translate-x: 20px;
  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));
  mix-blend-mode: screen;
  bottom: -20px;
  width: min(60%, 240px);
  height: auto;
}

@media (min-width: 1024px) {
  .hero__tagline-bloom {
    bottom: -34px;
    left: auto;
    right: 0;
    transform: translateX(33px);
    width: min(60%, 600px);
    height: auto;
  }
}

.hero__tagline-bloom img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.88;
}

.hero__tagline-copy {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 34.2px rgba(255, 255, 255, 0.22)) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.hero__tagline-line {
  background: linear-gradient(182.5deg, #fff 1.6%, #999 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__tagline-line--winter {
  background: linear-gradient(181.4deg, #fff 1.6%, #999 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* CSS-only scroll mouse indicator */

.hero__scroll {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 20;
  display: none;
  --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));
}

@media (min-width: 1024px) {
  .hero__scroll {
    display: block;
  }
}

.hero__scroll-mouse {
  position: relative;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(255 255 255 / 0.6);
  width: 24px;
  height: 40px;
}

.hero__scroll-mouse::after {
  content: "";
  position: absolute;
  left: 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));
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.8);
  width: 4px;
  height: 8px;
  top: 8px;
  animation: scroll-pulse 1.8s ease-in-out infinite;
}

@keyframes scroll-pulse {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  50% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.hero__particles {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 15;
  height: 100%;
  width: 100%;
}

/* ============================================
   FLAME OVERLAY (between hero & story)
   ============================================ */

.flame-overlay {
  pointer-events: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 0.5;
  mix-blend-mode: screen;
  margin-top: -60vh;
  height: 60vh;
}

.flame-overlay__section2 {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  mix-blend-mode: screen;
  bottom: 0;
  left: 0;
  height: 50vh;
}

@media (min-width: 768px) {
  .flame-overlay {
    margin-top: -50vh;
    height: 50vh;
  }
}

.flame-overlay img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(180deg) scaleY(-1);
}

/* ============================================
   STORY SECTION
   ============================================ */

.story {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.story__bg {
  position: absolute;
  inset: 0px;
  z-index: 0;
}

.story__bg-gradient-top {
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    to bottom,
    #08080a 1%,
    #09090b 22%,
    #530001 100%
  );
}

.story__bg-city {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  --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));
  overflow: hidden;
  opacity: 0.8;
}

.story__bg-city img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story__bg-fade {
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    to bottom,
    #050506 2%,
    rgba(9, 9, 11, 0) 19%,
    rgba(8, 8, 10, 0) 45%
  );
}

.story__clouds {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 5;
  overflow: hidden;
}

.story__cloud {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  max-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}

.story__content {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 336px;
}

.story-content__wrap {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .story__content {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 160px;
    padding-bottom: 160px;
    max-width: 1100px;
  }
}

@media (min-width: 1024px) {
  .story__content {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 750px;
  }

  .story-content__wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    justify-content: flex-end;
  }
}

.story__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

@media (min-width: 768px) {
  .story__header {
    gap: 0px;
  }
}

.story__eyebrow {
  line-height: 1.5;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(250 16 49 / var(--tw-text-opacity, 1));
  font-size: 20px;
  font-family: "IBM Plex Sans Thai", sans-serif;
}

@media (min-width: 768px) {
  .story__eyebrow {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.story__title {
  font-family: Philosopher, serif;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 1.65px;
  font-size: 33px;
  background: linear-gradient(179deg, #fff 21%, #999 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (min-width: 768px) {
  .story__title {
    font-size: 50px;
    letter-spacing: 2.5px;
    line-height: 1em;
  }
}

.story__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .story__body {
    gap: 20px;
  }
}

.story__text {
  width: 100%;
  font-family: IBM Plex Sans Thai, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.28px;
  font-size: 14px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .story__text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.36px;
  }
}

.story__highlight {
  width: 100%;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  text-shadow: 0px 0px 11px rgba(255, 42, 42, 0.73),
    0px 2px 0.5px rgba(0, 0, 0, 0.32);
}

@media (min-width: 768px) {
  .story__highlight {
    font-size: 20px;
    letter-spacing: 0.4px;
    text-shadow: 0px 0px 7px rgba(255, 42, 42, 0.43),
      0px 2px 0.5px rgba(0, 0, 0, 0.32);
  }
}

/* ============================================
   FEATURE SLIDER
   ============================================ */

.feature-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.feature-slider__bg {
  position: absolute;
  inset: 0px;
  z-index: 0;
}

.feature-slider__bg-base {
  position: absolute;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 0 0 / var(--tw-bg-opacity, 1));
}

.feature-slider__bg-texture {
  position: absolute;
  inset: 0px;
  overflow: hidden;
  opacity: 0.7;
}

.feature-slider__bg-texture img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-slider__bg-fade {
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    to bottom,
    rgba(16, 0, 0, 0) 1%,
    rgba(9, 9, 11, 0) 72%,
    #050506 100%
  );
}

.feature-slider__content {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 440px;
}

@media (min-width: 768px) {
  .feature-slider__content {
    gap: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 800px;
  }
}

@media (min-width: 1024px) {
  .feature-slider__content {
    gap: 30px;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1000px;
  }
}

@media (min-width: 1536px) {
  .feature-slider__content {
    gap: 30px;
    padding-top: 240px;
    padding-bottom: 240px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px;
  }
}

.feature-slider__viewport {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0px;
}

@media (min-width: 768px) {
  .feature-slider__viewport {
    gap: 20px;
  }
}

.feature-slider__arrow {
  display: none;
  flex-shrink: 0;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.feature-slider__arrow:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .feature-slider__arrow {
    display: block;
    height: 142px;
    width: 80px;
  }
}

.feature-slider__arrow img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-slider__arrow--next {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.feature-slider__frame-wrap {
  position: relative;
  flex: 1 1 0%;
}

.feature-slider__frame {
  position: relative;
  cursor: grab;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  aspect-ratio: 1050 / 591;
}

.feature-slider__frame--dragging {
  cursor: grabbing;
}

.feature-slider__border-top {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 10;
  height: 4px;
  width: 56px;
  --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));
}

@media (min-width: 768px) {
  .feature-slider__border-top {
    height: 12px;
    width: 158px;
  }
}

.feature-slider__border-top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-slider__slide {
  position: absolute;
  inset: 0px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.feature-slider__slide--active {
  opacity: 1;
}

.feature-slider__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-slider__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 768px) {
  .feature-slider__dots {
    gap: 15px;
  }
}

.feature-slider__dot {
  --tw-rotate: 45deg;
  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;
  border-width: 0px;
  padding: 0px;
  opacity: 0.7;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 7px;
  height: 7px;
  background: linear-gradient(135deg, #d9d9d9 0%, #737373 98%);
}

@media (min-width: 768px) {
  .feature-slider__dot {
    width: 16px;
    height: 16px;
  }
}

.feature-slider__dot--active {
  opacity: 1;
  background: linear-gradient(135deg, #e50c21 0%, #be011a 98%);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.86);
}

/* ============================================
   PAGE FOOTER
   ============================================ */

.page-footer {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 6 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .page-footer {
    gap: 40px;
    padding-bottom: 80px;
  }
}

.page-footer__brands-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.page-footer__brands {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-footer__brand-logo {
  height: 12px;
  width: auto;
}

@media (min-width: 768px) {
  .page-footer__brand-logo {
    height: 15px;
  }
}

.page-footer__brand-logo--genplay {
  height: 24px;
}

@media (min-width: 768px) {
  .page-footer__brand-logo--genplay {
    height: 28px;
  }
}

.page-footer__copyright {
  width: 100%;
  text-align: center;
  font-family: DM Sans, sans-serif;
  line-height: 16px;
  letter-spacing: 0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-footer__copyright {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.page-footer__legal {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media (min-width: 768px) {
  .page-footer__legal {
    gap: 20px;
  }
}

.page-footer__legal-link {
  white-space: nowrap;
  font-family: DM Sans, sans-serif;
  letter-spacing: 0.6px;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-footer__legal-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-footer__legal-link {
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-footer__legal-link {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.page-footer__legal-link--bordered-right {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 154 154 / var(--tw-border-opacity, 1));
  padding-right: 15px;
}

@media (min-width: 768px) {
  .page-footer__legal-link--bordered-right {
    padding-right: 20px;
  }
}

.page-footer__legal-link--bordered-left {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 154 154 / var(--tw-border-opacity, 1));
  padding-left: 15px;
}

@media (min-width: 768px) {
  .page-footer__legal-link--bordered-left {
    padding-left: 20px;
  }
}

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

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

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}
