*, ::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.14 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-8 {
  height: 2rem;
}

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-screen {
  min-height: 100vh;
}

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

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

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

.max-w-lg {
  max-width: 32rem;
}

.scale-110 {
  --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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.border {
  border-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

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

.border-conoser-pink {
  --tw-border-opacity: 1;
  border-color: rgb(247 171 168 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-conoser-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(116 14 53 / var(--tw-bg-opacity));
}

.bg-conoser-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 102 / var(--tw-bg-opacity));
}

.bg-conoser-header-main {
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 248 / var(--tw-bg-opacity));
}

.bg-conoser-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(221 226 255 / var(--tw-bg-opacity));
}

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

.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 222 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

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

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

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

.py-\[4\.5px\] {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}

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

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

.pb-11 {
  padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0px;
}

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

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

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

.pr-\[26px\] {
  padding-right: 26px;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-wital {
  font-family: PPPangaia Medium Italic;
}

.font-wmedium {
  font-family: PPNeue Montreal Medium, sans-serif;
}

.font-wregular {
  font-family: PPNeue Montreal Book, sans-serif;
}

.text-12 {
  font-size: 12px;
}

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

.text-16 {
  font-size: 16px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

.text-48 {
  font-size: 48px;
}

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

.text-98 {
  font-size: 98px;
}

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

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

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-1 {
  line-height: 1;
}

.leading-100 {
  line-height: 100px;
}

.leading-14 {
  line-height: 14px;
}

.leading-18 {
  line-height: 18px;
}

.leading-20 {
  line-height: 20px;
}

.leading-22 {
  line-height: 22px;
}

.leading-32 {
  line-height: 32px;
}

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

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

.text-conoser-pink {
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

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

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

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

/* _____________________________________ */

/* CONTAINER - FIXED MAX-WIDTH           */

.in-container{
  width:100%;
  max-width:1920px;
  margin:0 auto;
}

/* _____________________________________ */

/* CUSTOM FONTS LOADING - FINAL TAILWIND CLASS IN TAILWIND.CONFIG.JS   */

@font-face {
  font-family: 'PPPangaia Medium Italic';

  src:  url('../assets/fonts/PPPangaia-MediumItalic.woff2') format('woff2'),
          url('../assets/fonts/PPPangaia-MediumItalic.woff') format('woff');

  font-style: italic;

  font-weight: 600;
}

@font-face {
  font-family: 'PPNeue Montreal Book';

  src:  url('../assets/fonts/PPNeueMontreal-Book.woff2') format('woff2'),
            url('../assets/fonts/PPNeueMontreal-Book.woff') format('woff');
}

@font-face {
  font-family: 'PPNeue Montreal Medium';

  src:  url('../assets/fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
        url('../assets/fonts/PPNeueMontreal-Medium.woff') format('woff');
}

@font-face {
  font-family: 'PPPangaia-Medium';

  src:  url('../assets/fonts/PPPangaia-Medium.woff2') format('woff2'),
        url('../assets/fonts/PPPangaia-Medium.woff') format('woff');
}

/* GRIDS ________________________________________*/

/* _____________________________________________ */

.section{
  width:100%;
}

.container {
  margin: auto;
  max-width: 1920px;
  padding-left: 26px;
  padding-right: 26px;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-medium {
  margin: auto;
  max-width: 1600px;
  padding-left: 26px;
  padding-right: 26px;
}

@media (min-width: 1024px) {
  .container-medium {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-full-desktop {
  margin: auto;
  width: 100%;
  max-width: 1920px;
}

.container-full{
  width:100%
}

.cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .cols {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.cols-no-gap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .cols-no-gap {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.gapless{
  gap:0 !important;
}

/* _____________________________________ */

/* BASIC RESETS           */

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

sup{
  font-size:60%;
}

/* BARBA ANIMATION STYLES */

/* Define a transition duration during page visits */

html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}

/* Define the styles for the unloaded pages */

html.is-animating .transition-fade {
  opacity: 0;
}

/* _____________________________________ */

/* CUSTOM TYPOGRAPHY CLASSES           */

/* .c-type h1, .c-type h2{
    @apply font-wregular text-30 leading-36 xl:text-[40px] xl:leading-[1.1]  2xl:text-48 2xl:leading-58 text-black;
    letter-spacing: -0.55px;
}

.c-type h1 em, .c-type h2 em{
    @apply font-wital text-34 leading-36 xl:text-[42px] xl:leading-1  2xl:text-53 2xl:leading-58  !important;
    letter-spacing: -0.55px;
    font-weight: 300;
} */

.type-20 {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.type-20 p {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.type-38 {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -.57px;
}

.type-38 em {
  font-family: PPPangaia Medium Italic;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -.57px;
}

.c-type h1, .c-type h2 {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 30px;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.c-type h1,ul.item-list .c-type h2 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 1280px) {
  .c-type h1, .c-type h2 {
    font-size: 40px;
    line-height: 1.1;
  }
}

@media (min-width: 1536px) {
  .c-type h1, .c-type h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.c-type h1, .c-type h2{
  letter-spacing: -0.55px;
}

.c-type h1 em, .c-type h2 em {
  font-family: PPPangaia Medium Italic !important;
  font-size: 34px !important;
  line-height: 36px !important;
}

@media (min-width: 1280px) {
  .c-type h1 em, .c-type h2 em {
    font-size: 42px !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1536px) {
  .c-type h1 em, .c-type h2 em {
    font-size: 53px !important;
    line-height: 58px !important;
  }
}

.c-type h1 em, .c-type h2 em{
  letter-spacing: -0.55px;
  font-weight: 300;
}

/* 48-58 / 30-36 */

.type-48{
  /* @apply text-48 leading-58 tracking-[-.7px] font-wregular; */
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -.7px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.type-48 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 1280px) {
  .type-48 {
    font-size: 40px;
    line-height: 1.1;
  }
}

.type-48 em{
  /* @apply text-47 leading-58 tracking-[-.7px] font-wital; */
  font-family: PPPangaia Medium Italic;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -.7px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.type-48 em {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 1280px) {
  .type-48 em {
    font-size: 40px;
    line-height: 1.1;
  }
}

.type-72{
  /* @apply text-72 leading-[89px] font-wregular tracking-[-1.45px]; */
  font-family: PPNeue Montreal Book, sans-serif;
  letter-spacing: -1.45px;
  font-size: clamp(24px, 2vw + 2rem, 70px);
  line-height: clamp(33px, 2vw + 2rem, 86px);
}

.type-72  em{
  /* @apply text-72 leading-[89px] font-wital tracking-[-1.45px]; */
  font-family: PPPangaia Medium Italic;
  letter-spacing: -1.45px;
  font-size: clamp(24px, 2vw + 2rem, 70px);
  line-height: clamp(34px, 2vw + 2rem, 86px);
}

/* Button - Type 1 */

.btn-1{
  border: 1px solid #000;
  font-family: 'PPNeue Montreal Book', sans-serif;
  border-radius: 50px;
  font-size: 20px;
  padding: 7px 42px;
  transition: all 0.3s ease;
}

.btn-1:hover{
  background-color: #000;
  color: #fff;
  transition: all 1s ease;
}

/* CLEANUP */

.s-type {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.s-type {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 1280px) {
  .s-type {
    font-size: 20px;
  }
}

.s-type{
  font-weight: 300 !important;
  letter-spacing: -0.24px;
}

/* CLEANUP */

/* Desktop 20 - Mobile 16 */

.b-type {
  padding-top: 22px;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  letter-spacing: -.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .b-type {
    font-size: 20px;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .b-type {
    padding-top: 0.25rem;
    line-height: 100px;
  }
}

/* CLEANUP */

.b-type_black {
  padding-top: 22px;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  letter-spacing: -.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.item-list.b-type_black {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 768px) {
  .b-type_black {
    font-size: 20px;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .b-type_black {
    padding-top: 0.25rem;
    line-height: 100px;
  }
}

.a-type {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: clamp(32px, 4vw + 2rem, 72px);
  line-height: clamp(32px, 4vw + 2rem, 72px);
}

.a-type em {
  font-family: PPPangaia Medium Italic;
  font-size: clamp(41px, 4vw + 2rem, 103px);
  line-height: clamp(44px, 4vw + 2rem, 103spx);
}

/* DESKTOP 100 - MOBILE 48 */

.k-type {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 48px;
  line-height: 52px;
  line-height: 1;
  letter-spacing: -1.55px;
}

@media (min-width: 768px) {
  .k-type {
    font-size: 98px;
  }
}

.k-type em {
  font-family: PPPangaia Medium Italic;
  font-size: 53px;
  line-height: 1;
  letter-spacing: -1.55px;
}

@media (min-width: 768px) {
  .k-type em {
    font-size: 103px;
    line-height: 1;
  }
}

/* Desktop 64 - Mobile 36 */

.t-type {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 36px;
  line-height: 40px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.t-type {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 768px) {
  .t-type {
    font-size: 64px;
  }
}

.t-type em {
  font-family: PPPangaia Medium Italic;
  font-size: 40px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .t-type em {
    font-size: 64px;
  }
}

.q-type {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 32px;
  line-height: 1;
  letter-spacing: -.25px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.q-type {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 768px) {
  .q-type {
    font-size: 34px;
  }
}

.q-type em {
  font-family: PPPangaia Medium Italic;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -.25px;
}

@media (min-width: 768px) {
  .q-type em {
    font-size: 38px;
    line-height: 40px;
  }
}

/* _____________________________________ */

/* LENIS SETUP                           */

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* _____________________________________ */

/* HEADER                                */

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 248 / var(--tw-bg-opacity));
}

.header-container{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin:0;
  min-height: 100px;
  border-bottom:1px solid #fff;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width:100%;
  position: fixed;
  z-index: 9999 !important;
}

.header__logo-container{
  padding: 30px 40px;
  max-width: 320px;
}

#menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#menu-container li a {
  display: block;
  /* padding: 20px 20px; */
  text-decoration: none;
  /* color: red; */
}

/*___MENU___ */

.header .menu {
  clear: both;
  max-height: 0;
  width:100%;
  padding: 0 46px;
}

.header .menu-items{
  padding-top: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  /* Menu starts hidden */
  pointer-events: none;
  /* Prevent interaction while hidden */
}

.header .menu-item{
  opacity: 0;
  /* Initial state for staggered reveal */
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.header .menu .menu-item a {
  font-family: PPPangaia Medium Italic;
  font-size: 38px;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .header .menu .menu-item a {
    font-size: 44px;
    line-height: 55px;
  }
}

.header .menu .menu-item a{
  transition: all  .4s ease;
  padding: 0;
  padding-top: 6px;
}

.header .menu a:hover{
  /* opacity: 0.4; */
  transition: all  .4s ease;
  --tw-text-opacity: 1;
  color: rgb(255 64 7 / var(--tw-text-opacity));
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-right: 30px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.header .menu-icon .navicon {
  background: #1F2966;
  display: block;
  height: 2px;
  position: relative;
  transition: background .5s cubic-bezier(.19,1,.22,1);
  width: 20px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #1F2966;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .5s cubic-bezier(.19,1,.22,1);
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/*___MENU BTN__ */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  width: 100%;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  background: #F7ABA8;
  transition: all .5s cubic-bezier(.19,1,.22,1);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  background: #F7ABA8;
  transition: all .5s cubic-bezier(.19,1,.22,1);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.header ul li a{
  /* font-family: 'Times New Roman';
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.7px; */
  font-family: PPNeue Montreal Book, sans-serif;
  font-family: PPPangaia Medium Italic;
  font-size: 32px;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .header ul li a {
    font-size: 48px;
    line-height: 55px;
  }
}

.header ul li a{
  /* margin: 0 0 6px 0; */
  /* padding:0; */
}

.header-small-text{
  text-shadow: 0.4px 0 0 currentColor;
  letter-spacing: .3px;
}

#menu {
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.5s ease, opacity 0.4s ease; */
  transition: max-height .4s ease, opacity .2s ease;
  opacity: 0;
  display: none;
}

#menu.open {
  max-height:100%;
  /* Adjust based on content size */
  opacity: 1;
  display: block;
  border-top: 1px solid #F7ABA8
}

.gn-item:hover{
  color:#FF4007;
  transition: all .3s ease;
  cursor: pointer;
}

.gn-item{
  transition: all .3s ease;
}

.update-logo img{
  content:url('../assets/images/conoser_logo_light.svg');
}

#menu.open .header-small-text {
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
  transition: all .3s ease;
}

/* When the menu is open */

/* Smoother and simultaneous appearance for menu items */

.menu-item {
  opacity: 0;
  transition: transform 1s ease-out, opacity .5s ease-out;
}

/* Active state for menu items */

#menu.open .menu-item {
  opacity: 1;
}

.menu-top-center .submenu-item a {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 20px;
  line-height: 24px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#menu-container{
  padding-top: 30px;
}

.submenu-item-link{
  padding:0 !important;
  padding-top: 3px;
}

.submenu-item-link.disabled {
  color: #F7ABA8;
  /* opacity: 0.6; */
  text-decoration: none;
}

.submenu-item-link-heading {
  font-family: PPPangaia Medium Italic;
  font-size: 20px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
  padding-bottom: 15px;
  /* padding-top: 35px; */
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
}

.submenu-item-link-heading:not(:first-child) {
  padding-top: 35px;
}

#hover-image {
  opacity: 1;
  transform-origin: center;
  transform: scale(0);
  width:450px;
  height: 630px;
  position: absolute;
  /* max-width: 100;
  max-height: 100%; */
  display: block;
}

/* MOBILE MENU */

@media(max-width: 1024px){
  #menu-container{
    display: none
  }

  #menu{
    padding:0 !important;
  }

  #menu.open{
    overflow-y: scroll;
  }
}

#mobile-menu{
  margin-top: 60px;
}

#mobile-menu .mobile-submenu.open{
  margin-top:40px;
  margin-bottom:50px;
  transition:all .3s ease;
  max-height: 300px;
}

.mobile-menu-level-2{
  font-size:20px !important;
  line-height:29px !important;
  padding:0;
  font-family: PPNeue Montreal Book, sans-serif;
}

.submenu-toggle{
  font-size:32px;
  color:#F7ABA8;
  transition:all .3s ease;
}

.submenu-heading {
  font-family: PPPangaia Medium Italic;
  font-size: 20px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

.mobile-menu-level-2 {
  font-size: 20px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
  font-family: PPNeue Montreal Book, sans-serif  !important;
}

.mobile-submenu .submenu-heading:not(:first-child){
  margin-top:40px;
}

.mobile-submenu {
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: max-height 0.4s ease, margin 0.4s ease;
}

.mobile-submenu.open {
  max-height: 300px !important;
  overflow-y: scroll;
  margin-top: 40px;
  margin-bottom: 50px;
}

/* __________HERO SECTION */

/* _______________________ */

/* Full page height for the section */

.section-01 {
  position: sticky;
  /* Full viewport height */
  overflow: hidden;
  /* padding: 10px; */
  /* position: sticky; */
  width: 100%;
  height: 100vh;
  top: 0;
}

/* Centered text container (fixed positioning for the text) */

.inset-center {
  position: absolute;
  /* Keeps the text fixed in place */
  top: 50%;
  /* Center vertically */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 10;
  /* The text will be above other layers initially */
}

/* Styling for the h1 element */

.inset-center h1 {
  text-align: center;
  font-family: PPNeue Montreal Book, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: -2px;
  font-size: clamp(40px, 4vw + 2rem, 70px);
  line-height: 1;
}

.inset-center h2 {
  text-align: center;
  font-family: PPNeue Montreal Book, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: -2px;
  font-size: clamp(40px, 4vw + 2rem, 70px);
  line-height: 1;
}

/* Styling for the <em> element */

.inset-center em {
  font-family: PPPangaia Medium Italic;
  font-size: clamp(52px, 4vw + 2rem, 70px);
  line-height: 1;
}

/* Parallax background image */

.hero__image {
  /* background-attachment: fixed; */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  /* z-index: -1; Keeps the image behind the text */
}

/* The next content layer that will scroll over the h1 */

.section-02,.section-03,footer,section {
  position: relative;
  z-index: 20;
  background-color: inherit;
}

.bg-white{
  background-color: #fff;
}

.bg-conoser {
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 248 / var(--tw-bg-opacity));
}

.bg-bluebar {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 102 / var(--tw-bg-opacity));
}

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

.bg-fadein{
  animation: fadeBackground 6s;
  animation-fill-mode: forwards;
}

/* .page-container {
  opacity: 0;
  transition: opacity 1s;
}

.page-container-loaded {
  opacity: 1;
} */

/* _______ANIMATIONS________ */

/* _________________________ */

/* img{opacity: 0.2;}
.bg-image{
  opacity: 0;
} */

/* _________HOMEPAGE */

/*___________________ */

/* HOMEPAGE - SECTION 02 */

.home__intro-left img{
  width: 100% ;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}

.home__intro-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.home__intro-title{
  padding-right:200px;
}

@media(max-width:1270px){
  .home__intro-title{
    padding-right:50px;
  }
}

/*HOMEPAGE -  SECTION 04 */

.stack-01 h2,
.stack-02 h2,
.stack-03 h2 {
  font-family: PPNeue Montreal Book, sans-serif;
}

.stack-01 h2 em,
.stack-02 h2 em,
.stack-03 h2 em {
  font-family: PPPangaia Medium Italic;
}

.stack-01{
  & h2{
    max-width:300px;
  }
  & p{
    margin-right:210px;
  }
}

.stack-02{
  margin-top:-41%;
  & h2{
    margin-left:8vw;
  }
  & p{
    margin-left:16vw;
  }
}

.stack-03{
  margin-top:-200px;
  & h2{
    max-width:430px;
  }
  & p{
    max-width:610px;
  }
}

/*HOMEPAGE -  SECTION 05 */

.home__details-main {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.home__details-main {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 768px) {
  .home__details-main {
    font-size: 34px;
  }
}

.home__details-from {
  margin-bottom: 1rem;
  text-align: center;
  font-family: PPPangaia Medium Italic;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.home__details-from {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 768px) {
  .home__details-from {
    font-size: 38px;
  }
}

.home__details-location{
}

/* CALL TO ACTION  - COMPONENT  */

.custom-underline {
  width: calc(-100%);
  background-image: linear-gradient(transparent calc(100% - 2px), black 10px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s cubic-bezier(.19,1,.22,1) 0s,color 1s cubic-bezier(.19,1,.22,1) 0s;
}

.cta__title:hover .custom-underline {
  background-size: 100% 100%;
}

.cta__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 97%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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(255 255 255 / var(--tw-bg-opacity));
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

@media (min-width: 768px) {
  .cta__container {
    width: 90%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .cta__container {
    padding: 150px;
  }
}

@media (min-width: 1280px) {
  .cta__container {
    width: 910px;
  }
}

/* LIVING PAGE _________________*/

/* _____________________________*/

img.slider-image-single {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* LIVING PAGE - 3D MODEL */

.model-section{
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin: 0 auto;
}

.model-section .object {
  position: sticky;
  top: 0;
  height: 100vh;
  flex: 1;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.model-section .object model-viewer {
  width: 100%;
  height: 100%;
  background-color: #000;
}

:not(:defined) > * {
  display: none;
}

model-viewer {
  background-color: #eee;
  overflow-x: hidden;
  --poster-color: #eee;
  position:relative;
}

#model-section{
  position: relative;
}

#object-container::after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  background-color:#000;
  opacity:.4;
}

/* LIVING PAGE - CAROUSEL */

.swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}

.chrysalis-textarea{
  padding-top: 14px;
  padding-bottom: 0.75rem;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .chrysalis-textarea {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 34px;
    line-height: 40px;
  }
}

.chrysalis-textarea{
  height: 100%;
  width: 100%;
  max-height: 230px !important;
  background: none !important;
}

.custom-pagination-fix .swiper-horizontal>.swiper-pagination-bullets, 
.custom-pagination-fix .swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-left: 26px;
}

@media (min-width: 768px) {
  .custom-pagination-fix .swiper-horizontal>.swiper-pagination-bullets, 
.custom-pagination-fix .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-left: 40px;
  }
}

.custom-pagination-fix .swiper-horizontal>.swiper-pagination-bullets, 
.custom-pagination-fix .swiper-pagination-bullets.swiper-pagination-horizontal{
  position:relative !important;
  display:flex !important;
  flex-wrap: wrap !important;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  align-items:center;
  gap: 7px;
  row-gap:10px;
}

.custom-pagination-fix .swiper-pagination-bullet{
  margin:0 !important;
}

.custom-pagination-fix .swiper-pagination{
  position: relative !important;
  top: unset !important;
  bottom:unset !important;
  left:unset !important;
}

.custom-pagination-fix span.swiper-pagination-bullet {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.custom-pagination-fix span.swiper-pagination-bullet {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 768px) {
  .custom-pagination-fix span.swiper-pagination-bullet {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 20px;
  }
}

.custom-pagination-fix span.swiper-pagination-bullet {
  background: transparent;
  color:#000;
  opacity: 1 !important;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:21px;
  border:1px solid #000;
  padding:19px 20px;
}

.custom-pagination-fix .swiper-pagination-bullet-active {
  background-color: #000 !important;
  color:#fff !important;
}

.custom-pagination-fix{
  margin-top: 40px;
  margin-bottom: 1px;
}

/* RESIDENCES - GALLERY CAROUSEL */

.swiper-residence .swiper {
  width: 100%;
  height: 100%;
}

.swiper-residence .slider-caption-single{
  opacity:0;
  animation: captionHide 3s cubic-bezier(0.77, 0, 0.175, 1) reverse;
}

.swiper-residence .swiper-slide-active .slider-caption-single{
  /* visibility: visible; */
  animation: captionReveal 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes captionHide{
  0% {
    opacity: 0;
    transform: translateY(0);
    /* Example transform */
  }

  100% {
    opacity: 0;
    transform: translateY(-5px);
  }
}

@keyframes captionReveal {
  0% {
    opacity: 0;
    transform: translateY(5px);
    /* Example transform */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.swiper-residence .swiper-slide {
  background: #fff;
  display: flex;
  flex-direction:column;
  overflow: hidden;
  padding-bottom:20px;
}

.swiper-residence .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-residence .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.residence-arrows{
  width: 115px;
  display: block;
  right: -20%;
  position: absolute;
  height: 40px;
  bottom: 0;
}

.residence-arrows .swiper-button-prev{
  width:40px;
  height:40px;
  transition:all .5s ease-in;
}

.residence-arrows .swiper-button-prev::after {
  content:"";
  width:40px;
  height:40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICA8ZyBpZD0iR3JvdXBfNDYiIGRhdGEtbmFtZT0iR3JvdXAgNDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4zKSI+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzUiIGRhdGEtbmFtZT0iRWxsaXBzZSA1IiBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMykiIGZpbGw9IiNlNGU0ZGUiLz4KICAgIDxwYXRoIGlkPSJJY29uX2ZlYXRoZXItYXJyb3ctZG93biIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItYXJyb3ctZG93biIgZD0iTTYuODYxLDBWMTMuNzIxbTYuODYxLTYuODYxTDYuODYxLDEzLjcyMSwwLDYuODYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi42NyAxMy4wMTIpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K") !important;
}

.residence-arrows .swiper-button-next{
  width:40px;
  height:40px;
  transition:all .5s ease-in;
}

.residence-arrows .swiper-button-next::after {
  content:"";
  width:40px;
  height:40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICA8ZyBpZD0iR3JvdXBfNDUiIGRhdGEtbmFtZT0iR3JvdXAgNDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5LjgzOSA0MCkgcm90YXRlKDE4MCkiPgogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV81IiBkYXRhLW5hbWU9IkVsbGlwc2UgNSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4xNjEgMCkiIGZpbGw9IiNlNGU0ZGUiLz4KICAgIDxwYXRoIGlkPSJJY29uX2ZlYXRoZXItYXJyb3ctZG93biIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItYXJyb3ctZG93biIgZD0iTTYuODYxLDBWMTMuNzIxbTYuODYxLTYuODYxTDYuODYxLDEzLjcyMSwwLDYuODYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi42NyAxMy4wMTIpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K") !important;
}

.residence-arrows .swiper-button-next.swiper-button-enabled, 
.residence-arrows .swiper-button-prev.swiper-button-enabled
.residence-arrows .swiper-button-next.swiper-button-disabled, 
.residence-arrows .swiper-button-prev.swiper-button-disabled{
  transition:all .5s ease-in;
}

/* RESINDECES - ANIMATED ARROW ELEMENT */

.link-arrow{
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
  transform: rotate(-90deg);
}

.link-parent-container{
  display:flex;
  align-items:center;
  gap:6px;
}

.link-arrow:after{
  position: absolute;
  display: block;
  content: "";
  color: #000;
  width: 18px;
  height: 10px;
  /* border: solid 1px; */
  top: -1px;
  border-bottom: solid 1px;
  transform: translatex(4px);
}

.link-arrow:before{
  position: absolute;
  display: block;
  content: "";
  color: #000;
  width: 13px;
  height: 13px;
  border-top: solid 1px;
  border-left: solid 1px;
  top: 46%;
  left: 1px;
  transform-origin: 0% 0%;
  transform: rotatez(-45deg);
}

.link-parent-arrow .link-arrow:before{
  animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.link-parent-arrow .link-arrow:after{
  animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

@keyframes aniArrow01 {
  0% {
    transform:rotatez(-45deg) translateY(30px) translateX(30px);
  }

  100% {
    transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
  }
}

@keyframes aniArrow02 {
  0% {
    transform:translateX(45px);
  }

  100% {
    transform:translateX(-44px);
  }
}

@keyframes borderAni{
  0% {
    border:solid 2px white;
  }

  100% {
    border:solid 2px white;
    border-radius:50%;
  }
}

/* RESIDENCES --- FLOORS */

.residences__floor{
  position:relative;
}

ul.item-list.text-black {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

html {
  scroll-behavior: smooth;
}

.svg-part {
  transition: fill 0.3s;
}

/* RESIDENCES ___ FLOORS */

@media (min-width: 768px) {
  .gallery__caption {
    padding-top: 6rem;
  }
}

.gallery__caption span{
  font-size:10px
}

.sticky-container{
  height: 0;
  position: sticky;
  top: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  z-index: 199;
}

.floor-number{
  text-align: center;
  position:relative;
  transition: all .4s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3rem;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.floor-number {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

.active-residences__single-01 .item1{
  font-weight:bold;
}

.active-residences__single-01 .part-1{
  fill:#A8A8A8;
}

.active-residences__single-02 .item2{
  font-weight:bold;
}

.active-residences__single-02 .part-2{
  fill:#A8A8A8;
}

.active-residences__single-03 .item3{
  font-weight:bold;
}

.active-residences__single-03 .part-3{
  fill:#A8A8A8;
}

.active-residences__single-04 .item4{
  font-weight:bold;
}

.active-residences__single-04 .part-4{
  fill:#A8A8A8;
}

/* Residences __ Features */

.features_list {
  margin-top: 3.5rem;
}

@media (min-width: 768px) {
  .features_list {
    margin-top: 8rem;
  }
}

.section-header{
  font-size:0 !important;
}

.first-item .section-header {
  font-family: PPNeue Montreal Book, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

@media (min-width: 768px) {
  .first-item .section-header {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 1280px) {
  .first-item .section-header {
    width: 9rem !important;
  }
}

.section-group{
  margin:0 !important;
}

.section-header{
  opacity: 0;
}

.first-item .section-header{
  opacity: 1;
  position: relative;
}

.first-item .section-header > span {
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 2px;
  right: -25px;
}

.information__title{
  text-shadow: 0.5px 0 0 currentColor;
}

.section-item{
  text-shadow: 0.5px 0 0 currentColor;
}

.features-container{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.information__table .single-feature{
  border:1px solid #000;
  border-radius: 50px;
  padding:4px 13px;
  width:-moz-fit-content;
  width:fit-content;
}

/* AREA - MAP */

/*----- Tabs -----*/

/* Tab Links Styling */

.tab-links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 17px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .tab-links {
    margin-bottom: 9rem;
  }
}

.tab-links:after {
  display: block;
  clear: both;
  content: '';
}

.tab-links li {
  margin: 0px 2px;
  float: left;
  list-style: none;
  text-transform: uppercase;
}

.tab-links a {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 5px 16px;
  transition: all linear 0.15s;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
}

@media (min-width: 768px) {
  .tab-links a {
    font-size: 20px;
    line-height: 24px;
  }
}

.tab-category-name {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
}

@media (min-width: 768px) {
  .tab-category-name {
    font-size: 20px;
    line-height: 24px;
  }
}

.tab-links a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

/* Active Tab Link Styling */

li.active a,
li.active a:hover {
  background: #000;
  color: #fff;
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

/*----- Content of Tabs -----*/

.tab-content {
  counter-reset: tidbit-counter;
  position: relative;
  margin-bottom: 2rem
}

.area-maps {
  padding-bottom: 1.75rem;
}

/* Point Items */

.tab-content .point {
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 20%;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.tab-content .point {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

@media (min-width: 768px) {
  .tab-content .point {
    font-size: 20px;
    line-height: 24px;
  }
}

.tab-content .point {
  cursor: pointer;
  transition: text-shadow 0.2s linear, letter-spacing 0.2s linear;
}

.tab-content .point:hover {
  /* text-shadow: 1px 0 0 currentColor; */
  transform: translateX(5px);
  color: #473d27;
  opacity: .6;
  letter-spacing: 0;
  transition: all .3s linear;
}

/* Numbering for Points */

.tab-content .point::before {
  counter-increment: tidbit-counter;
  content: counters(tidbit-counter, ".", decimal-leading-zero);
  position: absolute;
  left: 15px;
}

/* Staggered Animation for List Items */

.tab {
  display: none;
  /* Hide initially */
  opacity: 0;
  transition: all 3s;
}

.tab.active {
  display: block;
  /* Make visible */
  opacity: 1;
  transition: all 2s ease-in;
}

/* Hide elements initially */

.point {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 0.3s ease;
}

/* Active class for staggered reveal */

.point.revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 0.3s ease;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    /* Adjust for desired pulse intensity */
  }
}

/* Fade-in and Pulse for Each Element */

#largeEllipse {
  animation: fadeIn 1.5s ease forwards, pulse 3s infinite;
  animation-delay: 0s;
  opacity: 0;
}

#mediumEllipse {
  animation: fadeIn 1.5s ease forwards, pulse 2.5s infinite;
  animation-delay: 0.5s;
  opacity: 0;
}

#smallCircle {
  animation: fadeIn 1.5s ease forwards, pulse 2s infinite;
  animation-delay: 1s;
  opacity: 0;
}

#smallestCircle {
  animation: fadeIn 1.5s ease forwards, pulse 1.5s infinite;
  animation-delay: 1.5s;
  opacity: 0;
}

/* Keyframes for Fade-in */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.drag_element {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1.4s ease, transform 1s ease;
  animation: pulse 1.5s ease-in-out infinite;
  /* Pulsing animation */
}

.drag_element.pin-active {
  opacity: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  transition: opacity 1s ease, transform 1s ease;
}

/* Define the pulsing animation */

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    /* Normal size */
  }

  50% {
    transform: scale(1.05);
    /* Scale up slightly */
  }
}

/* ______REGISTER_________________ */

/* _______________________________ */

.connect-contact__container .wpcf7-submit:disabled{
  opacity: 1 !important;
}

.connect-contact__container .wpcf7-submit{
  transition:all .3s ease;
  border: 1px solid #000;
}

.connect-contact__container .wpcf7-submit:hover{
  background-color: #000 !important;
  color:#fff !important;
  border: 1px solid #000;
  cursor: pointer;
  transition: all .3s ease;
}

.connect-contact__item{
  background-color: transparent;
}

.connect-contact__item input,
.connect-contact__item select{
  outline: none;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-top: 1px;
  margin-left: 1px;
  color:#000;
  background-color: transparent !important;
  padding-top: 14px;
  padding-bottom: 0.75rem;
  font-family: PPNeue Montreal Book, sans-serif;
  font-family: PPPangaia-Medium;
  font-size: 24px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .connect-contact__item input,
.connect-contact__item select {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 34px;
    line-height: 40px;
  }
}

.connect-contact__item input:focus{
  transition: all .44s;
  opacity: 1;
  font-family: PPPangaia-Medium;
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .connect-contact__item input:focus {
    font-size: 34px;
    line-height: 40px;
  }
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000 !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000 !important;
  opacity: 1;
}

.connect-contact__item .wpcf7-form-control-wrap{
  position: relative;
}

.connect-contact__item span.wpcf7-not-valid-tip {
  position: absolute;
  width: 250px;
  top: 16px;
  font-size: 11px;
  color: #6a0a0a;
}

.connect-contact-accept{
  padding-top: 30px;
  position: relatives;
}

.connect-contact-accept span{
  max-width: 440px;
  font-family: PPNeue Montreal Book, sans-serif;
}

.connect-contact-accept input {
  position: absolute;
  left: 0;
  top: -17px;
}

.connect-contact-accept .wpcf7-list-item{
  position: relative;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.connect-contact-accept .wpcf7-list-item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

.connect-contact-accept .wpcf7-list-item label{
  display: block;
  margin-left: 10px;
}

.connect-contact-accept input[type="checkbox"]{
  box-sizing: border-box;
  position: absolute;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 2px solid #3f3d3d;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
  transition: outline 0.1s;
  border-radius: 100px;
  left: -18px;
  top: 1px;
}

.connect-contact-accept input[type="checkbox"]:checked {
  background-size: cover;
  padding: 1px;
}

.connect-contact-accept input[type="checkbox"]:not(:disabled):checked {
  border-color: #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNyA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAyLjk2MTE4TDIuODg5NjUgNC44NDkxMkw1LjkyNTc4IDEiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

.connect-contact__container br{
  display: none !important;
}

.connect-contact__container .wpcf7-submit:disabled{
  opacity: .4;
}

.connect-contact__container .submit-btn{
  margin-top: 20px;
  float: right;
  background-color:transparent;
  color: #000;
  padding: 5px 30px;
  border-radius: 30px;
  font-family: PPNeue Montreal Book, sans-serif;
}

.connect-contact__container .submit-btn:hover{
  background-color: #000;
  color:#fff;
  transition: all .3s ease;
}

@media(max-width:768px){
  .residence-arrows{
    right: unset;
    width: 90%;
    bottom: 70px;
    left: 27px;
  }
}

@media(max-width:640px){
  .residence-arrows{
    width:92%;
    left:20px;
    bottom:58px;
  }
}

@media(max-width:400px){
  .inset-center h1 {
    font-size:36px !important;
  }

  .inset-center em{
    font-size: 38px;
  }

  .hero__subheading{
    font-size:14px;
  }

  .header .menu .menu-item a{
    font-size: 30px;
    line-height: 38px;
  }

  #menu{
    padding:0 !important;
  }
}

/* ABOUT PAGE */

/* ________________________________ */

.partner-logo{
  filter: grayscale(1) !important;
}

.partner-logo:hover{
  filter: grayscale(0) !important;
}

/* RESPONSIVE___________ */

/* ______________________ */

@media(max-width:1540px){
  /* .model-section .swiper-pagination{top:25px !important;} */

  .modal-section .swiper-horizontal>.swiper-pagination-bullets,
     .swiper-pagination-bullets.swiper-pagination-horizontal{
    gap:5px;
    row-gap: 5px;
  }
}

@media(max-width:1024px){
  .stack-01 p{
    margin-right: 60px;
  }

  .stack-02 {
    margin-top:-53%;
  }

  /* .header-container{padding:21px 40px 21px 40px;} */

  .header-container  #mobile-menu{
    padding:80px 40px;
  }
}

@media(max-width:768px){
  .sticky-container{
    padding-left: 10px;
  }
}

@media(max-width:640px){
  .stack-01{
    & h2{
      max-width:unset;
      margin:0;
    }
    & p{
      max-width:unset;
      margin:0
    }
  }

  .stack-02{
    margin-top:0;
    padding-left: 24px;
    & h2{
      max-width:unset;
      margin:0;
      text-align: right;
      padding-right: 24px;
    }
    & p{
      max-width: 251px;
      margin: 0;
      float: right;
    }
  }

  .stack-03{
    margin:unset;
    & h2{
      max-width:unset;
      margin:0
    }
    & p{
      max-width:unset;
      margin:0;
    }
  }

  .header-container{
    padding:0px 24px 0px 24px;
  }

  .header__logo-container{
    max-width:220px;
    padding-left: 0;
  }

  .header .menu-icon{
    margin:0;
  }

  .header .menu-items{
    margin: 150px 0;
  }

  .header .menu{
    transition: all 1.3s cubic-bezier(.19,1,.22,1);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 0;
    transition: none;
  }

  .header .menu-btn:checked ~ .menu {
    height: 100vh;
    max-height: calc(100vh - 130px);
  }

  /* .header-container{padding:21px 40px 21px 40px;} */

  .header-container  #mobile-menu{
    padding:0;
  }
}

.ezd-animtext .line {
  display: inline-block;
  line-height: 1.2em;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
  overflow: hidden;
}

.ezd-animtext .word {
  opacity: 0;
  margin: 0;
  margin-left: 0.15em;
}

.ezd-animtext .word::first-child {
  margin-left: 0;
}

.ezd-animtext.line-up .word {
  opacity: 0;
  overflow: hidden;
  animation: none;
  line-height: 1.2em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
  animation: animtext-up 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: calc(0.075s * var(--line-index));
}

.ezd-animtext.word-up .word {
  overflow: hidden;
  animation: none;
  line-height: 1.2em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
  opactiy: 0;
  animation: animtext-up 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: calc(0.2s * var(--word-index));
}

.ezd-animtext.line-left .line {
  overflow: visible;
}

.ezd-animtext.line-left .word {
  animation: animtext-left 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: calc(0.15s * var(--line-index));
  opacity: 1;
}

.ezd-animtext.word-left .line {
  overflow: visible;
}

.ezd-animtext.word-left .word {
  overflow: hidden;
  animation: none;
  line-height: 1.2em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
  opacity: 0;
  animation: animtext-left 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: calc(0.2s * var(--word-index));
}

.ezd-animtext.char-up .word {
  opacity: 1;
  margin: 0;
}

.ezd-animtext.char-up .char {
  opacity: 0;
  animation: animtext-up 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: calc(0.5s + (0.015s * var(--char-index)));
  padding: 0;
}

.ezd-animtext.char-left .word {
  opacity: 1;
  margin: 0;
}

.ezd-animtext.char-left .char {
  opacity: 0;
  animation: animtext-left 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: calc(0.01s * var(--char-index));
  padding: 0;
}

@keyframes animtext-left {
  from {
    transform: translateY(25vw) translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0) translateY(0);
    opacity: 1;
  }
}

/* @keyframes animtext-up {
    from {
      transform: translateY(100%) translateZ(-10px);
      opacity: 0;
    }
    to {
      transform: translateY(0) translateZ(0);
      opacity: 1;
      color: red;
    }
  } */

@keyframes animtext-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
    /* color: red; */
  }
}

/* Define the fade-in animation */

.anim-fade-in {
  opacity: 0;
  /* Start with the element hidden */
  filter: blur(3px);
  /* Start with the blur */
  transition: opacity 0.6s ease;
}

.anim-fade-in.visible {
  opacity: 1;
  filter: blur(0px);
  /* Remove the blur */
  transition: opacity 1s ease;
}

.transition-delay-small{
  transition-delay: .78s;
}

/* Define a slide-up animation */

.anim-slide-up {
  opacity: 0;
  filter:blur(4px);
  transform: translateY(20px);
  /* Start below the normal position */
  transition: opacity 1s cubic-bezier(0.45, 0, 0.55, 1), transform 1s cubic-bezier(0.45, 0, 0.55, 1);
}

.anim-slide-up.visible {
  opacity: 1;
  filter:blur(0);
  transform: translateY(0);
  /* Move element to normal position */
  transition: opacity 1s cubic-bezier(0.45, 0, 0.55, 1), transform 1s cubic-bezier(0.45, 0, 0.55, 1);
}

/* Example for zoom-in animation */

.anim-zoom-in {
  opacity: 0;
  transform: scale(0.9);
  /* Start smaller */
  transition: opacity 1s ease, transform 1s ease;
}

.anim-zoom-in.visible {
  opacity: 1;
  transform: scale(1);
  /* Scale the element to its original size */
}

/* img{opacity: 0;} */

.reveal-text {
  visibility: hidden;
}

.line {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition:line .2s;
}

.centerAlign * span{
  justify-content: center !important;
}

/* Add some basic styles for better visibility */

.line {
  display: block;
  overflow: hidden;
}

.reveal-text .words {
  display: inline-block;
  visibility: visible;
  opacity: 0;
  transition:all .1s ease;
}

.general-fadeup{
  opacity: 0;
}

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

ul.item-list.terms-page {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

.terms-page p {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
}

.terms-page a{
  text-decoration: underline;
}

.terms-page ul {
  list-style: disc;
  padding-left:15px;
  padding-top: 20px;
  padding-bottom: 20px
}

.terms-page li {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.terms-page ol {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.terms-page ol {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
}

.terms-page ol{
  font-weight: bold;
}

/* _____________________________________ */

/* FOOTER */

.footer a{
  transition:all .4s ease;
}

.footer a:hover{
  opacity: .6;
  transition: all .4s ease;
}

.footer .column-title {
  padding-bottom: 1rem;
  font-family: PPPangaia-Medium;
  font-size: 18px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

.footer .column-link {
  padding-bottom: 0.25rem;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 18px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

.footer-links-single {
  min-height: 190px;
}

.footer-location {
  margin-bottom: 0.75rem;
  display: block;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 14px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

.footer-button {
  margin-top: 0.75rem;
  cursor: pointer;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 171 168 / var(--tw-border-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

/* .column-center .footer-links-single:last-child{display: none;} */

.footer-links-single .toggle-button{
  display: none;
}

@media(max-width:1024px){
  .footer-links-single {
    min-height: unset;
  }

  .footer-links-single  .toggle-button{
    display: flex;
  }

  .column-center .footer-links-single:last-child{
    display:block;
  }

  .footer-last-column .footer-links-single:last-child{
    display: none;
  }

  .footer .toggle-button {
    font-family: PPPangaia-Medium;
  }
}

.bottom-footer-link {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

.mc4wp-form-fields input[type="submit"]{
  padding: 0;
  border: unset;
  background: unset;
  width: 13px;
  display: block;
  font-size: 16px;
  color: #F7ABA8;
  transition: all .2s linear;
  position: relative;
}

.mc4wp-form-fields input[type="submit"]:hover{
  color:#F7ABA8;
  cursor: pointer;
  transition: all .3s linear;
}

.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="email"]:focus,
.footer-mailchimp  input[type="email"]:focus-visible{
  border:  none !important ;
  background-color: transparent !important;
  color: #F7ABA8;
  outline: none;
  box-shadow: none;
  padding: 0;
  font-size: 14px;
  width:calc(100% - 20px);
}

.mc4wp-form-fields input[type="email"]::-moz-placeholder{
  color: #F7ABA8 !important;
}

.mc4wp-form-fields input[type="email"]::placeholder{
  color: #F7ABA8 !important;
}

.footer-mailchimp-s{
  border-bottom: 1px solid #F7ABA8;
  display: flex;
  justify-content: space-between;
  max-width: 240px;
}

.footer-mailchimp-accept {
  display: flex;
  gap: 0.75rem;
  padding-top: 0.5rem;
  font-size: 10px;
}

.footer-mailchimp-accept input[type="checkbox"] {
  /* Remove default appearance */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  width: 15px;
  height: 13px;
  border: 1px solid #F7ABA8;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: background-color 0.3s, border-color 0.3s;
  padding-right: 11px;
}

.footer-mailchimp-accept input[type="checkbox"]:checked {
  background-color: #F7ABA8;
  border-color: #F7ABA8;
  transition: all .12s ease;
}

.footer-mailchimp-accept input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 3px;
  width: 6px;
  height: 10px;
  border: solid #740E35;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background-color: transparent;
  transition: all .12s ease;
}

.footer-mailchimp-accept span {
  font-size: 10px;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

footer #mc4wp-form-1{
  max-width: 200px;
}

@media(max-width:1024px){
  footer #mc4wp-form-1{
    max-width: 100%;
  }

  .footer-mailchimp-s{
    max-width:100%;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #F7ABA8;
  padding-bottom: 1rem;
  font-family: PPPangaia-Medium;
  font-size: 18px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
  /* .footer .column-link{@apply font-wregular text-18 leading-21 text-conoser-pink pb-1;} */
  cursor: pointer;
  margin-bottom: 5px;
}

.accordion-icon {
  font-size: 1.2em;
}

.accordion-toggle[aria-expanded="true"] .accordion-icon::before {
  content: '-';
}

.accordion-toggle[aria-expanded="false"] .accordion-icon::before {
  content: '+';
}

/* Styles applied only on smaller screens */

@media (max-width: 1024px) {
  .accordion-content ul li:first-child {
    /* Styles for the first <a> */
    color: red;
    padding-top: 20px;
  }

  .accordion-content ul li:last-child {
    /* Styles for the last <a> */
    color: blue;
    padding-bottom: 20px;
  }

  .column-title {
    display: none !important;
    /* Hide the large screen title */
  }

  .accordion-container.accordion-mode .accordion-content {
    /* These styles are always applied in accordion mode */
  }

  .accordion-container.accordion-mode .accordion-toggle {
    /* Styles for the toggle button in accordion mode */
  }

  .accordion-container.accordion-mode .accordion-toggle[aria-expanded="true"] + .accordion-content {
    max-height: 500px;
    /* Adjust as needed or use JavaScript to set dynamically */
  }
}

/* Styles for larger screens (no accordion behavior) */

@media (min-width: 1025px) {
  .accordion-content {
    max-height: none;
    /* Ensure content is fully visible */
    overflow: visible;
  }

  .accordion-toggle {
    display: none;
    /* Hide the toggle button */
  }

  .column-title {
    display: block !important;
    /* Show the large screen title */
  }
}

/* _____________________________________ */

/* COOKIE BANNER */

.cky-consent-bar{
  border-color: none !important;
  background-color: #fff !important;
  /* background: rgb(255 255 255 / 68%) !important; */
  /* backdrop-filter: blur(16px) !important; */
  border: none !important;
  padding: 17px 19px !important;
  box-shadow: none !important;
  border-radius: none !important;
  max-width: 250px !important;
  font-family: PPNeue Montreal Book, sans-serif IM !important;
}

.cky-notice-btn-wrapper .cky-btn {
  text-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  font-size: 12px !important;
  padding: 7px 0 !important;
  background:none !important;
}

.cky-consent-bar .cky-notice-des p{
  font-size:13px !important;
  line-height:18px;
  font-family: PPNeue Montreal Book, sans-serif;
}

p.cky-title {
  font-family: 'PPNeue Montreal Book';
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

button.cky-btn.cky-btn-reject{
  display:none !important;
}

button.cky-btn{
  font-family: 'PPNeue Montreal Book';
  font-size:16px !important;
}

.cky-consent-container{
  display: block;
  /* Initially visible */
  opacity: 1;
  height: auto;
  /* or specific height if necessary */
  overflow: hidden;
  /* Prevent content spill during collapse */
  transition: opacity 0.5s ease, height 0.5s ease;
}

.cky-consent-container.cky-hide {
  opacity: 0 !important;
  overflow: hidden;
  /* Important for smooth collapse */
  display: block !important;
  height:0 !important;
  transition: opacity 0.5s ease, height 0.5s ease;
}

.cky-btn-accept{
  background-color: #740E35 o !important;
}

.cky-consent-container .cky-consent-bar{
  border-radius: 15px !important;
}

/* COLLAGE CONTAINER */

.collage-container img{
  width:100%;
  height: 100%;
}

/* HOMEPAGE */

.page-template-page-home{
  background-color: #EEF3F8;
}

/* HOMEPAGE HERO */

.homepage-section-hero{
  margin-top: 100px;
}

.homepageHero .swiper-pagination{
  bottom:250px;
}

.homepageHero  .swiper-pagination .swiper-pagination-bullet-active{
  background: #FF4007 !important;
}

.homepageHero  .swiper-pagination .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
  width:14px;
  height: 14px;
  transition: all .3s ease;
}

/* Homepage Section 3 */

.properties-list{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  justify-content: center;
}

.properties-list-item{
  /* width:fit-content; */
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
  transition: all .3s ease;
  opacity: 0;
}

.properties-list-item h2{
  padding:20px 30px;
  margin-bottom: 15px;
  border:1px solid transparent;
  border-radius: 64px;
  transition: all .3s ease;
}

.properties-list-item h2:hover:hover {
  --tw-text-opacity: 1;
  color: rgb(255 64 7 / var(--tw-text-opacity));
}

.properties-list-item h2:hover{
  border:1px solid  #FF4007;
  border-radius: 64px;
  transition: all .3s ease;
}

@media(max-width:600px){
  .properties-list-item h2,
  .properties-list h2 em{
    font-size: 30px;
  }

  .properties-list h2{
    margin-bottom: 0 !important;
  }
}

.with-dividers .properties-list-item::before {
  content: '';
  display: block;
  margin: 8px 0;
  background-color:#F7ABA8;
  width:28px;
  height:28px;
  border-radius: 50%;
  margin-left: 35px;
  margin-right: 35px;
}

.with-dividers .properties-list-item:first-child::before  {
  content: none;
}

@media(max-width:1270px){
  .properties-list {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .with-dividers .properties-list-item::before {
    content: '';
    display: none;
    margin: 8px 0;
    background-color:#FF4007;
    width:34px;
    height:34px;
    border-radius: 50%;
    margin-left: 35px;
    margin-right: 35px;
  }
}

/* _________________OUR STORY */

/* __________________________ */

.story-section-06 h2,
.story-section-06 em {
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

/* HOMEPAGE */

.page-template-page-our-story{
  background-color: #EEF3F8;
}

/* ______________CAREERS ___________*/

/* _______________________ _________*/

#careers-section .tab-container {
  margin-top: 20px;
}

#careers-section .tab-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap:wrap;
  gap:10px;
  /* border-bottom: 1px solid #ccc; */
}

#careers-section .open-positions{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  /* gap:4px; */
}

#careers-section .business{
  width:calc(50% - 24px);
  margin-top:86px;
}

@media(max-width:1024px){
  #careers-section .business{
    width:100%;
    margin-top:86px;
  }
}

#careers-section .tab-navigation li {
  /* margin-right: 10px; */
  border:1px solid #000;
  border-radius:21px;
  /* padding:7px 18px; */
}

#careers-section .tab-navigation button {
  cursor: pointer;
  color: #000;
  padding:7px 17px;
}

#careers-section .tab-active{
  background-color:#000;
}

#careers-section .tab-navigation button[aria-selected="true"] {
  color:#fff;
}

#careers-section .tab-content {
  margin-top: 15px;
}

#careers-section .tab-panel {
  display: none;
}

#careers-section .tab-panel.active {
  display: block;
}

#careers-section .single_vacancy_name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

#careers-section .single_vacancy_date,
#careers-section .single_vacancy_code {
  margin-bottom: 5px;
}

#careers-section .single_vacancy_description {
  line-height: 1.6;
}

.careers-section-04 h2 {
  --tw-text-opacity: 1;
  color: rgb(247 171 168 / var(--tw-text-opacity));
}

.codedropz-upload-inner h3,
.codedropz-upload-inner span,
.codedropz-upload-inner a {
  font-family: PPPangaia-Medium;
}

.dnd-upload-counter {
  font-family: PPNeue Montreal Book, sans-serif;
}

.hide-scrollbar-allow-scrolling{
  overflow: auto;
  /* or overflow-x / overflow-y */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.hide-scrollbar-allow-scrolling::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

/* ______________ACCESS ___________*/

/* ________________________________*/

.page-template-page-access{
  background-color: #EEF3F8;
}

/* ______________INVESTORS ___________*/

/* ___________________________________*/

.page-template-page-investors{
  background-color: #EEF3F8;
}

#room-types .slide-fade-in {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

#room-types .slide-fade-in.show {
  opacity: 1;
}

#room-types .active-link{
  font-weight:normal;
  color: #000;
  font-family: PPNeue Montreal Medium, sans-serif;
  text-align: left;
}

#room-types  .gapless{
  gap:0 !important;
}

#room-types .features{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#room-types .single-feature {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
  border:1px solid #000;
  padding:5px 13px;
  border-radius: 21px;
}

@media(max-width:600px){
  .room-type-title{
    display: none;
  }
}

/* INVESTORS HOME GRID */

.alternate-hero .cols > div > img {
  opacity: 0;
  transition: opacity 0.1s ease-out, filter .2s ease-in-out;
  /* Keep transitions for potential manual adjustments */
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0));
  /* Initial no glow */
}

.properties-list a:nth-of-type(3) {
  width:100%;
}

.properties-list a:nth-of-type(4) {
  margin-left: 30%;
}

@media(max-width:768px){
  .properties-list a:nth-of-type(4){
    margin: 0;
  }

  .properties-list-item h2:hover{
    border:none !important;
  }
}

/* ANIMATION BY LINE */

[data-split], .scroll-reveal {
  overflow: hidden;
  /* Hide text that's positioned below */
}

.reveal-line {
  overflow: hidden;
  /* Mask each line */
  display: block;
}

/* ANIMATION BY LETTER */

/* CSS for scroll-based letters reveal */

[data-split-letters], .scroll-reveal-letters {
  overflow: hidden;
  /* Hide letters that are positioned below */
}

.reveal-letter {
  display: inline-block;
  /* Allows transform on individual letters */
  overflow: hidden;
  /* Mask each letter */
  /* line-height: 1.2; Ensure proper line height for masking */
}

/* ____________________________________________________________________________________________ */

/* BATCH ANIMATIONS____________________________________________________________________________ */

/* CSS for batch animations */

/* Initial states - elements hidden until animated */

/* Image Animations:

.image-reveal - Vertical clipPath wipe reveal

Text Animations:

.text-animation-01 - Lines with rotation reveal
.text-animation-02 - Words with rotation reveal
.text-animation-03 - Characters/letters with rotation reveal */

.image-reveal {
  visibility: hidden;
  display: block;
  width: 100%;
  height: auto;
}

.text-animation-01,
.text-animation-02,
.text-animation-03,
.combined-text {
  visibility: hidden;
}

.combined-image {
  visibility: hidden;
  display: block;
  width: 100%;
  height: auto;
}

/* Wrapper elements for masking overflow */

.line-wrapper {
  overflow: hidden;
  display: block;
}

.word-wrapper {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.char-wrapper {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

/* Text elements styling */

.line {
  display: block;
  will-change: transform, opacity;
}

.word {
  display: inline-block;
  will-change: transform, opacity;
}

.char {
  display: inline-block;
  will-change: transform, opacity;
}

/* Performance optimizations */

.text-animation-01,
.text-animation-02,
.text-animation-03,
.combined-text,
.image-reveal,
.combined-image {
  will-change: transform, opacity;
}

/* Combined animation container */

.combined-reveal {
  overflow: hidden;
}

/* Optional: Add some spacing for better visual separation */

.text-animation-01,
.text-animation-02,
.text-animation-03 {
  /* margin-bottom: 1rem; */
}

.image-reveal {
  /* margin-bottom: 2rem; */
}

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

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

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

@media (min-width: 640px) {
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

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

  .md\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

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

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

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

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

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

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

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

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

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

  .md\:pt-36 {
    padding-top: 9rem;
  }

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

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

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

  .md\:text-34 {
    font-size: 34px;
  }

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

  .md\:leading-20 {
    line-height: 20px;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

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

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

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

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

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

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

  .lg\:mt-\[-110px\] {
    margin-top: -110px;
  }

  .lg\:mt-\[-200px\] {
    margin-top: -200px;
  }

  .lg\:mt-\[250px\] {
    margin-top: 250px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

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

  .lg\:gap-\[140px\] {
    gap: 140px;
  }

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

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

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

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

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

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

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

  .lg\:text-40 {
    font-size: 40px;
  }

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

@media (min-width: 1280px) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:w-36 {
    width: 9rem;
  }

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

  .xl\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }
}

@media (min-width: 1536px) {
  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:pr-\[140px\] {
    padding-right: 140px;
  }

  .\32xl\:pt-\[50px\] {
    padding-top: 50px;
  }
}