*, ::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.14 | 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: Open-sans, ui-sans-serif, system-ui;
  /* 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;
  /* 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;
}

/* OFFLINE FONT FAMILY */

@font-face {
  font-family: "rex";

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(/assets/font/Rex_Bold.woff) format("woff");
}

@font-face {
  font-family: "rex-inline";

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(/assets/font/Rex_Bold_Inline.woff) format("woff");
}

@font-face {
  font-family: "Open-sans";

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url(/assets/font/OpenSans-Light.woff) format("woff");
}

@font-face {
  font-family: "Open-sans";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/assets/font/OpenSans-Regular.woff) format("woff");
}

@font-face {
  font-family: "Open-sans";

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url(/assets/font/OpenSans-Semibold.woff) format("woff");
}

@font-face {
  font-family: "Open-sans";

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(/assets/font/OpenSans-Bold.woff) format("woff");
}

/* CUSTOM CSS */

body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

section,
  header,
  footer {
  position: relative;
}

a,
  button {
  display: inline-block;
  cursor: pointer;
}

img {
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: middle;
}

input,
  select,
  textarea {
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input:focus,
  select:focus,
  textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* ANIMATION */

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.-right-full {
  right: -100%;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.left-40 {
  left: 10rem;
}

.left-5 {
  left: 1.25rem;
}

.left-\[100px\] {
  left: 100px;
}

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

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.right-\[-25px\] {
  right: -25px;
}

.right-\[-310px\] {
  right: -310px;
}

.top-0 {
  top: 0px;
}

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

.top-20 {
  top: 5rem;
}

.top-32 {
  top: 8rem;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-5 {
  margin: 1.25rem;
}

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

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-\[-0\.1em\] {
  margin-top: -0.1em;
  margin-bottom: -0.1em;
}

.my-\[30\] {
  margin-top: 30;
  margin-bottom: 30;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

.-mt-4 {
  margin-top: -1rem;
}

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

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

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

.h-\[calc\(\(100vw-60px\)\/2\)\] {
  height: calc((100vw - 60px) / 2);
}

.h-\[calc\(100vw-40px\)\] {
  height: calc(100vw - 40px);
}

.h-\[calc\(56\.25vw-40px\)\] {
  height: calc(56.25vw - 40px);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

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

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

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

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

.w-0 {
  width: 0px;
}

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

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

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

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

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(\(100vw-60px\)\/2\)\] {
  width: calc((100vw - 60px) / 2);
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.basis-1\/4 {
  flex-basis: 25%;
}

.basis-\[calc\(\(100\%-20px\)\/2\)\] {
  flex-basis: calc((100% - 20px) / 2);
}

.basis-\[calc\(100\%-100px\)\] {
  flex-basis: calc(100% - 100px);
}

.basis-auto {
  flex-basis: auto;
}

.basis-full {
  flex-basis: 100%;
}

.rotate-180 {
  --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));
}

.-skew-y-\[15deg\] {
  --tw-skew-y: -15deg;
  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));
}

.skew-y-\[-15deg\] {
  --tw-skew-y: -15deg;
  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));
}

.skew-y-\[15deg\] {
  --tw-skew-y: 15deg;
  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;
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

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

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-y-\[3px\] {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.border-\[\#898989\] {
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity));
}

.border-\[\#d6a354\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 163 84 / var(--tw-border-opacity));
}

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

.bg-\[\#13131380\] {
  background-color: #13131380;
}

.bg-\[\#131313\]\/90 {
  background-color: rgb(19 19 19 / 0.9);
}

.bg-\[\#896322\] {
  --tw-bg-opacity: 1;
  background-color: rgb(137 99 34 / var(--tw-bg-opacity));
}

.bg-\[\#d6a354\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 163 84 / var(--tw-bg-opacity));
}

.bg-\[rgba\(19\2c 19\2c 19\2c \.5\)\] {
  background-color: rgba(19,19,19,.5);
}

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

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

.bg-\[url\(\'\/assets\/img\/bg\/haircut-m\.jpg\'\)\] {
  background-image: url('/assets/img/bg/haircut-m.jpg');
}

.bg-\[url\(\'\/assets\/img\/bg\/royal-d\.jpg\'\)\] {
  background-image: url('/assets/img/bg/royal-d.jpg');
}

.bg-\[url\(\'\/assets\/img\/razor\.png\'\)\] {
  background-image: url('/assets/img/razor.png');
}

.bg-\[url\(\'\/assets\/img\/scissors-m\.png\'\)\] {
  background-image: url('/assets/img/scissors-m.png');
}

.bg-\[url\(\'\/assets\/img\/bg\/\'\)\] {
  background-image: url('/assets/img/bg/');
}

.bg-\[url\(\'\/assets\/img\/bg\/beard-m\.jpg\'\)\] {
  background-image: url('/assets/img/bg/beard-m.jpg');
}

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

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

.bg-right {
  background-position: right;
}

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

.fill-current {
  fill: currentColor;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

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

.p-5 {
  padding: 1.25rem;
}

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

.p-\[5vw\] {
  padding: 5vw;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

.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\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

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

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

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

.pl-4 {
  padding-left: 1rem;
}

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

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

.pr-16 {
  padding-right: 4rem;
}

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

.font-rex {
  font-family: rex, ui-sans-serif, system-ui;
}

.font-rex-inline {
  font-family: rex-inline, ui-sans-serif, system-ui;
}

.font-sans {
  font-family: Open-sans, ui-sans-serif, system-ui;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

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

.text-\[\.75em\] {
  font-size: .75em;
}

.text-\[\.85em\] {
  font-size: .85em;
}

.text-\[0\.5rem\] {
  font-size: 0.5rem;
}

.text-\[0\.6rem\] {
  font-size: 0.6rem;
}

.text-\[1\.25em\] {
  font-size: 1.25em;
}

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

.text-\[1\.5em\] {
  font-size: 1.5em;
}

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

.text-\[4vw\] {
  font-size: 4vw;
}

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

.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-bold {
  font-weight: 700;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

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

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

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

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

.leading-tight {
  line-height: 1.25;
}

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#131313\] {
  --tw-text-opacity: 1;
  color: rgb(19 19 19 / var(--tw-text-opacity));
}

.text-\[\#896322\] {
  --tw-text-opacity: 1;
  color: rgb(137 99 34 / var(--tw-text-opacity));
}

.text-\[\#aeaeae\] {
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity));
}

.text-\[\#d6a354\] {
  --tw-text-opacity: 1;
  color: rgb(214 163 84 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[rgba\(19\2c 19\2c 19\2c \.25\)\] {
  --tw-shadow-color: rgba(19,19,19,.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* SCROLL */

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb {
  background: #d6a354;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: 0 0;
}

/* CUSTOM BACKGROUND IMAGE */

.x-hero-bg {
  background-image: url(/assets/img_ny/hero.png);
  background-position: bottom center;
}

.x-service-hero::after,
  .x-hero-bg::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  bottom: -40px;
  z-index: 7;
  height: 80px;
  background-image: url(/assets/img/white-grunge.svg);
  background-repeat: repeat-x;
  background-position: top 2px center;
  background-size: 800px;
}

.x-footer-bg {
  background-color: #131313;
  background-image: url(/assets/img/white-grunge-180.svg);
  background-repeat: no-repeat;
  background-position: top -170px center;
  background-size: 800px;
}

.x-bg-cross {
  background-image: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      #fff 10px,
      #fff 20px
    );
  background-repeat: repeat-x;
}

.x-bg-cross-gray {
  color: #131313;
  background-image: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      #fff 10px,
      #fff 20px
    );
  background-repeat: repeat-x;
}

.x-service-bg {
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: bottom 40px right 160px;
}

/* IMAGE OVERLAY */

.x-hero::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  bottom: -40px;
  z-index: 7;
  height: 80px;
  background-image: url(/assets/img/white-grunge.svg);
  background-repeat: repeat-x;
  background-position: top 2px center;
  background-size: 800px;
}

.x-section-title::after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 40px;
  height: 100%;
  background-image: url(/assets/img/gold-v-grunge.svg);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: cover;
  content: "";
}

.x-section-title-right::after {
  position: absolute;
  top: 0;
  left: -20px;
  width: 40px;
  height: 100%;
  transform: rotate(180deg);
  background-image: url(/assets/img/gold-v-grunge.svg);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: cover;
  content: "";
}

.x-bg-about-img::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-image: url(/assets/img/white-grunge-90.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 150px;
  content: "";
}

.x-bg-stage-img::after {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  width: 50px;
  height: 100%;
  transform: rotate(180deg);
  background-image: url(/assets/img/white-grunge-90.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 150px;
  content: "";
}

/* CUSTOM NAV MENU TOGGLE */

.x-toggle-btn::before {
  top: 14px;
  content: "";
}

.x-toggle-btn::after {
  top: 28px;
  content: "";
}

.x-toggle-btn > span,
  .x-toggle-btn::before,
  .x-toggle-btn::after {
  position: absolute;
  left: 11px;
  width: 22px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transform-origin: center left;
  transition: all 0.3s ease-out;
}

.x-toggle-btn > span {
  top: 21px;
}

.x-toggle-close > span {
  opacity: 0;
  width: 0;
}

.x-toggle-close::before {
  top: 13px;
  left: 14px;
  width: 23px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.x-toggle-close::after {
  top: 29px;
  left: 14px;
  width: 23px;
  transform: rotate(-45deg);
  transform-origin: left center;
}

/* TEXT SHADOW */

.x-writing-mode {
  writing-mode: vertical-rl;
}

.x-text-shadow-1 {
  text-shadow: -3px 2px 0 #896322;
}

/* ARROW */

.x-popup-arrow-right {
  width: 7px;
  height: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/img/keyboard_arrow_right.svg);
}

.x-popup-arrow-animate-right {
  background-image: url(/assets/img/keyboard_arrow_right.svg);
  animation: rightmover 1.5s ease-in-out forwards;
  animation-iteration-count: infinite !important
}

.x-popup-arrow-left {
  width: 7px;
  height: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/img/keyboard_arrow_left.svg);
}

.x-popup-arrow-animate-left {
  background-image: url(/assets/img/keyboard_arrow_left.svg);
  animation: rightmover 1.5s ease-in-out forwards;
  animation-iteration-count: infinite !important
}

@keyframes rightmover {
  0% {
    transform: translateX(0);
  }

  80% {
    opacity: 0.8;
  }

  to {
    transform: translateX(5px);
    opacity: 0.6;
  }
}

@media (min-width: 700px) {
  /* CUSTOM BACKGROUND IMAGE */

  .x-hero-bg {
    background-image: url(/assets/img_ny/hero_plata.png);
  }

  .x-about-bg {
    background-image: url(/assets/img/bg/price-bottom-d.jpg);
    background-position: top right;
    background-size: 1000px;
  }

  .x-footer-bg {
    background-image: url(/assets/img/white-grunge-180.svg),
        url(/assets/img/bg/barberpull.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: top -170px center, center center;
    background-size: 799px, cover;
  }

  .x-service-bg {
    background-size: 120px;
    background-position: center right;
  }

  /* TEXT SHADOW */

  .x-text-shadow-1 {
    text-shadow: -4px 3px 0 #896322;
  }

  .x-text-shadow-2 {
    text-shadow: 0 0 20px #896322;
  }
}

@media (min-width: 1000px) {
  /* CUSTOM BACKGROUND IMAGE */

  .x-hero-bg {
    background-image: url(/assets/img_ny/hero_dator.png);
    background-position: bottom center;
  }

  .x-about-bg {
    background-size: 900px;
  }

  .x-service-bg {
    background-size: 80px;
    background-position: center right 10px;
  }
}

@media (min-width: 1200px) {
  /* CUSTOM BACKGROUND IMAGE */

  .x-about-bg {
    background-size: 1200px;
  }

  .x-service-bg {
    background-size: 100px;
  }
}

@media (min-width: 1500px) {
  /* CUSTOM BACKGROUND IMAGE */

  .x-about-bg {
    background-size: 1400px;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-right-1::before {
  content: var(--tw-content);
  right: -0.25rem;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:h-1::before {
  content: var(--tw-content);
  height: 0.25rem;
}

.before\:w-\[200px\]::before {
  content: var(--tw-content);
  width: 200px;
}

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

.before\:from-\[rgba\(214\2c 163\2c 84\2c 0\)\]::before {
  content: var(--tw-content);
  --tw-gradient-from: rgba(214,163,84,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(214, 163, 84, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-\[rgba\(214\2c 163\2c 84\2c \.75\)\]::before {
  content: var(--tw-content);
  --tw-gradient-to: rgba(214,163,84,.75) var(--tw-gradient-to-position);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

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

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

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

.after\:bottom-2::after {
  content: var(--tw-content);
  bottom: 0.5rem;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-1\/2::after {
  content: var(--tw-content);
  width: 50%;
}

.after\:w-\[200px\]::after {
  content: var(--tw-content);
  width: 200px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-\[\#cfcece\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(207 206 206 / var(--tw-bg-opacity));
}

.after\:bg-\[\#d6a354\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(214 163 84 / var(--tw-bg-opacity));
}

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

.after\:from-\[rgba\(214\2c 163\2c 84\2c 0\)\]::after {
  content: var(--tw-content);
  --tw-gradient-from: rgba(214,163,84,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(214, 163, 84, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-\[rgba\(214\2c 163\2c 84\2c \.75\)\]::after {
  content: var(--tw-content);
  --tw-gradient-to: rgba(214,163,84,.75) var(--tw-gradient-to-position);
}

.after\:opacity-60::after {
  content: var(--tw-content);
  opacity: 0.6;
}

.hover\:bg-\[\#d6a354\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 163 84 / var(--tw-bg-opacity));
}

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

.hover\:text-\[\#131313\]:hover {
  --tw-text-opacity: 1;
  color: rgb(19 19 19 / var(--tw-text-opacity));
}

.hover\:text-\[\#d6a354\]:hover {
  --tw-text-opacity: 1;
  color: rgb(214 163 84 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:bg-\[\#d6a354\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 163 84 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-\[\#d6a354\] {
  --tw-text-opacity: 1;
  color: rgb(214 163 84 / var(--tw-text-opacity));
}

@media (min-width: 360px) {
  .xs\:right-\[-50px\] {
    right: -50px;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xs\:block {
    display: block;
  }

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

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

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

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

  .md\:left-\[160px\] {
    left: 160px;
  }

  .md\:left-\[70px\] {
    left: 70px;
  }

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

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

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

  .md\:top-11 {
    top: 2.75rem;
  }

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

  .md\:-ml-\[40px\] {
    margin-left: -40px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

  .md\:h-\[calc\(30vw-30px\)\] {
    height: calc(30vw - 30px);
  }

  .md\:h-\[calc\(60vw-40px\)\] {
    height: calc(60vw - 40px);
  }

  .md\:h-\[calc\(63vw-40px\)\] {
    height: calc(63vw - 40px);
  }

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

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

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

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

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

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

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

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

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

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

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

  .md\:w-\[calc\(30vw-30px\)\] {
    width: calc(30vw - 30px);
  }

  .md\:w-\[calc\(63vw-40px\)\] {
    width: calc(63vw - 40px);
  }

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

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

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

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

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:basis-\[45\%\] {
    flex-basis: 45%;
  }

  .md\:basis-\[calc\(30vw-30px\)\] {
    flex-basis: calc(30vw - 30px);
  }

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

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:bg-\[url\(\'\/assets\/img\/scissors-l\.png\'\)\] {
    background-image: url('/assets/img/scissors-l.png');
  }

  .md\:p-0 {
    padding: 0px;
  }

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

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

  .md\:p-\[40px\] {
    padding: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-right {
    text-align: right;
  }

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[0\.65rem\] {
    font-size: 0.65rem;
  }

  .md\:text-\[1\.25em\] {
    font-size: 1.25em;
  }

  .md\:text-\[1\.75em\] {
    font-size: 1.75em;
  }

  .md\:text-\[1\.9em\] {
    font-size: 1.9em;
  }

  .md\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

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

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

  .md\:leading-loose {
    line-height: 2;
  }
}

@media (min-width: 1000px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

  .lg\:bottom-1\.5 {
    bottom: 0.375rem;
  }

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

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

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

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-\[120px\] {
    top: 120px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:mb-\[-190px\] {
    margin-bottom: -190px;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[calc\(31\.25vw-60px\)\] {
    height: calc(31.25vw - 60px);
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:max-h-\[700px\] {
    max-height: 700px;
  }

  .lg\:max-h-\[560px\] {
    max-height: 560px;
  }

  .lg\:min-h-\[700px\] {
    min-height: 700px;
  }

  .lg\:w-0 {
    width: 0px;
  }

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

  .lg\:w-80 {
    width: 20rem;
  }

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

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-grow-\[2\] {
    flex-grow: 2;
  }

  .lg\:basis-0 {
    flex-basis: 0px;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-\[23\%\] {
    flex-basis: 23%;
  }

  .lg\:basis-\[300px\] {
    flex-basis: 300px;
  }

  .lg\:basis-\[calc\(100\%-320px\)\] {
    flex-basis: calc(100% - 320px);
  }

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

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

  .lg\:bg-\[url\(\'\/assets\/img\/bg\/haircut-d\.jpg\'\)\] {
    background-image: url('/assets/img/bg/haircut-d.jpg');
  }

  .lg\:bg-\[url\(\'\/assets\/img\/bg\/royal-d\.jpg\'\)\] {
    background-image: url('/assets/img/bg/royal-d.jpg');
  }

  .lg\:bg-\[url\(\'\/assets\/img\/bg\/beard-m\.jpg\'\)\] {
    background-image: url('/assets/img/bg/beard-m.jpg');
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-\[140px\] {
    padding-top: 140px;
  }

  .lg\:text-left {
    text-align: left;
  }

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

  .lg\:text-\[1\.25em\] {
    font-size: 1.25em;
  }

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

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

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

@media (min-width: 1200px) {
  .xl\:-bottom-12 {
    bottom: -3rem;
  }

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

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

  .xl\:mt-\[100px\] {
    margin-top: 100px;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:max-h-\[740px\] {
    max-height: 740px;
  }

  .xl\:min-h-\[680px\] {
    min-height: 680px;
  }

  .xl\:min-h-\[740px\] {
    min-height: 740px;
  }

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

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

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

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

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-\[50px\] {
    padding: 50px;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

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

  .xl\:text-\[4rem\] {
    font-size: 4rem;
  }

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

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

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

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

  .xl\:leading-\[1\.75\] {
    line-height: 1.75;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .before\:xl\:w-\[300px\]::before {
    content: var(--tw-content);
    width: 300px;
  }

  .after\:xl\:w-\[300px\]::after {
    content: var(--tw-content);
    width: 300px;
  }
}

@media (min-width: 1500px) {
  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .\32xl\:right-\[30px\] {
    right: 30px;
  }

  .\32xl\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .\32xl\:-mt-\[100px\] {
    margin-top: -100px;
  }

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

  .\32xl\:mb-\[60px\] {
    margin-bottom: 60px;
  }

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

  .\32xl\:mr-\[50px\] {
    margin-right: 50px;
  }

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

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

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-\[400px\] {
    height: 400px;
  }

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

  .\32xl\:max-h-\[360px\] {
    max-height: 360px;
  }

  .\32xl\:max-h-\[900px\] {
    max-height: 900px;
  }

  .\32xl\:min-h-\[780px\] {
    min-height: 780px;
  }

  .\32xl\:min-h-\[900px\] {
    min-height: 900px;
  }

  .\32xl\:w-\[305px\] {
    width: 305px;
  }

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

  .\32xl\:w-\[600px\] {
    width: 600px;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:min-w-\[200px\] {
    min-width: 200px;
  }

  .\32xl\:max-w-\[1500px\] {
    max-width: 1500px;
  }

  .\32xl\:basis-\[450px\] {
    flex-basis: 450px;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

  .\32xl\:pl-\[calc\(\(100\%-1400px\)\/2\)\] {
    padding-left: calc((100% - 1400px) / 2);
  }

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

  .\32xl\:pr-\[50px\] {
    padding-right: 50px;
  }

  .\32xl\:pr-\[60px\] {
    padding-right: 60px;
  }

  .\32xl\:pr-\[calc\(\(100\%-1400px\)\/2\)\] {
    padding-right: calc((100% - 1400px) / 2);
  }

  .\32xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .\32xl\:text-right {
    text-align: right;
  }

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

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

  .\32xl\:text-\[5rem\] {
    font-size: 5rem;
  }

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

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

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

  .\32xl\:leading-5 {
    line-height: 1.25rem;
  }

  .\32xl\:leading-6 {
    line-height: 1.5rem;
  }

  .\32xl\:leading-\[44px\] {
    line-height: 44px;
  }

  .\32xl\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }

  .\32xl\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}
