/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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:  ;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

.-top-48 {
  top: -12rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-10 {
  left: 2.5rem;
}

.left-14 {
  left: 3.5rem;
}

.left-2 {
  left: 0.5rem;
}

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

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.top-0 {
  top: 0px;
}

.top-14 {
  top: 3.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-32 {
  top: 8rem;
}

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

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

.left-\[7\%\] {
  left: 7%;
}

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

.left-\[25\%\] {
  left: 25%;
}

.left-\[20\%\] {
  left: 20%;
}

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

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

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

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-start-2 {
  grid-row-start: 2;
}

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

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

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-\[126\.46px\] {
  height: 126.46px;
}

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

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

.h-\[19rem\] {
  height: 19rem;
}

.h-\[224\.4px\] {
  height: 224.4px;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[auto\] {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.-rotate-\[120deg\] {
  --tw-rotate: -120deg;
  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));
}

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

.grid-cols-\[185px_1fr\] {
  grid-template-columns: 185px 1fr;
}

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

.grid-rows-\[1fr_1fr_156px\] {
  grid-template-rows: 1fr 1fr 156px;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.gap-y-6 {
  row-gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[14\.19px\] {
  border-radius: 14.19px;
}

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

.rounded-big-card {
  border-radius: 2.359rem;
}

.rounded-small-card {
  border-radius: 2.536rem;
}

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

.border {
  border-width: 1px;
}

.border-\[\#37A357\] {
  --tw-border-opacity: 1;
  border-color: rgb(55 163 87 / var(--tw-border-opacity));
}

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(108 49 201 / var(--tw-bg-opacity));
}

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

.bg-amenities-1 {
  background-image: url('../src/assets/images/amenities-card-1.png');
}

.bg-amenities-2 {
  background-image: url('../src/assets/images/amenities-card-2.png');
}

.bg-audio-card-bg {
  background-image: url('../src/assets/images/audio-card-bg.png');
}

.bg-card1 {
  background-image: url('../src/assets/images/card1-bg.jpeg');
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000000 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-\[49\%\] {
  --tw-gradient-from-position: 49%;
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-black {
  --tw-gradient-to: #000000 var(--tw-gradient-to-position);
}

.to-90\% {
  --tw-gradient-to-position: 90%;
}

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

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

.bg-mobile {
  background-size: 195%;
}

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

.bg-\[length\:auto_200px\] {
  background-size: auto 200px;
}

.bg-\[length\:100\%_200px\] {
  background-size: 100% 200px;
}

.bg-\[length\:100\%_auto\] {
  background-size: 100% auto;
}

.bg-\[length\:100\%_100\%\] {
  background-size: 100% 100%;
}

.bg-\[length\:auto_100\%\] {
  background-size: auto 100%;
}

.bg-\[length\:110\%_auto\] {
  background-size: 110% auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-\[70\%_78\%\] {
  background-position: 70% 78%;
}

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

.fill-white {
  fill: #FFFFFF;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

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

.py-\[6\.43px\] {
  padding-top: 6.43px;
  padding-bottom: 6.43px;
}

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

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

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

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

.font-elza {
  font-family: Elza, sans-serif;
}

.text-\[12\.14px\]\/\[14\.57px\] {
  font-size: 12.14px;
  line-height: 14.57px;
}

.text-\[12px\]\/\[13px\] {
  font-size: 12px;
  line-height: 13px;
}

.text-\[13\.53px\]\/\[16\.23px\] {
  font-size: 13.53px;
  line-height: 16.23px;
}

.text-\[13\.53px\]\/\[16\.24px\] {
  font-size: 13.53px;
  line-height: 16.24px;
}

.text-\[13px\]\/\[16\.6px\] {
  font-size: 13px;
  line-height: 16.6px;
}

.text-\[13px\]\/\[18\.2px\] {
  font-size: 13px;
  line-height: 18.2px;
}

.text-\[16\.75px\]\/\[18\.42px\] {
  font-size: 16.75px;
  line-height: 18.42px;
}

.text-\[20px\]\/\[24px\] {
  font-size: 20px;
  line-height: 24px;
}

.text-\[21\.86px\]\/\[26\.23px\] {
  font-size: 21.86px;
  line-height: 26.23px;
}

.text-\[24\.35px\]\/\[29\.22px\] {
  font-size: 24.35px;
  line-height: 29.22px;
}

.text-\[29\.57px\]\/\[37\.3px\] {
  font-size: 29.57px;
  line-height: 37.3px;
}

.text-\[31px\]\/\[38px\] {
  font-size: 31px;
  line-height: 38px;
}

.text-\[32\.47px\]\/\[40\.95px\] {
  font-size: 32.47px;
  line-height: 40.95px;
}

.text-\[32px\]\/\[35px\] {
  font-size: 32px;
  line-height: 35px;
}

.text-\[32px\]\/\[38\.4px\] {
  font-size: 32px;
  line-height: 38.4px;
}

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

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(108 49 201 / var(--tw-text-opacity));
}

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

.opacity-50 {
  opacity: 0.5;
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.backdrop-brightness-\[250\%\] {
  --tw-backdrop-brightness: brightness(250%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

  src: url("../src/assets/fonts/Elza/Elza-Black.woff") format("woff");

  font-weight: 900;
}

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

  src: url("../src/assets/fonts/Elza/Elza-Bold.woff") format("woff");

  font-weight: 700;
}

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

  src: url("../src/assets/fonts/Elza/Elza-Semibold.woff") format("woff");

  font-weight: 600;
}

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

  src: url("../src/assets/fonts/Elza/Elza-Regular.woff") format("woff");

  font-weight: 400;
}

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

  src: url("../src/assets/fonts/Elza/Elza-Light.woff") format("woff");

  font-weight: 300;
}

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

  src: url("../src/assets/fonts/Elza/Elza-Extralight.woff") format("woff");

  font-weight: 200;
}

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

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

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

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

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

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

.before\:-scale-x-100::before {
  content: var(--tw-content);
  --tw-scale-x: -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));
}

.before\:rounded-big-card::before {
  content: var(--tw-content);
  border-radius: 2.359rem;
}

.before\:bg-baby-sleeping::before {
  content: var(--tw-content);
  background-image: url('../src/assets/images/baby.jpeg');
}

.before\:bg-\[length\:120\%_auto\]::before {
  content: var(--tw-content);
  background-size: 120% auto;
}

.before\:bg-\[60\%_22\%\]::before {
  content: var(--tw-content);
  background-position: 60% 22%;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:brightness-75::before {
  content: var(--tw-content);
  --tw-brightness: brightness(.75);
  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);
}

.before\:grayscale::before {
  content: var(--tw-content);
  --tw-grayscale: grayscale(100%);
  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);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

@media not all and (min-width: 1280px) {
  .max-laptop\:left-\[20\%\] {
    left: 20%;
  }

  .max-laptop\:left-\[10\%\] {
    left: 10%;
  }

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

  .max-laptop\:w-\[50\%\] {
    width: 50%;
  }

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

@media not all and (min-width: 800px) {
  .max-mobile\:absolute {
    position: absolute;
  }

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

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

  .max-mobile\:mt-auto {
    margin-top: auto;
  }

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

  .max-mobile\:flex-1 {
    flex: 1 1 0%;
  }

  .max-mobile\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 800px) {
  .mobile\:left-\[10\%\] {
    left: 10%;
  }

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

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

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

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

  .mobile\:h-\[30\%\] {
    height: 30%;
  }

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

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

@media (min-width: 1280px) {
  .laptop\:-bottom-10 {
    bottom: -2.5rem;
  }

  .laptop\:-right-24 {
    right: -6rem;
  }

  .laptop\:bottom-24 {
    bottom: 6rem;
  }

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

  .laptop\:left-32 {
    left: 8rem;
  }

  .laptop\:right-44 {
    right: 11rem;
  }

  .laptop\:top-auto {
    top: auto;
  }

  .laptop\:col-start-2 {
    grid-column-start: 2;
  }

  .laptop\:row-start-1 {
    grid-row-start: 1;
  }

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

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

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

  .laptop\:block {
    display: block;
  }

  .laptop\:flex {
    display: flex;
  }

  .laptop\:hidden {
    display: none;
  }

  .laptop\:h-\[299\.08px\] {
    height: 299.08px;
  }

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

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

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

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

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

  .laptop\:h-\[597\.13px\] {
    height: 597.13px;
  }

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

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

  .laptop\:h-\[693\.94px\] {
    height: 693.94px;
  }

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

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

  .laptop\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .laptop\:gap-14 {
    gap: 3.5rem;
  }

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

  .laptop\:gap-y-10 {
    row-gap: 2.5rem;
  }

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

  .laptop\:rounded-\[37\.75px\] {
    border-radius: 37.75px;
  }

  .laptop\:rounded-big-card {
    border-radius: 2.359rem;
  }

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

  .laptop\:bg-audio-card-bg-desktop {
    background-image: url('../src/assets/images/audio-card-bg-desktop.png');
  }

  .laptop\:from-transparent {
    --tw-gradient-from: transparent 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);
  }

  .laptop\:to-black {
    --tw-gradient-to: #000000 var(--tw-gradient-to-position);
  }

  .laptop\:to-\[75\%\] {
    --tw-gradient-to-position: 75%;
  }

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

  .laptop\:bg-desktop {
    background-size: 180%;
  }

  .laptop\:bg-\[70\%_82\%\] {
    background-position: 70% 82%;
  }

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

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

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

  .laptop\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .laptop\:px-\[34px\] {
    padding-left: 34px;
    padding-right: 34px;
  }

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

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

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

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

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

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

  .laptop\:text-\[22\.28px\]\/\[25\.73px\] {
    font-size: 22.28px;
    line-height: 25.73px;
  }

  .laptop\:text-\[24\.35px\]\/\[29\.22px\] {
    font-size: 24.35px;
    line-height: 29.22px;
  }

  .laptop\:text-\[41\.64px\]\/\[49\.97px\] {
    font-size: 41.64px;
    line-height: 49.97px;
  }

  .laptop\:text-\[44\.54px\]\/\[49\.02px\] {
    font-size: 44.54px;
    line-height: 49.02px;
  }

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

  .laptop\:invert {
    --tw-invert: invert(100%);
    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);
  }

  .laptop\:before\:bg-cover::before {
    content: var(--tw-content);
    background-size: cover;
  }

  .laptop\:before\:bg-\[0_173px\]::before {
    content: var(--tw-content);
    background-position: 0 173px;
  }
}

@media (min-width: 1920px) {
  .desktop\:absolute {
    position: absolute;
  }

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

  .desktop\:-bottom-2 {
    bottom: -0.5rem;
  }

  .desktop\:-right-16 {
    right: -4rem;
  }

  .desktop\:-right-48 {
    right: -12rem;
  }

  .desktop\:-top-14 {
    top: -3.5rem;
  }

  .desktop\:bottom-14 {
    bottom: 3.5rem;
  }

  .desktop\:bottom-32 {
    bottom: 8rem;
  }

  .desktop\:left-48 {
    left: 12rem;
  }

  .desktop\:right-64 {
    right: 16rem;
  }

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

  .desktop\:h-44 {
    height: 11rem;
  }

  .desktop\:h-56 {
    height: 14rem;
  }

  .desktop\:h-60 {
    height: 15rem;
  }

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

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

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

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

  .desktop\:h-\[27rem\] {
    height: 27rem;
  }

  .desktop\:h-\[442\.2px\] {
    height: 442.2px;
  }

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

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

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

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

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

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

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

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

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

  .desktop\:h-\[882\.87px\] {
    height: 882.87px;
  }

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

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

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

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

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

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

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

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

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

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

  .desktop\:grid-cols-\[275\.5px_1fr\] {
    grid-template-columns: 275.5px 1fr;
  }

  .desktop\:grid-rows-\[1fr_1fr_233px\] {
    grid-template-rows: 1fr 1fr 233px;
  }

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

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

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

  .desktop\:rounded-\[55\.82px\] {
    border-radius: 55.82px;
  }

  .desktop\:p-28 {
    padding: 7rem;
  }

  .desktop\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .desktop\:px-\[67px\] {
    padding-left: 67px;
    padding-right: 67px;
  }

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

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

  .desktop\:text-\[18px\]\/\[21\.5px\] {
    font-size: 18px;
    line-height: 21.5px;
  }

  .desktop\:text-\[20px\]\/\[24px\] {
    font-size: 20px;
    line-height: 24px;
  }

  .desktop\:text-\[20px\]\/\[28px\] {
    font-size: 20px;
    line-height: 28px;
  }

  .desktop\:text-\[32\.5px\]\/\[38\.8px\] {
    font-size: 32.5px;
    line-height: 38.8px;
  }

  .desktop\:text-\[33px\]\/\[38px\] {
    font-size: 33px;
    line-height: 38px;
  }

  .desktop\:text-\[36px\]\/\[43\.2px\] {
    font-size: 36px;
    line-height: 43.2px;
  }

  .desktop\:text-\[48px\]\/\[57\.6px\] {
    font-size: 48px;
    line-height: 57.6px;
  }

  .desktop\:text-\[48px\]\/\[57px\] {
    font-size: 48px;
    line-height: 57px;
  }

  .desktop\:text-\[48px\]\/\[60\.55px\] {
    font-size: 48px;
    line-height: 60.55px;
  }

  .desktop\:text-\[48px\]\/\[70px\] {
    font-size: 48px;
    line-height: 70px;
  }

  .desktop\:text-\[61\.57px\]\/\[73\.88px\] {
    font-size: 61.57px;
    line-height: 73.88px;
  }

  .desktop\:text-\[66px\]\/\[72\.47px\] {
    font-size: 66px;
    line-height: 72.47px;
  }
}