/** 
@font-face {
  font-family: avenirNextRegular;
  src: url(../fonts/avenir-next-lt-pro-regular.otf);
}
**/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.12 | 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;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

h1,
    h2,
    p {
  line-height: 1.25 !important;
}

h1 {
  font-family: Libre Franklin, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 500px) {

  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {

  h1 {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h2 {
  font-family: Libre Franklin, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {

  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.text-shadow-1 {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.text-shadow-2 {
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    }

.text-shadow-3 {
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    }

nav {
        transition: 0.5s;
        position: sticky;
        left: 0px;
        top: 0px;
        z-index: 50;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        background-image: url('../public/images/bg-nav.jpg');
        background-size: cover;
        --tw-drop-shadow: drop-shadow(0px 4px 17px rgba(0,0,0,0.09));
        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);
    }

nav .nav-wrap {
            transition: 0.2s;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            max-width: 1536px;
            align-items: center;
            justify-content: space-between;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            padding-top: 0.625rem;
            padding-bottom: 0.625rem;
        }

@media (min-width: 768px) {

  nav .nav-wrap {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

@media (min-width: 1024px) {

  nav .nav-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.primary-btn {
  cursor: pointer;
  border-radius: 64px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(218 139 13 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 241 / var(--tw-bg-opacity));
  font-family: Libre Franklin, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(218 139 13 / 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;
}

.primary-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(218 139 13 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.secondary-btn {
  cursor: pointer;
  border-radius: 64px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 139 13 / var(--tw-bg-opacity));
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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;
}

.secondary-btn:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(218 139 13 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

/* 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 {
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance: none;
        display: inline-block;
        height: 0.75rem;
        width: 0.75rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

@media (min-width: 768px) {

  input.checkbox {
    height: 18px;
    width: 18px;
  }
}

input.checkbox:checked {
            -webkit-appearance: auto;
               -moz-appearance: auto;
                    appearance: auto;
            clip-path: circle(50% at 50% 50%);
        }

.input-field {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(218 139 13 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .input-field {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.input-field::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity));
}

.input-field::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .input-field::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .input-field::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.usp-container {
  display: flex;
  width: 125px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 253 241 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {

  .usp-container {
    width: 140px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-bottom: 0.875rem;
    padding-top: 1.25rem;
  }
}

@media (min-width: 1024px) {

  .usp-container {
    width: 160px;
  }
}

.usp-container .usp-img-container {
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {

  .usp-container .usp-img-container {
    height: 58px;
    width: 58px;
  }
}

.usp-container .title {
  margin-top: 0.5rem;
  text-align: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1.2 !important;
  --tw-text-opacity: 1;
  color: rgb(255 253 241 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .usp-container .title {
    font-size: 15px;
  }
}

.bg-intro-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(25deg,#000000c4 0%, rgba(0,0,0,0) 75%);
}

@media (min-width: 500px) {

  .bg-intro-overlay {
    background: linear-gradient(25deg,#000000c4 0%, rgba(0,0,0,0) 50%);
  }
}

@media (min-width: 1536px) {

  .bg-intro-overlay {
    background: linear-gradient(25deg,#000000c4 0%, rgba(0,0,0,0) 65%);
  }
}

.feature-bg-overlay {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  border-radius: 30px;
  background-image: url('../public/images/bg-features.jpg');
  background-size: cover;
  padding: 0.5rem;
}

.feature-container {
  display: grid;
  height: 100%;
  row-gap: 1.5rem;
  border-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(218 139 13 / var(--tw-border-opacity));
  padding: 0.875rem;
}

@media (min-width: 1024px) {

  .feature-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.feature-container .details-container {
  --tw-text-opacity: 1;
  color: rgb(218 139 13 / var(--tw-text-opacity));
}

@media (min-width: 500px) {

  .feature-container .details-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1024px) {

  .feature-container .details-container {
    padding-left: 0.625rem;
    padding-right: 3rem;
  }
}

.feature-container .details-container .title {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(175 115 19 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .feature-container .details-container .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {

  .feature-container .details-container .title {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1280px) {

  .feature-container .details-container .title {
    margin-bottom: 3rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.feature-container .details-container .sub-title {
  margin-bottom: 1.5rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 640px) {

  .feature-container .details-container .sub-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .feature-container .details-container .sub-title {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1280px) {

  .feature-container .details-container .sub-title {
    margin-bottom: 72px;
    font-size: 3rem;
    line-height: 1;
  }
}

.feature-container .details-container .features-listing {
  margin-top: 0.75rem;
  display: grid;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  row-gap: 0.875rem;
}

@media (min-width: 640px) {

  .feature-container .details-container .features-listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .feature-container .details-container .features-listing {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1280px) {

  .feature-container .details-container .features-listing {
    margin-top: 2rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.feature-container .details-container .features-listing .feature-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0.125rem;
}

@media (min-width: 500px) {

  .feature-container .details-container .features-listing .feature-item {
    flex-wrap: nowrap;
    row-gap: 0.375rem;
  }
}

@media (min-width: 640px) {

  .feature-container .details-container .features-listing .feature-item {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {

  .feature-container .details-container .features-listing .feature-item {
    row-gap: 0.75rem;
  }
}

.feature-container .details-container .features-listing .feature-item h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.2 !important;
}

@media (min-width: 500px) {

  .feature-container .details-container .features-listing .feature-item h6 {
    min-width: 160px;
    max-width: 160px;
  }
}

@media (min-width: 640px) {

  .feature-container .details-container .features-listing .feature-item h6 {
    min-width: unset;
    max-width: none;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {

  .feature-container .details-container .features-listing .feature-item h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.feature-container .details-container .features-listing .feature-item p {
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {

  .feature-container .details-container .features-listing .feature-item p {
    font-size: 13px;
  }
}

@media (min-width: 1536px) {

  .feature-container .details-container .features-listing .feature-item p {
    font-size: 14px;
  }
}

.feature-container .img-container {
  position: relative;
}

.feature-container .img-container .features-img {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  max-width: 32rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {

  .feature-container .img-container .features-img {
    border-radius: 25px;
  }
}

@media (min-width: 1024px) {

  .feature-container .img-container .features-img {
    max-width: none;
  }
}

.splide#splide-features .splide__pagination {
  bottom: 2.4em;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.75rem;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 223 173 / var(--tw-bg-opacity));
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

@media (min-width: 1024px) {

  .splide#splide-features .splide__pagination {
    margin-left: 75%;
    margin-right: 0px;
  }
}

@media (min-width: 1536px) {

  .splide#splide-features .splide__pagination {
    border-radius: 7px;
  }
}

.splide#splide-features .splide__pagination li {
  display: flex;
}

.splide#splide-features .splide__pagination__page {
  margin: 0px;
  height: 0.375rem;
  width: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1536px) {

  .splide#splide-features .splide__pagination__page {
    height: 0.5rem;
    width: 0.5rem;
  }
}

.splide#splide-features .splide__pagination__page.is-active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(218 139 13 / var(--tw-bg-opacity));
  opacity: 1;
}

.splide#splide-features .splide__arrow {
  bottom: 32vw;
  top: unset;
  --tw-bg-opacity: 1;
  background-color: rgb(218 139 13 / var(--tw-bg-opacity));
  opacity: 1;
  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;
}

.splide#splide-features .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(175 115 19 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {

  .splide#splide-features .splide__arrow {
    bottom: 25%;
  }
}

@media (min-width: 1024px) {

  .splide#splide-features .splide__arrow {
    bottom: unset;
    top: 50%;
  }
}

.splide#splide-features .splide__arrow--prev {
  left: 0.75rem;
}

@media (min-width: 640px) {

  .splide#splide-features .splide__arrow--prev {
    left: 2.75rem;
  }
}

@media (min-width: 1024px) {

  .splide#splide-features .splide__arrow--prev {
    left: 48.7%;
  }
}

.splide#splide-features .splide__arrow--next {
  right: 0.75rem;
}

@media (min-width: 640px) {

  .splide#splide-features .splide__arrow--next {
    right: 2.75rem;
  }
}

@media (min-width: 1024px) {

  .splide#splide-features .splide__arrow--next {
    right: 0.7%;
  }
}

.accordion-container {
  overflow: hidden;
}

.accordion-container .dropdown-icon {
  height: auto;
  width: 18px;
  --tw-rotate: -90deg;
  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: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-container .accordion-header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 224 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(218 139 13 / 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;
}

.accordion-container .accordion-header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 241 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

  .accordion-container .accordion-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.accordion-container .accordion-content {
            transition: height 0.3s ease;
            position: relative;
            height: 0px;
            overflow: hidden;
            --tw-bg-opacity: 1;
            background-color: rgb(218 139 13 / var(--tw-bg-opacity));
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 300ms;
        }

.accordion-container.active .dropdown-icon {
  --tw-rotate: 0deg;
  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));
}

.accordion-container.active .accordion-content {
  height: auto;
}

.location-details .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(175 115 19 / var(--tw-border-opacity));
  padding-bottom: 0.125rem;
}

@media (min-width: 768px) {

  .location-details .title-container {
    padding-bottom: 0.375rem;
  }
}

.location-details .title-container h6 {
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(175 115 19 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .location-details .title-container h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {

  .location-details .title-container h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.location-details .listing-container {
  list-style-type: disc;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {

  .location-details .listing-container {
    padding-top: 0.875rem;
  }
}

.location-details .listing-container li .list-item-wrapper {
  display: flex;
  align-items: baseline;
}

.location-details .listing-container li .distance-text {
  width: 3rem;
  min-width: 3rem;
}

@media (min-width: 768px) {

  .location-details .listing-container li .distance-text {
    width: 4rem;
    min-width: 4rem;
  }
}

@media (min-width: 1024px) {

  .location-details .listing-container li .distance-text {
    width: 3.5rem;
    min-width: 3.5rem;
  }
}

@media (min-width: 1280px) {

  .location-details .listing-container li .distance-text {
    width: 4rem;
    min-width: 4rem;
  }
}

.location-details .listing-container li p {
  font-family: Libre Franklin, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .location-details .listing-container li p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {

  .location-details .listing-container li p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.location-details .listing-container li::marker {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.intro-section .fade-in {
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 1s;
}

.intro-section .fade-in.animate {
  opacity: 1;
}

.floor-plan-section .slide-right {
  --tw-translate-x: -5rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.8s;
}

.floor-plan-section .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));
  opacity: 1;
}

.floor-plan-section .slide-right-2 {
  --tw-translate-x: -5rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.8s;
}

@media (min-width: 768px) {

  .floor-plan-section .slide-right-2 {
    --tw-translate-x: 5rem;
    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-section .slide-right-2.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));
  opacity: 1;
  transition-delay: 500ms;
}

@media (min-width: 768px) {

  .floor-plan-section .slide-right-2.animate {
    transition-delay: 0s;
  }
}

.floor-plan-section .slide-left {
  --tw-translate-x: -5rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.8s;
}

@media (min-width: 768px) {

  .floor-plan-section .slide-left {
    --tw-translate-x: 5rem;
    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-section .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));
  opacity: 1;
}

.floor-plan-section .slide-left-2 {
  --tw-translate-x: -5rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.8s;
}

.floor-plan-section .slide-left-2.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));
  opacity: 1;
  transition-delay: 500ms;
}

@media (min-width: 768px) {

  .floor-plan-section .slide-left-2.animate {
    transition-delay: 0s;
  }
}

.floor-plan-section .bg-floorplan-1-overlay {
  position: absolute;
  top: -1.5rem;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(175deg,#000000cf 0%, rgba(0,0,0,0) 30%);
}

.floor-plan-section .bg-floorplan-2-overlay {
  position: absolute;
  top: -1.5rem;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(-175deg,#000000cf 0%, rgba(0,0,0,0) 30%);
}

.floor-plan-section .fp-details-container {
  border-width: 1px;
  border-color: rgb(218 139 13 / 0.55);
}

.floor-plan-section .fp-details-container .fp-tab {
  display: flex;
  align-items: baseline;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 224 / var(--tw-bg-opacity));
  background-image: url('../public/images/bg-floorplan-tab.jpg');
  background-size: cover;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {

  .floor-plan-section .fp-details-container .fp-tab {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

.floor-plan-section .fp-details-container .fp-tab h6 {
  font-family: Libre Franklin, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(218 139 13 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .floor-plan-section .fp-details-container .fp-tab h6 {
    font-size: 3rem;
    line-height: 1;
  }
}

.floor-plan-section .fp-details-container .fp-tab p {
  font-family: Libre Franklin, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(218 139 13 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .floor-plan-section .fp-details-container .fp-tab p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.floor-plan-section .fp-details-container .fp-desc {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(218 139 13 / var(--tw-bg-opacity));
  background-image: url('../public/images/bg-floorplan-desc.jpg');
  background-size: cover;
  padding: 1.25rem;
}

@media (min-width: 1024px) {

  .floor-plan-section .fp-details-container .fp-desc {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.floor-plan-section .fp-details-container .fp-desc .desc-container {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (min-width: 1024px) {

  .floor-plan-section .fp-details-container .fp-desc .desc-container {
    gap: 1.5rem;
  }
}

.floor-plan-section .fp-details-container .fp-desc p {
  font-family: Libre Franklin, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(242 238 219 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .floor-plan-section .fp-details-container .fp-desc p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.location-section .slide-right {
  --tw-translate-y: 5rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.8s;
}

@media (min-width: 1024px) {

  .location-section .slide-right {
    --tw-translate-x: -100vw;
    --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));
    opacity: 1;
    transition-duration: 1000ms;
  }
}

.location-section .slide-right.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));
  opacity: 1;
}

.location-section .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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 1s;
}

.location-section .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));
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.left-5 {
  left: 1.25rem;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-\[42px\] {
  height: 42px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.min-h-\[440px\] {
  min-height: 440px;
}

.min-h-\[calc\(100vh-68px\)\] {
  min-height: calc(100vh - 68px);
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[160vw\] {
  width: 160vw;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[36px\] {
  width: 36px;
}

.w-\[55vw\] {
  width: 55vw;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[1360px\] {
  max-width: 1360px;
}

.max-w-\[165px\] {
  max-width: 165px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[330px\] {
  max-width: 330px;
}

.max-w-\[395px\] {
  max-width: 395px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[575px\] {
  max-width: 575px;
}

.max-w-\[675px\] {
  max-width: 675px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[722px\] {
  max-width: 722px;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-t-\[25px\] {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.rounded-t-\[45px\] {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.border {
  border-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-themeOrange1 {
  --tw-border-opacity: 1;
  border-color: rgb(218 139 13 / var(--tw-border-opacity));
}

.border-themeOrange3 {
  --tw-border-opacity: 1;
  border-color: rgb(175 115 19 / var(--tw-border-opacity));
}

.bg-\[\#E7E7E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.bg-themeOrange1 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 139 13 / var(--tw-bg-opacity));
}

.bg-themeOrange5 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 224 / var(--tw-bg-opacity));
}

.bg-bg-btn {
  background-image: url('../public/images/bg-btn.jpg');
}

.bg-bg-btn-2 {
  background-image: url('../public/images/bg-btn-2.jpg');
}

.bg-bg-floorplan-1 {
  background-image: url('../public/images/bg-floorplan-1.jpg');
}

.bg-bg-floorplan-2 {
  background-image: url('../public/images/bg-floorplan-2.jpg');
}

.bg-bg-location {
  background-image: url('../public/images/bg-location.jpg');
}

.bg-bg-main {
  background-image: url('../public/images/bg-main.jpg');
}

.bg-bg-sand {
  background-image: url('../public/images/bg-sand.png');
}

.bg-bg-thankyou {
  background-image: url('../public/images/bg-thankyou.jpg');
}

.bg-bg-usp {
  background-image: url('../public/images/bg-usp.jpg');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#0000007d\] {
  --tw-gradient-from: #0000007d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#ECECEC\] {
  --tw-gradient-from: #ECECEC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 236 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-20\% {
  --tw-gradient-from-position: 20%;
}

.to-\[\#FAFAFA00\] {
  --tw-gradient-to: #FAFAFA00 var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.fill-white {
  fill: #fff;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[3px\] {
  padding: 3px;
}

.p-\[5px\] {
  padding: 5px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-\[20rem\] {
  padding-bottom: 20rem;
}

.pb-\[6rem\] {
  padding-bottom: 6rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-\[4\.5rem\] {
  padding-top: 4.5rem;
}

.pt-\[7rem\] {
  padding-top: 7rem;
}

.text-center {
  text-align: center;
}

.font-libreFranklin {
  font-family: Libre Franklin, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.\!leading-none {
  line-height: 1 !important;
}

.text-\[\#090909\] {
  --tw-text-opacity: 1;
  color: rgb(9 9 9 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-themeGreen4 {
  --tw-text-opacity: 1;
  color: rgb(10 73 62 / var(--tw-text-opacity));
}

.text-themeOrange2 {
  --tw-text-opacity: 1;
  color: rgb(233 196 137 / var(--tw-text-opacity));
}

.text-themeOrange3 {
  --tw-text-opacity: 1;
  color: rgb(175 115 19 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.drop-shadow-\[0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-drop-shadow: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  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-300 {
  transition-duration: 300ms;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:text-themeOrange3:hover {
  --tw-text-opacity: 1;
  color: rgb(175 115 19 / var(--tw-text-opacity));
}

@media (min-width: 500px) {

  .fm\:bottom-20 {
    bottom: 5rem;
  }

  .fm\:hidden {
    display: none;
  }

  .fm\:w-\[135vw\] {
    width: 135vw;
  }

  .fm\:max-w-\[435px\] {
    max-width: 435px;
  }

  .fm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .fm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }
}

@media (min-width: 768px) {

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-\[135px\] {
    margin-top: 135px;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:min-h-\[calc\(100vh-92px\)\] {
    min-height: calc(100vh - 92px);
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-\[18px\] {
    width: 18px;
  }

  .md\:w-\[240px\] {
    width: 240px;
  }

  .md\:w-\[45vw\] {
    width: 45vw;
  }

  .md\:w-\[46px\] {
    width: 46px;
  }

  .md\:w-\[50px\] {
    width: 50px;
  }

  .md\:w-\[58px\] {
    width: 58px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[300px\] {
    max-width: 300px;
  }

  .md\:max-w-\[515px\] {
    max-width: 515px;
  }

  .md\:max-w-\[632px\] {
    max-width: 632px;
  }

  .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\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:rounded-t-\[75px\] {
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-\[5px\] {
    padding: 5px;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-\[15rem\] {
    padding-bottom: 15rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-start {
    text-align: start;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {

  .lg\:bottom-\[120px\] {
    bottom: 120px;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[75px\] {
    height: 75px;
  }

  .lg\:h-\[82px\] {
    height: 82px;
  }

  .lg\:min-h-\[660px\] {
    min-height: 660px;
  }

  .lg\:min-h-\[calc\(100vh-103px\)\] {
    min-height: calc(100vh - 103px);
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-\[264px\] {
    width: 264px;
  }

  .lg\:w-\[280px\] {
    width: 280px;
  }

  .lg\:w-\[55vw\] {
    width: 55vw;
  }

  .lg\:max-w-\[1400px\] {
    max-width: 1400px;
  }

  .lg\:max-w-\[182px\] {
    max-width: 182px;
  }

  .lg\:max-w-\[220px\] {
    max-width: 220px;
  }

  .lg\:max-w-\[645px\] {
    max-width: 645px;
  }

  .lg\:max-w-\[725px\] {
    max-width: 725px;
  }

  .lg\:max-w-\[925px\] {
    max-width: 925px;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:pb-\[18rem\] {
    padding-bottom: 18rem;
  }

  .lg\:pt-\[calc\(62px\+5\.5vh\)\] {
    padding-top: calc(62px + 5.5vh);
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:pb-\[11vw\] {
    padding-bottom: 11vw;
  }
}
