@font-face {
    font-family: museoLight;
    src: url(../fonts/museo-sans-300.otf);
}

@font-face {
    font-family: museoMedium;
    src: url(../fonts/museo-sans-500.otf);
}

@font-face {
    font-family: museoBold;
    src: url(../fonts/museo-sans-700.otf);
}

@font-face {
    font-family: kohinoorLight;
    src: url(../fonts/kohinoor-light.otf);
}

@font-face {
    font-family: kohinoorRegular;
    src: url(../fonts/kohinoor-regular.otf);
}

@font-face {
    font-family: kohinoorSemiBold;
    src: url(../fonts/kohinoor-semibold.otf);
}

@font-face {
    font-family: kohinoorBold;
    src: url(../fonts/kohinoor-bold.otf);
}

@font-face {
    font-family: laoMnRegular;
    src: url(../fonts/lao-mn-regular.ttf);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::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:  ;
}

body {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

h1,
    h2,
    p {
    line-height: 1.25 !important;
}

h2 {
    font-family: kohinoorBold, sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

@media (min-width: 768px) {

    h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {

    h2 {
        font-size: 50px;
    }
}

@media (min-width: 1536px) {

    h2 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

h3 {
    font-family: kohinoorSemiBold, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

@media (min-width: 768px) {

    h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1024px) {

    h3 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1536px) {

    h3 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

p {
    font-family: museoLight, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(44 17 18 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {

    p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {

    p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

nav {
        transition: 0.5s;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 50;
        width: 100%;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.85;
    }

nav .nav-wrap {
            transition: 0.2s;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            max-width: 1920px;
            align-items: center;
            justify-content: space-between;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-bottom: 1rem;
            padding-top: 1.25rem;
        }

@media (min-width: 1024px) {

    nav .nav-wrap {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 1.5rem;
        padding-top: 1.75rem;
    }
}

nav .link,
        nav .pdf-link {
    font-size: 0.8rem;
    line-height: 1.5rem;
    letter-spacing: 0.05em;
    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;
}

nav .link:hover,
        nav .pdf-link:hover {
    --tw-text-opacity: 1;
    color: rgb(230 90 37 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {

    nav .link,
        nav .pdf-link {
        font-size: 1rem;
        line-height: 1.75rem;
    }
}

.mobile-menu {
        transition: 0.3s;
        position: absolute;
        right: -100%;
        top: 0px;
        z-index: 50;
        display: flex;
        height: 100vh;
        width: 100%;
        justify-content: center;
        overflow-y: auto;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.mobile-menu.slide-in {
        right: 0;
    }

.mobile-menu .link,
    .mobile-menu .pdf-link {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(44 17 18 / var(--tw-text-opacity));
    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;
}

.mobile-menu .link:hover,
    .mobile-menu .pdf-link:hover {
    --tw-text-opacity: 1;
    color: rgb(230 90 37 / var(--tw-text-opacity));
}

.primary-btn {
    --tw-bg-opacity: 1;
    background-color: rgb(230 90 37 / var(--tw-bg-opacity));
    font-family: museoBold, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.primary-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(44 17 18 / var(--tw-bg-opacity));
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */

input[type="number"] {
        -moz-appearance: textfield;
    }

input.checkbox {
    display: inline-block;
    height: 1rem;
    width: 1rem;
}

.features-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.625rem;
}

.features-container p {
    font-size: 0.75rem;
    line-height: 1rem;
}

.legend-caption {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.legend-caption .legend {
    margin-right: 0.625rem;
    height: 1.5rem;
    width: 26px;
}

@media (min-width: 1024px) {

    .legend-caption .legend {
        height: 30px;
        width: 2rem;
    }
}

.legend-caption .legend.green {
    --tw-bg-opacity: 1;
    background-color: rgb(3 170 186 / var(--tw-bg-opacity));
}

.legend-caption .legend.blue {
    --tw-bg-opacity: 1;
    background-color: rgb(3 131 186 / var(--tw-bg-opacity));
}

.legend-caption .legend.pink {
    --tw-bg-opacity: 1;
    background-color: rgb(244 137 143 / var(--tw-bg-opacity));
}

.legend-caption .legend.yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(223 197 142 / var(--tw-bg-opacity));
}

.legend-caption p {
    font-family: kohinoorRegular, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.buttons-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
}

@media (min-width: 1024px) {

    .buttons-container {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }
}

.buttons-container .fp-btn {
    font-family: museoBold, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    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;
}

.buttons-container .fp-btn:hover {
    --tw-text-opacity: 1;
    color: rgb(230 90 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    .buttons-container .fp-btn {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .buttons-container .fp-btn {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {

    .buttons-container .fp-btn {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.buttons-container .fp-btn.active {
    --tw-text-opacity: 1;
    color: rgb(230 90 37 / var(--tw-text-opacity));
}

.floor-plan-container {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.specification-container {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.75rem;
}

@media (min-width: 1024px) {

    .specification-container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 1.5rem;
    }
}

.accordion-item {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding-bottom: 0.5rem;
}

@media (min-width: 1536px) {

    .accordion-item {
        padding-bottom: 0.75rem;
    }
}

.accordion-item .accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

@media (min-width: 1024px) {

    .accordion-item .accordion-content {
        padding-top: 0.375rem;
    }
}

@media (min-width: 1536px) {

    .accordion-item .accordion-content {
        padding-top: 0.75rem;
    }
}

.accordion-item .accordion-content .accordion-row {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

@media (min-width: 768px) {

    .accordion-item .accordion-content .accordion-row {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.accordion-item .accordion-content h4 {
    font-family: museoBold, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1 !important;
}

@media (min-width: 768px) {

    .accordion-item .accordion-content h4 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1536px) {

    .accordion-item .accordion-content h4 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.accordion-item .accordion-content p {
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1 !important;
}

@media (min-width: 768px) {

    .accordion-item .accordion-content p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1536px) {

    .accordion-item .accordion-content p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.accordion-item .accordion-title {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-top: 0.25rem;
    font-family: museoBold, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 768px) {

    .accordion-item .accordion-title {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {

    .accordion-item .accordion-title {
        padding-top: 0.75rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {

    .accordion-item .accordion-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.location-list {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
}

.location-list p {
    font-family: kohinoorLight, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.location-list .title {
    font-family: kohinoorBold, sans-serif;
}

.location-list .details {
    font-family: kohinoorLight, sans-serif;
}

.input-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 490px;
    border-radius: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(147 149 152 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-family: museoLight, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    .input-container {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .input-container {
        max-width: 680px;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {

    .input-container {
        max-width: 820px;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.input-container::-moz-placeholder {
    font-family: museoLight, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.input-container::placeholder {
    font-family: museoLight, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    .input-container::-moz-placeholder {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .input-container::placeholder {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .input-container::-moz-placeholder {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .input-container::placeholder {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {

    .input-container::-moz-placeholder {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .input-container::placeholder {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.select-container.error {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.dropdown-menu {
    display: none;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-family: museoLight, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    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;
}

.dropdown-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {

    .dropdown-item {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .dropdown-item {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {

    .dropdown-item {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.footer-text {
    margin-bottom: 0.25rem;
    font-family: laoMnRegular, sans-serif;
    font-size: 13px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    .footer-text {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {

    .footer-text {
        margin-bottom: 0px;
    }
}

@media (min-width: 1536px) {

    .footer-text {
        font-size: 15px;
    }
}

.footer-text-xs {
    font-family: museoMedium, sans-serif;
    font-size: 9px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {

    .footer-text-xs {
        font-size: 10px;
    }
}

#product .slide-left {
    --tw-translate-x: 100vw;
    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));
}

#product .slide-left.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 0.7s;
    transition-duration: 1.3s;
}

#product .slide-up {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#product .slide-up.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 1s;
    transition-duration: 1s;
}

#product .slide-right {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#product .slide-right.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.9s;
}

#product #product-details-container {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#product #product-details-container.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-duration: 150ms;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

    #product #product-details-container.animate {
        transition-delay: 1s;
    }
}

#product #product-details {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#product #product-details.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-duration: 150ms;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

    #product #product-details.animate {
        transition-delay: 1s;
    }
}

#features .slide-left {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#features .slide-left.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1.3s;
}

#features .slide-right {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#features .slide-right.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 1.1s;
    transition-duration: 1s;
}

#features .features-details-container {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#features .features-details-container.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-duration: 150ms;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

    #features .features-details-container.animate {
        transition-delay: 1.1s;
    }
}

#features .features-details {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#features .features-details.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-duration: 150ms;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

    #features .features-details.animate {
        transition-delay: 1.1s;
    }
}

#warehouse .bg-warehouse-container {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#warehouse .bg-warehouse-content {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#warehouse .bg-warehouse-container.animate, #warehouse .bg-warehouse-content.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1s;
}

#warehouse .warehouse-details-container {
    --tw-translate-x: -100%;
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#warehouse .warehouse-details {
    --tw-translate-x: 100%;
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#warehouse .warehouse-details-container.animate, #warehouse .warehouse-details.animate {
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 1s;
    transition-duration: 1s;
}

#warehouse #waterdrop-container {
    --tw-translate-x: 100%;
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#warehouse #waterdrop {
    --tw-translate-x: -100%;
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#warehouse #waterdrop-container.animate, #warehouse #waterdrop.animate {
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 1s;
    transition-duration: 1s;
}

#site-plan .site-plan-img-container {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#site-plan .site-plan-img-content {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#site-plan .site-plan-img-container.animate, #site-plan .site-plan-img-content.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1s;
}

#site-plan .site-plan-details-container {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#site-plan .site-plan-details {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#site-plan .site-plan-details-container.animate, #site-plan .site-plan-details.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-duration: 150ms;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

    #site-plan .site-plan-details-container.animate, #site-plan .site-plan-details.animate {
        transition-delay: 1.1s;
    }
}

#site-plan .slide-right {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#site-plan .slide-right.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 1s;
    transition-duration: 1.1s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#site-progress .site-plan-img-container {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#site-progress .site-plan-img-content {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#site-progress .site-plan-img-container.animate, #site-progress .site-plan-img-content.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1s;
}

#site-progress .site-plan-details-container {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#site-progress .site-plan-details {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#site-progress .site-plan-details-container.animate, #site-progress .site-plan-details.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-duration: 150ms;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


@media (min-width: 1024px) {

    #site-progress .site-plan-details-container.animate,#site-progress .site-plan-details.animate {
        transition-delay: 1.1s;
    }
}

#site-progress .slide-right {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#site-progress .slide-right.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 1s;
    transition-duration: 1.1s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.floor-plan-one .fp-details-container {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.floor-plan-one .fp-details {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.floor-plan-one .fp-img-container {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

    .floor-plan-one .fp-img-container {
        --tw-translate-y: 100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.floor-plan-one .fp-img {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

    .floor-plan-one .fp-img {
        --tw-translate-y: -100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.floor-plan-one .fp-details-container.animate, .floor-plan-one .fp-details.animate, .floor-plan-one .fp-img-container.animate, .floor-plan-one .fp-img.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1.2s;
}

.floor-plan-one .slide-left {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.floor-plan-one .slide-left.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1.2s;
}

.floor-plan-two .fp-details-container {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.floor-plan-two .fp-details {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.floor-plan-two .fp-img-container {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

    .floor-plan-two .fp-img-container {
        --tw-translate-y: 100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.floor-plan-two .fp-img {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

    .floor-plan-two .fp-img {
        --tw-translate-y: -100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.floor-plan-two .fp-details-container.animate, .floor-plan-two .fp-details.animate, .floor-plan-two .fp-img-container.animate, .floor-plan-two .fp-img.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1.2s;
}

.floor-plan-two .slide-right {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.floor-plan-two .slide-right.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1.2s;
}

#location-map .location-map-container {
    --tw-translate-x: -100%;
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#location-map .location-map {
    --tw-translate-x: 100%;
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#location-map .location-map-container.animate, #location-map .location-map.animate {
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1s;
}

#location-map .location-map-details-container {
    --tw-translate-x: 100%;
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#location-map .location-map-details {
    --tw-translate-x: -100%;
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#location-map .location-map-details-container.animate, #location-map .location-map-details.animate {
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1s;
}

@media (min-width: 1024px) {

    #location-map .location-map-details-container.animate, #location-map .location-map-details.animate {
        transition-delay: 1s;
    }
}

#location-map .slide-right {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#location-map .slide-right.animate {
    --tw-translate-x: 0px;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 1s;
    transition-duration: 1s;
}

#video-section .video-container {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#video-section .video-container.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-duration: 150ms;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

    #video-section .video-container.animate {
        transition-delay: 0.3s;
    }
}

#video-section .video {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#video-section .video.animate {
    --tw-translate-y: 0px;
    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));
    transition-property: transform;
    transition-duration: 150ms;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

    #video-section .video.animate {
        transition-delay: 0.3s;
    }
}

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

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-0 {
    bottom: 0px;
}

.bottom-2 {
    bottom: 0.5rem;
}

.bottom-20 {
    bottom: 5rem;
}

.left-0 {
    left: 0px;
}

.left-1 {
    left: 0.25rem;
}

.left-10 {
    left: 2.5rem;
}

.left-2 {
    left: 0.5rem;
}

.left-5 {
    left: 1.25rem;
}

.right-0 {
    right: 0px;
}

.right-5 {
    right: 1.25rem;
}

.top-0 {
    top: 0px;
}

.top-6 {
    top: 1.5rem;
}

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

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

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

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.m-auto {
    margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[37vh\] {
    margin-top: 37vh;
}

.flex {
    display: flex;
}

.\!grid {
    display: grid !important;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

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

.h-8 {
    height: 2rem;
}

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

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

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

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

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

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

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

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

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

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

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

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

.w-auto {
    width: auto;
}

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

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

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

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

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

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

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

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

.max-w-5xl {
    max-width: 64rem;
}

.max-w-7xl {
    max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-md {
    max-width: 28rem;
}

.max-w-screen-2xl {
    max-width: 1536px;
}

.max-w-screen-3xl {
    max-width: 1920px;
}

.grow {
    flex-grow: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

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

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

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

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

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

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

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

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-9 {
    gap: 2.25rem;
}

.gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
}

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

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

.gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
}

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

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

.gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}

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

.gap-y-1 {
    row-gap: 0.25rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

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

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

.border {
    border-width: 1px;
}

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

.\!border-none {
    border-style: none !important;
}

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

.border-\[\#939598\] {
    --tw-border-opacity: 1;
    border-color: rgb(147 149 152 / var(--tw-border-opacity));
}

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

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

.bg-\[\#939598\] {
    --tw-bg-opacity: 1;
    background-color: rgb(147 149 152 / var(--tw-bg-opacity));
}

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

.bg-themeBrown1 {
    --tw-bg-opacity: 1;
    background-color: rgb(176 134 91 / var(--tw-bg-opacity));
}

.bg-themeOrange1 {
    --tw-bg-opacity: 1;
    background-color: rgb(230 90 37 / var(--tw-bg-opacity));
}

.bg-themeRed1 {
    --tw-bg-opacity: 1;
    background-color: rgb(44 17 18 / var(--tw-bg-opacity));
}

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

.bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}

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

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

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

.p-3 {
    padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

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

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

.pb-0\.5 {
    padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

.pt-7 {
    padding-top: 1.75rem;
}

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

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

.font-kohinoorSemiBold {
    font-family: kohinoorSemiBold, sans-serif;
}

.font-museoBold {
    font-family: museoBold, sans-serif;
}

.font-museoLight {
    font-family: museoLight, sans-serif;
}

.font-museoMedium {
    font-family: museoMedium, sans-serif;
}

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

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

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

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

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

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

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

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

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

.text-themeBrown1 {
    --tw-text-opacity: 1;
    color: rgb(176 134 91 / var(--tw-text-opacity));
}

.text-themeOrange1 {
    --tw-text-opacity: 1;
    color: rgb(230 90 37 / var(--tw-text-opacity));
}

.text-themeRed1 {
    --tw-text-opacity: 1;
    color: rgb(44 17 18 / var(--tw-text-opacity));
}

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

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

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

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

.hover\:bg-themeRed1:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(44 17 18 / var(--tw-bg-opacity));
}

.hover\:text-themeOrange1:hover {
    --tw-text-opacity: 1;
    color: rgb(230 90 37 / var(--tw-text-opacity));
}

.group:hover .group-hover\:w-5 {
    width: 1.25rem;
}

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

@media (min-width: 500px) {

    .fm\:block {
        display: block;
    }

    .fm\:hidden {
        display: none;
    }

    .fm\:w-14 {
        width: 3.5rem;
    }

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

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

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

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

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

@media (min-width: 640px) {

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

    .sm\:block {
        display: block;
    }

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

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

    .sm\:flex-1 {
        flex: 1 1 0%;
    }

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

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

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

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

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

@media (min-width: 768px) {

    .md\:absolute {
        position: absolute;
    }

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

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

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

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

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

    .md\:top-\[calc\(64px\+18vh\)\] {
        top: calc(64px + 18vh);
    }

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

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

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

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

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

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

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

    .md\:mt-\[34vh\] {
        margin-top: 34vh;
    }

    .md\:block {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

    .md\:gap-y-7 {
        row-gap: 1.75rem;
    }

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

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

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

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

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

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

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

    .md\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

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

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

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

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

@media (min-width: 1024px) {

    .lg\:absolute {
        position: absolute;
    }

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

    .lg\:-right-\[440px\] {
        right: -440px;
    }

    .lg\:bottom-3\.5 {
        bottom: 0.875rem;
    }

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

    .lg\:left-5 {
        left: 1.25rem;
    }

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

    .lg\:top-\[calc\(64px\+12vh\)\] {
        top: calc(64px + 12vh);
    }

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

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

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

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

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

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

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

    .lg\:mb-24 {
        margin-bottom: 6rem;
    }

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

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

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

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

    .lg\:ml-36 {
        margin-left: 9rem;
    }

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

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

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

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

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

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-12 {
        height: 3rem;
    }

    .lg\:max-h-none {
        max-height: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:gap-y-3 {
        row-gap: 0.75rem;
    }

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

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

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

    .lg\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

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

    .lg\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

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

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

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

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

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

    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .lg\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

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

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

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

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

    .lg\:pt-52 {
        padding-top: 13rem;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {

    .xl\:absolute {
        position: absolute;
    }

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

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

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

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

    .xl\:hidden {
        display: none;
    }

    .xl\:max-h-\[75vh\] {
        max-height: 75vh;
    }

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

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

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

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

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

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

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

    .xl\:pt-7 {
        padding-top: 1.75rem;
    }
}

@media (min-width: 1536px) {

    .\32xl\:-left-2\.5 {
        left: -0.625rem;
    }

    .\32xl\:-left-\[282px\] {
        left: -282px;
    }

    .\32xl\:-left-\[350px\] {
        left: -350px;
    }

    .\32xl\:-left-\[480px\] {
        left: -480px;
    }

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

    .\32xl\:-left-\[770px\] {
        left: -770px;
    }

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

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

    .\32xl\:bottom-\[96px\] {
        bottom: 96px;
    }

    .\32xl\:top-\[108px\] {
        top: 108px;
    }

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

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

    .\32xl\:h-14 {
        height: 3.5rem;
    }

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

    .\32xl\:max-w-5xl {
        max-width: 64rem;
    }

    .\32xl\:max-w-7xl {
        max-width: 80rem;
    }

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

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

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

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

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

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

    .\32xl\:gap-11 {
        gap: 2.75rem;
    }

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

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

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

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

    .\32xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

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

    .\32xl\:pt-28 {
        padding-top: 7rem;
    }

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

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

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

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

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

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

@media (min-width: 1920px) {

    .\33xl\:-left-16 {
        left: -4rem;
    }
}
