*, ::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.15 | 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 */
  /* 3 */
  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::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 340px) {
  .container {
    max-width: 340px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1350px) {
  .container {
    max-width: 1350px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

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

.resize {
  resize: both;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.font-\[500\] {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.hover\:text-\[\#54B948\]:hover {
  --tw-text-opacity: 1;
  color: rgb(84 185 72 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#54b948\]:hover {
  --tw-text-opacity: 1;
  color: rgb(84 185 72 / var(--tw-text-opacity, 1));
}

@media (min-width: 340px) {
  .xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xs\:m-\[0px_7vw\] {
    margin: 0px 7vw;
  }

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

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

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

  .xs\:block {
    display: block;
  }

  .xs\:hidden {
    display: none;
  }

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

  .xs\:h-\[100\%\] {
    height: 100%;
  }

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

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

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

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

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

  .xs\:h-\[calc\(100vh_-_68px\)\] {
    height: calc(100vh - 68px);
  }

  .xs\:h-\[calc\(100vh_-_80px\)\] {
    height: calc(100vh - 80px);
  }

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

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

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

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

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

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

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

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

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

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

  .xs\:translate-y-\[-10vh\] {
    --tw-translate-y: -10vh;
    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));
  }

  .xs\:translate-y-\[-17vh\] {
    --tw-translate-y: -17vh;
    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));
  }

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

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

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

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

  .xs\:bg-\[url\(\'\/media\/demo_image\/experience-effortless-comfort-1\.webp\'\)\] {
    background-image: url('/media/demo_image/experience-effortless-comfort-1.webp');
  }

  .xs\:bg-\[url\(\'\/media\/demo_image\/gallery-background-3\.png\'\)\] {
    background-image: url('/media/demo_image/gallery-background-3.png');
  }

  .xs\:bg-\[30\%_50\%\] {
    background-position: 30% 50%;
  }

  .xs\:p-\[0px_0px\] {
    padding: 0px 0px;
  }

  .xs\:p-\[11vh_7vw_11vh\] {
    padding: 11vh 7vw 11vh;
  }

  .xs\:p-\[12px_0px_12px_16px\] {
    padding: 12px 0px 12px 16px;
  }

  .xs\:p-\[12px_16px_12px_16px\] {
    padding: 12px 16px 12px 16px;
  }

  .xs\:p-\[16px_16px\] {
    padding: 16px 16px;
  }

  .xs\:p-\[40px_18vw\] {
    padding: 40px 18vw;
  }

  .xs\:p-\[40px_24px_56px\] {
    padding: 40px 24px 56px;
  }

  .xs\:p-\[40px_32px_40px\] {
    padding: 40px 32px 40px;
  }

  .xs\:p-\[40px_32px_64px\] {
    padding: 40px 32px 64px;
  }

  .xs\:p-\[5vh_7vw_5vh\] {
    padding: 5vh 7vw 5vh;
  }

  .xs\:p-\[64px_7vw_0px\] {
    padding: 64px 7vw 0px;
  }

  .xs\:p-\[64px_7vw_96px\] {
    padding: 64px 7vw 96px;
  }

  .xs\:p-\[7vw_24px\] {
    padding: 7vw 24px;
  }

  .xs\:pb-\[10vh\] {
    padding-bottom: 10vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

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

  .md\:m-\[0px_24px\] {
    margin: 0px 24px;
  }

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

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

  .md\:mb-\[10vh\] {
    margin-bottom: 10vh;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[100\%\] {
    height: 100%;
  }

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

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

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

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

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

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

  .md\:h-\[calc\(100vh_-_100px\)\] {
    height: calc(100vh - 100px);
  }

  .md\:h-\[calc\(100vh_-_25vh_-_100px\)\] {
    height: calc(100vh - 25vh - 100px);
  }

  .md\:h-\[calc\(100vh_-_80px\)\] {
    height: calc(100vh - 80px);
  }

  .md\:h-\[calc\(72vh_-_5px\)\] {
    height: calc(72vh - 5px);
  }

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

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

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

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

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

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

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

  .md\:translate-y-\[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));
  }

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

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

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

  .md\:bg-\[url\(\'\/media\/demo_image\/experience-effortless-comfort\.webp\'\)\] {
    background-image: url('/media/demo_image/experience-effortless-comfort.webp');
  }

  .md\:bg-\[url\(\'\/media\/demo_image\/gallery-background-1\.png\'\)\] {
    background-image: url('/media/demo_image/gallery-background-1.png');
  }

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

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

  .md\:p-\[24px_16px_64px\] {
    padding: 24px 16px 64px;
  }

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

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

  .md\:p-\[40px_8\.5vw\] {
    padding: 40px 8.5vw;
  }

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

  .md\:p-\[64px_16px_120px\] {
    padding: 64px 16px 120px;
  }

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

  .md\:p-\[80px_16px\] {
    padding: 80px 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:m-\[0px_24px\] {
    margin: 0px 24px;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[100\%\] {
    height: 100%;
  }

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

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

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

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

  .xl\:h-\[calc\(100vh_-_25vh_-_100px\)\] {
    height: calc(100vh - 25vh - 100px);
  }

  .xl\:h-\[calc\(52vh_-_5px\)\] {
    height: calc(52vh - 5px);
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:p-\[40px_16px_80px\] {
    padding: 40px 16px 80px;
  }

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

  .xl\:p-\[80px_0px\] {
    padding: 80px 0px;
  }

  .xl\:p-\[80px_0px_120px\] {
    padding: 80px 0px 120px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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