/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family: system-ui, -apple-system,
    /* Firefox supports this but not yet `system-ui` */ "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --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-transform: translateX(var(--tw-translate-x))
    translateY(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));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-blur: var(--tw-empty, /*!*/ /*!*/);
  --tw-brightness: var(--tw-empty, /*!*/ /*!*/);
  --tw-contrast: var(--tw-empty, /*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty, /*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
  --tw-invert: var(--tw-empty, /*!*/ /*!*/);
  --tw-saturate: var(--tw-empty, /*!*/ /*!*/);
  --tw-sepia: var(--tw-empty, /*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/);
  --tw-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);
}

.OFMIndex {
  transition: all 0.2s ease-in-out;
}

.scroll-view {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.scroll-item {
  scroll-snap-align: start;
}

.preIndex {
  position: absolute;
  left: 7.4rem;
  width: 0.4rem;
  height: 0.4rem;
}

.midIndex {
  position: absolute;
  left: 10rem;
  width: 0.75rem;
  height: 0.75rem;
}

.midIndexL {
  left: 8.5rem;
}

.midIndexR {
  left: 11.5rem;
}

.postIndex {
  position: absolute;
  left: 13rem;
  width: 0.4rem;
  height: 0.4rem;
}

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

.container {
  width: 100%;
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.fill-black {
  fill: #343434;
}

.top-4 {
  top: 1rem;
}

.top-10 {
  top: 2.5rem;
}

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

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

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

.left-\[81vw\] {
  left: 81vw;
}

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

.right-20 {
  right: 5rem;
}

.top-64 {
  top: 16rem;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.right-0 {
  right: 0px;
}

.top-\[calc\(\(100vw-15px\)\*0\.7813125\+8px\)\] {
  top: calc((100vw - 15px) * 0.7813125 + 8px);
}

.top-\[-1\.5vw\] {
  top: -1.5vw;
}

.left-\[-3rem\] {
  left: -3rem;
}

.top-\[4\.5vw\] {
  top: 4.5vw;
}

.top-\[10\.5vw\] {
  top: 10.5vw;
}

.top-12 {
  top: 3rem;
}

.top-1 {
  top: 0.25rem;
}

.right-8 {
  right: 2rem;
}

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

.left-52 {
  left: 13rem;
}

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

.bottom-6 {
  bottom: 1.5rem;
}

.left-\[calc\(50\%-650px\)\] {
  left: calc(50% - 650px);
}

.right-4 {
  right: 1rem;
}

.bottom-\[15\%\] {
  bottom: 15%;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

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

.float-right {
  float: right;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

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

.mx-\[15vw\] {
  margin-left: 15vw;
  margin-right: 15vw;
}

.mx-\[calc\(15vw-2rem\)\] {
  margin-left: calc(15vw - 2rem);
  margin-right: calc(15vw - 2rem);
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-\[calc\(50vw-5rem\)\] {
  margin-left: calc(50vw - 5rem);
  margin-right: calc(50vw - 5rem);
}

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

.ml-12 {
  margin-left: 3rem;
}

.ml-\[2\.5vw\] {
  margin-left: 2.5vw;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

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

.mt-32 {
  margin-top: 8rem;
}

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

.ml-52 {
  margin-left: 13rem;
}

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

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

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

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

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

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

.mr-32 {
  margin-right: 8rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

.ml-8 {
  margin-left: 2rem;
}

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

.-ml-2 {
  margin-left: -0.5rem;
}

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

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

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

.mt-\[calc\(6vw\)\] {
  margin-top: calc(6vw);
}

.mt-24 {
  margin-top: 6rem;
}

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

.mt-28 {
  margin-top: 7rem;
}

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

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

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

.mr-8 {
  margin-right: 2rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

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

.h-2 {
  height: 0.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-full {
  height: 100%;
}

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

.h-\[40vh\] {
  height: 40vh;
}

.h-8 {
  height: 2rem;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-\[calc\(50vw\*0\.7813125\+8px\)\] {
  height: calc(50vw * 0.7813125 + 8px);
}

.h-\[calc\(50vw\*0\.7813125\)\] {
  height: calc(50vw * 0.7813125);
}

.h-\[calc\(70vw\*5\/12\*0\.7698437352277792\)\] {
  height: calc(70vw * 5 / 12 * 0.7698437352277792);
}

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

.h-\[calc\(70vw\*4\/12\*1\.14800871\)\] {
  height: calc(70vw * 4 / 12 * 1.14800871);
}

.h-6 {
  height: 1.5rem;
}

.h-\[calc\(0\.25rem\*0\.75\)\] {
  height: calc(0.25rem * 0.75);
}

.h-3 {
  height: 0.75rem;
}

.h-\[calc\(70vw\*5\/12\*1\.08744038\)\] {
  height: calc(70vw * 5 / 12 * 1.08744038);
}

.h-\[calc\(70vw\*5\/12\*0\.756835938\)\] {
  height: calc(70vw * 5 / 12 * 0.756835938);
}

.h-4 {
  height: 1rem;
}

.h-screen {
  height: 100vh;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-40 {
  height: 10rem;
}

.h-\[calc\(420px\*65\/37\*27\/65\)\] {
  height: calc(420px * 65 / 37 * 27 / 65);
}

.h-20 {
  height: 5rem;
}

.h-\[calc\(420px\*65\/37\)\] {
  height: calc(420px * 65 / 37);
}

.h-\[calc\(420px\*65\/37\*19\/65\)\] {
  height: calc(420px * 65 / 37 * 19 / 65);
}

.h-\[calc\(420px\*65\/42\)\] {
  height: calc(420px * 65 / 42);
}

.h-\[calc\(420px\*65\/42\*30\/65\)\] {
  height: calc(420px * 65 / 42 * 30 / 65);
}

.max-h-\[calc\(450px\*65\/37\)\] {
  max-height: calc(450px * 65 / 37);
}

.max-h-\[calc\(450px\*65\/42\)\] {
  max-height: calc(450px * 65 / 37);
}

.max-h-\[calc\(450px\*65\/44\)\] {
  max-height: calc(450px * 65 / 44);
}

.max-h-\[calc\(300vh\)\] {
  max-height: calc(300vh);
}

.min-h-\[calc\(420px\*65\/37\)\] {
  min-height: calc(420px * 65 / 37);
}

.min-h-\[calc\(420px\*65\/37\)\] {
  min-height: calc(420px * 65 / 42);
}

.min-h-screen {
  min-height: calc(100vh - 469px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-80 {
  width: 20rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-16 {
  width: 4rem;
}

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

.w-screen {
  width: 100vw;
}

.w-48 {
  width: 12rem;
}

.w-8 {
  width: 2rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

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

.w-28 {
  width: 7rem;
}

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

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

.w-\[42\.3vw\] {
  width: 42.3vw;
}

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

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

.w-6\/12 {
  width: 50%;
}

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

.w-24 {
  width: 6rem;
}

.w-40 {
  width: 10rem;
}

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

.w-6 {
  width: 1.5rem;
}

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

.w-3 {
  width: 0.75rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-7\/12 {
  width: 58.333333%;
}

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

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

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

.w-9\/12 {
  width: 75%;
}

.w-10 {
  width: 2.5rem;
}

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

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

.w-5 {
  width: 1.25rem;
}

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

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

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

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-0 {
  width: 0px;
}

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

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

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

.w-12 {
  width: 3rem;
}

.w-\[calc\(88vw\*9\/12\)\] {
  width: calc(88vw * 9 / 12);
}

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

.max-w-sm {
  max-width: 24rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}

.rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  transform: var(--tw-transform);
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

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

.resize-none {
  resize: none;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-24 {
  gap: 6rem;
}

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

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.whitespace {
  white-space: normal;
}

.rounded-lg {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  -webkit-border-top-left-radius: 0.75rem;
  -moz-border-bottom-left-radius: 0.75rem;
  -webkit-border-top-left-radius: 0.75rem;
  -moz-border-bottom-left-radius: 0.75rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  -webkit-border-top-right-radius: 0.75rem;
  -moz-border-bottom-right-radius: 0.75rem;
  -webkit-border-top-right-radius: 0.75rem;
  -moz-border-bottom-right-radius: 0.75rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-right-radius: 0.5rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  -webkit-border-top-left-radius: 1rem;
  -moz-border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
  -moz-border-top-right-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
  -webkit-border-top-left-radius: 1rem;
  -moz-border-top-left-radius: 1rem;
}

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

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

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

.border-b-8 {
  border-bottom-width: 8px;
}

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

.border-none {
  border-style: none;
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-\[\#4BB543\] {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 181, 67, var(--tw-bg-opacity));
}

.bg-\[\#ff0033\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 51, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-\[\#666666\] {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

.bg-\[\#B35900\] {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 89, 0, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-\[\#fefefe\] {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
}

.bg-\[\#f18805\] {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 152, 70, var(--tw-bg-opacity));
}

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

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

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

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

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

.pt-2 {
  padding-top: 0.5rem;
}

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

.pl-8 {
  padding-left: 2rem;
}

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

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

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

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

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

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

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

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

.pt-32 {
  padding-top: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

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

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

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

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

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

.pt-8 {
  padding-top: 2rem;
}

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

.pr-9 {
  padding-right: 2.25rem;
}

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-0 {
  font-size: 0rem;
}

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

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

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

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

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

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

.leading-snug {
  line-height: 1.375;
}

.leading-relaxed {
  line-height: 1.625;
}

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

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

.tracking-wide {
  letter-spacing: 0.025em;
}

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

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.opacity-\[0\.1\] {
  opacity: 0.1;
}

.opacity-0 {
  opacity: 0;
}

.filter {
  filter: var(--tw-filter);
}

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

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

.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

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

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

/* * {
    outline: 2px solid;
} */

html {
  padding: 0;
  margin: 0;
  position: relative;
}

.mls {
  margin-left: 6vw;
}

.mlss {
  margin-left: 3vw;
}

.mlr {
  margin-right: 6vw;
}

.bg-main {
  background-color: #e57210;
}

.bg-offset-main {
  background-color: #f18805;
}

.hover\:bg-main {
  background-color: #e57210;
}

.bg-primary {
  background-color: #343434;
}

.bg-secondary {
  background-color: #dc910e;
}

.border-body {
  border-color: #f9f9f9;
}

.outline-main {
  outline: 0.5px solid #ff8000;
}

.outline-primary {
  outline: 0.5px solid #343434;
}

.border-main-b {
  border-bottom: 2px solid #e57210;
}

.border-primary-b {
  border-bottom: 1px solid #343434;
}

.text-color-main {
  color: #e57210;
}

.text-color-offset-main {
  color: #f18805;
}

.text-color-primary {
  color: #444444;
}

.text-color-secondary {
  color: #d47a06;
}

.nav-links-color {
  color: #707070;
}

.nav-links-bg-color {
  background-color: #707070;
}

.button {
  transform: scale(1);
  transition: all 150ms ease-in-out;
}

.button:hover {
  transform: scale(1.1);
}

@font-face {
  font-family: "Dubai Regular";

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: local("Dubai Regular"), url("../fonts/Dubai-Regular.woff") format("woff");
}

@font-face {
  font-family: "Dubai Light";

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: local("Dubai Light"), url("../fonts/Dubai-Light.woff") format("woff");
}

@font-face {
  font-family: "Dubai Medium";

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: local("Dubai Medium"), url("../fonts/Dubai-Medium.woff") format("woff");
}

@font-face {
  font-family: "Dubai Bold";

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: local("Dubai Bold"), url("../fonts/Dubai-Bold.woff") format("woff");
}

.dubai-b {
  font-family: "Dubai Bold";
}

.dubai-m {
  font-family: "Dubai Medium";
}

.dubai-l {
  font-family: "Dubai Light";
}

.dubai-r {
  font-family: "Dubai Regular";
}

.arial-b {
  font-family: arial;
  font-weight: bold;
}

.text-85xl {
  font-size: 6.5rem;
}

.load {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.shiftOnLoad {
  transform: translateY(2rem);
}

.m-content {
  margin-left: 15vw;
  margin-right: 15vw;
}

.w-content {
  width: calc(100% - 30vw);
}

.input-nw {
  padding: 0.5rem 1.5rem;
  outline: #dc910e 2px solid;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  background-color: #f9f9f9;
}

.input-50 {
  width: 100%;
  height: 40px;
  padding: 1rem 1.5rem;
  outline: #dc910e 2px solid;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #f9f9f9;
}

.input-50-np {
  height: 40px;
  outline: #dc910e 2px solid;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #f9f9f9;
}

.input-100 {
  height: 40px;
  width: 100%;
  padding: 1rem 1.5rem;
  outline: #dc910e 2px solid;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #f9f9f9;
}

.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.addDataBtn:hover {
  background-color: #f0f0f0;
}

.shadow-c {
  box-shadow: hsl(0deg 0% 30% / 0.075) 0.25px 1px 1.5px,
    hsl(0deg 0% 30% / 0.075) 0.5px 2px 3px, hsl(0deg 0% 30% / 0.075) 1px 4px 6px,
    hsl(0deg 0% 30% / 0.075) 2px 8px 12px,
    hsl(0deg 0% 30% / 0.075) 4px 16px 24px;
}

.shadow-m {
  box-shadow: hsl(0deg 0% 50% / 0.075) 0.5px 2px 3px,
    hsl(0deg 0% 50% / 0.075) 1px 4px 6px, hsl(0deg 0% 50% / 0.075) 2px 8px 12px,
    hsl(0deg 0% 50% / 0.075) 4px 16px 18px,
    hsl(0deg 0% 50% / 0.075) 8px 32px 36px;
}

.shadow-ml {
  box-shadow: hsl(0deg 0% 70% / 0.075) 0.5px 2px 3px,
    hsl(0deg 0% 70% / 0.075) 1px 4px 6px, hsl(0deg 0% 70% / 0.075) 2px 8px 12px,
    hsl(0deg 0% 70% / 0.075) 4px 16px 18px,
    hsl(0deg 0% 70% / 0.075) 8px 32px 36px;
}

.shadow-f {
  box-shadow: hsl(0deg 0% 30% / 0.175) 1.5px 6px 9px,
    hsl(0deg 0% 30% / 0.175) 3px 12px 18px,
    hsl(0deg 0% 30% / 0.175) 6px 24px 36px,
    hsl(0deg 0% 30% / 0.175) 12px 48px 72px,
    hsl(0deg 0% 30% / 0.175) 24px 96px 144px;
}

.shadow-ft {
  box-shadow: hsl(0deg 0% 70% / 0.075) 0.5px -2px 1px,
    hsl(0deg 0% 70% / 0.075) 1px -4px 2px, hsl(0deg 0% 70% / 0.075) 2px -8px 4px,
    hsl(0deg 0% 70% / 0.075) 4px -16px 6px,
    hsl(0deg 0% 70% / 0.075) 8px -32px 12px;
}

.text-shadow-c {
  text-shadow: hsl(0deg 0% 70% / 0.075) 0.25px 1px 1.5px,
    hsl(0deg 0% 70% / 0.075) 0.5px 2px 3px, hsl(0deg 0% 70% / 0.075) 1px 4px 6px,
    hsl(0deg 0% 70% / 0.075) 2px 8px 12px,
    hsl(0deg 0% 70% / 0.075) 4px 16px 24px;
}

.text-shadow-m {
  text-shadow: hsl(0deg 0% 50% / 0.075) 0.5px 2px 3px,
    hsl(0deg 0% 50% / 0.075) 1px 4px 6px, hsl(0deg 0% 50% / 0.075) 2px 8px 12px,
    hsl(0deg 0% 50% / 0.075) 4px 16px 18px,
    hsl(0deg 0% 50% / 0.075) 8px 32px 36px;
}

.text-shadow-f {
  text-shadow: hsl(0deg 0% 30% / 0.175) 1.5px 6px 9px,
    hsl(0deg 0% 30% / 0.175) 3px 12px 18px,
    hsl(0deg 0% 30% / 0.175) 6px 24px 36px,
    hsl(0deg 0% 30% / 0.175) 12px 48px 72px,
    hsl(0deg 0% 30% / 0.175) 24px 96px 144px;
}

.hero-shadow {
  filter: drop-shadow(4px 1px 8px rgba(50, 50, 0, 0.5));
}

/* width */

::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  -webkit-appearance: none;
  background: rgba(256, 252, 252, 0);
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 3px solid #efefef;
  width: 10px;
  margin: 0 auto;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.heroAnimateInn {
  top: 0%;
  transition: top 0.35s ease-in-out;
}

.heroAnimateOut {
  top: 100%;
  transition: top 0.35s ease-in-out;
}

.heroIntermediate {
  top: -100%;
  transition: top 0s ease 2s;
}

.imgDash {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: -15px;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: #b9b9b9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: white;
}

.imgDash:hover {
  transform: scale(110%);
  background-color: red;
}

.saveBtn:hover {
  background-color: #e57210;
  transition: 0.2s all ease;
  color: white;
  outline: none;
}

.menuSelectorBtn > h1,
.menuSelectorBtn > svg {
  pointer-events: none;
}

.outline {
  outline-style: solid;
}

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

.outline-1 {
  outline-width: 1px;
}

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

.outline-4 {
  outline-width: 4px;
}

.outline-8 {
  outline-width: 8px;
}

.outlineBtnHover {
  transition: all 0.5s ease;
}

.outlineBtnHover:hover {
  color: white;
  background-color: #e57210;
  outline-color: #e57210;
}

.heroClipPath {
  -webkit-clip-path: polygon(0px 0px, 90% 0px, 88% 51%, 90% 100%, 0px 100%);
  clip-path: polygon(0px 0px, 90% 0px, 88% 51%, 90% 100%, 0px 100%);
}

.animateLoad {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: #f6f7f8;
  background: linear-gradient(
    to right,
    #fafafa 8%,
    #eeeeee 18%,
    #eaeaea 51%,
    #eeeeee 82%,
    #fafafa 92%
  );
  background-size: 1000px 640px;
  position: relative;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

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

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

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

.loadAnimElem {
  position: relative;
  color: #ff8000;
  background-color: #ff8000;
  box-shadow: 9999px 0 0 0 #ff8000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-animation: loadingAnim infinite forwards 2s ease;
  animation: loadingAnim infinite forwards 2s ease;
}

.loadAnimElem:nth-of-type(2) {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.loadAnimElem:nth-of-type(3) {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

@-webkit-keyframes loadingAnim {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes loadingAnim {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.grow {
  flex-grow: 1;
}

@media (max-width: 2522px) {
  .xxl\:text-5vw {
    font-size: 5vw;
    line-height: 1.35;
  }

  .xxl\:text-4vw {
    font-size: 4vw;
    line-height: 1.35;
  }

  .xxl\:text-2vw {
    font-size: 2vw;
    line-height: 1.35;
  }

  .xxl\:text-15vw {
    font-size: 1.5vw;
    line-height: 1.35;
  }

  .xxl\:text-12vw {
    font-size: 1.2vw;
    line-height: 1.35;
  }

  .xxl\:text-1vw {
    font-size: 1vw;
    line-height: 1.35;
  }

  .xxl\:text-08vw {
    font-size: 0.8vw;
    line-height: 1.35;
  }

  .xxl\:text-06vw {
    font-size: 0.6vw;
    line-height: 1.35;
  }

  .xxl\:mt-3vw {
    margin-top: 3vw;
  }

  .input-50 {
    padding: 0.7rem 1rem;
  }

  .input-100 {
    padding: 0.7rem 1rem;
  }
}

@media (max-width: 1900px) {
  .xl\:text-06vw {
    font-size: 0.6vw;
    line-height: 1.35;
  }

  .input-50 {
    padding: 0.4rem 1rem;
  }

  .input-100 {
    padding: 0.4rem 1rem;
  }

  .m-content {
    margin-left: 10vw;
    margin-left: 10vw;
  }

  .w-content {
    width: calc(100% - 20vw);
  }
}

@media (max-width: 1365px) {
  .m-content {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .w-content {
    width: calc(100% - 10vw);
  }
}

@media (max-width: 906px) {
  .heroClipPath {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  }

  .w-content {
    width: calc(100% - 10vw);
  }

  .m-content {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  #heroSwapper:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(60, 60, 60, 0.6) 0%,
      rgba(60, 60, 60, 0.4) 20%,
      rgba(0, 0, 0, 0) 45%
    );
  }

  .shadow-ml {
    box-shadow: hsl(0deg 0% 70% / 0.075) 0.5px 2px 3px,
      hsl(0deg 0% 70% / 0.075) 1px 4px 6px,
      hsl(0deg 0% 70% / 0.075) 2px 8px 12px,
      hsl(0deg 0% 70% / 0.075) 4px 16px 18px,
      hsl(0deg 0% 70% / 0.075) 8px 32px 36px;
  }

  .dubai-b {
    font-family: "Dubai Bold";
  }
}

@media (max-width: 906px) and (hover: none) {
  /* Hide scrollbar for Chrome, Safari and Opera */

  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */

  .no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: var(--tw-transform);
}

.hover\:bg-\[\#242424\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(36, 36, 36, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

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

@media (max-width: 2522px) {
  .xxl\:hidden {
    display: none;
  }

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

  .xxl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xxl\:mt-24 {
    margin-top: 6rem;
  }

  .xxl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxl\:mt-1 {
    margin-top: 0.25rem;
  }

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

  .xxl\:mt-12 {
    margin-top: 3rem;
  }

  .xxl\:mt-28 {
    margin-top: 7rem;
  }

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

  .xxl\:mt-20 {
    margin-top: 5rem;
  }

  .xxl\:w-\[35vw\] {
    width: 35vw;
  }

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

  .xxl\:h-\[calc\(400px\*65\/37\)\] {
    height: calc(400px * 65 / 37);
  }

  .xxl\:h-\[calc\(400px\*65\/37\*19\/65\)\] {
    height: calc(400px * 65 / 37 * 19 / 65);
  }

  .xxl\:h-\[calc\(400px\*65\/42\)\] {
    height: calc(400px * 65 / 42);
  }

  .xxl\:h-\[calc\(400px\*65\/42\*30\/65\)\] {
    height: calc(400px * 65 / 42 * 30 / 65);
  }

  .xxl\:max-h-\[calc\(430px\*65\/37\)\] {
    max-height: calc(430px * 65 / 37);
  }

  .xxl\:max-h-\[calc\(430px\*65\/44\)\] {
    max-height: calc(430px * 65 / 44);
  }

  .xxl\:max-h-\[calc\(300vh\)\] {
    max-height: calc(300vh);
  }

  .xxl\:min-h-\[calc\(400px\*65\/37\)\] {
    min-height: calc(400px * 65 / 37);
  }

  .xxl\:min-h-\[calc\(400px\*65\/44\)\] {
    min-height: calc(400px * 65 / 44);
  }

  .xxl\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:ml-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:p-7 {
    padding: 1.75rem;
  }

  .xxl\:p-4 {
    padding: 1rem;
  }

  .xxl\:p-3 {
    padding: 0.75rem;
  }

  .xxl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xxl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

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

  .xxl\:pb-28 {
    padding-bottom: 7rem;
  }

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

  .xxl\:border-0 {
    border: none;
  }

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

  .xxl\:text-\[13px\] {
    font-size: 13px;
  }

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

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

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

  .xxl\:text-\[22px\] {
    font-size: 22px;
  }

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

  .xxl\:leading-relaxed {
    line-height: 1.625;
  }

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

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

  .xxl\:flex {
    display: flex;
  }
}

@media (max-width: 1900px) {
  .xl\:top-0 {
    top: 0px;
  }

  .xl\:left-0 {
    left: 0px;
  }

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

  .xl\:mt-16 {
    margin-top: 4rem;
  }

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

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

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:ml-\[1\.9vw\] {
    margin-left: 1.9vw;
  }

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

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-\[calc\(80vw\*5\/12\*0\.7698437352277792\)\] {
    height: calc(80vw * 5 / 12 * 0.7698437352277792);
  }

  .xl\:h-\[calc\(80vw\*4\/12\*1\.14800871\)\] {
    height: calc(80vw * 4 / 12 * 1.14800871);
  }

  .xl\:h-\[calc\(80vw\*5\/12\*1\.08744038\)\] {
    height: calc(80vw * 5 / 12 * 1.08744038);
  }

  .xl\:h-\[calc\(80vw\*5\/12\*0\.756835938\)\] {
    height: calc(80vw * 5 / 12 * 0.756835938);
  }

  .xl\:h-\[calc\(350px\*65\/37\)\] {
    height: calc(350px * 65 / 37);
  }

  .xl\:h-\[calc\(350px\*65\/37\*19\/65\)\] {
    height: calc(350px * 65 / 37 * 19 / 65);
  }

  .xl\:h-\[calc\(350px\*65\/42\)\] {
    height: calc(350px * 65 / 42);
  }

  .xl\:h-\[calc\(350px\*65\/42\*30\/65\)\] {
    height: calc(350px * 65 / 42 * 30 / 65);
  }

  .xl\:max-h-\[calc\(380px\*65\/37\)\] {
    max-height: calc(380px * 65 / 37);
  }

  .xl\:max-h-\[calc\(380px\*65\/42\)\] {
    max-height: calc(380px * 65 / 42);
  }

  .xl\:max-h-\[calc\(380px\*65\/44\)\] {
    max-height: calc(380px * 65 / 44);
  }

  .xl\:max-h-\[calc\(300vh\)\] {
    max-height: calc(300vh);
  }

  .xl\:min-h-\[calc\(350px\*65\/37\)\] {
    min-height: calc(350px * 65 / 37);
  }

  .xl\:min-h-\[calc\(350px\*65\/44\)\] {
    min-height: calc(350px * 65 / 44);
  }

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

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

  .xl\:w-6\/12 {
    width: 50%;
  }

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

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

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

  .xl\:w-3\/12 {
    width: 25%;
  }

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

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

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

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

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

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

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

  .xl\:rounded-none {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

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

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

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

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

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

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

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

@media (max-width: 1365px) {
  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:db-b-2 {
    border-bottom: dashed 1px #d3d3d3;
    border-bottom-width: 2px;
  }

  .lg\:static {
    position: static;
  }

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

  .lg\:left-\[-2rem\] {
    left: -2rem;
  }

  .lg\:left-\[5\%\] {
    left: 5%;
  }

  .lg\:bottom-\[2\.5\%\] {
    bottom: 2.5%;
  }

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

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

  .lg\:mx-\[4vw\] {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .lg\:mx-\[calc\(4vw-2rem\)\] {
    margin-left: calc(4vw - 2rem);
    margin-right: calc(4vw - 2rem);
  }

  .lg\:mx-\[10vw\] {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

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

  .lg\:ml-\[10vw\] {
    margin-left: 10vw;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-\[calc\(58vw\*0\.7813125\+8px\)\] {
    height: calc(58vw * 0.7813125 + 8px);
  }

  .lg\:h-\[calc\(58vw\*0\.7813125\)\] {
    height: calc(58vw * 0.7813125);
  }

  .lg\:h-\[calc\(90vw\*5\/12\*0\.7698437352277792\)\] {
    height: calc(90vw * 5 / 12 * 0.7698437352277792);
  }

  .lg\:h-\[calc\(90vw\*4\/12\*1\.14800871\)\] {
    height: calc(90vw * 4 / 12 * 1.14800871);
  }

  .lg\:h-\[calc\(90vw\*5\/12\*1\.08744038\)\] {
    height: calc(90vw * 5 / 12 * 1.08744038);
  }

  .lg\:h-\[calc\(90vw\*5\/12\*0\.756835938\)\] {
    height: calc(90vw * 5 / 12 * 0.756835938);
  }

  .lg\:min-h-\[calc\(370px\*65\/40\)\] {
    min-height: calc((370px * 65 / 40));
  }

  .lg\:max-h-\[calc\(390px\*65\/40\)\] {
    max-height: calc((390px * 65 / 40));
  }

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

  .lg\:w-\[58vw\] {
    width: 58vw;
  }

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

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

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

  .lg\:w-\[36\.8vw\] {
    width: 36.8vw;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

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

  .lg\:gap-\[2\/4\] {
    gap: 2rem 0rem;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

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

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .hover\:bg-gray-200:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media (max-width: 906px) {
  #catagorySelector {
    opacity: 1;
    z-index: 200000;
    position: fixed;
    bottom: 0;
    left: 0;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100vw;
    border-top: #343434 2px solid;
    background-color: #fefefe;
  }

  #catagorySelector > button {
    width: auto;
    margin: auto;
    height: 80px;
  }

  .md\:fill-white {
    fill: #ffffff;
  }

  .md\:top-\[calc\(\(100vw-15px\)\*0\.7813125\+8px\)\] {
    top: calc((100vw - 15px) * 0.7813125 + 8px);
  }

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

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

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

  .md\:float-none {
    float: none;
  }

  .md\:m-auto {
    margin: auto;
  }

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

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

  .md\:mx-\[calc\(\(100vw-\(100vw\*11\/12\*11\/12\)\)\/2\)\] {
    margin-left: calc((100vw - (100vw * 11 / 12 * 11 / 12)) / 2);
    margin-right: calc((100vw - (100vw * 11 / 12 * 11 / 12)) / 2);
  }

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

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

  .md\:mx-\[0vw\] {
    margin-left: 0vw;
    margin-right: 0vw;
  }

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

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

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

  .md\:mt-\[15vw\] {
    margin-top: 15vw;
  }

  .md\:mt-\[7\.5vw\] {
    margin-top: 7.5vw;
  }

  .md\:mt-\[12vw\] {
    margin-top: 12vw;
  }

  .md\:mt-\[calc\(100vw\*0\.7813125\-12px\)\] {
    margin-top: calc(100vw * 0.7813125 - 12px);
  }

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

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

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

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

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

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

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

  .md\:hidden {
    display: none;
  }

  .md\:h-\[calc\(\(100vw-15px\)\*0\.7813125\+8px\)\] {
    height: calc((100vw - 15px) * 0.7813125 + 8px);
  }

  .md\:h-\[calc\(\(100vw-15px\)\*0\.7813125\)\] {
    height: calc((100vw - 15px) * 0.7813125);
  }

  .md\:h-\[calc\(95vw\*11\/12\*0\.7698437352277792\)\] {
    height: calc(95vw * 11 / 12 * 0.7698437352277792);
  }

  .md\:h-\[calc\(90vw\*11\/12\*0\.7698437352277792\)\] {
    height: calc(90vw * 11 / 12 * 0.7698437352277792);
  }

  .md\:h-\[calc\(95vw\*11\/12\*1\.14800871\)\] {
    height: calc(95vw * 11 / 12 * 1.14800871);
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-\[calc\(95vw\*11\/12\*1\.08744038\)\] {
    height: calc(95vw * 11 / 12 * 1.08744038);
  }

  .md\:h-\[calc\(95vw\*11\/12\*0\.756835938\)\] {
    height: calc(95vw * 11 / 12 * 0.756835938);
  }

  .md\:max-h-\[calc\(400px\*0\.7698437352277792\)\] {
    max-height: calc(400px * 0.7698437352277792);
  }

  .md\:max-h-\[calc\(400px\*1\.14800871\)\] {
    max-height: calc(400px * 1.14800871);
  }

  .md\:max-h-\[calc\(500px\*1\.08744038\)\] {
    max-height: calc(500px * 1.08744038);
  }

  .md\:max-h-\[calc\(500px\*0\.756835938\)\] {
    max-height: calc(500px * 0.756835938);
  }

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

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-\[calc\(100vw\*11\/12\*11\/12\)\] {
    width: calc(100vw * 11 / 12 * 11 / 12);
  }

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

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

  .md\:w-4 {
    width: 1rem;
  }

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

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

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

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

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

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

  .md\:max-w-\[calc\(90vw-7rem\)\] {
    max-width: calc(90vw - 7rem);
  }

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:db-b-2 {
    border-bottom: dashed 1px #d3d3d3;
    border-bottom-width: 2px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

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

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

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

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-\[10vw\] {
    padding-top: 10vw;
  }

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

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

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

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

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

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}

@media (max-width: 410px) {
  
  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

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

  .sm\:gap-0 {
    gap: 0px;
  }

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

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

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

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

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

@media (hover: none) and (pointer: coarse) {
  /* For Webkit-based browsers (Chrome, Safari and Opera) */
  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }

  /* For IE, Edge and Firefox */
  .scrollbar-hide {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}
